/*  */

.homeautomation_sec {
    padding: 90px 0;
}

.homeautomation_sec .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.hmauto_left,
.hmauto_centercontent,
.hmauto_right {
    width: 30%;
}

.hmauto_left {
    width: 30%;
    background: #f7f7f7;
    border: 1px solid #eaeaee;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.hmauto_left img {
    margin: 0 auto;
}


.hmauto_right {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 20px
}

.hmauto_right img {
    position: absolute;
    min-width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%);
}

.hmauto_centercontent {
    text-align: center;
}

.hmauto_centercontent h2 {
    font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

/* .flyoutclose.closeflyout {
    display: none;
} */

div#claim-popup-form {
    padding: 0;
    border-radius: 10px;
    max-width: 715px;
}



@media(max-width: 1599.98px) {}

@media (max-width: 1439.98px) {
    .homeautomation_sec {
        padding: 60px 0;
    }
}

@media (max-width: 1199.98px) {
    .homeautomation_sec {
        padding: 40px 0;
    }
}

@media (max-width: 991.98px) {

    .homeautomation_sec .container {
        flex-wrap: wrap;
    }

    .hmauto_left,
    .hmauto_centercontent,
    .hmauto_right {
        width: 100%;
    }

    .hmauto_centercontent {
        margin: 30px 0;
    }

    .homeautomation_sec {
        padding: 30px 0;
    }

}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}