@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.radius-0 {
    border-radius: 0 !important
}

.image-full {
    width: 100%
}

.image-max-full {
    max-width: 100%
}

.nopadding {
    padding: 0 !important
}

a:hover {
    text-decoration: none
}

.clear-both {
    clear: both
}

.d-nav-filter {
    background: #fff;
    border-radius: 0;
    border: none;
    z-index: 100;
    padding: 10px 15px;
    position: sticky;
    top: 0;
    background: #eaeaed;
    z-index: 99
}

.d-nav {
    background: #fff;
    border-radius: 0;
    border: none;
    z-index: 100;
    padding: 0 15px;
    border-bottom: 1px solid #ddd
}

.login-menu {
    width: 250px;
    border-radius: 0;
    border: 1px solid #ddd !important;
    padding: 0 15px;
    right: 0;
    left: auto !important
}

.login-menu table {
    width: 100%;
    font-size: .8rem
}

.login-menu tr td:first-child {
    font-weight: 700
}

.login-menu tr td {
    padding: 15px 0
}

.login-menu tr td a {
    display: inline-block;
    border-bottom: 1px dotted;
    color: #cd978c
}

.login-menu tr td a:hover {
    border-bottom: 1px solid
}

.login-menu tr:first-child td {
    border-bottom: 2px solid #ddd
}

.d-nav .navbar-brand {
    margin-right: 40px;
    color: #cd978c;
    font-weight: 700
}
.navbar-brand{
	font-size: 26px;
	font-weight: 700;
	color: #cd978c;
}
.navbar-brand:hover{
	color: #d58676 !important;
}
.navbar-brand span{
	color: #d58676;
}
.d-nav .navbar-nav .nav-link {
    color: #222;
    padding: 20px 15px;
    transition: .4s;
    font-weight: 400;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.d-nav .navbar-nav .nav-link:hover {
    color: #222;
    opacity: .8;
    transition: .4s
}

.navbar-nav .dropdown-menu a:active {
    background: 0 0;
    color: #d58676
}

.nav-form .form-control {
    margin-right: 4px !important;
    border-radius: 0;
    border: none;
    background: #fff;
    font-size: .9rem;
    height: auto;
    padding: .7rem .75rem
}

.nav-form .input-group {
    width: 22.8%;
    margin-top: 5px
}

.nav-form .form-control:focus {
    box-shadow: none;
    border: none
}

.nav-form .input-group-text {
    background: #fff;
    border: none;
    border-radius: 0;
    padding-right: 4px;
    font-size: .9rem
}

.nav-form .btn {
    border-radius: 0;
    font-size: 1.1rem;
    background: #cd978c;
    border-color: #cd978c;
    color: #ffffff;
    padding: .51rem 1.8rem;
    margin-top: 5px !important
}

.nav-form .btn i {
	color: #ffffff !important;
    background: 0 0;
    box-shadow: none
}

.nav-form .btn:hover,.nav-form .btn:focus,.nav-form .btn:active {
    background: #d58676 !important;
    border-color: #d58676 !important;
    background-color: #d58676 !important;
    box-shadow: unset  !important;
    color: #fff !important
}

.nav-form .btn:hover i,.nav-form .btn:focus i,.nav-form .btn:active i {
    color: #fff !important
}

.nav-form i {
    background: #cd978c;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
    color: #000;
    box-shadow: 0 0 5px #dadada
}

.d-nav .dropdown-menu {
    top: 94%;
    left: -15%;
    box-shadow: 0 0 10px #ddd;
    border: none;
    z-index: 100
}

.d-nav .dropdown-menu .dropdown-item {
    font-size: .85rem
}

.list-top-filter {
    background: #fff;
    border: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 30px
}

.list-top-filter h3 {
    margin: 0 0 15px 0;
    color: #ff5722;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center
}

.list-top-filter .form-control {
    border-radius: 0;
    border: none;
    padding-top: 28px;
    height: auto
}

.list-top-filter .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ced4da
}

.list-top-filter label {
    margin-bottom: 2px;
    position: absolute;
    left: 31px;
    font-size: 12px;
    color: #777;
    top: 7px
}

.list-top-filter .form-group {
    border: 1px solid #ced4da;
    padding-right: 10px
}

.list-box-main {
    background: #fff;
    padding: 15px;
    transition: .4s;
    border-bottom: 1px solid #ddd
}

.list-box-main:hover {
    box-shadow: 0 0 10px #ddd;
    transition: .4s
}

.list-left {
    text-align: left;
    padding: 25px 15px;
    width: 120px
}

.list-middle {
    padding: 15px 0
}

.list-left img.company-logo-img {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    transition: .4s;
    border: 2px solid #ddd;
    padding: 3px
}

img.company-logo-img:hover {
    transform: scale(.9);
    border-color: #cd978c;
    transition: .4s
}

h3.reivew-list {
    margin: 0;
    font-size: 1rem;
    color: #cd978c;
    line-height: 1.6
}

h3.reivew-list span {
    color: #444;
    font-size: .85rem
}

h3.reivew-list span span {
    border-bottom: 1px dotted
}

h3.reivew-list i {
    margin: 1px
}

h3.reivew-list a,
h3.reivew-list a:focus,
h3.reivew-list a:hover {
    color: #cd978c
}

.sponsored-label {
    background: #ffeb07;
    display: inline-block;
    font-size: .65rem;
    padding: 2px 10px;
    margin-bottom: 0;
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

.list-middle h2 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 5px;
    transition: .4s;
    color: #212529
}

.list-middle h2:hover {
    opacity: .8;
    transition: .4s
}

.list-middle h5 {
    font-weight: 500;
    font-size: .9rem
}

.list-middle p {
    margin: 0;
    font-size: .8rem;
    opacity: .8
}

.list-middle h6 {
    font-weight: 400;
    font-size: .8rem;
    color: #878791;
    text-transform: uppercase
}

.list-middle h6:hover {
    opacity: .8
}

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

.list-middle ul li {
    font-size: .8rem;
    padding: 2px 0
}

.list-middle ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 10px;
    color: #1fc176
}

.list-last {
    text-align: right;
    padding: 10px 15px;
    width: 270px
}

.pad-15 {
    padding: 15px
}

.view-profile-btn,
.view-profile-btn:focus {
    display: block;
    width: 100%;
    text-align: center;
    background: #cd978c;
    color: #212529;
    padding: 7px;
    font-weight: 400;
    transition: .4s;
    border: 1px solid #cd978c;
    margin-bottom: 5px;
    font-size: .9rem
}

.view-profile-btn i {
    margin-right: 10px
}

.view-profile-btn:hover {
    background: #d58676;
    border-color: #d58676;
    color: #fff
}

.view-profile-btn-empty,
.view-profile-btn-empty:focus {
    display: block;
    width: 100%;
    text-align: center;
    background: 0 0;
    color: #212529;
    padding: 7px;
    font-weight: 400;
    transition: .4s;
    border: 1px solid #cd978c;
    font-size: .9rem
}

.view-profile-btn-empty i {
    margin-right: 10px;
    font-size: .9rem
}

.view-profile-btn-empty:hover {
    background: #d58676;
    border-color: #d58676;
    color: #fff
}

.company-link {
    display: inline-block;
    text-align: center;
    color: #222;
    font-size: .9rem;
    border-bottom: 1px dotted #888
}

.sponsored-tag {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #9e9e9e;
    color: #fff;
    padding: 5px 20px;
    font-size: .7rem;
    font-weight: 700;
    border-radius: 100px 0 0 100px
}

.editor-tag {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #1fc176;
    color: #fff;
    padding: 5px 20px;
    font-size: .7rem;
    font-weight: 700;
    border-radius: 100px 0 0 100px
}

.editor-choice-box {
    border: 1px solid #1fc176
}

.popular-tag {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #ffb107;
    color: #fff;
    padding: 5px 20px;
    font-size: .7rem;
    font-weight: 700;
    border-radius: 100px 0 0 100px
}

.detail-nutritionist-profile-photo {
    width: 150px !important;
    height: 150px;
    border-radius: 100px;
    border: 2px solid #ddd;
    padding: 4px;
    transition: .4s
}

.detail-nutritionist-profile-photo:hover {
    transform: scale(.9);
    border-color: #cd978c;
    transition: .4s
}

.profile-top-text {
    padding: 15px
}

.profile-top-text h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}

.profile-top-text h5 {
    margin-bottom: 5px
}

.profile-top-text h6 {
    color: #212529;
    font-weight: 400
}

.profile-call-table {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 !important;
    font-size: .9rem
}

.profile-call-table a {
    display: inline-block;
    border: 1px solid #bfbfbf;
    padding: 7px 15px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
    color: #212529;
    transition: .4s
}

.profile-call-table a i {
    margin-right: 10px;
    color: #cd978c
}

.profile-call-table a:hover {
    background: #eee;
    color: #212529;
    transition: .4s
}

.profile-about p {
    font-size: .85rem;
    line-height: 1.6rem
}

.profile-about p a {
    color: #212529;
    border-bottom: 1px dotted #6a6a6a;
    display: inline-block
}

.profile-about p a:hover {
    border-bottom: 1px solid
}

.review-box {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.review-box .review-profile-image {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #999;
    padding: 2px;
    margin-bottom: 10px
}

.review-box:hover .review-profile-image {
    border-color: #cd978c
}

.review-box h5 {
    display: inline-block;
    margin: 0;
    font-size: .9rem
}

.review-box h5 span {
    margin-left: 10px;
    opacity: .7
}

.review-box h3 {
    display: inline-block;
    float: right
}

.review-box h4 {
    font-size: .9rem
}

.review-box p {
    font-size: .85rem;
    opacity: .7;
    margin-bottom: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cd978c;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
    padding: .5rem 2rem;
    border-radius: 4px
}

.nav-pills .nav-link {
    color: #212529
}

.nav-pills .nav-link:hover {
    background: #d58676
}

.map-box {
    padding: 0;
    margin-bottom: 15px
}

.map-box:hover {
    border-color: #cd978c
}

.map-box iframe {
    border: 1px solid #cfcbcb !important;
    height: 250px
}

.get-direction-btn {
    display: inline-block;
    background: #cd978c;
    color: #fff;
    padding: 8px 15px;
    bottom: 47px;
    left: 30%;
    font-size: .8rem;
    border-radius: 5px;
    transition: .4s;
    margin: 5px 0 12px 0;
    text-align: center;
    border: none
}

.get-direction-btn:focus {
    background: #d58676;
    border: none;
    outline: 0
}

.get-direction-btn:hover {
    background: #d58676;
    color: #fff;
    transition: .4s
}

.profile-inquiry-form {
    position: relative;
    border: 1px solid #ddd;
    background: #f3f3f4;
    padding: 15px;
    z-index: 105
}

.profile-inquiry-form:hover {
    border-color: #8c8c8c;
    background: #fcfcfc
}

.profile-inquiry-form label {
    margin-bottom: 2px;
    font-size: .8rem
}

.profile-inquiry-form .form-group {
    margin-bottom: 5px
}

.profile-inquiry-form .form-control {
    border-radius: 0;
    resize: none;
    font-weight: 600
}

.profile-inquiry-form .btn {
    background-color: #252b4b;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    transition: .4s
}

.profile-inquiry-form .btn:hover {
    background-color: #cd978c;
    transition: .4s
}

.communication-tab .nav-link {
    text-align: center;
    padding: .5rem !important;
    transition: .4s
}

.call-tab:hover {
    border-color: #8c8c8c;
    background: #fcfcfc
}

.communication-box:hover {
    border-color: #8c8c8c;
    background: #fcfcfc
}

.communication-tab .nav-link:hover {
    background: #ddd;
    border-radius: 0
}

.communication-tab {
    border: 1px solid #ddd;
    border-bottom: none
}

.communication-tab .nav-link p {
    font-size: .8rem;
    margin-bottom: 0
}

.call-tab {
    padding: 25px;
    text-align: center;
    border: 1px solid #ddd
}

.call-tab a {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    color: #cd978c
}

.call-back-tab {
    padding: 25px;
    border: 1px solid #ddd
}

.call-back-tab .form-control {
    border-radius: 0;
    font-size: .9rem
}

.call-back-tab .btn {
    color: #ffffff;
    background-color: #cd978c;
    border-color: #cd978c;
    border-radius: 0;
    transition: .4s
}

.call-back-tab .btn:hover,.call-back-tab .btn:active,.call-back-tab .btn:focus {
    background: #d58676 !important;
    border-color: #d58676 !important;
    color: #fff;
    box-shadow: unset;
    transition: .4s
}

.list-table {
    width: 100%
}

.list-table tr {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    transition: .4s
}

.list-table tr:hover {
    box-shadow: 0 0 10px #ddd;
    transition: .4s
}

.popover {
    border-radius: 0;
    box-shadow: 0 0 7px #ddd;
    font-size: .8rem;
    border-color: #ddd
}

.page-item.disabled .page-link {
    border: none
}

.page-link {
    border: none;
    color: #cd978c
}

.page-link:hover {
    background: 0 0;
    color: #222
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #cd978c;
    border-color: #cd978c;
    border-radius: 98px;
    width: 36px;
    height: 36px;
    text-align: center;
    box-shadow: 0 0 5px #c7c7c7
}

.list-extra-line {
    font-size: .8rem;
    color: #4caf50;
    margin-bottom: 0;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    background: #e0fde1;
    text-transform: uppercase;
    cursor: pointer
}

.list-extra-line-red {
    font-size: .8rem;
    color: #f44336;
    margin-bottom: 0;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    background: #feeceb;
    text-transform: uppercase;
    cursor: pointer
}

.color-red {
    color: #cd978c
}

.top-rated-badge {
    font-size: .9rem
}

.owl-nav {
    text-align: center
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    font-size: 2rem !important;
    margin: 0 15px;
    outline: 0 !important;
    line-height: 2rem !important
}

.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
    opacity: .7
}

.owl-dots {
    display: none
}

.profile-photos-count {
    display: inline-block;
    font-size: .9rem;
    border-bottom: 1px dotted;
    color: #2196f3;
    line-height: 1rem
}

.profile-review-top {
    text-align: center
}

.profile-review-top h4 {
    font-size: .8rem
}

.profile-review-top h2 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #212529;
    line-height: 1
}

.profile-review-top p {
    color: #212529;
    margin-bottom: 0
}

.share-btn {
    margin: 20px 10px;
    display: inline-block;
    font-size: .8rem;
    color: #424347
}

.share-btn:hover {
    color: #222
}

.top-review-box {
    display: block;
    border: 2px solid #e8e8e8;
    padding: 15px;
    border-radius: 5px;
    transition: .4s;
    background: #f1f1f1;
    margin-top: -4px
}

.top-review-box:hover {
    box-shadow: 0 0 9px #ddd;
    transition: .4s
}

.call-btn {
    display: inline-block;
    margin: 0 auto;
    background: #2cb462;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    border-radius: 100px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 10px #bcbcbc;
    transition: .4s
}

.call-btn:hover {
    box-shadow: none;
    transition: .4s
}

.call-btn-red {
    display: inline-block;
    margin: 0 auto;
    background: #eb083e;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    border-radius: 100px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 10px #bcbcbc;
    transition: .4s
}

.dummy-div {
    height: 1500px
}

.faq-collapse .card {
    border-radius: 0;
    font-size: .9rem;
    line-height: 1.6rem
}

.faq-collapse .card-header {
    padding: 0
}

.faq-collapse .card-header:hover {
    background: rgba(0, 0, 0, .07)
}

.faq-collapse .btn-link {
    color: #212529;
    font-weight: 500
}

.faq-collapse .btn-link:focus,
.faq-collapse .btn-link:hover {
    text-decoration: none;
    box-shadow: none
}

.faq-collapse .btn-link i {
    margin-right: 12px;
    top: 0;
    position: relative;
    background: #cd978c;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center
}

.service-tag {
    display: inline-block;
    border: 1px solid #ddd;
    color: #212529;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: .9rem;
    margin: 5px 0;
    transition: .4s
}

.service-tag:hover {
    background: #eee;
    color: #212529;
    transition: .4s;
    font-weight: 700
}

.gallery-image {
    width: 100%;
    border: 1px solid #ddd;
    transition: .4s
}

.gallery-image-border {
    border: 1px solid #ddd;
    padding: 5px;
    display: inline-block;
    margin-bottom: 30px;
    transition: .4
}

.gallery-image-border:hover {
    background: #eee;
    transition: .4
}

.gallery-image:hover {
    opacity: .8;
    transition: .4s
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb-item a,
.breadcrumb-item.active {
    font-size: .8rem;
    color: #979797
}

.profile-feature-line {
    display: inline-block;
    font-size: .8rem;
    background: #e6e8f3;
    padding: 7px 20px 7px 10px;
    border-radius: 100px;
    margin-top: 10px
}

.profile-feature-line i {
    background: #3f51b5;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    margin-right: 9px;
    border-radius: 100px
}

.red-bg {
    background: #f44336 !important
}

.adding-title {
    font-size: 1rem;
    margin-top: 25px
}

.award-icons {
    text-align: center
}

.award-icons i {
    font-size: 60px;
    color: #f0879b;
    margin-bottom: 10px
}

.award-icons h3 {
    font-size: .8rem
}

.review-fiter-top {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0
}

.review-fiter-top .form-control {
    font-size: .9rem;
    border-radius: 0;
    margin: 0
}

.overlay_form {
    background: rgba(0, 0, 0, .4);
    z-index: 101;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    transition: .7s
}
.profile-inquiry-form {
    z-index: 105;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    background: rgb(243, 243, 244);
    padding: 15px;
}
.timing-top {
    margin-top: 5px;
    font-size: 1rem;
    display: inline-block
}

.timing-top.topside {
    margin-top: 5px;
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right
}

.timing-top span {
    margin-right: 10px;
    color: #4caf50
}

.table-time {
    width: 100%
}

.table-time .timing-top {
    margin-top: 5px
}

.red-color {
    color: red
}

.right-links {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.right-links:hover {
    border-color: #8c8c8c;
    background: #fcfcfc
}

.right-links a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 12px 5px;
    color: #cd978c;
    font-size: .9rem
}

.right-links a:hover {
    color: #d58676
}

.right-links a i {
    width: 35px
}

.no-border {
    border: none !important
}

.add-review-form .form-control {
    border-radius: 0;
    resize: none
}

.select-reviews,
.select-reviews:focus,
.select-reviews:hover {
    display: block;
    font-size: 1.5rem;
    color: #cd978c
}

.select-reviews i {
    margin-right: 2px
}

.select-reviews i:hover {
    opacity: .8
}

.review-submit-btn {
    display: inline-block;
    background: #cd978c;
    color: #fff;
    padding: 7px 26px;
    border-radius: 5px;
    font-size: .9rem
}

.review-submit-btn:hover {
    color: #fff;
    opacity: .8
}

.communication-tab .nav-link.active {
    border-radius: 0
}

.no-arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.gps-icon {
    display: inline-block;
    opacity: .7
}

.gps-icon:hover {
    opacity: 1
}

.gps-icon img {
    position: absolute;
    width: 20px;
    z-index: 1;
    top: 12px;
    right: 13px
}

.online-label {
    font-size: .7rem;
    margin-bottom: 0;
    margin-top: 5px;
    color: #888
}

.online-label i {
    color: #4caf50
}

.sidebar-rate-sort-btns {
    width: 100%
}

.sidebar-rate-sort-btns .btn {
    color: #3e3e3e;
    background-color: #edeeef;
    border-color: #6c757d;
    font-size: .9rem;
    padding: 3px
}

.sidebar-rate-sort-btns .btn i {
    font-size: .7rem;
    margin-left: 5px;
    top: -1px;
    position: relative
}

.sidebar-rate-sort-btns .btn.active,
.sidebar-rate-sort-btns .btn:hover {
    background: #fff
}

.sort-box-side {
    border: 1px solid #ddd;
    padding: 15px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(2em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.side-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    transition: .4s;
    box-shadow: 0 0 4px 0 rgba(151, 169, 197, .55);
    border-radius: 8px
}

.side-box h4 {
    font-size: 1.2rem
}

.side-box h5 {
    font-size: 1rem
}

.side-box 0 {
    font-size: .9rem
}

.my-border-btn {
    display: inline-block;
    border: 2px solid #0ca5c6;
    color: #0ca5c6;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    transition: .4s
}

.my-border-btn:hover {
    border: 2px solid #0ca5c6;
    background: #0ca5c6;
    color: #fff;
    transition: .4s
}

.sidebar-articles {
    padding: 15px 0;
    position: sticky;
    top: 100px
}

.sidebar-articles table {
    width: 100%
}

.sidebar-articles table tr td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}

.sidebar-articles table tr td:first-child {
    width: 80px
}

.sidebar-articles table tr td:first-child img {
    width: 70px
}

.sidebar-articles table tr td h4 {
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.4;
    margin: 0;
    color: #5f5f5f
}

.sidebar-articles table tr:hover {
    opacity: .7
}

.view-link,
.view-link:focus {
    float: right;
    margin-top: 10px;
    color: #0ca5c6;
    text-decoration: none;
    font-size: .9rem
}

.view-link:hover {
    color: #0ca5c6;
    text-decoration: none;
    opacity: .7
}

.my-breadcrumb {
    border: 1px solid #eee;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-top: 10px
}

.my-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: .8rem
}

[data-toggle=collapse] .fa:before {
    content: "\f068"
}

[data-toggle=collapse].collapsed .fa:before {
    content: "\f067"
}

.review-inside-table {
    width: 100%;
    margin-top: 15px
}

.review-inside-table tr td {
    padding: 10px 0
}

.review-inside-table p {
    margin: 0;
    font-size: .9rem;
    opacity: 1
}

.review-inside-table p span {
    opacity: .7;
    color: #212529;
    margin-right: 5px
}

.green-color {
    color: green
}

.review-tags {
    margin-top: 15px
}

.review-tags h5 {
    display: inline-block;
    font-size: .9rem;
    border: 1px solid #ddd;
    color: #8f8f8f;
    padding: 5px 20px;
    border-radius: 100px;
    font-weight: 400;
    margin-bottom: 4px
}

.accordion .collapsed i::before {
    content: "\f105"
}

.rating_input {
    border: none;
    display: inline-block;
    float: left
}

.rating_input>input {
    display: none
}

.rating_input>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005"
}

.rating_input>.half:before {
    content: "\f089";
    position: absolute
}

.rating_input>label {
    color: #ddd;
    float: right
}

.rating_input:not(:checked)>label:hover,
.rating_input:not(:checked)>label:hover~label,
.rating_input>input:checked~label {
    color: gold
}

.rating_input>input:checked+label:hover,
.rating_input>input:checked~label:hover,
.rating_input>input:checked~label:hover~label,
.rating_input>label:hover~input:checked~label {
    color: #ffed85
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    max-height: 175px;
    padding: 10px;
    text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #000;
    font-size: 17px;
    margin-top: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #ddd
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:before {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #444 !important
}

@media (max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666
}

@media (max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9
    }
}
.doula-view a{
    text-decoration: none;
}
.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px
}

@media (max-width:767px) {
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    border-top: 1px solid #cbd6e2
}

@media (max-width:767px) {
    .list-table tr td:first-child {
        display: block;
        width: 30% !important;
        float: left;
        padding-bottom: 100px !important;
        padding-left: 0 !important
    }

    .list-table tr td {
        display: block;
        width: 70% !important;
        float: left;
        padding-left: 4% !important;
        text-align: left !important
    }

    .list-table tr td:last-child {
        display: block;
        width: 100% !important;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .list-left,
    .list-middle {
        padding: 10px 0 0 0
    }

    h3.reivew-list span {
        font-size: .7rem
    }

    .list-middle h5 {
        margin-bottom: 0
    }



    .d-nav-filter .collapse:not(.show) {
        display: block
    }

    .d-nav-filter .nav-form .input-group {
        width: 50%
    }

    .d-nav-filter {
        position: relative
    }
}

@media (max-width:1000px) {
    .d-nav-filter .collapse:not(.show) {
        display: block
    }

    .d-nav-filter .nav-form .input-group {
        width: 50%
    }
}

.nutritionist-map-iframe {
    width: 100%
}

.ipad_show {
    display: none
}

@media (min-width:768px) and (max-width:992px) {
    .ipad_hidden {
        display: none
    }

    .ipad_show {
        display: block
    }

    .d-nav-filter {
        position: relative
    }
}

.dropdown-menu-right.important {
    left: auto
}

.exit-popup-1 {
    max-width: 600px
}

.exit-popup-1 .modal-content {
    border: none;
    border-radius: 15px
}

.exit-popup-1-texts {
    padding: 15px 10px 15px 30px
}

.exit-popup-1-texts h2 {
    font-weight: 700
}

.exit-popup-1-btn {
    display: block;
    width: 70%;
    text-align: center;
    background: #0ca5c6;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: .4s;
    border-radius: 6px
}

.exit-popup-1-btn:hover {
    color: #fff;
    opacity: .8
}

.exit-popup-1-link {
    color: #333;
    display: block;
    width: 70%;
    text-align: center
}
.breadcrumb-item+.breadcrumb-item{
    display: flex;
    align-items: center;
}
.filter_city{
    padding-right: 50px;
}