@media screen and (max-width:1250px){
    .header-bottom-container .header-bottom-top .header-login-content>a {
        font-size: 13px;
    }
    
    ul.megamenu > li > a strong {
        font-size: 14px;
    }
    
    #search .search-input-wrapper>input {
        font-size: 13px;
    }
    
    .header-top-content .header-top-right>a {
        font-size: 13px;
    }
    
    .header-top-content .header-top-left>a {
        font-size: 15px;
    }
    
    .home-property-header-content .home-property-header-text .property-header {
        font-size: 24px;
    }
    
    .home-property-header-content .home-property-header-text>span {
        font-size: 15px;
    }
    
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-propert-content-text .property-content-title {
        font-size: 17px;
    }
    
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-propert-content-text>span {
        font-size: 13px;
    }
    
    .our-service-box .our-service-content-text>span {
        font-size: 14px;
    }
    
    .our-service-box .our-service-icon>i {
        font-size: 23px;
    }
    
    .our-service-box {
        padding: 11px 18px;
    }
    
    .home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title>span {
        font-size: 17px;
        height: 35px;
    }
    
    .home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text>span {
        font-size: 13px;
    }
    
    .home-blog-container .home-blog-content .home-blog-box .home-blog-link>a {
        padding: 11px 22px;
        font-size: 12px;
    }
    
    .home-contact .home-contact-telephone>span {
        font-size: 25px;
    }
    
    .home-contact .home-contact-telephone>a {
        font-size: 40px;
    }
    
    .home-contact .home-contact-social-media>span {
        font-size: 25px;
    }
    
    .home-contact .home-contact-social-media .home-socialmedia-link>a>i {
        font-size: 25px;
    }
    
    .website-supports > a > i {
        font-size: 25px;
    }
    
    .website-supports > a:nth-child(2) > i {
        font-size: 15px;
    }
    
    .website-supports > a:nth-child(2) {
        font-size: 15px;
        height: 50px;
    }
    
    .website-supports > a {
        width: 55px;
        height: 55px;
    }
    
}

@media screen and (max-width:1024px){
  
    
    .information-page-content {
        flex-direction: column;
    }
    
    .information-page-content > div {
        width: 100% !important;
    }
}

@media screen and (max-width:992px){
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper {
        justify-content: unset;
    }
    
    ul.megamenu > li > .sub-menu > .content {
        box-shadow: none !important;
    }
    
    ul.megamenu > li > .sub-menu > .content .html {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%);
    }
    
    ul.megamenu > li.active > .sub-menu > .content .html {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.3s ease-in-out 0.25s, visibility 0.3s ease-in-out 0.25s, -webkit-transform 0.5s ease-in-out 0.25s;
        -o-transition: transform 0.5s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s, visibility 0.3s ease-in-out 0.25s;
        transition: transform 0.5s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s, visibility 0.3s ease-in-out 0.25s;
        transition: transform 0.5s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s, visibility 0.3s ease-in-out 0.25s, -webkit-transform 0.5s ease-in-out 0.25s;
    }
    
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu>li.with-sub-menu a.menu-link::before {
        display: none;
    }

    ul.megamenu > li > .sub-menu {
        width: 100% !important;
    }
    
    ul.megamenu > li > .sub-menu > .content .row > div  ul {
        align-items: flex-start !important;
        padding-left: 1rem;
    }
    
    ul.megamenu > li > .sub-menu > .content .row > div ul > li a.main-menu {
        position: relative !important;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 0.8rem;
        font-weight: 600;
        border: none;
        padding: 0;
        padding-left: 1rem;
        padding-bottom: .2rem;
    }
    
    ul.megamenu > li > .sub-menu > .content .row > div ul > li a.main-menu::before {
        opacity: 1 !important;
        visibility: visible !important;
        left: 0.25rem !important;
        background-color: #000 !important;
    }
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row > div > .html > ul {
        height: 500px;
        overflow-x: scroll;
    }
    
    
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container > ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row > div > .html > ul > li {
        width: 100%;
    }
    
    .megamenu-upper-container {
        /*height: 145px;*/
    }
    
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
        max-height: unset;
    }

    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row > div > .html > ul > li > a.main-menu {
        border: none;
        font-weight: 600;
        position: relative !important;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 0.8rem;
    }
    
    ul.megamenu > li > .sub-menu > .content .row > div > .html > ul > li > a.main-menu {
        font-weight: 600;
    }
    
    ul.megamenu > li > .sub-menu > .content .row > div ul > li a.main-menu::before {
        content: "";
        opacity: 1 !important;
        visibility: visible !important;
        left: 0.25rem !important;
        background-color: #000 !important;
        width: 5px;
        height: 2px;
        position: absolute !important;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #F97B22;
        -webkit-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
    }

    .header-bottom-container .header-bottom-top .header-login-content>a {
        padding: 0.5rem;
    }
    
    .header-bottom-container .header-bottom-top .header-logo-content>a>img {
        width: 200px;
    }
    
    .header-bottom-container .header-bottom-top {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .container {
        max-width: 100%;
    }
    .header-bottom-container .header-bottom-top .header-menu-content {
    }
    
    .header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu {
        justify-content: end;
    }
    
    .header-bottom-container .header-bottom-top {
        justify-content: center;
    }
    
    .header-bottom-container .header-bottom-top .header-logo-content {
        width: 30%;
    }
    
    .show-menu > i {
        font-size: 24px;
        color: #000 !important;
    }
    .home-property-container .home-property-content {
        align-items: center;
    }
    
    .home-property-header-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .home-property-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .home-contact > div {
        height: 250px !important;
    }
    
    .sogo-product-container .product-right {
        margin-left: 1rem;
        width: calc(55% - 1rem) !important;
    }
    
    .sogo-product-container {justify-content: space-evenly;}
    
    .product-left {
        width: calc(45% - 1rem) !important;
    }

    .product-description-tab-container .product-tab-wrapper .nav-pills > li > button {
        font-size: 14px;
    }

    #mobile-search {
        position: fixed;
        inset: 0;
        background-color: #f7f6f6;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    
    .mobile-search-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: all !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width:800px){
    .realtitle {
        position: absolute;
        bottom: 31px;
        display: none;
        left: 17px;
    }
    
    .realtitle p {
        font-family: Gilroy, Helvetica, Calibri, Arial, sans-serif;
        font-size: 22px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 40px;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-left: 3px;
    }
    .home-property-container .home-property-content {
        flex-direction: column;
    }
    
    .home-property-container .home-property-content .home-property-left-content {
        width: 100%;
    }
    
    .home-property-container .home-property-content .home-property-right-content {
        width: 100%;
    }
    
    .home-our-service-container .home-our-service-slider-content .our-service-content {
        position: relative;
        justify-content: center;
    }
    
    .home-our-service-container .home-our-service-slider-content .our-service-content .our-service-image {
        width: 100%;
    }
    
    .home-our-service-container .home-our-service-slider-content .our-service-content .our-service-box-container {
        position: absolute;
        width: 100%;
        justify-content: center;
        height: 100%;
        padding: 1rem;
    }
    
    .our-service-box {
        background: #ffffff38;
        padding: 10px;
    }
    
    .our-service-box .our-service-content-text>span {
        /* color: #fff; */
        font-weight: 900;
    }
    
    .our-service-box .our-service-icon {
        height: 50px;
        width: 50px;
    }

    .home-blog-container .home-blog-content {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    
    .home-blog-container .home-blog-content .home-blog-box {
        width: calc(50% - 1rem);
        margin-bottom: 0;
    }
    
    .home-contact .home-contact-telephone>span {
        font-size: 20px;
    }
    
    .home-contact .home-contact-telephone>a {
        font-size: 25px;
    }
    
    .home-contact .home-contact-telephone>a span {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .home-contact > div {
        height: 200px !important;
    }
    
    .home-contact .home-contact-social-media>span {
        font-size: 20px;
    }
    
    .home-contact .home-contact-social-media .home-socialmedia-link>a>i {font-size: 18px;}
    
    .home-contact .home-contact-social-media .home-socialmedia-link {
        padding: 15px 20px;
    }
    
    .footer-newsletter-container.container {
        flex-direction: column;
        padding-bottom: 2rem;
    }
    
    .footer-newsletter-container .footer-newsletter-left {
        width: 100%;
        align-items: center;
        gap: 0;
    }
    
    .footer-newsletter-container .footer-newsletter-left .footer-newsletter {
        align-items: center;
        padding: 2rem;
        padding-top: 1rem;
    }
    
    .footer-newsletter-container .footer-newsletter-left .footer-newsletter input#newsletter {
        width: 100%;
    }
    
    .footer-newsletter-title>span {
        font-size: 26px;
    }
    
    .footer-newsletter-container .footer-newsletter-right {
        width: 100%;
        justify-content: center !important;
    }
    
    .footer-newsletter-container .footer-newsletter-right .footer-contact-us {
        align-items: center;
    }

    .home-our-service {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .home-property-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .home-blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .home-contact {
        padding-bottom: 40px;
    }

    .header-bottom-container .header-bottom-top .header-login-content {
        width: 22%;
    }
    button.newsletter-button {
        width: 100%;
    }

    .product-description-tab-container .product-tab-wrapper .nav-pills > li > button {
        font-size: 12px;
    }
}
@media screen and (max-width:769px){
    .content-wrapper .sogo-content .filter-sort > .sort-view {
        position: fixed;
        bottom: 0;
        height: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 99;
        border-top: 1px solid #ddd;
        padding: 0;
        width: 100% !important;
        background: #fff;
    }

    .get-an-offer-container {
        bottom: 4rem;
    }
    
    .website-supports {
        bottom: 4rem;
    }
    .product-content {
        display: none;
    }

    .sogo-product-container .product-left {
        overflow: hidden;
        border-radius: 0;
    }
    
    .sogo-product-container .product-right {
        display: flex;
        flex-direction: column;
        width: calc(95% - 1rem) !important;
        /* margin-left: 0; */
        padding: 1rem;
        margin-top: 1rem;
    }

    .product-description-tab-container .product-tab-wrapper .nav-pills {
        overflow-y: auto;
        flex-wrap: unset;
        width: 100%;
        padding: 1rem;
    }
    
    .product-description-tab-container .product-tab-wrapper .nav-pills > li {
        flex-shrink: 1;
        width: 100% !important;
    }
    
    .product-description-tab-container .product-tab-wrapper .nav-pills > li > button {
        width: 200px;
    }
    
    .product-usage-areas-container {
        margin-top: 13px;
    }
    
    .sogo-product-container .product-left .mobile-product-slider {
        margin-bottom: 2rem;
    }
    
    .product-usage-areas-container .product-usage-areas-header > span {
        margin-bottom: 15px;
    }
    
    .product-usage-areas-container .product-usage-areas {
        width: 25%;
    }
    
    .sogo-product-container .product-right .product-right-top .product-right-top-content {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box {
        width: 25%;
    }
    
    .product-description-tab-container .product-tab-wrapper .nav-pills {
    }
    
    .product-description-tab-container {
        padding: 1rem;
    }

    .product-related-header > span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    .product-related-header {
        margin-bottom: .5rem;
        padding: 0 1rem;
    }
    .product-page-wrapper .sogo-breadcrumb>li:last-child>span::before {
        bottom: 2px;
    }
    .sogo-product-container .product-right .product-right-bottom .product-right-bottom-form > form .bottom-form-checkbox {
        display: flex;
        gap: .5rem;
    }
    
    .sogo-product-container .product-right .product-right-bottom .product-right-bottom-form > form .bottom-form-checkbox > label {
        font-size: 13px;
    }

    .contact-page-tab-container .contact-page-tab-content > li.nav-item > button {
        width: 100%;
    }
    .product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes > div {
        width: 100%;
    }
    
    .product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes {
        margin-bottom: 1rem;
    }
    
    .product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes > div:nth-child(1) {
        border-bottom: 1px solid;
    }
}

@media screen and (max-width:600px){
    .our-service-box:not(:last-child) {
        margin-bottom: .5rem;
    }
    
    .our-service-box .our-service-icon {
        height: 30px;
        width: 30px;
        margin-right: 15px;
    }
    
    .our-service-box .our-service-icon>i {
        font-size: 17px;
    }
    
    .our-service-box .our-service-content-text>span {
        font-size: 12px;
    }
    .header-top-container {
        display: none;
    }
    .header-bottom-container .header-bottom-top .header-menu-content {
        width: 40%;
    }
    
    .header-bottom-container .header-bottom-top .header-login-content {
        width: 27%;
        justify-content: center;
    }
    .home-contact {
        flex-direction: column;
        gap: 1rem;
    }
    
    .home-contact > div {
        width: 100% !important;
    }
    .footer-wrapper > div {
        width: 100% !important;
        padding-left: 0;
    }
    
    .footer-wrapper.container {
        gap: 1rem;
    }
    .our-service-box .our-service-content-text {
        width: calc(100% - 30px);
    }

    .product-layout .product-card {
        width: calc(50% - .50rem);
        padding: .5rem;
    }
    
    
    .product-layout .product-card:not(:nth-child(2n)) {
        margin-right: .5rem !important;
        margin-left: 0 !important;
    }
    
    .product-grid-2 .product-card:nth-child(3n + 1) {
    }
    
    .product-layout .product-card:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 0;
    }
    
    .product-card .product-caption {padding-right: 10px;}
    
    .product-card .product-caption .category-product-description {
      
    }
    
    .product-card .product-caption .product-name-wrapper {
        height: auto  !important;
    }
    
    .product-card .product-caption .product-name-wrapper > a {}
    
    .product-card .product-caption .product-name-wrapper>a>.product-name {
        font-size: 14px !important;
    }

    .category-path-container {
        width: 100%;
    }

    .information-page-content .information-text-content span.information-content-title {
        font-size: 25px;
    }
    .information-page-content .information-text-content span.information-text {
        font-size: 15px;
    }

    .contact-page-tab-container .contact-page-tab-content > li.nav-item > button{
        width: 200px;
    }
}

@media screen and (max-width:550px){
    .home-blog-container .home-blog-content .home-blog-box {
        width: 100%;
    }
    .website-supports > a {
        width: 45px;
        height: 45px;
    }
    
    .website-supports > a:nth-child(2) {
        height: 45px;
    }
    
    .website-supports {
        right: 1rem;
    }
    
    .website-supports.animate__animated.animate__bounceIn.animate__delay-3s.animate__infinite.infinite.animate__slow.\33 s {}
    
    .to-top.visible {
        bottom: 7rem;
    }
}
@media screen and (max-width:490px){
    .header-bottom-container .header-bottom-top .header-login-content {
        width: 35%;
    }
    #search .search-input-wrapper {
        padding: 0;
    }
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon {
        height: 40px;
        width: 40px;
    }
    
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon>i {
        font-size: 20px;
    }
    
    .home-property-header-icon {
        height: 40px;
        width: 40px;
        margin-right: 15px;
    }
    
    .home-property-header-icon>i {
        font-size: 24px;
    }
    
    .home-property-header-content .home-property-header-text .property-header {
        font-size: 21px;
    }
    
    .home-property-header-content .home-property-header-text>span {
        font-size: 13px;
    }
    
    .home-property-header-content .home-property-header-text {
        width: calc(100% - 40px);
    }
    .website-supports {
        flex-direction: column;
        align-items: flex-end;
    }
    .to-top.visible {
        bottom: 10.5rem;
        right: 1rem;
    }
}
@media screen and (max-width:450px){
    .home-our-service-container .home-our-service-slider-content .swiper-pagination2 {
        top: 3px;
    }
    .home-our-service-container .home-our-service-slider-content .swiper-pagination2 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .get-an-offer-container > a {
        padding: 0.3rem 1.5rem;
    }

    .product-usage-areas-container .product-usage-areas {width: 33.3%;}

    .sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box {
        width: 33.3%;
}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 {
    top: 94%;
    left: 15px;
}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #ffffff;
    height: 8px;
    width: 60px !important;
}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
}
.product-related-header > span {
    font-size: 18px;
}
}
@media screen and (max-width:426px){
    .why-us-content{
        justify-content: flex-start;
        padding-top: 1rem;
    }
    .why-us-content span{
        font-size:12px;
    }
    .policies-area-content{
        flex-direction: column !important;
    }
}
@media screen and (max-width:400px){
    .header-bottom-container .header-bottom-top .header-login-content {
        width: 42%;
    }
    .header-bottom-container .header-bottom-top .header-logo-content > a {
        width: 100%;
        display: flex;
    }
    
    .header-bottom-container .header-bottom-top .header-logo-content>a>img {
        width: 180px;
    }
    
    .header-bottom-container .header-bottom-top .header-logo-content {
        width: 40%;
    }
    
    .header-bottom-container .header-bottom-top .header-menu-content {
        width: 25%;
    }
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon {
        height: 40px;
        width: 40px;
    }
    
    .home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon>i {
        font-size: 20px;
    }
    
    .home-property-header-icon {
        height: 40px;
        width: 40px;
        margin-right: 15px;
    }
    
    .home-property-header-icon>i {
        font-size: 24px;
    }
    
    .home-property-header-content .home-property-header-text .property-header {
        font-size: 21px;
    }
    
    .home-property-header-content .home-property-header-text>span {
        font-size: 13px;
    }
    
    .home-property-header-content .home-property-header-text {
        width: calc(100% - 40px);
    }
    
    .our-service-box {
        width: calc(50% - .5rem);
    }
    
    .home-our-service-container .home-our-service-slider-content .our-service-content .our-service-box-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .our-service-box:not(:nth-child(2n)) {
        margin-right: .5rem;
    }

    .home-our-service-container .home-our-service-slider-content .swiper-pagination2 {
        top: 90%;
    }
    
 
    .footer-newsletter-container .footer-newsletter-left .footer-newsletter>label>span {
        font-size: 13px;
    }

    .get-an-offer-container > a {
        padding: 0.3rem 1rem;
    }
 
    .information-page-content .information-text-content span.information-content-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .information-page-content .information-text-content span.information-text {
        font-size: 14px;
    }
}

@media screen and (max-width:340px){
    .header-bottom-container .header-bottom-top .header-login-content>a {
        font-size: 11px;
    }

    .product-card .product-caption .product-name-wrapper>a>.product-name {
        font-size: 12px !important;
    }
}