div.is-section-100.ComingSoonStyle {
    height: 100vh;
}
.ComingSoonStyle {
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.soon-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


.ComingSoonStyle {color:#fff;}
        .ComingSoonStyle .soon{
            padding: 36px 0 24px;
        }
        .ComingSoonStyle .soon-label {color:#fff;}
        .ComingSoonStyle {font-family:"Source Sans Pro",sans-serif;}
        .ComingSoonStyle .soon-ring-progress {background-color:#b8b4b5; color:var(--accent-color) !important;}
        .ComingSoonStyle .soon-ring-progress {border-top-width:6px !important;}
        .ComingSoonStyle .soon-ring-progress {border-bottom-width:2px !important;}
        .ComingSoonStyle .soon-group .soon-value {
                font-size: 48px !important;
                font-weight: 400 !important;
            }
        .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
        .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
        .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
        .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner{
            min-width: 4.4em !important;
            margin:0 .8em!important;
        }
        .ComingSoonStyle .soon .soon-group .soon-label{
                font-size: 18px!important;
        }
        @media only screen and (max-width:991px) {
            .ComingSoonStyle .soon-group .soon-value {
                font-size: 32px !important;
            }
        }
        @media only screen and (max-width:767px) {
           
            .ComingSoonStyle .soon-group .soon-value {
                font-size: 28px !important;
            }
            .ComingSoonStyle .soon-group-sub {
                margin: 0 6px !important;
            }
            .ComingSoonStyle .soon-group::after{
                margin-right: 4px !important;
                bottom: 23px;
            }
            .ComingSoonStyle .soon .soon-group .soon-label{
                font-size: 13px!important;
            }
            .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
            .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
            .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner, 
            .ComingSoonStyle .soon>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner{
                margin:0 .4em!important;
            }

        }


        .soon-container{
            max-width: auto;
        }


        @media (min-width:576px) {
            .container {
            width: 540px;
        }	
        .soon-container {
            max-width: 540px;
        }
                }
    @media (min-width:768px) {
            .container {
            width: 760px;
        }	
        .soon-container {
            max-width: 760px;
        }	
                }
    @media (min-width:992px) {
            .container {
            width: 960px;
        }	
        .soon-container {
            max-width: 960px;
        }	
                }
    @media (min-width:1200px) {
            .container {
            width: 1200px;
        }
        .soon-container {
            max-width: 1200px;
        }	
                }
    
    @media (min-width:1600px) {
            .container {
            width: 1200px;
        }	
        .soon-container {
            max-width: 1200px;
        }	
        }