﻿
/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .bd-hero-subtitle {
        font-size: 18px;
        letter-spacing: 0;
    }
    .orbit-item {
        --size: 45px;
    }
    .r1 {
        --diameter: 187px;
    }
    /*.r1 .orbit-item {
        top:30%;
        left:30%;
    }*/
    .r2 .orbit-item {
        --size: 50px;
    }
    #hx-contact .hx-company {
        font-size: 18px;
    }
    .logos-3, .logos-2 {
        grid-template-columns: repeat(3, minmax(0, 2fr));
    }
    .news-list {
        display: block;
    }
        .news-list .news-item {
            display: block;
            margin-bottom: 10px;
        }
    .news-item .title {
        margin-top: 10px;
    }
    .offcanvas-logo a img {
        width: 90%;
        height: auto;
    }
    .bd-header-logo {
        height: 65px;
        max-width: 80%;
    }
    #hx-hero .hero-title {
        font-weight: bold;
        line-height: 30px;
    }
    #hx-hero .hero-subcopy {
        max-width: 100%;
    }
    #hx-hero .stat-label {
        font-size: 14px;
    }
    .tl-item .year:nth-child(even) {
        top: -18px;
    }
    .tl-item .year:nth-child(odd) {
        top: -18px;
    }
    .member-section {
        padding-top: 90px;
    }
    #p_dt_1 {
        padding-top: 30px !important;
    }
    .one-service-section {
        padding-top: 100px;
    }
    .beauty-section .section-inner {
        display: block;
    }
    .center-badge {
        width: 240px;
        height: 240px;
        position: relative;
        margin-top: 150px;
    }
    .beauty-section {
        padding-top: 100px;
    }
    .feature-icons {
        display: none;
    }
    .ct-visual {
        min-height: 30px;
    }
    #cleantopia_id {
        padding-bottom: 100px !important;
    }
    .bd-banner-video-bg {
        min-height: auto;
    }
    .vm-lead {
        text-align: left !important;
    }
    .flag-card .flag-text h3 {
        font-size: clamp(1.05rem, 1.2vw + .8rem, 1.55rem);
        font-weight: 700;
        line-height: 1.25;
        text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
        margin: 0;
        color: #fff;
        top: 47%;
        position: absolute;
        left: 127px;
        font-size: 20px;
    }
    .ie-card {
        /* position: absolute; */
        margin-top: 10px;
        padding-top: 50px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .m2244 {
        width: 320px;
    }
    .os-panel {
        margin-bottom: 30px;
        min-height: 300px;
    }
    .script-line img {
        height: auto;
        width: 100%;
    }
    .brand-wrap {
        margin-bottom: 0;
    }
    .bd-preloader-subtitle{
        font-size:20px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}
