section{
    padding: 0px;
}
.main{
    overflow: hidden;
}
.set{
    position: relative;
}
.pos-a{
    position: absolute;
}
.ba-white{
    background: white;
}
.ba-black{
    background: black;
}
.h100vh{
    height: 100vh;
}
.h60vh{
    height: 60vh;
}
.logo-center{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dis-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-bg-element{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.set-bg-element-center{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.setBigText{
    font-size: calc(100vw / 25);
}
.heading{
    font-size: calc(100vw / 35);
    font-weight: 700;
}
.black .subheading{
    color: #1a1a1a;
}
.subheading{
    font-size: calc(100vw / 65);
    font-weight: 600;
    margin: 20px 0 6px 0;
}
.note{
    font-size: calc(100vw / 110);
}
.black .note{
    color: #414141;
}
.white .note{
    color: #d9d9d9;
}
.set .row{
    display: block;
}
.turbo-icon {
    display: grid;
    align-items: center;
    margin-top: 5%;
    text-align: center;
    width: 100%;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.turbo-icon img{
    width: 67px;
    height: 67px;
    object-fit: contain;
    margin-bottom: 25px;
}
.turbo-icon .heading{
    font-size: calc(100vw / 66);
    margin-bottom: 12px;
}
.linkBooming{
    display: flex;
    justify-content: center;
}
.linkBooming div{
    position: relative;
}
.linkBooming .w-50{
    width: 55% !important;
}
.linkBooming .heading{
    position: absolute;
    width: 80%;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
}
.linkBooming .note{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19%;
    margin: auto;
    width: 80%;
}
.obj-contain{
    object-fit: contain;
}
.w-40{
    width: 40%;
}
.lastLast{
    background: #f5f5f5;
}
.lastSet{
    display: flex;
    align-items: center;
    text-align: center;
    background: white;
    border-radius: 20px;
    width: 93%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: calc(100vh - 40*16px);
    justify-content: space-evenly;
}
.lastSet .subheading{
    margin: unset;
}
.set1{
    background: linear-gradient(#f2f8ff,#ffffff);
}
.set1 .logo-center{
    z-index: 999;
}
.navbar-toggleable-lg.navbar{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #9999992b;
    background: #fff;
}

.turbo-icon2 {
    position: relative;
}
@media screen and (min-width: 1200px){
    .pc_h100vh{
        height: 100vh;
    }
    .linkBooming {
        display: flex;
        justify-content: center;
        width: 83%;
        align-items: center;
        margin: auto;
    }
    article{
        padding: 0 5%;
    }
    .turbo-icon div{
        min-height: 220px;
    }
    .turbo-icon2:after{
        content: '';
        width: 2px;
        height: 13vh;
        background: rgba(191, 191, 191, 0.34);
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        bottom: 0;
    }
    .turbo-icon2:before{
        content: '';
        width: 2px;
        height: 13vh;
        background: rgba(191, 191, 191, 0.34);
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }
    .w-15{
        width: 15%;
    }
    .w-20{
        width: 20%;
    }
    .w-30{
        width: 30%;
    }
    .push-xl-19_9{
        left: 19.9%;
    }
    .pc-txt-top1_5{
        top: 15%;
    }
    .subheading{
        line-height: 1.2;
    }
    .push-xl-28{
        left: 28%;
    }
    .col-xl-20{
        max-width: 20%;
    }
    .pc-txt-top12{
        top: 12%;
    }
}
@media screen and (max-width: 1199px){
    .m-txt-top62{
        top: 62%;
    }
    .m_w-20{
        width: 20%;
    }
    .SmartNetwork .heading,.SmartNetwork .note{
        position: unset;
    }
    .turbo-icon .heading{
        font-size: calc(100vw / 17);
    }
    .m_w-50{
        width: 50% !important;
    }
    article{
        transform: scale(.9) !important;
    }
    .setBigText {
        font-size: calc(100vw / 14);
    }
    .set-bg-element-center {
        position: absolute;
        top: unset;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }
    .heading{
        font-size: calc(100vw / 14);
        font-weight: bold;
    }
    .subheading{
        font-size: calc(100vw / 28);
        font-weight: 600;
        margin: 12px 0 5px 0;
        line-height: 1.2;
    }
    .note{
        font-size: calc(100vw / 30);
    }
    .m_h30vh{
        height: 30vh;
    }
    .noise_reduction .heading{
        font-size: calc(100vw / 20);
    }
    .noise_reduction article{
        transform: scale(.8) !important;
    }
    .turbo-icon {
        display: flex;
        flex-flow: column;
        position: absolute;
        text-align: center;
        width: 80%;
        margin: 10% auto;
        left: 0;
        right: 0;
    }
    .turbo-icon div .heading{
        margin-bottom: 9px;
    }
    .turbo-icon2 {
        margin: 30px 0;
        padding: 35px 0;
    }
    .turbo-icon2:after{
        content: '';
        width: 50vw;
        height: 2px;
        background: rgba(191, 191, 191, 0.34);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .turbo-icon2:before{
        content: '';
        width: 50vw;
        height: 2px;
        background: rgba(191, 191, 191, 0.34);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .turbo-icon img {
        width: 13%;
        margin-bottom: 5px;
        height: auto;
    }
    .linkBooming {
        display: flex;
        flex-flow: column;
    }
    .linkBooming .w-50,.linkBooming .w-40{
        width: 100% !important;
    }
    .linkBooming article p{
        width: 100% !important;
        transform: scale(.9) !important;
    }
    .m_w-75{
        width: 75%!important;
    }
    .m-txt-top1_5 {
        top: 5% !important;
    }
    .lastSet {
        border-radius: 15px;
        height: 90px;
    }
    .lastSet .w-40 {
        height: 100px;
        object-fit: contain;
    }
    .scale8{
        transform: scale(.8) !important;
    }
    .lastSet .subheading{
        font-size: calc(100vw / 35);
    }
}