﻿.breadcrumbPane {
    padding: 10px 0;
    background: var(--primary-color);
    margin-bottom: 20px;
}
.breadcrumbList {
    display: flex;
    grid-gap: 10px;
    list-style: none;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
}
.breadcrumbList > li {
    padding-left: 20px;
    position: relative;
}
.breadcrumbList > li > a {
    color: #fff;
}
.prBreadcrumb .breadcrumbList > li > a {
    color: #585858 !important;
}
.breadcrumbList > li > a i {
    font-size: 15px;
    margin-left: 4px;
}
.breadcrumbList > li > a:hover {
    color: #fff;
}
.breadcrumbList > li > a i {
    color: #fff;
}
.breadcrumbList > li:last-child a {
    color: #fff;
    padding-left: 0;
}
.breadcrumbList > li:before {
    content: "\ea4d";
    font-family: "boxicons" !important;
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 15px;
}
.breadcrumbList > li:last-child::before {
    display: none;
}
.insideContent {
    margin-bottom: 50px;
}
.insideTitle {
    padding: 15px 0 6px;
    color: #fff;
}
.insideTitle h1 {
    font-weight: bold;
    font-size: 20px;
}

.imgLeft {
    float: left;
    margin: 0 40px 40px 0;
    width: 40%;
}
.imgLeft img {
    max-width: 100%;
    height: auto;
    border-radius: 60px 20px 60px 20px;
}

.mapBox {
    border-top: 3px solid #dedede;
    margin-top: 50px;
    margin-bottom: -50px;
}
.mapContent {
    height: 350px;
}
.spaceContact {
    margin-bottom: 40px;
}
.contactAndForm {
    display: flex;
    gap: 60px;
}

.contactInfo h2 {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 35px;
}
.contactInfo {
    flex: 3;
    margin: 0;
}
.contactForm {
    flex: 2;
    margin: 0;
}
.contactDetail {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 15px;
}
.contactDetail li {
    padding-right: 46px;
    position: relative;
    color: #3e3e3e;
}
.contactDetail > li i {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--primary-color);
    margin-left: 5px;
}
.contactDetail li span {
    color: #777777;
}
.contactDetail li div {
    padding-top: 6px;
    font-weight: 600;
    font-size: 16px;
}
.contactDetail li a {
    color: #3e3e3e;
}
.contactDetail li a:hover {
    color: var(--secondary-color);
}

.contactForm {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
}
.contactFormTitle {
    color: var(--primary-color);
    text-align: center;
    background: #eee;
    border-radius: 10px;
    line-height: 48px;
    margin-bottom: 12px;
}
.contactFormTitle h2 {
    font-weight: bold;
    font-size: 16px;
}
.iRow {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.inputItem {
    flex: 1;
}
.txt {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    line-height: 30px;
    color: #585858;
}
.txtarea {
    width: 100%;
    height: 150px;
    display: block;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    line-height: 30px;
    color: #585858;
}
.txt:focus,
.txtarea:focus {
    border-color: var(--secondary-color);
}

.iRowBtn {
}
.btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
}
.btn:hover {
    color: #fff;
    background: var(--secondary-color);
}

.doctorslist {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.doctorslist > li {
    width: calc(33.3% - 16px);
}
.fullImage {
    margin-bottom: 20px;
    text-align: center;
}
.fullImage img {
    max-width: 100%;
    height: auto;
}
.bloglist {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    flex: 1;
}
.bloglist > li {
    width: calc(33.3% - 16px);
}

.blogPostSumm label {
    display: block;
    color: #ffb766;
    padding-top: 3px;
    padding-bottom: 3px;
}
.blogPostSumm > a {
    color: #280f4e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px;
}
.blogPostSumm > a:hover {
    color: var(--primary-color);
}
.blogPostSumm > p {
    color: #585858;
    font-size: 10px;
    font-weight: 200;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.blogPostSummFoot {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 10px;
}
.blogPostSummFoot span {
    color: #585858;
    font-family: yekan;
}
.blogPostSummFoot span i {
    font-size: 20px;
    margin-left: 5px;
    color: #b4b4b4;
}
.blogPostSummFoot a {
    color: #ff6969;
}
.blogPostSummFoot a:before {
    content: "";
    width: 20px;
    height: 2px;
    transform: translateY(-2px);
    background: #ff6969;
    display: inline-block;
    margin-left: 5px;
}
.blogPostSummFoot a:hover {
    color: var(--primary-color);
}
.blogPostSumm {
    margin: 0;
    width: calc(100% - 160px);
}

.insideWithSidebar {
    display: flex;
    gap: 30px;
}
.blogContents {
    flex: 1;
    margin: 0;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.mainSideContent {
    flex: 1;
    margin: 0;
}
.insideBar {
    width: 290px;
}
.insideBox {
    margin: 0 0 30px 0;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.insideBoxContent {
    padding: 10px 20px;
}
.insideBoxTitle {
    line-height: 44px;
    background: var(--primary-color);
    width: 70%;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    position: relative;
}
.insideBoxTitle::after {
    position: absolute;
    top: 0;
    left: -19px;
    content: "";
    display: block;
    border-right: 20px solid var(--primary-color);
    border-bottom: 44px solid transparent;
}
.insideBoxTitle h2 {
    font-weight: bold;
    font-size: 15px;
}
.blogCategory {
    line-height: 44px;
}
.blogCategory li {
    border-bottom: 1px solid #dedede;
}
.blogCategory li:last-child {
    border-bottom: none;
}
.blogCategory li.active {
    border-color: var(--primary-color);
}
.blogCategory li a {
    display: block;
}
.blogCategory li.active a {
    color: var(--primary-color);
}

.blogDetail .cmspage {
    margin-bottom: 15px;
}
.twoColForm {
    display: flex;
    grid-gap: 30px;
}
.threeColForm {
    display: flex;
    grid-gap: 30px;
}
.inputForm {
    position: relative;
    margin: 0 0 30px 0;
    width: 100%;
    line-height: 46px;
}

.blogLinks {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.blogLinks li {
}
.blogLinks li a {
    display: block;
    display: flex;
    gap: 12px;
}
.blogLinks li figure {
    width: 50px;
    height: 50px;
}
.blogLinks li figure img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}

.blogImg {
    margin-bottom: 30px;
    text-align: center;
}
.blogImg img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.blogExDetail {
    font-family: yekan;
    color: #3a3d48;
    line-height: 30px;
    display: flex;
    grid-gap: 30px;
    margin-bottom: 20px;
}
.blogExDetail span {
}
.blogExDetail span i {
    font-size: 20px;
    margin-left: 5px;
}
.blogExDetail span a {
    color: var(--primary-color);
}

.sharebox {
    margin: 0;
    display: flex;
    grid-gap: 10px;
}
sharebox span {
    font-weight: bold;
    color: #1e2939;
}
sharebox span i {
    color: #ffb766;
    font-size: 20px;
    margin-left: 5px;
}
.share {
    display: flex;
    grid-gap: 10px;
    font-weight: bold;
    font-size: 12px;
}
.share li {
}
.share li a {
    width: 30px;
    text-align: center;
    font-size: 15px;
    color: var(--primary-color);
    border-radius: 15px;
}
.share li a:hover {
    color: #fff;
    background: var(--primary-color);
}

.fancybox__container {
    z-index: 1000000 !important;
}
.fancybox__container div {
    margin: 0;
}
.drDetail {
    display: flex;
    gap: 50px;
    flex-direction: row-reverse;
}
.drImg {
    width: 280px;
}
.drImg img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.drDetail .cmspage {
    flex: 1;
}

.pagination {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 36px;
    font-size: 14px;
}
.pagination a {
    width: 36px;
    height: 36px;
    background: #eff0f0;
    margin: 0 5px;
    border-radius: 20px;
    color: #0a033c;
    box-sizing: border-box;
}
.pagination a:hover {
    color: #fff;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.pagination a.active {
    color: #fff;
    background: var(--primary-color);
}
.spaceContact {
    height: 40px;
}
.prevPage,
.nextPage {
    font-size: 25px;
}
.blPager {
    border-top: none;
    padding-top: 30px;
}
.blPager a {
    background: #fff;
    border: 1px solid #e1e1e1;
}
