html {
  scroll-behavior: smooth;
}
.case-name,
.galleryTabs nav li {
    font-size: 20px;
    text-transform: uppercase;
}
.case-name,
.galleryTabs nav li,
.hero-caption h1 {
    text-transform: uppercase;
}
*,
.column_1,
.gallery-thumbs,
.post-pag-container,
.post-pag-wrap {
    box-sizing: border-box;
}
.gallery-main-wrapper {
    display: none;
}
* {
    padding: 0;
    margin: 0;
}
.page-hero {
    background: lightblue;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-caption {
    padding: 0 15px;
}
.page-container {
    align-items: flex-start;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column;
}
.header-offset {
    height: 150px;
    background: lightblue;
}
.page-hero .page-container {
    align-items: flex-start;
    min-height: 250px;
    padding: 0;
    justify-content: center;
}
.hero-caption h1 {
    font-family: "F37 Caslon" !important;
    color: #015369;
    font-size: 96px;
    font-weight: 600;
    line-height: 68px;
    margin: 0 0 20px;
}
.hero-caption h2 {
    color: #015369;
    font-family: Raleway, Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
}
.case-name,
.patient-details p {
    font-family: Raleway, Sans-serif;
    line-height: 32px;
}
.main .slider-nav .ba-slider-thumb,
.patient-gallery .ba-slide,
.patient-image.patient-image-single {
    height: auto;
}
.main .slider-nav .ba-slider-thumb-wrapper {
    border: 2px solid #eae8e8;
    margin: 0 5px;
    cursor: pointer;
}
:root {
    --slider-navigation-size: 44px;
}
.main-page-wrapper .container {
    width: 100%;
    max-width: 100%;
}
.main-page-wrapper {
    padding-top: 0;
}
.gallery_title_wrap {
    width: 100%;
    background-color: #b5931e;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}
.gallery_title_wrap h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
}
.gallery_title_wrap p {
    color: #fff;
    font-size: 16px;
}
.gallery_title_wrap a {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.main_box {
    width: 100%;
    height: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    margin-top: 240px;
    margin-bottom: -200px;
    transform: scale(1.3);
}
.column_1 {
    width: 800px;
}
.column_2 {
    width: 400px;
    margin-top: auto;
}
.gallery-content-section {
    padding: 100px 0;
}
.case-name {
    color: #C39661;
    font-weight: 700;
}
.section-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section-col {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 15px;
}
.section-col + .section-col {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 15px;
}
.slick-track .patient-image {
    height: 305px;
}
.patient-image img,
.slick-track .patient-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .slider-for .ba-slide-wrapper {
    min-height: 300px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c0c0c;
}
.main .slider-for div img {
    width: 50%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}
.main div img {
    width: 100%;
}
.e-hosted-video {
    height: 300px;
    width: 100%;
    display: block;
}
.slider-nav.slick-slider .slick-list,
.slider-nav.slick-slider .slick-track {
    transform: none !important;
}
.slider-nav {
    margin-top: 20px;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 100%;
    max-height: 40%;
    width: 100%;
}
.gallery-thumbs {
    height: 9%;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#mouse_hover_thumb:hover {
    cursor: pointer;
}
.slider_thumb {
    display: flex;
    justify-content: center;
}
.patient_page_thumb {
    background-color: #dedede;
    height: auto;
    width: 90%;
    margin: 0 auto;
}
.slider-button-next {
    right: -4px;
    left: auto;
}
.slider-button-prev {
    right: auto;
    left: -4px;
    transform: rotate(180deg);
}
.slider-button-next,
.slider-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--slider-navigation-size) / 44 * 27);
    height: var(--slider-navigation-size);
    margin-top: calc(-1 * var(--slider-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-main-wrapper {
    padding: 50px 0;
}
@media (min-width: 768px) {
    .gallery-main-wrapper {
        padding: 100px 0;
    }
}
.galleryTabs .content {
    display: none;
    opacity: 0;
    -webkit-animation: 1s display-none-transition;
    animation: 1s display-none-transition;
}
@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        opacity: 1;
    }
}
.galleryTabs nav ul {
    margin-bottom: 0;
    padding: 0;
}
.galleryTabs nav li {
    list-style: none;
    display: inline-block;
    margin-right: -4px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-family: Raleway, Sans-serif;
    font-weight: 700;
    line-height: 23px;
    padding: 7px 15px;
    color: #015369;
    border-style: none;
    cursor: pointer;
}
.galleryTabs nav li.active {
    color: #fff;
    background-color: #bdd3e1;
    border-style: none;
}
.content-section .active {
    display: block;
    opacity: 1;
}
.nextPrev-arrows {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    width: 100%;
}
.nextPrev-arrows a {
    font-size: 25px;
    font-weight: 700;
    color: #C39661;
    display: flex;
    align-items: center;
}
.nextPrev-arrows a:hover,
.related-gallery-wrapper .slick-arrow:hover,
.related-gallery-wrapper a:hover {
    opacity: 0.7;
}
.nextPrev-arrows a svg {
    height: 40px;
    width: 40px;
    fill: #C39661;
}
.content-section ul {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #bdd3e1;
}
.content-section ul li a {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 44px;
    padding: 0 20px;
    transition: 0.3s ease-in-out;
    color: #015369;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
body .content-section ul li a:hover {
    background: #015369;
    color: #fff !important;
}
.patient-single {
    border: 1px solid #8d8d8d;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 65px;
    width: 100%;
}
.section-row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.patient-details p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0;
}
.patient-image {
    display: none;
    height: 305px;
    overflow: hidden;
}
.image-list {
    margin: 10px -5px 0 !important;
    list-style-type: none;
}
.image-list li {
    margin: 0;
    padding: 0 5px;
    height: 100px;
}
.image-list li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 62rem) {
    .image-list img,
    .patient-image img {
        width: 100%;
    }
    .patient-image,
    .patient-image img.active {
        display: block;
    }
    .image-list {
        display: flex;
        overflow: hidden;
    }
    .image-list li {
        flex-basis: 100%;
    }
    .image-list li:nth-child(3) {
        margin: 0;
    }
    .image-list img {
        width: 100%;
        transition: opacity 0.3s;
        cursor: pointer;
        object-fit: cover;
    }
    .image-list img:hover {
        opacity: 0.7;
    }
}
.e-hosted-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.post-pag-wrap {
    padding: 14px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    max-width: 600px;
    margin: 20px auto 50px;
}
.post-pag-container {
    width: 49%;
    padding: 0 8px;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    vertical-align: top;
    min-height: 50px;
}
.post-pag-container h3 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 7px auto 0;
}
.post-pag-container.prev {
    text-align: left;
    border-right: 1px solid #bbb;
    margin-right: -1px;
}
.post-pag-container.next {
    text-align: right;
    margin-left: -2px;
}
.post-pag-container.prev h3 {
    text-align: left;
    line-height: 20px;
}
.post-pag-container.next h3 a,
.post-pag-container.prev h3 a {
    font-size: 25px;
    line-height: 20px;
}
.post-pag-container.next h3 {
    text-align: right;
    line-height: 20px;
}
.slider-heading {
    text-align: center;
    margin: 20px 0;
}
.swiper-button-next {
    right: 30px;
}
.swiper-button-prev {
    left: 30px;
}
.swiper-wrapper {
    z-index: -1;
}
.sub-tab a.active {
    background: #015369;
    color: #fff;
}
.related-gallery-wrapper {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 30px;
}
.related-gallery-wrapper a img {
    width: 100%;
    display: block;
}
.related-gallery-wrapper a {
    display: block;
}
.related-gallery-wrapper .slick-arrow {
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
    background: #C39661;
    z-index: 1;
    fill: #fff;
    cursor: pointer;
}
.related-gallery-wrapper .slick-arrow.bi-chevron-left {
    left: 0;
}
.related-gallery-wrapper .slick-arrow.bi-chevron-right {
    right: 0;
}
@media screen and (max-width: 1200px) {
    .column_1 {
        height: 1160px;
    }
    .column_2 {
        margin-top: -230px;
    }
    .column_2_margin_top {
        margin-top: -150px;
    }
    .main_box {
        margin-top: 240px;
        transform: scale(1.2);
    }
}
@media (max-width: 991px) {
    .patient-single {
        padding: 50px 15px;
    }
    .section-row {
        display: block;
    }
    .section-col {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .page-hero {
        background-position: center right;
    }
    .hero-caption h1 {
        font-size: 76px;
    }
}
@media screen and (max-width: 768px) {
    .column_1 {
        width: 630px;
        height: 1000px;
    }
    .column_2 {
        margin-top: -180px;
    }
    .patient_page_thumb {
        background-color: #d3d3d3;
    }
    .column_2_margin_top {
        margin-top: -70px;
    }
    .main_box {
        margin-top: 30px;
        transform: scale(1);
    }
}
@media (max-width: 767px) {
    .hero-caption h1 {
        font-size: 46px;
        line-height: normal;
    }
}
@media screen and (max-width: 640px) {
    .column_1 {
        width: 530px;
        height: 880px;
    }
    .main_box {
        margin-top: 30px;
        transform: scale(1);
    }
    .gallery_title_wrap h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 5px;
    }
    .nextPrev-arrows a {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .e-hosted-video {
        height: auto;
    }
    .e-hosted-video video {
        position: static;
    }
    .page-hero {
        background-position: right center;
    }
    .hero-caption h1 {
        font-size: 40px;
        line-height: normal;
        margin: 0 0 5px;
    }
    .hero-caption h2 {
        font-size: 24px;
    }
    .page-hero .page-container {
        align-items: center;
        min-height: 240px;
        padding: 0;
    }
    .patient-details p {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 20px;
    }
    .patient-single {
        padding: 20px 15px 30px;
    }
    .main .slider-for .ba-slide-wrapper {
        min-height: 200px;
    }
}
@media screen and (max-width: 414px) {
    .column_1 {
        width: 380px;
        height: 630px;
    }
    .column_2 {
        margin-top: 70px;
    }
    .patient_page_thumb {
        background-color: #d3d3d3;
    }
    .column_2_margin_top {
        margin-top: 260px;
    }
    .slider-heading {
        font-size: 20px !important;
    }
    .main_box {
        margin-top: 30px;
        transform: scale(1);
    }
}
@media screen and (max-width: 375px) {
    .column_1 {
        width: 350px;
    }
    .patient_page_thumb {
        background-color: #d3d3d3;
    }
    .slider-heading {
        font-size: 20px !important;
    }
    .main_box {
        margin-top: 30px;
        transform: scale(1);
    }
}
@media only screen and (max-width: 600px) {
    .title.title_size_small h1 {
        line-height: 35px;
    }
    .gallery-thumbs {
        display: none;
    }
}
