body {
    font-family: English, serif !important;
    margin: 0;
    background-color: #f4f6f7;
}

.home-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


    --home-m-why-pic-spacing: 15px;
}

.width-90vw {
    width: 90vw;
}

.floating-window {
    position: fixed;
    bottom: 0.5vw;
    right: 0.5vw;
    z-index: 9999;
    width: 47vw;
}

.floating-window .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 25px;
    background-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-window > img {
    width: 100%;
    height: 100%;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-m-model-title {
    margin: 1em 0 0.8em 0;
    display: flex;
    align-items: center;
}

.home-m-model-title-lace-l {
    border-top: 1px solid transparent;
    border-right: 45px solid #3395ff;
}

.home-m-model-title-content {
    font-size: 19px;
    font-weight: bolder;
    color: #0f5faf;
    text-align: center;
    width: 6em;
    margin: 0 0.1em 0 0.1em;
}

.home-m-model-title-lace-r {
    border-top: 1px solid transparent;
    border-left: 45px solid #3395ff;
}

.home-m-title {
    margin: 0.2em;
    font-size: 25px;
    font-weight: bolder;
}

.home-m-frame {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-m-special {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-m-special-swiper {
    width: 99vw;
}

.swiper {
    --swiper-pagination-color: #ffffff;
}

.home-m-why {

}

.home-m-why-pic-package {
    width: 100%;
}


.home-m-why-pic-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--home-m-why-pic-spacing);
}

.home-m-why-pic {
    height: 100px;
    width: calc(50% - var(--home-m-why-pic-spacing) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-m-why-pic-row .bottom {
    width: 100%;
    height: 2.5em;
}

.home-m-why-pic-row p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-shadow: 3px 2px 3px rgb(0 0 0 / 80%);
}

.p1 {
    background: url("../images/inv.home.mobile.ENG-ENVIRONMENT.png") no-repeat;
    background-size:100% 100%;
}

.p2 {
    background: url("../images/inv.home.mobile.ENG-towzones.png") no-repeat;
    background-size:100% 100%;
}
.p3 {
    background: url("../images/inv.home.mobile.ENG-INDUSTRY.png") no-repeat;
    background-size:100% 100%;
}

.p4 {
    background: url("../images/inv.home.mobile.ENG-DISTRICT.png") no-repeat;
    background-size:100% 100%;
}

.p5 {
    background: url("../images/inv.home.mobile.ENG-POLICY.png") no-repeat;
    background-size:100% 100%;
}


.home-m-start {

}


.home-m-start-pics {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    text-align: center;
}

.home-m-start-pics > div {
    margin: 0.2em 0 0.2em;
    background-size: 100% 100%;
}

.home-m-start-pic1 {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(20deg, #fbb6b8 0%, #fbb6b8 30%, #ffe8dd 30%, #ffe8dd 60%, #c2f3db 60%, #c2f3db 100%);
}

.home-m-start-pic1 > p {
    color: #0f5faf;
}

.home-m-start-pic2 {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/inv.home.mobile.ENG-SETUP.png") no-repeat;
}

.home-m-start-pic2 > p {
    color: var(--vt-c-text-dark-1);
}

.home-m-start-pic3 {
    height: 90px;
    display: flex;
    justify-content: center;
    background: url("../images/inv.home.mobile.ENG-ESTIMATION.png") no-repeat;
}

.home-m-start-pic3 > p {
    color: var(--vt-c-text-dark-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.home-m-start-tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
}



.home-m-start-tag {
    display: flex;
    justify-content: center;
    position: relative;
    height: 60px;
}

.home-m-start-tag > p {
    width: 96px;
    color: #676767;
    margin: 1em 0.5em 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.home-m-start-tag-line {
    width: 2.7em;
    height: 2px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
}

.home-m-service {

}

.home-m-service-row {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6em;
}

.home-m-service-row-ele {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0.3em 0.3em 0.5em 0.3em;
    width: 19vw;
}

.home-m-service-row-ele > img {
    margin: 0.8em;
    height: 45px;
}

.home-m-service-row-ele > p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 10px;
    text-align: center;
    height: 3vh;
}

.home-m-latest {

}

.home-m-latest-ele {
    background-color: white;
    width: 100%;
    margin-bottom: 1vh;
}

.home-m-latest-ele-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vw 2vw 4vw;
}

.home-m-latest-ele-title div:first-child {
    font-weight: bolder;
}

.home-m-latest-ele-title div:last-child {
    color: #b4b4b4;
    font-size: 15px;
}

.home-m-latest-ele-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vw;
}

.home-m-latest-ele-content-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15vw;
}

.home-m-latest-ele-content-date :first-child {
    font-size: 25px;
    color: #0090fe;
}

.home-m-latest-ele-content-date :last-child {
    font-size: 12px;
}

.home-m-latest-ele-content-text {
    font-size: 13px;
    width: 68vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home-m-bottom {
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.home-m-bottom-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.home-m-bottom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    width: 44vw;
    border-radius: 12px;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.home-m-bottom-cards > .bg1 {
    font-size: 22px;
    font-weight: bolder;
    background-image: url("../images/mobile.faqs.png");
}

.home-m-bottom-cards > .bg2 {
    font-size: 14px;
    background-image: url("../images/mobile.ServiceCenter.png");
    color: white;
}

.home-m-bottom-cards > .bg3 {
    font-size: 14px;
    background-image: url("../images/mobile.BusinessAssociations.png");
    color: white;
}

.home-m-bottom-cards > .bg4 {
    font-size: 12px;
    background-image: url("../images/mobile.contactus.png");
    color: white;
}




