.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}

@media screen and (max-width: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}






.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    background: #fff;
}

.mobhead-bar-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 25px;
    min-height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
}


.mobhead-icon-search {
    margin: 0px 10px 0 0;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #E59E00;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree>.arr-icon.on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transform: rotate(90deg);
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #E59E00;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
    width: 100%;
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
    width: 80%;
}

/*--------自适应--------*/








@media screen and (max-width: 950px) {
	.homeservice-c .swiper-item>img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}
	.homeservice-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}
	.homeservice-c .swiper-slide {

}
    .homebaninfo-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-size: 44px;
        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        font-family: "Montserrat", Sans-serif;
    }
    .homebantext {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: absolute;
        z-index: 20;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .homebantext-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .footer {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .footer-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .footer-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .homeservicetext {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: absolute;
        row-gap: 10px;
        z-index: 20;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .homeserviceinfo-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        font-family: "Montserrat", Sans-serif;
    }

    .property-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        column-gap: 20px;
    }
    .swhome-c .swhome-text {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .homeban-link {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        border: solid 1px #fff;
        background: transparent;
        color: #fff;
        margin: 0 0;
        padding: 10px 30px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 10px;
    }

    .swhome-c .swiper-item>img {
        width: 100%;
        height: 50vh !important;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }
    .swhome-c .swhome-text-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 30px;
    }

    .swhome-c .swhome-text-r {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .swhome-c .swhome-text-l>.label-title {
        padding: 0px 0px;
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

    .swhome-c .swhome-text-l>.label-desc {
        padding: 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
    }

    .homeproductx {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 20px;
    }

    .homeproductx-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeproductx-r {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .homeprobig-bgitem-t-a>.label-title2 {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .homeproduct-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: #092838;
    }
    .homefeatured-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: #092838;
    }
    .featureditem-module {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 10px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        row-gap: 20px;
    }

    .featureditem-module-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .featureditem-module-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 60px;
    }
    .featureditem-module-l>a>.img {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        aspect-ratio: 2/1;
    }

    .featureditem-module-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px 30px 10px;
    }

    .swfeatured-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .homefind-box>.img1 {
        width: 100%;
        height: auto;
        max-height: 700px;
        min-height: 400px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 1;
        object-fit: cover;
    }
    .homefind-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 10px;
    }
    .homefeatured {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }
    .homefind-ads-l>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }
    .homefind-ads-l>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .homefind-ads-l>.label-desc {
        margin: 10px 0px;
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.6;
        color: #fff;
    }

    .homefind-ads-l>.link-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0px;
        padding: 10px 30px;
        border: none;
        border-radius: 30px;
        background: #eee;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .homespeak-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: #092838;
    }
    .homebest-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: #092838;
    }
    .homebest {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px 0 0;
        padding: 0px 0px;
    }

    .elementor-88999 .elementor-element.elementor-element-2d2b006 {
        --display: flex;
        --flex-direction: row;
        --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --justify-content: space-between;
        --align-items: center;
        --gap: 0px 0px;
        --row-gap: 0px;
        --column-gap: 0px;
    }

    .elementor-88999 .elementor-element.elementor-element-5b231c4 {
        --display: flex;
        --flex-direction: column;
        --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --justify-content: center;
        --align-items: stretch;
        --margin-top: 30px;
        --margin-bottom: 30px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-88999 .elementor-element.elementor-element-9b8015a .elementor-heading-title {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
    }
    .elementor-88999 .elementor-element.elementor-element-636aac7 .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
    }


    .elementor-88999 .elementor-element.elementor-element-6481958 {
        --display: flex;
        --flex-direction: column;
        --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --justify-content: flex-start;
        --align-items: center;
        --border-radius: 10px 10px 10px 10px;
        --padding-top: 10px;
        --padding-bottom: 10px;
        --padding-left: 10px;
        --padding-right: 10px;
    }
    .elementor-88999 .elementor-element.elementor-element-2d2b006>div:nth-of-type(2n+1) {
        width: 20% !important;
    }
    .elementor-88999 .elementor-element.elementor-element-2d2b006>div:nth-of-type(2n) {
        width: 5% !important;
    }


    .elementor-88999 .elementor-element.elementor-element-2d2b006>div .elementor-heading-title:nth-child(1) {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
    }
    .elementor-88999 .elementor-element.elementor-element-2d2b006>div .elementor-heading-title:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
        color: #333333;
    }


    .prowrap {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        column-gap: 50px;
        row-gap: 20px;
    }
    .prowrap-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 200px;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .prowrap-r {
        box-sizing: border-box;
        flex: 1;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px;
        padding: 0px 0px;
        column-gap: 50px;
    }

    .proitem-l>a>img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        aspect-ratio: 1/1;
        transition: all .2s ease 100ms;
        transform: scale(1);
    }

    .prolist-t {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .formbox-row {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0;
        padding: 0px 0px;
    }
    .formbox {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0;
        padding: 0px 0px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }



    .newswrap-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 30px 10px 30px 10px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        max-width: 100%;
    }


    .swaccess-c .swaccess-prev {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 5px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 50%;
        transform: translateX(0%) translateY(-50%);
    }


    .swaccess-c .swaccess-next {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 5px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 0px;
        transform: translateX(0%) translateY(-50%);
    }

   
}




@media screen and (max-width: 750px) {

    .homeservicetext-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeservicetext-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .w33{
        width: 100% !important;
    }
 
    .w49{
        width: 100% !important;
    }
    
    .inqform .content2 {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .inqform .form {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding-top: 35px;
    }

    .inqform .form .box li {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 0%;
    }

    .elementor-88888 .elementor-element.elementor-element-97514a0>div {
        width: 30px !important;
    } 

    .prointro {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 100px 0px;
        padding: 0px 0px;
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .prointro-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 30px;
    }


    .prointro-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .prointro-l-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }


    .elementor-7416 .elementor-element.elementor-element-0117f19 .elementor-heading-title {
        font-size: 30px !important;
        font-weight: 600;
        color: #333333;
    }

.elementor-704 .elementor-element.elementor-element-532c896 {display: none !important;}
.elementor-704 .elementor-element.elementor-element-0f504f2:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-0f504f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    display:none !important;
}
	.elementor-704 .elementor-element.elementor-element-28c0d62 {
     display:none !important;
}
}

}