
.siteheader{
    background-color:#071733 !important;
}

/* -------------------------------------------------------------------------- */
/*                                media queries                               */
/* -------------------------------------------------------------------------- */



/* ---------------------------------- hero ---------------------------------- */

/* some utitlity use for reduced the repead code start here  */
.columns {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.columns-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
   
    margin: 2.5rem auto auto auto;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* some utitlity use for reduced the repead code start here  */

.hero_content_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero_heading{
    font-family: TTNormsPro-DemiBold, "Roboto", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
    font-size: 34px;
    line-height:  1.2em;
    
}


.hero_descrip{
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.01em
}
.button-table-center{
    margin:0 auto;
}
.learnmore {
    margin-top: 50px!important;
    margin: auto;
}
.router_img{
    display: inline;
    margin: 0 auto;
}
.product-data tr th img {
    width: 100%;
    margin: 0 auto;
}
/* -------------------------------- discover -------------------------------- */


.discover{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}



.discover_content_list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.discover_content_wraper{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mb--5 {
    margin-bottom: 2.5rem;
}
.column-body{
    position: relative;
}
.show--marker:before {
    background-color: #0036fa;
    display: inline-block;
    content: "";
    height: 3px;
    margin-bottom: 0.5em;
    width: 30px;
}
.discover_content_heading{
    font-size: var(--rem-14);
    line-height: var(--rem-18);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;

}
.discover_content_descr{
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: var(--rem-14);
}


/* -------------------------------- flexiable ------------------------------- */

.flexiable_header{
    font-size: var(--rem-18);
    line-height: 1.5em;
}


.flexiable_list_title{
    font-size: var(--rem-14);
    line-height: var(--rem-16);
}

.flexiable_list_title_des{
    font-size: var(--rem-14);
    line-height: var(--rem-18);
}


/* ------------------------------ section-video ----------------------------- */



.section-video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.section-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytp-impression-link{
    display: none !important;
}



/* --------------------------------- masess --------------------------------- */
.masess a:not(.button) {
    color: #0036fa;
    text-decoration: none;
}
.masess-header_wrpaer{
    width: 100%;
} 
.product-table {
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    margin: 0 auto;
}
table {
    
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
   
}
.product-data tr th {
    padding: 1em 1em 2em;
    vertical-align: bottom;
}

.product-data tr th img{
    width: 100%;
}

.product-data tr:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}
.product-data tr td:first-child {
    padding-right: 40px;
    font-weight: 700;
    color: var(--gray-dark);
}
.product-data tr td {
    padding: 1em 1em 1em 0;
    vertical-align: top;
    font-weight: 300;
    color: var(--gray-dark);
}
.product-data tr td:not(:first-child) {
    text-align: center;
}
 

/* --------------------------------- network -------------------------------- */

.network_header{
    line-height: var(--rem-20);
}

.network_des{
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.list-bullet {
    list-style: none;
    margin: 0;
    padding: 0;
}
.show--marker {
    position: relative;
}
.show--marker.inline {
    display: block;
    padding-left: 18px;
}
.show--marker.inline:before {
    position: absolute;
    left: 0;
    height: 2px;
    top: 9px;
    width: 8px;
}
strong {
    font-weight: 500;
}



.list-bullet p {
    margin-bottom: 1em;
}


.column-inset {
    background-color: #FFF;
    border-radius: 3rem;
    padding: 1rem;
    text-align: center !important;
}
.column-inset  a:not(.button) {
    color: #0036fa;
    text-decoration: none;
}




/* ---------------------------------- modal --------------------------------- */




.modal[data-visible=false] {
    display: none;
}
.modal {
    background-color: rgba(19, 61, 113, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.modal[data-visible=false] .modal-content {
    opacity: 0;
}

.modal-content {
    background: #FFF;
    box-shadow: 0 1px 4px rgb(38 38 38 / 30%);
    color: #2d3845;
    margin: 0 auto;
    overflow: auto;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

.modal-close {
    background-image: url(https://www.kwikbitnetworks.com/dist/img/icon-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    border: none;
    background-color: transparent;
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999999px;
    z-index: 3;
}

#mlb2-1820560.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100%!important;
}

#mlb2-1820560.ml-form-embedContainer .ml-form-align-center {
    text-align: center;
}

#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 400px;
    width: 100%;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 100% !important;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper {
    border-width: 0;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-block!important;
    margin: 0;
    padding: 0;
    position: relative;
}

#mlb2-1820560.ml-form-embedContainer .ml-form-align-center {
    text-align: center;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 20px 20px 0 20px;
}


#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 20px 0;
}

#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow, #mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
    margin: 0 0 20px 0;
    width: 100%;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%;
}
.ml-form-fieldRow {
    border-bottom: 1px solid #deebf1;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left!important;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: #fff!important;
    color: #4b525a!important;
    border-color: #ccc;
    border-radius: 2px!important;
    border-style: solid!important;
    border-width: 0!important;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 14px!important;
    height: auto;
    line-height: 21px!important;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    max-width: 100%!important;
    outline: none;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0;
}
textarea {
    min-height: 6.5rem;
    overflow: auto;
    font: inherit;
    margin: 0;
    outline: none;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #0036fa!important;
    border: none!important;
    border-radius: 2px!important;
    box-shadow: none!important;
    color: #fff!important;
    cursor: pointer;
    font-family: Roboto,Arial,Helvetica,sans-serif!important;
    font-size: 14px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    height: auto;
    padding: 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
}
#mlb2-1820560.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #0036fa!important;
    border: none!important;
    border-radius: 2px!important;
    box-shadow: none!important;
    color: #fff!important;
    cursor: pointer;
    font-family: Roboto,Arial,Helvetica,sans-serif!important;
    font-size: 14px!important;
    font-weight: 700!important;
    line-height: 21px!important;
    height: auto;
    padding: 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
}
.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#mlb2-1820560.ml-form-embedContainer button, #mlb2-1820560.ml-form-embedContainer h4, #mlb2-1820560.ml-form-embedContainer p, #mlb2-1820560.ml-form-embedContainer span {
    text-transform: none!important;
    letter-spacing: normal!important;
}
/* ? -------------------------------------------------------------------------- */
/* ?                              media query 640px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 40em) {
    .sitefooter_content, .siteheader_content, .pagehero-column, .page-singlecolumn, .columns-inner, .frontpage-products {
    padding-left: 3rem;
    padding-right: 3rem;
}
}


/* ? -------------------------------------------------------------------------- */
/* ?                              media query 768px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 48em) {

.columns[data-columns] .columns-inner {
    flex-direction: row;
}
.columns[data-valign=center] .column, .columns[data-valign=center] .column-body {
    align-self: center;
}
.columns[data-columns="2"] .column {
    max-width: calc(100%/2 - 1.5rem);
}
.columns[data-columns="3"] {
    flex-direction: row;
}
.columns[data-columns="3"] .column {
    max-width: calc(100%/3 - 1.5rem);
}
.columns[data-columns="4"] .column {
    width: calc(100%/4 - 1rem);
}

/* ---------------------------------- hero ---------------------------------- */
.hero_heading{
    font-size: 62px;
    line-height: 1.1em;
}

.hero_descrip{
    font-size: 17px;
    line-height: 1.6em;
    
}


/* -------------------------------- discover -------------------------------- */

.discover_content_heading{
    font-size: 18px;
    line-height: 1.1em;

   

}
.discover_content_descr{

    line-height: 1.6em;
   
}

/* -------------------------------- flexiable ------------------------------- */

.columns-header {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    width: 100%;
}
.flexiable_header{
    font-size: var(--rem-32);
    line-height: 1.5em;
}
.flexiable_list_title{
    font-size: var(--rem-18);
    line-height: 1.1em;
}
.flexiable_list_title_des{
    font-size: var(--rem-14);
    line-height: 1.6em;
}
.ytp-impression-link{
    display: none !important;
}


}

/* --------------------------------- masess --------------------------------- */
*[data-inview=true] {
    margin-top: 0;
    opacity: 1;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

.product-data tr th img {
    height: auto;
    width:  180px;
   
}
 .section-footer {
    width: 100%;
}

[data-inview=true] {
    margin-top: 0;
    opacity: 1;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* --------------------------------- network -------------------------------- */


.network_header{
    font-size: 42px;
    line-height: 1.1em;
}

/* ---------------------------------- modal --------------------------------- */

.modal-content {
    max-width: 65%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100%;
}


/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1024px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 64em) {}


/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1280px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 80em) {}



/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1440px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 90em ) {}



/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1536px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 96em) {}
