.auto-svg-rating {
    display: inline-flex;
    gap: 4px;
}

.auto-svg-rating svg {
    width: 24px;
    height: 24px;
}

.star-filled {
    fill: #f8b851;
}

.star-empty {
    fill: #e0e0e0;
}


.bl-reviews-index .slider-3-grid .swiper-pagination {
    bottom: -40px !important;
}


.footer-style1 .footer-widget .social-style1 {
    display: flex;
}

.footer-style1 .footer-widget .social-style1 .socials {
    margin-right: 10px;
}



/*
.bl-reviews-index .review-image-link::after {
    content: '';
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L27 27M13 23C18.5228 23 23 18.5228 23 13C23 7.47715 18.5228 3 13 3C7.47715 3 3 7.47715 3 13C3 18.5228 7.47715 23 13 23Z' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.bl-reviews-index .review-image-link:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L27 27M13 23C18.5228 23 23 18.5228 23 13C23 7.47715 18.5228 3 13 3C7.47715 3 3 7.47715 3 13C3 18.5228 7.47715 23 13 23Z' stroke='%23333333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
*/




.bl-reviews-index .reviews-img {
    max-height: 250px;
    max-width: 250px;
    border-radius: 10px;
    border: 1px solid #c0c0c029;
    margin-bottom: 20px;
}

.bl-reviews-index .bl-reviews-img {
    text-align: center;
    margin-top: 15px;
}

.bl-reviews-index .iconbox-style9 {
    
}

.bl-reviews-index .iconbox-style9:hover {
    background-color: #c0c0c02f;
}
.bl-reviews-index .iconbox-style9:hover .iconbox-title, .bl-reviews-index .iconbox-style9:hover p.text {
    color: initial;
}
.bl-reviews-index .iconbox-style9:hover .list-icon-new2 img {
    filter: unset;
}
.bl-reviews-index .link-reviews {
    border-bottom: 1px dashed;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    right: 20px;
    line-height: 1.2;
    color: #25b55b;
}
.bl-reviews-index .link-reviews:hover {
    color: initial;
}
.bl-reviews-index p.text {
    line-height: 1.3;
}
.bl-reviews-index p.text:hover {
    color: initial;
}






.main-title-services-index h2 {
    color: white;
    z-index: 1;
    position: relative;
}

.main-title-projects-index h2 {
    z-index: 1;
    position: relative;
}

.bl-projects-index {
    padding-top: 50px;
    padding-bottom: 60px !important;
}

.bl-reviews-index {
    padding-top: 60px;
    padding-bottom: 90px !important;
}

.main-title-projects-index {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}







.cert-slider .feature-style2 img {
    max-height: 220px;
}

.reviews img.wa {
    max-height: 200px;
}

.testimonial-slider2 .swiper-slide {
    visibility: hidden;
}
.testimonial-slider2 .swiper-slide-active {
    visibility: visible;
}


.video-container {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
video {
    width: 100%;
    display: block;
    cursor: pointer;
}


.content-block-preim h4 {
    line-height: 1.2;
    margin-top: 7px;
    margin-bottom: 10px;
}
.content-block-preim p {
    margin-bottom: 0;
}
.content-block-preim i {
    color: #ee4c34 !important;
    margin-top: 10px;
}
.content-block {
    /*background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    padding: 25px;*/
    margin-bottom: 30px;
    margin-top: 40px;
}
.content-block h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 24px;
}

.content-block h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.content-block .img-fluid {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.content-block blockquote {
    border-left: 4px solid #3498db;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
    font-size: 18px;
    
}
.content-block blockquote p {
    line-height: 1.5 !important;
}
.content-block .gallery img {
    transition: transform 0.3s ease;
}
.content-block .gallery img:hover {
    transform: scale(1.03);
}


.modal-open {
    padding-right: 0 !important;
    overflow: unset !important;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item, header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 15px;
}


ul.list {
    list-style: circle;
}
ul.list li {
    list-style-type: initial;
}

.body_content_project .ps-widget h4 {
    margin-top: 15px;
}

.body_content_project .property_video {
    margin-bottom: 30px;
}


/* SLIDER */
.swiper {
    width: 100%;
    overflow: visible;
}

.explore-apartment-5col-slider {
    position: relative;
    padding: 5px 40px 15px 40px;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.swiper-slide {
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    color: #051036;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-next {
    right: 30px;
}


.slider-3-grid .swiper-button-prev,
.slider-3-grid .swiper-button-next {
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
}

.slider-3-grid .swiper-button-prev {
    left: -15px;
}

.slider-3-grid .swiper-button-next {
    right: -15px;
}


.slider-1-grid .swiper-button-prev,
.slider-1-grid .swiper-button-next {
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.slider-1-grid .swiper-button-prev {
    left: -15px;
}

.slider-1-grid .swiper-button-next {
    right: -15px;
}


.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px !important;
}

.slider-3-grid .swiper-pagination {
    bottom: -10px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #626262;
}

.swiper-button-hidden {
    display: none !important;
}

.swiper-pagination-hidden {
    display: none !important;
}

.swiper-watch-overflow .swiper-button-next,
.swiper-watch-overflow .swiper-button-prev,
.swiper-watch-overflow .swiper-pagination {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.swiper-watch-overflow.swiper-overflow .swiper-button-next,
.swiper-watch-overflow.swiper-overflow .swiper-button-prev,
.swiper-watch-overflow.swiper-overflow .swiper-pagination {
    opacity: 1;
    visibility: visible;
}
/* END SLIDER */






.list-meta2 {
    flex-wrap: wrap;
}
.icon-project-index {
    display: flex;
    align-items: center;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.icon-project-index .text-v {
    white-space: nowrap;
    color: white;
}


.icon_project_categories {
    line-height: 2.3 !important;
}
.icon_project_categories img {
    height: 30px;
    transition: all 0.4s ease;
}
.project-item .apartment-category:hover .icon_project_categories img {
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}

.project-item.active .icon_project_categories img {
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}

.icon-project-index img {
    height: 15px;
    filter: brightness(0) invert(1);
    margin-right: 2px;
    display: inline !important;
    width: unset !important;
}

.list-icon-new2 img {
    height: 35px;
    transition: all 0.4s ease;
}
.iconbox-style9:hover .list-icon-new2 img {
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}


.icon-project {
    line-height: 2.3 !important;
}
.icon-project img {
    height: 30px;
}
.list-icon-new {
    line-height: 2.1 !important;
}
.list-icon-new img {
    height: 35px;
    transition: all 0.4s ease;
}
.list-one:hover .list-icon-new img {
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}


header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo2 {
    display: none !important;
}
header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1 {
    display: block !important;
}


.categories-projects {
    padding-top: 50px;
}

.scrollToHome:hover {
    background-color: unset;
    color: #EB6753;
}

.socials.email-header {
    background-color: #d08d23;
}

.category-list a.active {
    font-weight: bold;
}

.iconbox-style3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.iconbox-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.iconbox-content .ud-btn {
  margin-top: auto;
}





.text-green {
    color: green;
}
.listing-style9:hover .list-tag, .listing-style9:hover .list-tag2 {
    opacity: 1;
    visibility: visible;
    transform: unset;
}


.input-file {
    height: 33px !important;
    padding: 5px 10px !important;
}
.input-file:focus {
    border: unset;
}

.mobile-menu-btn.mm-listitem {
    position: relative;
    margin-top: 20px;
}

.navi_pagi_top_right.owl-theme .owl-dots {
    top: -45px;
}
.navi_pagi_top_right.owl-theme .owl-nav {
    top: -37px;
}
.banner-bottom-line .navi_pagi_top_right.owl-theme .owl-nav .owl-prev, .banner-bottom-line .navi_pagi_top_right.owl-theme .owl-nav .owl-next {
    color: white;
}
.banner-bottom-line .navi_pagi_top_right.owl-theme .owl-dots button.owl-dot.active span {
    background-color: white;
}


.form-check input:focus, button:focus, .input-file:focus {
    outline: none !important;
    box-shadow: none !important;
}

.r-online2 {
    line-height: 1.1;
    /*padding: 6px 35px 6px 20px;*/
    padding: 13px 35px 13px 20px;
    font-size: 14px;
}
.r-online2 i {
    position: absolute;
    top: 13px;
    right: 8px;
}

/* INDEX */

.iconbox-style4 {
    min-height: 220px;
    border: 1px solid #f0f0f0;
}

.banner-bottom-line {
    padding: 60px 0 10px 0 !important;
}

.banner-bottom-line.bl-services-index {
    padding: 20px 0 10px 0 !important;
}

/*
.banner-bottom-line:before {
    background-color: #000000d6;
    background-color: #00000091;
}
*/

.bg2 {
    /*padding: 30px 0 0 0 !important;*/
}

/*
.bg2:before {
    background-color: #ffffff7a;
}
*/

.bg3 {
    /*padding: 30px 0 0 0 !important;*/
}
/*
.bg3:before {
    background-color: #ffffffcf;
}
*/

.iconbox-style6 {
    background: white;
}
.about-box2 {
    background-color: #fef4f3
}


.bg-overlay {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  
}



/* END INDEX */



.listing-style9 .list-content {
    z-index: 1;
    padding: 12px 23px;
}

.listing-style9::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}


.project-item.active .apartment-category {
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
}
.project-item.active .icon {
    background-color: #EB6753;
    color: #ffffff;
}

.iconbox-style-n .icon i {
    font-size: 72px;
    color: #e2e2e2 !important;
    margin-bottom: 40px;
}

div.li {
    margin-bottom: 10px;
}

.scrollToHome.show {
    bottom: 25px;
    right: 25px;
}

.button-sc {
    background-color: #616161;
    border: 1px solid #474646;
    color: white;
    border-radius: 35px;
    font-size: 12px;
    padding: 0px 15px;
    margin-top: 5px;
}
.sc-widget .sc-widget__text a {
    border-bottom: 1px dashed;
}

.blog-content ul li {
    list-style-type: square;
}

.error_page_content .erro_code {
    line-height: 100px;
    font-size: 80px;
}

.blog-slider {
    overflow: hidden;
    position: relative;
}

.related-posts .blog-content {
    background: transparent;
}

.simplesearch-results {
    margin: 10px 0;
    color: gray;
}

.simplesearch-result-pages {
    margin-right: 10px;
}

.simplesearch-results-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.simplesearch-result h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.simplesearch-highlight {
    background: #ffe40038;
    padding: 0px 5px;
}
.rss {
    line-height: 1.3;
    margin-top: 15px;
}


.blog-slider .ps-v4-hero-slider .item img {
    /*max-height: 390px;
    width: auto;
    margin: 0 auto;*/
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
    left: -25px;
    background: #e4e4e4;
    border: 1px solid silver;
    color: black;
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
    right: -25px;
    background: #e4e4e4;
    border: 1px solid silver;
    color: black;
}
.ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev:hover, .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next:hover {
    color: gray;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.disabled2 .page-link {
    pointer-events: none;
    cursor: default;
}

.blog-content {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 12px;
}

.list-news-style .new-text {
    line-height: 1.5;
}

.why-chose-list .list-one .list-icon {
    background-color: rgba(235, 103, 83, 0.3);
}

.content-page .home-banner-style8 .home-style8 {
    height: 500px;
}
.content-page-small .home-banner-style8 .home-style8 {
    height: 230px;
}
.content-page-small .home-banner-style8 .home-style8 .row {
    margin-top: 100px;
}
.content-page-small .inner-banner-style8 .hero-text {
    margin-top: 0px !important;
    margin-bottom: 0px;
    line-height: 1.5;
}
.breadcumb-section {
    padding: 20px 0;
}


.breadcumb-style1 .breadcumb-list a:after {
    content: "/";
    font-size: 14px;
    position: absolute;
    right: -10px;
}
.breadcumb-style1 .breadcumb-list a {
    margin-right: 10px;
    color: gray;
}
.breadcumb-style1 .breadcumb-list a:last-child:after {
    display: none;
}



.apartment-style2 {
  position: relative;
  overflow: hidden;
  border: 1px solid #d1d1d1;
}

.apartment-style2 .apartment-img img {
  display: block;
  width: 100%;
  height: auto;
}

.apartment-style2::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  transition: opacity 0.3s ease;
  z-index: 1;
}

.apartment-style2:hover::before {
  opacity: 0;
}

.apartment-style2 .apartment-content {
  z-index: 2;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Добавим градиентную заливку сверху */
.apartment-style2 .apartment-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  z-index: -1;
  pointer-events: none;
}

.apartment-style2 .apartment-content h6, .apartment-style2 .apartment-content p {
    position: relative;
    z-index: 3;
    line-height: 1.4;
    font-size: 14px;
}






.inner-banner-style8 h1.hero-title {
    font-size: 36px;
    line-height: 1.2;
    position: relative;
}

.inner-banner-style8 .hero-sub-title {
    color: gray;
}
.advance-search-tab .tab-content {
    border-radius: 12px 12px 12px 12px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
    color: #717171;
}
.bootselect-multiselect .dropdown-menu .dropdown-item {
    padding: 5px;
}
.bootstrap-select .dropdown-menu li a span.text {
    font-size: 13px;
}
.bootselect-multiselect .dropdown-menu {
    padding: 0;
}

.home-banner-style8 .home-style8 {
    height: 760px;
}


.form-style-advance .title-form-advanced {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.bootselect-multiselect .btn {
    height: 42px;
    line-height: 30px;
}
.form-style-advance .form-label {
    color: gray;
    font-weight: 500 !important;
}
.form-style-advance .form-control {
    font-size: 13px;
    height: 42px;
    appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}




/*** SLIDER Range  ***/

/*** FIX  ***/
.noUi-horizontal .noUi-handle {
  left: unset !important;
}

.noUi-connect {
    background: #858585 !important;
    border-radius: 0;
}
.noUi-handle:before, .noUi-handle:after {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 25px !important;
    height: 25px !important;
}
.noUi-touch-area {
    /* background: #f3f1f4; */
    border-radius: 50%;
    border: 2px solid #000000;
    cursor: pointer;
}

/*** END SLIDER Range ***/





.policy-link {
    border-bottom: 1px dashed;
}
.policy-text {
    line-height: 1.2;
    font-size: 13px;
}

.modal-body {
    padding: 0 50px 40px 50px !important;
}
.modal-header {
    border-bottom: unset;
}

.footer-widget .socials i {
    line-height: 40px;
}

.overview-element .overview-element-desc {
    width: 160px;
}



.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background-color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  flex-shrink: 0; 
  min-width: 20px; 
  min-height: 20px;
}

.custom-checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.mm-custom-close {
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  cursor: pointer;
  line-height: 1;
  z-index: 9999;
}
.mm-custom-close:hover {
  color: black;
}





.overview-element .overview-element-desc .text {
    line-height: 1.2;
}

input.address {
    display: none;
}

.mobile_logo img, .header-logo img {
    max-height: 35px;
}
.footer-logo img {
    max-height: 40px;
}

.logo-slogan {
    font-size: 14px;
    line-height: 1.2;
    color: #6a6a6a;
    font-weight: 500;
    width: 120px;
    margin-left: 10px;
}

#respMenu .active.current a .title, #respMenu .active.current a, #respMenu .active > a {
    color: #4e4e4e;
}
#respMenu .active.current a .title {
    line-height: 1.4;
}

#respMenu .visible_list .sub-menu .list-item {
    padding: 0;
    margin: 0;
    text-align: unset;
}

#respMenu .ace-responsive-menu .sub-menu li, header.nav-homepage-style .ace-responsive-menu .sub-menu li {
    /*padding: 0 16px !important;*/
}
#respMenu li ul li a {
    /*padding: 7px 0 !important;*/
}

.r-online {
    background-color: #EE4C34;
    border: 1px solid #EB6753;
    color: white;
}
.r-online:hover {
    background-color: #ed634f;
}

#respMenu > .visible_list:hover a > .title {
    color: #6a6a6a;
}

#respMenu .sub-menu .arrow  {
    position: absolute;
    right: 20px;
}

.ace-responsive-menu > li > a {
    text-transform: none;
}




.socials {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-right: 7px;
}

.socials.max {
    background-color: transparent;
}

.socials.max img {
    max-width: 27px;
}


.socials-all i {
    font-size: 13px !important;
}


.socials i {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
}


.socials {
    background-color: #811c0d;
}

.socials[href*="t.me"] {
    background-color: #0088cc;
}

.socials[href*="wa.me"],
.socials[href*="whatsapp.com"] {
    background-color: #25D366;
}

.socials[href*="vk.com"] {
    background-color: #4c75a3;
}

.socials:hover {
    opacity: 0.85;
}



@media (max-width: 1200px) {
    .home-banner-style8 .home-style8 {
        height: 760px;
        padding-top: 70px;
    }
}



@media (max-width: 991.98px) {
    
    .project-item .apartment-category .icon {
        display: none;
    }
    .project-item .apartment-category {
        margin-bottom: 10px;
    }
    .project-item .apartment-category h6 {
        font-size: 14px;
    }
    
    .categories-projects {
        padding-top: 15px;
    }
    
    .blog-content {
        padding: 0;
    }
    
    .blog-content .blog-content-text {
        padding: 10px 25px;
    }
    
    .blog-content-text .list-style1 li {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    
 
     .home-banner-style8 .home-style8 {
        height: unset;
        padding: 30px 0;
    }
    
    .banner-bottom-line {
        padding: 30px 0 0px 0 !important;
    }
    .navi_pagi_top_right.owl-theme .owl-dots {
        top: -15px;
    }
    .navi_pagi_top_right.owl-theme .owl-nav {
        top: -8px;
    }
    
    .home-banner-style8:before {
        background-color: #ffffff9e;
    }
    
    .sidebar-widget {
        margin-top: 30px;
    }
    
    .content-page-small .home-banner-style8 .home-style8 {
        height: 140px;
    }
    .content-page-small .home-banner-style8 .home-style8 .row {
        margin-top: 30px;
    }
    
    
    .body_content_project h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .body_content_project .sfirst {
        padding-top: 30px !important;
    }
    
}



@media (max-width: 768px) {
    
    video {
        height: 350px;
    }

    .logo-slogan {
        display: none;
    }
    
    .slider-3-grid .swiper-button-prev {
        left: -10px;
    }
    
    .slider-3-grid .swiper-button-next {
        right: -10px;
    }
    
    .h2, h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    
    .h3, h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .h4, h4 {
        font-size: 16px;
        line-height: 1.4;
    }
  
  
}

@media (max-width: 575.98px) {
    .ps-v4-hero-slider .owl-item img {
        height: auto;
    }
    
    .apartment-style2 .apartment-content h6, .apartment-style2 .apartment-content p {
        font-size: 16px;
    }
    
    
    .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev {
        left: -20px;
    }
    .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
        right: -20px;
    }
    
    .vam_nav_style.owl-theme .owl-nav button.owl-prev, .vam_nav_style.owl-theme .owl-nav button.owl-next {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    
    .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-prev, .ps-v4-hero-slider.vam_nav_style.owl-theme .owl-nav button.owl-next {
        top: 40%;
    }
    
    
}




