.in-mt {
    padding-top: 1.5rem;
}
.breadcrumbs {
    font-size: 16px;
}
.trail-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-row-gap: .5rem;
}
.trail-items .trail-item {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}
.trail-items .trail-item a {
    display: inline-flex;
    align-items: center;
}
.trail-items .trail-item a:hover {
    background-color: rgba(0, 0, 0, .15);
}
.trail-items .trail-item {
    display: inline-flex;
}
.trail-items li:last-child {
    color: #000;
    font-weight: bold;
}
.trail-itemBlock {
    padding: .3rem .75rem;
    background-color: #eee;
    border-radius: 1rem;
}
.trail-itemBlock.trail-home {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs .trail-arrow {
    display: inline-flex;
    margin: 0 0.75rem;
}
.breadcrumbs li a .hom-svg {
    width: 1.15rem;
    height: 1.15rem;
}
.trail-arrow svg {
    width: .75rem;
    height: .75rem;
    stroke: currentColor;
}
.inner-ad .ad__image {
    border: 3px solid #3F85FF;
}
.card--box {
    padding: 2rem;
}
.boxes-flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.card-item {
    width: calc(25% - 15px);
}
.card-link {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background-color: #fff;
}
.card-link:hover {
    background-color: #F2F2F2;
    color: #000;
}
.card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card-image {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: .5rem;
}
.card-content--title h6 {
    font-size: 14px;
}
.card-content--text {
    display: inline-flex;
    font-size: 14px;
    color: #5B5B5B;
    margin-top: .3rem;
}
.mb-list {
    display: flex;
    flex-direction: column;
    grid-gap: 1.35rem;
}
.section-block {
    padding-bottom: 2rem;
}
.col-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DCDCDC;
}
.header-aside {
    font-size: .90rem;
}
.division-type {
    display: flex;
    grid-gap: .75rem;
}
.dn-item {
    padding: .3rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .3s ease-in;
}
.dn-item:hover, .dn-item.active {
    color: #3F85FF;
    background-color: rgba(63, 133, 255, .15);
}
.dv-icon {
    width: 1.35rem;
    height: 1.35rem;
    stroke: currentColor;
}
.dv-icon svg {
    fill: none;
}
.col-flex {
    display: grid;
    grid-gap: 30px;
}
.col-flex.horizontal {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.col-flex.vertical {
    grid-template-columns: 1fr;
}
.col-details {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.horizontal .col-image {
    margin-bottom: .75rem;
}
.horizontal .col-image .image {
    height: 14rem;
}
.vertical .col-wrap {
    display: flex;
    grid-gap: 1rem;
}
.vertical .col-image {
    width: 35%;
    height: auto;
}
.vertical .col-content {
    width: 65%;
}
.col-details {
    margin-top: .75rem;
}
.vertical .col-image .image {
    height: 100%;
}
.col-content .tags {
    margin-top: .75rem;
}
.col-item .title {
    font-size: 15px;
}
.horizontal .user__image, .horizontal .user__details {
    display: none;
}
.horizontal .user__name {
    color: #5B5B5B;
    font-weight: normal;
}
.horizontal .tag__list .tag__card:not(:first-child):not(:last-child) {
    display: none;
}
.post-page_header {
    display: flex;
    grid-gap: 1.5rem;
    margin-top: 1.5rem;
}
.post-page__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 25%;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #C1C1C1;
    padding: 0 1.5rem;
}
.post-page__user .user__content {
    padding-top: .75rem;
}
.post-header__text {
    margin-top: .75rem;
}
.post-page .page__content {
    margin-top: 1.5rem;
}
.page__content .title {
    margin-bottom: .5rem;
}
p + p {
    margin-top: .5rem;
}
.page__content-inner {
    margin-bottom: 1.5rem;
}
.mb-inner {
    padding: 2rem;
    margin-top: 1rem;
}
.featured__justify {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accordion-all .accordion-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
.mod--pagination {
    display: flex;
    justify-content: center;
}
.pagination-wrap {
    margin-top: 3rem;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: .5rem;
}
.pagination li {
    height: 100%;
    display: flex;
}
.pagination li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-size: 14px;
    padding: .25rem 1rem;
    font-weight: bold;
}
.pagination li:first-child *, .pagination li:last-child * {
    background-color: #f2f2f2;
}
.pagination li .current, .pagination li a:hover {
    color: #fff;
    background-color: #000;
}
.post-page h1, .post-page h2, .post-page h3, .post-page h4, .post-page h5, .post-page h5 {
    margin-bottom: .5rem;
}
.post-page p {
    margin-bottom: .5rem;
}
.post-list ul {
    padding-right: .75rem;
}
.page__content .post-list ul {
    margin-top: 1rem;
}
.post-list ul ul { 
    padding-right: .75rem;
}
.post-list ul li {
    position: relative;
    padding-right: .75rem;
}
.post-list ul li:before {
    content: "";
    position: absolute;
    top: .6rem;
    right: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    flex: 0 0 auto;
    border-radius: 50%;
}
.post-list ul li h4 {
    margin-bottom: 0;
}
.post-page p a {
    color: #3F85FF;
    word-wrap: break-word;
}
.col-item {
    position: relative;
    overflow: hidden;
}
.col-image {
    margin-bottom: .75rem;
}
.col-content {
    position: relative;
}
.col__info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: .3rem;
    transition: all .3s;
}
.col__info.-cl {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 1rem;
}
.col-tag {
    margin-bottom: .5rem;
}
.col-button {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0 , 100%);
    -webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.col-button .btn {
    width: 100%;
}
.col-item.-wb:hover .col__info {
    opacity: 0;
    visibility: hidden;
}
.col-item.-wb:hover .col-button {
    opacity: 1;
    visibility: visible;
    transform: translate(0 , 0);
}
.articles__count {
    flex: 0 0 auto;
}
.archive-block .col-item {
    margin-bottom: 30px;
}
.progress-bar {
    display: flex;
    position: relative;
}
.progress-handler {
    position: relative;
    z-index: 5;
}
.progress-handler progress {
    right: 0;
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
}
progress::-webkit-progress-bar {
    background: transparent;
}
progress::-webkit-progress-value {
    background: #3F85FF;
    background-attachment: fixed;
}
progress::-moz-progress-bar {
    background: #3F85FF;
    background-attachment: fixed;
}
.progress-line {
    width: 3rem;
    height: 100%;
}
.submenu-item {
    position: relative;
    font-size: .80rem;
}
.submenu-header {
    padding: .5rem .75rem;
    background-color: #EFF1F9;
    transition: .3s;
}
.submenu-item.active .submenu-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition-delay: 0s;
}
.submenu-body {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #eff1f9;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: none;
    overflow: hidden;
    z-index: 10;
}
.submenu-nav {
    position: relative;
    max-height: 15rem;
    overflow-y: auto;
    padding-bottom: .5rem;
}
.submenu-nav::-webkit-scrollbar {
    width: 5px;
}
.nav-searchHolder {
    position: relative;
}
.nav-search .form-group {
    margin-bottom: 0;
}
.submenu-body ul li {
    margin: .2rem 1rem;
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}
.submenu-body ul li:first-child {
    margin-top: 0;
}
.submenu-body ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.submenus-container {
    position: relative;
    z-index: 10;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #DCDCDC;
}
.submenus-holder {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .1);
}
.submenus-flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .75rem;
}
.submenu-col {
    cursor: pointer;
}
.nav-search {
    margin: .2rem .5rem;
}
.nav-search .w-input {
    padding: .5rem;
}
.nav-search .form__submit-button {
    top: .5rem;
    left: .5rem;
}
.col-med {
    width: calc(20% - 0.5625rem);
}
.col-sm {
    width: calc(15% - 0.5625rem);
}
.submenu-search {
    width: calc(40% - 0.5625rem);
}
.mod--layout {
    padding-bottom: 4rem;
}
.submenu-search .search-wrap {
    display: flex;
    grid-gap: .75rem;
    height: 100%;
}
.submenu-search .form-group {
    flex: 1 1 auto;
    margin-bottom: 0;
}
.submenu-search .form-group .input {
    height: 100%;
}
.submenu-search .button {
    width: 3.5rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.submenu-search .button .icon {
    width: 1.45rem;
    height: 1.45rem;
    fill: currentColor;
}
.pp-hero-image .image img {
    max-height: 18rem;
    min-height: 18rem;
}
.pp-hero-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1rem;
}
.Layout-image {
    width: 8.5rem;
    height: 8.5rem;
}
.Layout-image img {
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}
.Layout-boxContainer {
    width: 30%;
    /* margin-top: -12rem; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-bottom: 15rem; */
}
.Layout-main {
    width: 70%;
    /* flex: 1 1 auto; */
    padding: 1rem 2rem 0 0;
}
.Layout-boxCard {
    flex: 1;
}
.Layout-menu {
    position: relative;
    background-color: #fff;
    z-index: 5;
}
.pf-tab .tabs-content{
    font-size: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -.75rem;
    padding-top: calc(1rem + .75rem);
}
.box-effect {
    width: 100%;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0px 2px;
}
.layout-holder {
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
}
.layout-holder::-webkit-scrollbar {
    width: 4px;
}
.layout-holder::-webkit-scrollbar-thumb {
    background: #ddd;
}
.hero-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lc-holder {
    margin-top: 15px;
}
.vcard-header {
    text-align: center;
}
.Layout-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 15px; */
    overflow: hidden;
}
.js-pinned.active .scrolling-card {
    max-height: calc(100vh - 30px);
}
.js-pinned-1.active .scrolling-card .layout-holder {
    overflow-x: hidden;
    overflow-y: auto;
}
.js-pinned-2.active .scrolling-card .layout-holder {
    overflow-x: hidden;
    overflow-y: auto;
}
.contact-pin {
    width: 100%;
    margin: auto 0;
}
.p-tag {
    margin-top: .5rem;
}
.vcard-details {
    margin-top: 1rem;
}
.vcard-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    grid-gap: .5rem;
}
.vcard-detail {
    padding: .5rem 1rem;
    color: #3F85FF;
    background-color: #ecf3ff;
    border-radius: .5rem;
    flex: 1;
}
.vcard-boxInfo {
    font-size: .95rem;
    font-weight: bold;
}
.vcard-boxlabel {
    font-size: .85rem;
}
.vcard-button{
    margin-top: .75rem;
}
.vcard-button {
    width: 100%;
    margin-top: .75rem;
}
.vcard-button .btn {
    width: 100%;
}
.vcard-button .btn .btn-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.vcard-bio {
    font-size: 14px;
    margin-top: .75rem;
    line-height: 1.7;
}
.vcard-bio p {
    font-size: 14px;
}
.vcard-inlineBtn {
    padding: .15rem .5rem;
    border-radius: .5rem;
    position: relative;
    display: inline-flex;
    color: #3f85ff;
    background-color: #ecf3ff;
}
.vcard-inlineBtn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #3f85ff;
    border-radius: .5rem;
}
.vcard-inlineBtn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1rem;
    border-radius: .5rem;
}
.vcard-inlineBtn:after {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: 0px;
    width: 5rem;
    height: calc(100% + 4px);
    border-radius: .5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .9) 100%);
}
.vcard-inBtnLab {
    position: relative;
    z-index: 5;
}
.vcard-Layout .vcard-social {
    margin-top: 1rem;
}
.vcard-social .social {
    grid-gap: .5rem;
}
.vcard-social .social-link {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: .5rem;
}
.vcard-social .social-link:hover {
    background-color: #e6e6e6;
}
.Layout-nav {
    padding: 0 .5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.Layout-nav.tabs-block ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .5rem;
}
.Layout-nav.tabs-block ul li {
    position: relative;
}
.tab-links__item {
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #91918B;
    cursor: pointer;
    font-size: .9rem;
    display: flex;
    align-items: center;
    margin: .5rem 0;
}
.tab-links__item:before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}
.tab-links__item.active, .tab-links__item:hover {
    color: #3F85FF;
    background-color: #e6eff8;
    font-weight: bold;
}
.vcard-contact {
    margin-top: 1.5rem;
}
.vcard-contactBtn {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 1.5rem;
}
.arrow-downAnime {
    display: inline-flex;
    flex-direction: column-reverse;
}
.arrow-downAnime .arrow {
    width: 1rem;
    height: .4rem;
    stroke: currentColor;
}
.layout-postList {
    display: flex;
    flex-direction: column;
    grid-row-gap: .75rem;
}
.layout-postItem {
    padding: 1rem;
    border-radius: .75rem;
    border: 1px solid #EBEBEB;
}
.lp-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    grid-gap: 1.5rem;
}
.lp-btns {
    display: flex;
    grid-gap: .75rem;
}
.lp-icon {
    width: 1.35rem;
    height: 1.35rem;
}
.lp-content .accordion-btn {
    display: inline-flex;
}
.lp-content .accordion-btn {
    margin-top: .25rem;
    text-decoration: underline;
    text-decoration-color: #007aff;
}
.lp-gallery {
    margin-top: 1rem;
}
.images-cards {
    display: grid;
    gap: .75rem;
    position: relative;
}
.lp-imglist {
    grid-template-columns: repeat(2, 1fr);
}
.single-rowimages {
    grid-template-rows: repeat(1, 1fr);
}
.two-rowimages {
    grid-template-rows: repeat(2, 1fr);
}
.three-rowimages {
    grid-template-rows: repeat(3, 1fr);
}
.items-3 .imglist-item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 1;
    height: auto;
}
.multi-rowimages {
    grid-template-rows: repeat(2, 1fr);
}
.imglist-item {
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
}
.fancy__imageBg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.images__count {
    font-size: 1.8rem;
    position: relative;
    z-index: 5;
}
.images-cards img {
    border-radius: .75rem;
}
.single-rowimages.lp-imglist {
    max-height: 25rem;
    min-height: 25rem;
}
.items-3.lp-imglist .imglist-item:nth-child(2), .items-3.lp-imglist .imglist-item:nth-child(3) {
    max-height: 15rem;
    min-height: 15rem;
}
.items-4.lp-imglist .imglist-item {
    max-height: 15rem;
    min-height: 15rem;
}
.gallery-grid {
    grid-template-columns: calc(60% - .375rem) calc(40% - .375rem);
    transition: all .3s ease-in-out;
}
.gallery-grid .imglist-item {
    transition: all .3s ease-in-out;
}
.gallery-grid .image1 {
    height: 12.5rem; 
}
.gallery-grid .image2 {
    height: 8rem; 
}
.gallery-grid .image3 {
    height: 12.5rem; 
}
.gallery-grid .image4 {
    height: 17rem; 
    margin-top: -4.5rem;
}
.js-gallery.hovered {
    grid-template-columns: calc(72% - .375rem) calc(28% - .375rem);
}
.js-gallery.hovered .image1 {
    height: 15.5rem; 
}
.js-gallery.hovered .image3 {
    height: 9.5rem; 
}
.js-gallery.hovered .image4 {
    margin-top: -7.5rem;
}
.imglist-lightbox {
    padding: 0;
    background-color: transparent;
}
.imglist-lightbox img {
    max-height: 75vh;
    width: auto;
    height: auto;
    border-radius: .75rem;
}
.lp-title + .lp-text {
    margin-top: .25rem;
}
.history-container {
    margin-top: 1rem;
}
.history-title h1 {
    font-size: 1.5rem;
}
.at-image img {
    width: auto;
}
.history-menu {
    display: flex;
    flex-direction: column;
    grid-row-gap: 2rem;
}
.history-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 1.5rem;
}
.history-item {
    display: flex;
}
.history-list {
    margin-top: .5rem;
}
.hs-date {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hs-date .month {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.hs-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.hs-circle {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 3px solid #3f85ff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-circle:before {
    content: '';
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: #3F85FF;
    opacity: .3;
}
.hs-line {
    flex: 1;
    width: 3px;
}
.hidden-gallery {
    display: none;
}
.lm-iframe {
    height: 25rem;
}
.ln-slider {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.ln-card {
    padding: 1rem .5rem;
    border-radius: .75rem;
    font-size: .85rem;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px;
    transition: all .3s;
}
.swiper-slide.swiper-slide-thumb-active.swiper-slide-visible.swiper-slide-active .ln-card {
    border: 2px solid #3f85ff;
}
.ln-button .btn {
    font-size: 13px;
}
.locations__swiper {
    padding-left: calc(.5rem + 10px);
}
.locations__swiper .swiper-wrapper {
    padding-right: .5rem;
    padding-bottom: 1rem;
}
.ln-time {
    font-size: 12px;
    margin-top: .25rem;
}
.ln-button {
    margin-top: .5rem;
}
.locations__swiper .swiper-slide {
    cursor: pointer;
}
.times__swiper .swiper-slide {
    background-color: #fff;
}
.tm-card {
    font-size: 14px;
    padding-top: 1rem;
}
.tm-list {
    font-size: 14px;
    margin-top: .5rem;
    position: relative;
    overflow: hidden;
}
.tm-list .tm-item {
    display: flex;
    font-size: .85rem;
    padding: .5rem 1rem;
}
.tm-list .tm-item:nth-child(odd) {
    background-color: #F7F7F7;
}
.tm-list .tm-item:first-child .tm-hours {
    font-weight: bold;
}
.tm-hours {
    padding-right: 1.5rem;
}
.ind-card {
    padding: 3rem;
}
.in-title {
    margin-top: .5rem;
}
.page-content {
    margin-top: 1rem;
}
.ind-card {
    margin-top: 1.5rem;
}
.contact-row {
    margin-top: 1.5rem;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-top: .25rem;
}
.c-icon {
    width: 1.15rem;
    height: 1.15rem;
    margin-left: .35rem;
}
.contact-info .vcard-social {
    margin-top: .5rem;
}
.box-holder {
    padding: 1rem;
}
.fm-holder  {
    padding: 3rem;
}
.contact-label {
    margin-top: 2rem;
    padding: .75rem;
    font-size: .9rem;
    font-weight: bold;
}
.more-items {
    right: 0;
    min-width: 10rem;
    padding: .5rem;
    top: 57px;
    display: flex;
    flex-direction: column;
    grid-gap: .25rem;
}
.more-items .tab-links__item {
    margin: 0;
}
.close-btn {
    display: none;
    right: 1rem;
    top: .75rem;
    align-items: center;
    justify-content: center;
}
.close-icon {
    width: .85rem;
    height: .85rem;
}
.inner--headeing .mod--heading-content {
    max-width: 420px;
}
@media (max-width: 2000px) {
    .col-flex.horizontal {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1700px) {
    .Layout-image {
        width: 6.5rem;
        height: 6.5rem;
        margin-bottom: .5rem;
    }
    .layout-holder {
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 1200px) {
    .card-item {
        width: 33.333%;
    }
}
@media (max-width: 1024px) {
    .featured__post {
        padding-right: 0;
    }
    .featured__justify {
        padding-bottom: 0;
    }
    .pp-hero-image .image img {
        max-height: 13rem;
        min-height: 13rem;
    }
    .Layout-boxContainer {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
        margin-top: -5rem;
    }
    .Layout-boxCard {
        flex: initial;
    }
    .Layout-main {
        width: 100%;
        padding: 0;
    }
    .Layout-contact {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        padding: 1rem;
        padding-top: 2rem;
        overflow-y: auto;
        display: flex;
    }
    .close-btn {
        display: flex;
    }
    .more-items {
        left: 0;
        right: auto;
    }
    .vcard-contactBtn {
        grid-gap: 1rem;
    }
    .arrow-downAnime {
        transform: rotate(90deg) translateX(5px);
    }
    .single-rowimages.lp-imglist {
        max-height: 22rem;
        min-height: 22rem;
    }
    .items-3.lp-imglist .imglist-item:nth-child(2), .items-3.lp-imglist .imglist-item:nth-child(3) {
        max-height: 12rem;
        min-height: 12rem;
    }
    .items-4.lp-imglist .imglist-item {
        max-height: 12rem;
        min-height: 12rem;
    }
    .fm-holder {
        padding: 2rem;
    }
}
@media (max-width: 991px) {
    .lm-card  {
        margin-top: 2rem;
    }
}
@media (max-width: 768px) {
    .trail-items .trail-item {
        font-size: 14px;
    }
    .breadcrumbs .trail-arrow {
        margin: 0 0.5rem;
    }
    .breadcrumbs li a .hom-svg {
        width: 1rem;
        height: 1rem;
    }
    .trail-arrow svg {
        width: .65rem;
        height: .65rem;
    }
    .card-item {
        width: 50%;
    }
    .col-flex.horizontal {
        grid-template-columns: 2fr 2fr;
    }
    .dv-icon {
        width: 1.25rem;
        height: 1.25rem;
    }
    .vertical .col-wrap {
        flex-direction: column;
    }
    .vertical .col-image {
        width: 100%;
    }
    .vertical .col-content {
        width: 100%;
    }
    .post-page_header {
        flex-direction: column;
        margin-top: 1rem;
    }
    .post-page__user {
        padding: 0;
        min-width: initial;
        max-width: initial;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        border: none;
        text-align: right;
        order: 2;
    }
    .post-page__user .user__content {
        padding-top: 0;
        margin-right: .75rem;
    }
    .col-details {
        margin-top: .75rem;
    }
    .pagination-wrap {
        margin-top: 2rem;
    }
    .pagination {
        grid-gap: .35rem;
    }
    .pagination li > * {
        padding: .25rem .75rem;
    }
    .progress-handler {
        display: none;
    }
    .col-med {
        width: calc(50% - 0.375rem);
    }
    .col-sm {
        width: calc(30% - 0.375rem);
    }
    .submenu-search {
        width: calc(50% - 0.375rem);
    }
    .header-aside {
        font-size: .85rem;
    }
    .tab-links__item {
        padding: .5rem;
    }
    .single-rowimages.lp-imglist {
        max-height: 20rem;
        min-height: 20rem;
    }
    .items-3.lp-imglist .imglist-item:nth-child(2), .items-3.lp-imglist .imglist-item:nth-child(3) {
        max-height: 10rem;
        min-height: 10rem;
    }
    .items-4.lp-imglist .imglist-item {
        max-height: 10rem;
        min-height: 10rem;
    }   
    .history-title h1 {
        font-size: 1.45rem;
    }
    .hs-date {
        padding: 0 .75rem;
    }
    .hs-circle {
        width: 1.15rem;
        height: 1.15rem;
    }
    .alert-msg {
        padding: 2rem;
    }
    .alert-icon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .alert-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media (max-width: 550px) {
    .in-mt {
        padding-top: 1rem;
    }
    .card--box {
        padding: 1.5rem;
    }
    .card-item {
        width: 100%;
    }
    .inner-ad .ad__image {
        border-width: 2px;
    }
    .col-flex.horizontal {
        grid-template-columns: 1fr;
    }
    .horizontal .col-image .image {
        height: auto;
        max-height: 25rem;
    }
    .trail-items .trail-item {
        font-size: 13px;
    }
    .division-type {
        display: none;
    }
    .col__info {
        flex-direction: column;
        grid-gap: .25rem;
    }
    .col-flex {
        grid-gap: 25px;
    }
    .pagination-wrap {
        margin-top: 1rem;
    }
    .submenus-flex {
        grid-gap: .5rem;
    }
    .col-med {
        width: 100%;
    }
    .col-sm {
        width: 100%;
    }
    .submenu-search {
        width: 100%;
    }
    .Layout-nav.tabs-block ul li:nth-child(4) {
        display: none;
    }
    .tab-links__item {
        font-size: .85rem;
    }
    .Layout-nav.tabs-block ul {
        grid-gap: .25rem;
    }
    .more-items {
        grid-gap: .25rem;
    }
    .lp-imglist {
        grid-template-columns: repeat(1, 1fr);
    }
    .two-rowimages {
        grid-template-rows: inherit;
    }
    .single-rowimages.lp-imglist, .items-3.lp-imglist .imglist-item:nth-child(2), .items-3.lp-imglist .imglist-item:nth-child(3), .items-4.lp-imglist .imglist-item {
        height: auto;
        max-height: 15rem;
        min-height: inherit;
    }
    .images__count {
        font-size: 1.65rem;
    }
    .gallery-grid .image1 {
        height: 8.5rem;
    }
    .gallery-grid .image2 {
        height: 6rem;
    }
    .gallery-grid .image3 {
        height: 8.5rem;
    }
    .gallery-grid .image4 {
        height: 11rem;
        margin-top: -2.5rem;
    }
    .history-item {
        flex-direction: column;
    }
    .hs-date {
        padding: 0;
        align-items: flex-start;
    }
    .hs-bar {
        display: none;
    }
    .hs-date .month {
        margin-bottom: .75rem;
    }
    .fm-holder {
        padding: 1rem;
    }
    .Layout-boxContainer {
        margin-top: -4.5rem;
    }
    .pp-hero-image .image img {
        max-height: 11rem;
        min-height: 11rem;
    }
    .alert-icon {
        width: 3rem;
        height: 3rem;
    }
}
@media (max-width: 425px) {
    .header-aside {
        font-size: .80rem;
    }
    .layout-holder {
        padding: 1.5rem .75rem;
    }
    .tabs-content {
        padding: .75rem;
    }
    .layout-postItem {
        padding: .75rem;
    }
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery-grid .image1,.gallery-grid .image2, .gallery-grid .image3, .gallery-grid .image4 {
        height: auto;
        max-height: 15rem;
    }
    .gallery-grid .image4 {
        margin-top: 0;
    }
    .pp-hero-image .image img {
        max-height: 10rem;
        min-height: 10rem;
    }
}
@media (max-width: 375px) {
    .Layout-nav.tabs-block ul li:nth-child(3) {
        display: none;
    }
}