.light {
    background-color: #f2f6f8;
}

.light2 {
    background-color: #e8eff4;
}

.gradient {
    background-image: -moz-linear-gradient( 90deg, rgb(242, 246, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242, 246, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242, 246, 248) 0%, rgb(255, 255, 255) 100%);
}

.bg_light {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0px
}

.dark_bg {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: rgba( 6, 29, 42, 0.9);
    top: 0px;
}

.right {
    right: 0px
}

.left {
    left: 0px;
}

.padd-left {
    padding-left: 45px;
    padding-right: 0px;
}

h1 {
    font-weight: 700;
    font-size: 3.25em;
    color: #133648;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 1.1;
}

h2 {
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
    color: #133648;
    margin-bottom: 40px;
}

h3 {
    font-weight: 700;
    font-size: 2em;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
    color: #133648;
    margin-bottom: 40px;
}

h4 {
    font-weight: 600;
    font-size: 1.4em;
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    color: #385a6d;
    margin-bottom: 20px;
}

h5 {
    color: #385a6d;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.75em;
}

p {
    font-weight: 300;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    color: #385a6d;
}

.col_light {
    color: #ccdde7
}

.col_white {
    color: #fff
}

.col_dark {
    color: #133648
}

.margin_zero {
    margin-bottom: 0px;
}

.mar_50 {
    margin-bottom: 50px;
}

.mar_20 {
    margin-bottom: 20px;
}

.mar_10 {
    margin-bottom: 10px;
}

.mar_30 {
    margin-bottom: 30px;
}

.mar_40 {
    margin-bottom: 40px;
}
.mar_60{
    margin-bottom: 60px;
}
span {
    color: #385a6d;
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
}

a {
    font-weight: 400;
}

a:hover {
    color: #f68726;
}

.header {
    padding: 125px 15px 20px 15px;
    text-align: center;
}

.header span {
    font-weight: 400;
    font-size: 1.5em;
    color: #385a6d;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.padd {
    padding: 80px 15px;
}

.center {
    text-align: center;
}

.section_main {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 370px;
    display: flex;
    align-items: center;
}

.section_main_cont .row [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.section_main_cont .row [class*="col-"] img {
    height: 50px;
    margin-bottom: 15px;
}

.section_main_cont .row [class*="col-"] span {
    font-weight: 700;
    font-size: 1em;
    color: #ccdde7;
    margin-bottom: 5px;
    display: inline-block;
}

.section_main_cont.padd-left {
    padding-right: 0px;
}

.section_main p a {
    color: #ff8500
}

.section_main_cont {
    padding-right: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.downloads {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: stretch;
}

.downloads2 {
    flex-direction: column
}

.downloads a {
    font-weight: 600;
    height: 50px;
    color: #fff;
    background-color: #28485a;
    border: 1px solid #ff8500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 20px;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1;
}

.downloads.downloads2 a {
    width: 100%
}

.downloads a:hover {
    color: #ff8500;
}

.downloads a.first {
    margin-right: 10px
}

.downloads a img {
    width: 20px;
    margin-right: 10px;
}

.table {
    margin-bottom: 0px;
    text-align: left;
}

.table thead {
    background-color: #385a6d;
    border-radius: 10px 10px 0px 0px;
}

.table thead th {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    padding: 15px 20px;
    border: none;
    line-height: 1.3;
}

.table thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.table thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.table td {
    border: none;
    font-weight: 400;
    font-size: 1em;
    color: #385a6d;
    padding: 10px 20px;
    line-height: 1.3;
}

.table td span {
    font-weight: 300;
}

.table tbody tr {
    border-bottom: solid 1px #759cb8;
    background-color: #fff;
}

.general_ul {
    margin: 0px;
    list-style: none;
    padding-left: 10px;
}

.general_ul li {
    font-weight: 300;
    font-size: 1em;
    color: #385a6d;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 17px;
    background-image: url(../images/bullet_square.svg);
    background-size: 7px;
    background-position: 0px 7px;
    background-repeat: no-repeat;
    text-align: left;
}

.general_ul li:last-child {
    margin-bottom: 0px;
}

.section_main .general_ul li {
    color: #ccdde7;
    background-image: url(../images/bullet_square_light.svg);
}

.section_main .general_ul {
    padding-left: 5px;
}

.section_main .general_ul li:last-child {
    margin-bottom: 0px;
}

.tab-content {
    text-align: left
}

.tab-content span {
    font-weight: 300;
    font-size: 1.15em;
    line-height: 1.5;
    margin-bottom: 20px;
    display: inline-block;
}

.table_container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    width: 100%;
}

.table_container .table {
    width: 100%;
}

.table .font_light {
    font-weight: 300;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

.nav-tabs .nav-item {
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.nav-tabs .nav-link {
    border: solid 1.5px #385a6d;
    border-radius: 8px;
    padding: 13px 15px;
    background-color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    color: #385a6d;
    line-height: 1;
}

.nav-tabs .nav-link:hover {
    border: solid 2px #385a6d;
}

.nav-tabs .nav-link.active {
    background-color: #f68726;
    color: #fff;
    border: solid 1.5px #385a6d;
}

.feature {
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 243px;
    height: 100%;
}

.feature img {
    height: 80px;
    margin-bottom: 25px;
}

.feature span {
    font-weight: 400;
    font-size: 1.15em;
    color: #385a6d;
    line-height: 1.4;
    text-align: center;
}

.features_boxes {
    text-align: center;
}

.padd.features_boxes {
    text-align: center;
    padding-bottom: 50px
}

.features_boxes [class*="col-"] {
    margin-bottom: 30px;
}

.features_boxes [class*="col-"].first {
    margin-bottom: 0px;
}

.feature p {
    margin-top: 10px
}

/* Telecom pages */

.bg1 {
    background-image: url(../images/bg1.jpg);
}

.pricing {
    position: absolute;
    padding: 25px 30px 5px 30px;
    left: 100%;
    bottom: 0px;
    background-color: #ff8500;
    text-align: center;
}

.pricing span {
    display: block;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.25;
    color: #fff;
}

.bg1 .pricing span {
    margin-bottom: 10px;
}

.price {
    display: flex;
    justify-content: flex-start;
    vertical-align: top;
    font-weight: 400;
    font-size: 2.5em;
    color: #fff;
}

.price .large {
    font-weight: 700;
    line-height: 0.75;
    font-size: 2.25em;
    margin-left: 1px;
}

.platform {
    width: 100%;
    padding-top: 100%;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.platform1 {
    background-image: url(../images/platform1.jpg);
}

.platform2 {
    background-image: url(../images/platform2.jpg);
}

.platform3 {
    background-image: url(../images/platform3.jpg);
}

.platform4 {
    background-image: url(../images/platform4.jpg);
}

.platform4a {
    background-image: url(../images/Rounded_Icon.png);
}

.platform5 {
    background-image: url(../images/platform5.jpg);
}

.platform6 {
    background-image: url(../images/platform6.jpg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff8500;
}

.swiper-pagination-bullet {
    background: #133648;
    width: 6px;
    height: 6px;
    border-radius: 0px;
}

.features .row-eq-height {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.features {
    text-align: center;
}

.features .swiper-container {
    height: 546px;
}

.features .swiper-slide {
    margin-bottom: 30px
}

.features .swiper-pagination {
    display: none
}

.feature_tab {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.feature_tab_head {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.feature_tab span {
    font-weight: 600;
    font-size: 1.15em;
    padding-bottom: 10px;
    border-bottom: solid 1px #b1c9d6;
    display: block;
    width: 100%;
    color: #385a6d;
}

.feature_tab img {
    width: 14px;
    margin-top: 10px;
}

.rotate img {
    transform: rotate(180deg);
    transition: 0.5s;
}

.feature_tabs p {
    color: #385a6d;
    text-align: left;
    margin-top: 15px;
}

.bg2 {
    background-image: url(../images/bg2.jpg);
}

.hosted {
    text-align: left;
}

.functions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    height: 213px;
}

.function {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 14.28%;
    margin-top: 0px;
    padding: 0px 15px;
    height: 163px;
}

.functions_span {
    font-weight: 300;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.function img {
    height: 90px;
    margin-bottom: 20px;
}

.function span {
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.3;
    color: #385a6d;
}

.hardware h2 {
    color: #133648;
}

.hardware a {
    font-weight: 700;
    font-size: 1em;
    color: #ff8500
}

.hardware a img {
    margin-left: 10px;
    width: 12px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hardware a:hover img {
    margin-left: 16px;
}

.container_img.telephone_img img {
    width: 100%
}

.section_main2 {
    position: relative;
}

.section_main2_cont {
    padding-right: 45px;
}

.section_main2_cont.padd-left {
    padding-right: 0px;
}

.bg3 {
    background-image: url(../images/bg3.jpg);
}

.sketches {
    text-align: center;
}

.sketches .row {
    margin-top: 35px;
}

.sketches .row [class*="col-"] {
    text-align: left;
}

.sketches .row [class*="col-"] span {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
    color: #385a6d;
}

.sketches .row [class*="col-"] img {
    max-width: 100%;
    height: 175px
}

.bg4 {
    background-image: url(../images/bg4.jpg);
}

.section_main1_cont img {
    margin-bottom: 50px;
}

.section_main1 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.section_main1 .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.feature2 {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
    height: 100%;
    text-align: left;
}

.feature2 h4 {
    margin-bottom: 15px;
}

.feature2 p {
    font-size: 0.95em;
}

.container_img {
    text-align: center;
}

.container_img img {
    width: 100%;
}

.section_main3_cont.padd {
    padding-right: 0px;
    padding-left: 0px;
}

.section_main3 .img2 {
    padding-top: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.section_main3 .img2 img {
    width: 94%;
}

.padd.benefits {
    padding-bottom: 50px;
}

.benefits .row [class*="col-"] {
    margin-bottom: 30px
}

.benefits .row [class*="col-"].first {
    margin-bottom: 0px
}

.benefits .feature {
    min-height: 210px;
}

.benefits p {
    font-weight: 400;
    font-size: 1.45em;
    text-align: left;
    padding-right: 20px;
}

.do_it {
    display: flex;
    align-items: stretch;
}

.do_it_cont {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    min-height: 100%;
}

.do_it_cont_header {
    background-color: #385a6d;
    padding: 20px 20px;
}

.do_it h4 {
    font-size: 1.4em;
    margin-bottom: 0px;
}

.do_it_cont_body {
    padding: 20px 35px 30px 25px;
    text-align: left;
}

.do_it_cont .general_ul li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.do_it_cont span {
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
}

.team_rates .table {
    width: 100%;
}

.bg5 {
    background-image: url(../images/bg5.jpg);
}

.hardware_features img {
    height: 100px;
    margin: 0px auto 25px auto;
    display: block;
}

.bg6 {
    background-image: url(../images/bg6.jpg);
}

.position {
    position: relative;
}

.bg_img {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_img1 {
    background-image: url(../images/bg8.jpg);
}
.bg_imgvdsl {
    background-image: url(../images/bgvdsl.jpg);
}
.bg_img4gbackup {
    background-image: url(../images/bg4gbackup.jpg);
}

.integrations table {
    margin-bottom: 15px;
}

.bg7 {
    background-image: url(../images/bg7.jpg);
}

.sales_cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.sales_section img {
    width: 100%;
    margin-bottom: 25px;
}

.sales_img {
    width: 100%;
}

.sales_img img {
    margin-bottom: 0px;
}

/* Mobile pages */

.bg9 {
    background-image: url(../images/bg9.jpg);
}

.section_main1_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.section_main1_header img {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.section_main1_header h5 {
    text-align: left;
    margin: 0px;
}

.section_main1_body .feature2 {
    padding: 0px;
}

.feature2_header {
    padding: 25px;
    text-align: left;
}

.feature2_header h4 {
    margin-bottom: 5px;
}

.feature2_header h3 {
    margin-bottom: 0px;
}

.pricing_number {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #28485a;
    align-items: center;
}

.pricing_number span {
    color: #ff8500;
    font-weight: 400;
    font-size: 3.5em;
    vertical-align: text-top;
    line-height: 1;
}

.pricing_number .bold {
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 5px;
}

.pricing_number .small {
    font-size: 0.75em;
}

.pricing_number .normal {
    font-size: 1.1em;
    color: #fff
}

.feature2 a {
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    background-color: #ff8500;
    color: #fff;
    font-weight: 600;
    font-size: 1.15em;
    border: none;
    border-radius: 5px;
    margin: 30px auto 0px auto;
}

.feature2 a:hover {
    background-color: #385a6d;
}

.feature2a a {
    height: unset;
    line-height: unset;
    padding: unset;
    background-color: unset;
    color: #ff8500;
    font-weight: unset;
    font-size: unset;
    border: unset;
    border-radius: unset;
    margin: unset;
}

.feature2a a:hover {
    background-color: unset;
}

.feature2_body {
    padding: 20px 25px 30px 25px;
    text-align: center;
}

.check {
    padding-left: 0px;
}

.check li {
    background-image: url(../images/bullet_tick.svg);
    background-size: 12px;
}

.section_main3 .img2.img3 {
    display: block;
}

.check.m2m_ul {
    padding-top: 30px;
    padding-left: 10px;
}

.check.m2m_ul li {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 1.1em;
    background-size: 14px;
    padding-left: 20px;
}

.check.m2m_ul li:last-child {
    margin-bottom: 0px
}

.general_section img {
    width: 100%;
    margin-bottom: 20px;
}

.bg10 {
    background-image: url(../images/bg10.jpg);
}

.feature2_header h2 {
    margin-bottom: 0px;
}

.bg11 {
    background-image: url(../images/bg11.jpg);
}

.m2m_tabs .row {
    margin-right: -15px;
    margin-left: -15px;
}

.m2m_tabs .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.m2m_tabs #tab2 span {
    margin-top: 20px;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0px;
}

.m2m_tabs #tab2 img {
    margin-top: 30px;
    width: 80%
}

.bg_img2 {
    background-image: url(../images/bg12.jpg);
}

.section_main3 .img2.img3 img {
    width: 100%;
}

/* Other Services pages */

.bg13 {
    background-image: url(../images/bg13.jpg);
}

.section_main5 .justify-content-center {
    margin-bottom: 45px;
}

.col_orange {
    color: #f68726;
}

.col_left {
    padding-right: 30px;
    border-right: solid 1px #c1d5e0;
    text-align: left;
}

.section_main5 h4 {
    margin-bottom: 15px;
}

.col_left p span {
    font-weight: 600;
}

.col_right {
    padding-left: 30px;
    text-align: left;
}

.col_right [class*="col-"] {
    padding: 0px 0px 30px 0px;
    margin-bottom: 30px;
    border-bottom: solid 1px #c1d5e0;
}

.col_right [class*="col-"]:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.feature2.center {
    text-align: center;
}

.feature2.center p {
    font-size: 1em;
}

.bg14 {
    background-image: url(../images/bg14.jpg);
}

.section_main1.section_main4 {
    background-image: none;
    background-color: #28485a;
}

.feature3 {
    padding: 20px 20px 0px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.feature3 img {
    height: 50px;
    margin-bottom: 30px;
}

.feature3 span {
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
}

.bg17 {
    background-image: url(../images/bg17.jpg);
}

.section_main .general_ul.check li {
    background-image: url(../images/bullet_tick.svg);
}

.pricing .normal {
    font-size: 1.2em;
}

.bg16 {
    background-image: url(../images/bg16.jpg);
}

.section_main4 .justify-content-center p {
    font-size: 1.3em;
}

.bg15 {
    background-image: url(../images/bg15.jpg);
}

/* Documentation pages */

.padd2 {
    padding: 40px 15px 65px 15px;
}

.section_main6 h5 {
    line-height: 1;
}

.section_main6 h5 a:hover {
    color: #ff8500
}

.section_main6 .row:first-child {
    text-align: center;
}

.section_main6 .row {
    margin-bottom: 40px;
    text-align: left;
}

.section_main6 .row:last-child {
    margin-bottom: 0px;
}

.section_main6 .row [class*="col-"] {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn_style {
    width: 100%;
    border-radius: 7px;
    border: solid 1px #c1d5e0;
    padding: 10px 20px 9px 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 15px center;
    color: #385a6d;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.btn_style:hover {
    background-color: #28485a;
    color: #fff;
    border: solid 1px #28485a;
}

.pdf {
    background-image: url(../images/pdf.svg);
}

.ques {
    background-image: url(../images/question_icon.svg);
}

.section_main6 .row.margin_zero {
    margin-bottom: 0px;
}

.section_main1.section_main6 .section_main6_img img {
    width: 100%;
}

.section_main6_cont {
    text-align: left;
}

.section_main6_cont p span {
    font-weight: 600;
}

.section_main1.section_main6 .section_main6_cont img {
    width: 290px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.section_main1.section_main6 .section_main6_cont img.last {
    margin-bottom: 0px;
}

.section_main6_cont h5 {
    margin-bottom: 0px;
    line-height: 1.4;
}

.section_main6_cont p a {
    display: contents;
    font-weight: 400;
}

.section_main1.section_main6 .section_main6_cont .chrome_img2 {
    width: 200px;
}

.section_main6 .section_main6_cont .table_container {
    margin-top: 15px;
}

.section_main6_flex {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.section_main1.section_main6 .section_main6_cont .section_main6_flex img {
    width: 100px;
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section_main6 .general_ul {
    padding-left: 0px;
}

.section_main6 .general_ul.mar_40 {
    margin-bottom: 40px;
}

.section_main6 .general_ul li {
    margin-bottom: 10px;
}

.section_main6 .general_ul li:last-child {
    margin-bottom: 0px;
}

.section_main1.section_main6 .section_main6_cont .mob_viop_img2 {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 0px;
}

/* About us pages */

.header2 {
    padding: 200px 15px 100px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header2 span {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.25;
}

.bg18 {
    background-image: url(../images/bg18.jpg);
}

.section_main7 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url(../images/img23.jpg);
}

.about_p {
    font-weight: 400;
    font-size: 1.3em;
}

.section_main1 .row.padd {
    padding: 80px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.section_main1 .row.padd [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.about {
    width: 100%;
    height: 100%;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.about_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 70%;
}

.bg19 {
    background-image: url(../images/bg19.jpg);
}

.bg20 {
    background-image: url(../images/bg20.jpg);
}

.about_cont {
    padding: 40px 30px 50px 30px;
    text-align: center;
}

.about2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about2.first {
    padding-right: 20px
}

.about2 img {
    height: 130px;
    margin: 0px 20px 0px 0px;
}

.about2 p span {
    font-weight: 600;
}

.bg21 {
    background-image: url(../images/bg21.jpg);
}

.bgvacatures {
    background-image: url(../images/bgvacatures.jpg);
}

.section_main1 .row .contact_left {
    padding-right: 40px;
}

.form-group {
    margin-bottom: 30px;
}

form button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-group label {
    font-weight: 400;
    font-size: 1.15em;
    color: #385a6d
}

.form-group input {
    font-weight: 400;
    font-size: 1.15em;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border: solid 2px #c1d5e0;
    border-radius: 0px;
    background-color: #fff;
    color: #385a6d;
}

.form-group input:focus {
    outline: none;
    box-shadow: none;
    border: solid 2px #ff8500;
}

.form-group textarea {
    font-weight: 400;
    font-size: 1.15em;
    height: 120px;
    padding: 10px 15px;
    border: solid 2px #c1d5e0;
    border-radius: 0px;
    background-color: #fff;
    color: #385a6d;
}

.form-group textarea:focus {
    outline: none;
    box-shadow: none;
    border: solid 2px #ff8500;
}

.contact_left .row {
    margin-left: -15px;
    margin-right: -15px;
}

.contact_left .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-group.check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-group.check label {
    margin-bottom: 0px;
}

.form-group .check_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
}

.form-group .check_list .check_label {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 20px 0px 0px;
    line-height: 1.3
}

.form-group .check_list .check_label:last-child {
    margin: 0px
}

.form-group .check_list .check_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-group .check_list .check_label {
    margin: 0px 30px 0px 0px;
}

.form-group .check_list .check_label:last-child {
    margin: 0px;
}

.form-group .check_list .check_label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 2px #c1d5e0;
}

.form-group .check_list .check_label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-group .check_list .check_label input:checked~.checkmark:after {
    display: block;
}

.check_list .check_label .checkmark:after {
    width: 100%;
    height: 100%;
    background-color: #385a6d;
}

button {
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    background-color: #ff8500;
    color: #fff;
    font-weight: 600;
    font-size: 1.15em;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #385a6d;
}

.section_main1 .row .contact_right {
    padding-left: 0px;
    position: relative;
    z-index: 2;
}

.section_main1 .row .contact_right::after {
    content: "";
    z-index: -1;
    width: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #385a6d;
    height: 100%;
}

.contact_right h4 {
    padding-left: 40px;
}

.contact_information {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.contact_information:last-child {
    margin-bottom: 0px;
}

.information_img {
    background-color: #28485a;
    padding: 15px 15px 15px 40px;
    margin-right: 10px;
}

.information_img img {
    width: 30px;
    margin-bottom: 0px;
}

.p2 {
    font-size: 1.15em;
}

.p2 span {
    font-weight: 400;
    color: #fff;
}

.p2 .p3 {
    font-weight: 300;
    font-size: 1.3em;
}

.register_img {
    margin-bottom: 20px;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_main8 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.section_main8:last-child {
    margin-bottom: 15px;
}

.section_main8.mar_80 {
    margin-bottom: 80px;
}

.section_main8 span {
    color: #f68726;
    font-weight: 300;
    font-size: 3.2em;
    line-height: 1;
    padding-right: 10px;
}

.bg22 {
    background-image: url(../images/bg22.jpg);
}

.w_100 {
    width: 100%;
}

.general_ul.mar_60 {
    margin-bottom: 60px;
}

.bg23 {
    background-image: url(../images/bg23.jpg)
}

.quotation p {
    text-align: center;
}

.quotation .form-group.check {
    justify-content: center;
}

.quotation .quotation_form {
    margin-left: -15px;
    margin-right: -15px;
}

.quotation .quotation_form [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-light {
    font-weight: 400;
    font-size: 0.95em;
    height: 50px;
    padding: 0px 15px;
    border: solid 2px #c1d5e0;
    border-radius: 0px;
    background-color: #fff;
    color: #385a6d;
}

.btn-light:hover {
    color: #385a6d;
    background-color: #fff;
    border: solid 2px #c1d5e0;
}

.btn-light:focus {
    outline: none;
    box-shadow: none;
    border: solid 2px #ff8500;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #385a6d;
    background-color: #fff;
    border: solid 2px #c1d5e0;
}

.dropdown-menu {
    font-size: 1em;
    color: #385a6d;
    border: 1px solid #c1d5e0;
    border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #385a6d;
}

.dropdown-item.active, .dropdown-item:active span.text {
    color: #fff;
    font-size: 0.95em;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0px;
    font-size: 0.95em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: none;
}

.bootstrap-select .bs-ok-default:after {
    display: none;
}

.selected.active .dropdown-item.selected.active span.text {
    color: #fff
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: 0px
}

.bg24 {
    background-image: url(../images/bg24.jpg)
}

.bgapn {
    background-image: url(../images/bgpapn.jpg)
}

.bgpapns1 {
    background-image: url(../images/bgpapns1.jpg)
}

.bgpapns2 {
    background-image: url(../images/bgpapns2.jpg)
}

.section_main1 .why_cont img {
    margin-bottom: 25px;
}

.section_main1 .why_cont [class*="col-"] {
    margin-top: 45px;
}

/* Internet pages */

.bg25 {
    background-image: url(../images/bg25.jpg)
}

.check span {
    font-weight: 300;
    font-size: 1.15em;
}

.check span a {
    font-weight: 400;
}

.check .row {
    margin-top: 30px;
}


.check .row.first {
    margin-top: 0px;
    margin-bottom: 50px;
}

.check .form-group label {
    text-transform: uppercase;
    font-size: 1.05em
}

.check .form-group {
    text-align: left;
}

.check .row .form-group.submit {
    margin-bottom: 0px;
    text-align: center;
}

.table td .font_12 {
    font-size: 0.85em;
}

.travien table {
    margin-bottom: 25px;
}

.travien span {
    font-weight: 600;
    font-size: 1.15em;
}

.bg26 {
    background-image: url(../images/bg26.jpg);
    background-position: center;
}

.features4 .row [class*="col-"] {
    margin-top: 30px;
}

.features4 a {
    width: 100%;
    height: 100%;
}

.feature3.feature4 {
    border: solid 1px #385a6d;
    padding: 30px;
}

.feature3.feature4 img {
    height: 60px;
}

.feature4:hover {
    background-color: #385a6d;
    transition: 0.2s ease-in;
}

.bg27 {
    background-image: url(../images/bg27.jpg)
}

.bggp {
    background-image: url(../images/bgglaspoort.jpg)
}

.feature2_body button {
    margin: 30px auto 0px auto;
    display: block;
}

.bg28 {
    background-image: url(../images/bg28.jpg)
}

.travien .mar_zero {
    margin-bottom: 0px;
}

.bg29 {
    background-image: url(../images/bg29.jpg)
}

.mar_80 {
    margin-bottom: 80px;
}

.bg30 {
    background-image: url(../images/bg30.jpg)
}

.general_ul.mar_20 {
    margin-bottom: 20px;
}

.feature .general_ul {
    margin-top: 20px;
    width: 100%;
}

.feature .general_ul li {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 1em;
    background-size: 12px;
    padding-left: 17px;
}

.feature .general_ul li:last-child {
    margin-bottom: 0px;
}

.bg31 {
    background-image: url(../images/bg31.jpg)
}

.features5 {
    text-align: center;
}

.feature5 {
    padding: 0px 10px;
}

.features5 img {
    margin-bottom: 25px;
    height: 80px;
}

.features5 .general_ul.check li {
    text-align: left;
    color: #ccdde7;
}

.feature_cont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    text-align: left;
}

.feature_cont img {
    height: 50px;
    margin: 0px 25px 0px 0px;
}

.bg32 {
    background-image: url(../images/bg32.jpg)
}

.downloads2 a.first {
    margin-right: 0px;
}

.facilities p {
    font-size: 1.15em;
}

.section_main3 .img4 {
    padding-top: 30px;
}

.img2.img4 img {
    width: 60%;
}

.order_service span {
    font-weight: 400;
    font-size: 1.15em;
}

.downloads4 {
    width: 100%;
    margin-right: -10px;
    margin-left: -10px;
}

.downloads4 [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.downloads4 a {
    background-color: #fff;
    color: #385a6d;
    width: 100%;
    justify-content: center;
    padding: 0px;
    width: auto;
}

.downloads4 a.first {
    margin-right: 0px
}

.downloads4 a:hover {
    background-color: #385a6d;
    color: #fff;
}

.bg33 {
    background-image: url(../images/bg33.jpg)
}

.table td .line_through {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0px;
}

.bg34 {
    background-image: url(../images/bg34.jpg)
}

.bg35 {
    background-image: url(../images/bg35.jpg)
}

.bg36 {
    background-image: url(../images/bg36.jpg)
}

.bg37 {
    background-image: url(../images/bg37.jpg)
}

.bg38 {
    background-image: url(../images/bg38.jpg)
}

.bg39 {
    background-image: url(../images/bg39.jpg)
}

.internet_over [class*="col-"] {
    margin-top: 40px;
}

.padd.section_main9 {
    padding-bottom: 40px
}

.padd4 {
    padding-top: 40px;
}

/* connectivity pages */

.bg40 {
    background-image: url(../images/bg40.jpg)
}



.connectivity_cont .general_ul li {
    margin-bottom: 10px;
    display: inline-block;
    min-width: 160px;
    margin-right: 10px;
}

.connectivity_cont .general_ul.check li {
    display: block;
}

.connectivity_cont .general_ul li:last-child {
    margin-bottom: 0px;
}

.bg41 {
    background-image: url(../images/bg41.jpg)
}


.why_cont [class*="col-"] span {
    display: block;
    font-weight: 400;
    font-size: 1.15em;
    margin-bottom: 10px;
}

.bg42 {
    background-image: url(../images/bg42.jpg)
}

.bg43 {
    background-image: url(../images/bg43.jpg)
}

.connectivity_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.connectivity_ul li {
    margin: 0px 15px 15px 15px;
}

.connectivity_ul li:last-child {
    margin: 0px 15px;
}

/* PostCode Check pages */

.bg44 {
    background-image: url(../images/bg44.jpg);
    background-position-y: 30px;
}

.results {
    text-align: left;
}

.results h3 {
    margin-top: 20px;
}

.results h4 {
    margin-bottom: 0px;
    color: #133648;
}

.results span {
    font-weight: 300;
    margin-bottom: 5px;
    display: inline-block;
}

.results h6 {
    text-align: left;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: solid 1px #c1d5e0;
    padding-bottom: 3px;
}

.results table {
    margin-top: 10px;
}

.results table th {
    font-weight: 600
}

.results table td a {
    color: #ff8500
}

.results table .check_label {
    display: block;
    position: relative;
    cursor: pointer
}

.results table .check_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.results table .check_label .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: solid 2px #c1d5e0;
}

.results table .check_label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #385a6d;
}

.results table .check_label input:checked~.checkmark:after {
    display: block;
}

/* Modals */

.modal {
    background-color: rgba(12, 34, 46, 0.75);
    padding: 0px !important;
}

.modal.show .modal-dialog {
    min-width: 550px;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-header {
    border-bottom: none;
    position: relative;
}

.modal-header .closebtn {
    position: absolute;
    top: 13px;
    right: 13px;
}

.modal-header .closebtn img {
    width: 13px;
}

.modal-body {
    text-align: center;
    padding: 10px 45px 35px 45px;
}

.modal-body img {
    height: 60px;
    margin-bottom: 20px;
}

.modal-body p {
    font-size: 1.15em;
}

.modal-body p span {
    font-weight: 400;
}

@media (max-width: 1199.98px) {
    .padd {
        padding: 60px 15px;
    }
    h1 {
        font-size: 3.15em;
    }
    .feature {
        padding: 30px 20px;
        min-height: 218px;
    }
    .feature img {
        height: 70px;
        margin-bottom: 20px;
    }
    .feature p {
        margin-top: 15px
    }
    .section_main_cont {
        padding-right: 20px;
    }
    .section_main .general_ul li {
        margin-bottom: 10px;
    }
    /* Telecom Pages */
    .features .swiper-container {
        height: 497px;
    }
    .function span {
        font-size: 1.1em;
    }
    .padd-left {
        padding-left: 20px;
    }
    .section_main2_cont {
        padding-right: 20px;
    }
    .sketches .row [class*="col-"] img {
        height: 140px
    }
    .feature2 {
        padding: 30px 20px;
    }
    .benefits p {
        font-size: 1.3em;
        padding-right: 10px;
    }
    .benefits .feature {
        min-height: 204px;
    }
    .section_main3_cont.padd {
        padding: 60px 0px;
    }
    .section_main1.light .feature2 .general_ul li {
        margin-bottom: 10px;
    }
    .sales_cont h3 {
        margin-bottom: 10px;
    }
    .feature2_header {
        padding: 25px 15px 20px 15px;
    }
    .pricing_number span {
        font-size: 3.25em;
    }
    .feature2_body {
        padding: 20px 15px;
    }
    .check li {
        margin-bottom: 10px;
    }
    .col_right {
        padding-left: 15px;
    }
    .col_left {
        padding-right: 15px;
    }
    /* documentation pages */
    .padd2 {
        padding: 40px 15px 65px 15px;
    }
    .section_main1.section_main6 .row .col_margin_top {
        margin-top: 30px;
    }
    .section_main1.section_main6 .section_main6_cont .section_main6_flex img {
        margin-left: 10px;
    }
    .section_main1.section_main6 .section_main6_cont .mob_viop_img2 {
        margin-right: 10px;
    }
    /* about us pages */
    .section_main1 .row.padd {
        padding: 60px 0px;
    }
    .section_main1 .row .contact_left {
        padding-right: 30px;
    }
    .contact_right h4 {
        padding-left: 30px;
    }
    .information_img {
        padding: 15px 15px 15px 30px;
    }
    /* internet pages */
    .padd4 {
        padding-top: 20px;
    }
    .feature3.feature4 img {
        height: 50px;
    }
    .feature5 {
        padding: 0px;
    }
    .features5 img {
        margin-bottom: 20px;
        height: 70px;
    }
}

@media (max-width:991.98px) {
    h3 {
        margin-bottom: 30px;
    }
    h5 {
        font-size: 1.6em;
    }
    .bg_light {
        display: none;
    }
    .bg {
        height: 0px;
        padding-top: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 0px;
    }
    .mar_30 {
        margin-bottom: 20px;
    }
    .mar_40 {
        margin-bottom: 30px;
    }
    .mar_20 {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 3.05em;
        margin-bottom: 5px;
    }
    .header {
        padding: 85px 15px 20px 15px;
    }
    .header span, .header2 span {
        font-size: 1.45em;
    }
    .padd.features_boxes {
        text-align: center;
        padding-bottom: 30px
    }
    .section_main {
        padding: 50px 0px 50% 0px;
        min-height: auto;
        display: block;
    }
    .section_main.first {
        padding: 50px 0px 50% 0px;
        min-height: auto;
        display: block;
        background-image: none;
        background-color: rgba(40, 72, 90, 1);
    }
    .padd-left {
        padding-left: 0px;
    }
    .section_main_cont {
        padding: 0px 0px 40px 0px;
    }
    .section_main.first {
        padding: 50% 0px 0px 0px;
    }
    .section_main.first .bg {
        top: 0px
    }
    .section_main.bg1 {
        background-image: none;
        background-color: rgba(40, 72, 90, 1);
    }
    .first.section_main p {
        color: #ccdde7
    }
    .bg_mobile1 {
        background-image: url(../images/bg1.jpg);
    }
    .dark_bg {
        display: none;
    }
    .downloads {
        margin-top: 10px;
    }
    .feature {
        min-height: 185px;
    }
    .feature img {
        height: 60px;
    }
    .section_main h2 {
        color: #133648
    }
    .section_main p {
        color: #385a6d
    }
    .section_main_cont .row [class*="col-"] span {
        color: #385a6d
    }
    .section_main_cont .row [class*="col-"] {
        flex-direction: row;
    }
    .section_main_cont .row [class*="col-"] img {
        margin: 0px 10px 0px 0px;
        height: auto;
        width: 50px
    }
    .tab-content {
        text-align: center;
    }
    .nav-tabs {
        flex-wrap: nowrap
    }
    .nav-tabs .nav-item {
        padding: 0px 5px 0px 5px;
        width: auto;
    }
    .nav-tabs .nav-link {
        font-size: 1em;
    }
    /* Telecom Pages */
    .pricing {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 20px 15px 10px 15px;
        bottom: auto;
        position: static;
        margin-right: -150px;
        margin-left: -150px;
    }
    .pricing span {
        font-size: 2em;
        line-height: 1;
    }
    .bg1 .pricing span {
        margin-bottom: 0px;
    }
    .price {
        margin-left: 15px;
    }
    .price .large {
        font-size: 2em;
    }
    .features .swiper-container {
        height: 233px;
    }
    .features .swiper-wrapper {
        height: auto;
    }
    .features .swiper-slide {
        margin-bottom: 10px
    }
    .features .swiper-pagination {
        display: block;
        bottom: 10px;
        position: static;
    }
    .voip_features .feature {
        height: auto;
    }
    .feature_tab {
        margin-top: 15px;
    }
    .feature_tab span {
        font-size: 1em;
    }
    .feature_tab_head {
        height: 20px;
        margin-top: 14px;
    }
    .bg2 {
        background-image: none;
    }
    .bg_mobile2 {
        background-image: url(../images/bg2.jpg);
        order: 2;
    }
    .function img {
        height: 80px;
    }
    .container_img.telephone_img img {
        width: 80%;
    }
    .section_main2 {
        padding: 50px 15px 0px 15px;
    }
    .section_main2_cont {
        padding-right: 0px;
    }
    .col_mar_bottom {
        margin-bottom: 50px;
    }
    .bg3 {
        background-image: none;
        background-color: rgba(40, 72, 90, 1);
    }
    .bg_mobile3 {
        background-image: url(../images/bg3_mobile.jpg);
        background-position: right;
    }
    .section_main.bg3 h2 {
        color: #fff
    }
    .section_main.bg3 p {
        color: #ccdde7
    }
    .sketches .row {
        margin-top: 25px;
    }
    .sketches .row [class*="col-"]:first-child {
        margin-bottom: 20px;
    }
    .bg_mobile4 {
        background-image: url(../images/bg4.jpg);
        background-position: right;
    }
    .first .section_main_cont {
        padding: 50px 0px 50px 0px;
    }
    .section_main1 img {
        width: 100%;
    }
    .padd.section_main1 {
        padding-bottom: 30px
    }
    .section_main1 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section_main1 .row [class*="col-"] {
        margin-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .section_main3_cont {
        padding: 60px 0px 0px 0px;
    }
    .section_main3 .img2 {
        padding-top: 30px;
    }
    .container_img img {
        width: 70%;
        margin: auto;
    }
    .section_main3_cont.padd {
        padding: 60px 0px 0px 0px;
    }
    .section_main3 .img2 img {
        width: 70%;
    }
    .container_img {
        margin-top: 30px;
        order: 2;
    }
    .padd.benefits {
        padding-bottom: 30px;
    }
    .benefits p {
        font-size: 1.2em;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .benefits .row [class*="col-"] .mar_30 {
        margin-bottom: 0px;
    }
    .benefits .feature {
        min-height: 180px;
    }
    .do_it_cont_body {
        padding: 20px 20px 30px 20px;
    }
    .padd3 {
        padding: 20px 15px 50px 15px;
    }
    .bg_mobile5 {
        background-image: url(../images/bg5.jpg);
        background-position: right;
    }
    .section_main1.light .feature2 img {
        height: auto;
        width: auto;
    }
    .bg_mobile6 {
        background-image: url(../images/bg6.jpg);
        background-position: right;
    }
    .bg_img {
        display: none;
    }
    .col_img1 {
        background-image: url(../images/bg8.jpg);
        background-position: right;
    }
	.col_imgvdsl {
        background-image: url(../images/bgvdsl.jpg);
        background-position: right;
    }
	.col_img4gbackup {
        background-image: url(../images/bg4gbackup.jpg);
        background-position: right;
    }
    .sales_section img {
        width: auto;
        max-width: 100%;
        margin: 0px 0px 25px 0px;
        display: block;
    }
    .bg_mobile7 {
        background-image: url(../images/bg7.jpg);
    }
    .sales_section .justify-content-center {
        margin-top: 0px;
    }
    /* Mobile Pages */
    .bg_mobile9 {
        background-image: url(../images/bg9.jpg);
        background-position: right;
    }
    .section_main1_header {
        margin-bottom: 60px;
    }
    .feature2_header {
        padding: 25px 20px 20px 20px;
    }
    .feature2_body {
        padding: 20px;
    }
    .section_main1_header img {
        width: 70px;
        margin-right: 15px;
        margin-bottom: 0px;
    }
    .feature2_header h4 {
        margin-bottom: 5px;
    }
    .section_main3 .img2.img3 {
        order: 2;
    }
    .section_main3 .img2.img3 img {
        width: 80%
    }
    .bg_mobile10 {
        background-image: url(../images/bg10.jpg);
        background-position: right;
    }
    .bg_mobile11 {
        background-image: url(../images/bg11.jpg);
    }
    .col_img2 {
        background-image: url(../images/bg12.jpg);
        background-position: center;
    }
	.col_imgpin {
        background-image: url(../images/bg_pin.jpg);
        background-position: center;
    }
    /* Other Services Pages */
    .bg_mobile14 {
        background-image: url(../images/bg14.jpg);
        background-position: right;
    }
    .feature3 img {
        height: 60px;
        width: auto;
    }
    .bg_mobile13 {
        background-image: url(../images/bg13.jpg);
        background-position: right;
    }
    .section_main1.section_main4 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .section_main1.section_main4 .row {
        margin-top: 0px;
    }
    .section_main1.section_main4 .row [class*="col-"] {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .section_main4 h5 {
        margin: 2px 0px 0px 0px;
    }
    .col_left {
        margin-bottom: 30px;
        border-right: none;
        border-bottom: solid 1px #c1d5e0;
        padding-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .section_main5 .justify-content-center {
        margin-bottom: 35px;
    }
    .section_main5 h4 {
        margin-bottom: 10px;
    }
    .bg_mobile17 {
        background-image: url(../images/bg17.jpg);
        background-position: center;
    }
    .bg17 .price {
        margin-left: 0px;
        margin-right: 10px;
    }
    .section_main.bg_white {
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }
    .bg_white.first.section_main p {
        color: #385a6d;
    }
    .bg_white h3 {
        color: #133648;
    }
    .bg_white h4 {
        color: #385a6d;
    }
    .bg_mobile16 {
        background-image: url(../images/bg16.jpg);
    }
    .section_main4 .margin_zero {
        margin-bottom: 0px;
    }
    .section_main4 .justify-content-center p {
        font-size: 1.2em;
    }
    .bg_mobile15 {
        background-image: url(../images/bg15.jpg);
        background-position: center;
    }
    .bg_white.section_main .general_ul li {
        color: #385a6d;
    }
    /* documentation pages */
    .padd2 {
        padding: 40px 15px 45px 15px;
    }
    .section_main1.section_main6 .row [class*="col-"] {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .section_main1.section_main6 .row .col_margin_top {
        margin-top: 30px;
    }
    .section_main6 .row {
        margin-bottom: 30px;
    }
    .section_main6 .row .section_main6_img {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section_main6 .row .section_main6_cont {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section_main1.section_main6 .section_main6_cont .mob_viop_img2 {
        margin-top: 15px;
    }
    .section_main6 .general_ul.mar_40 {
        margin-bottom: 30px;
    }
    /* About Maxitel pages */
    .header2 {
        padding: 140px 15px 70px 15px;
    }
    .section_main1 .row.padd [class*="col-"] {
        margin-top: 0px;
    }
    .section_main1 .row.padd {
        padding: 50px 0px;
    }
    .about_cont {
        padding: 25px 20px 30px 20px;
    }
    .about_p {
        font-size: 1.1em;
    }
    .about2 img {
        height: 100px;
        margin: 0px 20px 0px 0px;
        width: auto;
    }
    .section_main1 .row [class*="col-"].padd {
        margin-top: 0px;
    }
    .contact_left .row [class*="col-"] {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact_cont {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 40px;
    }
    .section_main1 .row .contact_right {
        padding-left: 5px;
    }
    .section_main1 .row .contact_right::after {
        left: -300px;
    }
    .contact_information {
        margin-bottom: 0px;
        width: 33.33%;
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
        align-items: center;
    }
    .section_main1 .information_img img {
        margin-bottom: 0px;
        width: 30px;
    }
    .information_img {
        background-color: transparent;
        padding: 0px;
        margin-right: 0px;
        height: 30px;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
    }
    .row_contact h4, .row_contact h3 {
        padding-left: 0px;
        text-align: center;
    }
    .register_img {
        margin-bottom: 15px;
    }
    .p2 {
        font-size: 1em;
        text-align: center;
    }
    .p2 .p3 {
        font-size: 1.15em;
    }
    .section_main8.mar_60 {
        margin-bottom: 40px;
    }
    .w_100 {
        width: 90%;
    }
    .about2.first {
        padding-right: 0px;
        margin-bottom: 30px
    }
    .general_ul.mar_60 {
        margin-bottom: 40px;
    }
    .section_main1 .row.why_cont [class*="col-"] {
        margin-top: 35px;
        margin-bottom: 0px;
    }
    .section_main1 .why_cont img {
        margin-bottom: 20px;
        width: auto;
        height: 50px;
    }
    .section_main1 .row .mar-top-zero {
        margin-top: 0px;
    }
    .section_main1 .quotation_form [class*="col-"] {
        margin-top: 0px;
    }
    /* internet pages */
    .padd4 {
        padding-top: 20px;
    }
    .internet_over [class*="col-"] {
        margin-top: 30px;
    }
    .bg_mobile25 {
        background-image: url(../images/bg25.jpg);
        background-position: right;
    }
    .check .row {
        margin-top: 20px;
    }
    .feature3.feature4 {
        padding: 20px;
    }
    .features4 .row [class*="col-"] {
        margin-top: 20px;
    }
    .bg_mobile29 {
        background-image: url(../images/bg29.jpg);
        background-position: right;
    }
    .mar_80 {
        margin-bottom: 60px;
    }
    .bg_mobile27 {
        background-image: url(../images/bg27.jpg);
        background-position: right;
    }
    .bg_glaspoort {
        background-image: url(../images/bgglaspoort.jpg);
        background-position: right;
    }
    .bg_mobile28 {
        background-image: url(../images/bg28.jpg);
        background-position: 66% 100%;
    }
    .bg_mobile30 {
        background-image: url(../images/bg30.jpg);
    }
    .features5 img {
        margin-bottom: 15px;
        height: 60px;
    }
    .features5 p {
        font-size: 0.95em;
    }
    .features5 .general_ul.check li {
        font-size: 0.95em;
    }
    .features5 h4 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .section_main9 img {
        width: auto;
    }
    .feature_cont {
        flex-direction: column;
        margin-top: 20px;
    }
    .feature_cont img {
        margin: 0px 0px 15px 0px;
        height: 40px;
    }
    .bg23 {
        background-position: 80% 100%;
    }
    .bg_mobile32 {
        background-image: url(../images/bg32.jpg);
        background-position: right;
    }
    .section_main3 .img4 {
        order: 2;
    }
    .img2.img4 img {
        width: 40%;
    }
    .bg_mobile33 {
        background-image: url(../images/bg33.jpg);
        background-position: right;
    }
    .bg_mobile34 {
        background-image: url(../images/bg34.jpg);
    }
    .bg_mobile35 {
        background-image: url(../images/bg35.jpg);
    }
    .bg_mobile36 {
        background-image: url(../images/bg36.jpg);
        background-position: right;
    }
    .bg_mobile37 {
        background-image: url(../images/bg37.jpg);
        background-position: right;
    }
    .bg_mobile38 {
        background-image: url(../images/bg38.jpg);
        background-position: right;
    }
    .bg_mobile39 {
        background-image: url(../images/bg39.jpg);
        background-position: right;
    }
    /* connectivity pages */
    .bg_mobile40 {
        background-image: url(../images/bg40.jpg);
        background-position: center;
    }
    .connectivity_cont {
        margin-top: 30px;
    }
    .connectivity_cont  .general_ul li {
        min-width: 190px;
    }
    .bg_mobile41 {
        background-image: url(../images/bg41.jpg);
        background-position: right;
    }
    
    .bg_mobile42 {
        background-image: url(../images/bg42.jpg);
        background-position: center;
    }
    .bg_mobile43 {
        background-image: url(../images/bg43.jpg);
        background-position: right;
    }
    /* Modals */
    .modal.show .modal-dialog {
        min-width: auto;
    }
    .modal-body {
        padding: 10px 35px 35px 35px;
    }
    .section_main1.section_main6 .section_main6_img img {
        width: 35%;
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .platform {
        height: 90px;
    }
    .nav-tabs {
        flex-wrap: wrap;
        margin: 0px 0px 25px 0px;
    }
    .nav-tabs .nav-item {
        min-width: 220px
    }
    .feature {
        min-height: 191px;
    }
}

@media (max-width: 767.98px) {
    h2 {
        margin-bottom: 30px
    }
    h4 {
        margin-bottom: 15px
    }
    .mar_60 {
        margin-bottom: 50px;
    }
    .mar_50 {
        margin-bottom: 40px;
    }
    .mar_20 {
        margin-bottom: 10px;
    }
    .mar_40 {
        margin-bottom: 30px;
    }
    .mar_30 {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 2.9em;
    }
    h5 {
        margin: 0px 0px 30px 0px;
        font-size: 1.5em;
    }
    .general_ul li {
        background-size: 6px;
        background-position: 0px 7px;
    }
    .header span, .header2 span {
        font-size: 1.4em;
        line-height: 1.3;
    }
    .padd {
        padding: 50px 15px;
    }
    .padd.features_boxes {
        text-align: center;
        padding-bottom: 20px
    }
    .section_main.first .container {
        padding: 0px 30px;
        max-width: 660px;
    }
    .features_boxes .feature {
        min-height: auto;
        height: 100%;
    }
    .section_main {
        padding: 50px 15px 50% 15px;
    }
    .section_main_cont {
        padding: 0px 0px 40px 0px;
    }
    .nav-tabs .mar_zero {
        margin-bottom: 0px;
    }
    .nav-tabs .nav-link {
        font-size: 1.1em;
        padding: 10px;
    }
    .table_container .table {
        width: 100%;
    }
    .table td {
        padding: 10px 15px
    }
    .table thead th {
        padding: 15px
    }
    /* Telecom pages */
    .pricing {
        margin-left: -80px;
        margin-right: -80px;
        width: auto;
    }
    .pricing span {
        font-size: 1.8em;
    }
    .price .large {
        font-size: 1.8em;
    }
    .platforms h3 {
        margin-bottom: 0px;
    }
    .platform {
        margin-top: 30px;
    }
    .features .swiper-container {
        height: 245px;
    }
    .feature img {
        height: 70px;
        margin-bottom: 20px;
    }
    .section_main .row .row [class*="col-"] img {
        width: 40px
    }
    .function {
        width: 25%;
    }
    .function img {
        height: 80px;
    }
    .section_main2 {
        padding: 50px 15px 0px 15px;
    }
    .col_mar_bottom {
        margin-bottom: 50px;
    }
    .sketches .row {
        margin-top: 20px;
    }
    .sketches .row [class*="col-"]:first-child {
        margin-bottom: 10px;
    }
    .sketches .row [class*="col-"] img {
        height: 100px;
    }
    .first .section_main_cont {
        padding: 40px 0px 50px 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .container_img img {
        width: 100%;
    }
    .padd.section_main1 {
        padding-bottom: 20px
    }
    .padd.section_main9 {
        padding-bottom: 20px
    }
    .section_main3_cont.padd {
        padding: 50px 0px 0px 0px;
    }
    .section_main3_cont {
        padding: 50px 0px 0px 0px;
    }
    .section_main3 .img2 img {
        width: 90%;
    }
    .feature2 {
        min-height: 245px;
    }
    .benefits .feature {
        min-height: 180px;
    }
    .do_it {
        flex-direction: column;
        align-items: center;
    }
    .do_it_cont {
        width: 100%;
    }
    .do_it_cont.first {
        margin-bottom: 20px;
    }
    .padd3 {
        padding: 40px 15px 50px 15px;
    }
    .section_main .row [class*="col-"]:last-child.col-edit {
        margin-top: 20px;
    }
    .sales_cont img {
        margin: 0px 0px 25px 0px;
    }
    .pricing_number span {
        font-size: 3em;
    }
    .feature2_header {
        padding: 30px 15px 20px 15px;
    }
    .feature2_body {
        padding: 30px 15px;
    }
    .section_main1_header img {
        width: auto;
        margin-right: 10px;
    }
    .check li {
        background-size: 10px;
    }
    /* Other Services Pages */
    .section_main1.section_main4 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .feature3 img {
        height: 50px;
    }
    .feature3 span {
        font-size: 1em;
    }
    .section_main4 h5 {
        margin: 20px 0px 0px 0px;
    }
    .section_main5 .justify-content-center {
        margin-bottom: 25px;
    }
    .section_main4 .justify-content-center p {
        font-size: 1.1em;
    }
    .call_functions [class*="col-"] {
        margin-bottom: 30px;
    }
    .call_functions [class*="col-"]:last-child {
        margin-bottom: 0px;
    }
    /* Documentation Pages */
    .section_main6 .row .section_main6_img {
        padding-right: 5px;
        padding-left: 5px;
    }
    .section_main1.section_main6 .section_main6_img img {
        width: 40%;
    }
    .section_main1.section_main6 .section_main6_cont .chrome_img2 {
        width: 175px;
    }
    .section_main6 .section_main6_cont .table_container {
        margin-top: 10px;
    }
    .section_main6 .general_ul li {
        margin-bottom: 5px;
    }
    .about_bg {
        padding-top: 60%;
        background-position: top;
    }
    .about_cont {
        padding: 20px 15px 25px 15px;
    }
    /* About Maxitel pages */
    .about2.first {
        margin-bottom: 0px
    }
    .section_main1 .row.padd [class*="col-"] {
        margin-bottom: 30px;
    }
    .section_main1 .row.padd [class*="col-"]:last-child {
        margin-bottom: 0px;
    }
    .section_main1 .row.padd [class*="col-"].margin_zero {
        margin-bottom: 0px;
    }
    .about2 img {
        margin: 0px 15px 0px 0px;
        height: 90px;
    }
    .form-group input {
        height: 45px;
        line-height: 40px;
        font-size: 1.05em;
    }
    .form-group textarea {
        font-size: 1.05em;
        height: 100px;
    }
    .form-group .check_list .check_label .checkmark {
        height: 18px;
        width: 18px;
    }
    .contact_cont {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact_information {
        margin-bottom: 40px;
        width: 100%;
    }
    .contact_information:last-child {
        margin-bottom: 0px;
    }
    .information_img {
        padding: 0px;
    }
    .register_img {
        margin-bottom: 10px;
    }
    .mar-top {
        margin-top: 25px;
    }
    .section_main8 {
        margin-bottom: 30px;
    }
    .section_main8.mar_60 {
        margin-bottom: 30px;
    }
    .general_ul.mar_60 {
        margin-bottom: 30px;
    }
    .section_main1 .row.why_cont [class*="col-"] {
        margin-top: 25px;
    }
    .section_main1 .row .mar-top-zero {
        margin-top: 0px;
    }
    .btn-light {
        height: 40px;
    }
    .feature3.feature4 img {
        height: 40px;
        margin-bottom: 25px;
    }
    /* Internet pages */
    .padd4 {
        padding-top: 20px;
    }
    .mar_80 {
        margin-bottom: 50px;
    }
    .internet_over h3 {
        font-size: 1.75em;
    }
    .features5 .row [class*="col-"] {
        margin-top: 30px;
    }
    .features5 .row [class*="col-"]:first-child {
        margin-top: 0px;
    }
    .features5 h4 {
        margin-bottom: 10px;
    }
    .features5 .general_ul {
        margin-top: 20px;
    }
    .features5 p {
        font-size: 1em;
    }
    .features5 .general_ul.check li {
        font-size: 1em;
    }
    .feature_cont {
        align-items: center;
        text-align: center;
    }
    .facilities p {
        font-size: 1.1em;
    }
    .img2.img4 img {
        width: 50%;
    }
    /* connectivity pages */
   
    .connectivity_ul li {
        margin: 0px 15px 10px 15px;
    }
    /* Modals */
    .modal-body img {
        height: 50px;
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        margin-bottom: 10px;
    }
    h5 {
        font-size: 1.35em;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px
    }
    .functions_span {
        font-size: 1.15em;
    }
    .mar_50 {
        margin-bottom: 30px;
    }
    .general_ul {
        padding-left: 5px;
    }
    .downloads {
        flex-direction: column;
    }
    .downloads a {
        width: 100%;
        height: 45px;
    }
    .downloads4 a {
        width: auto;
    }
    .downloads a.first {
        margin-right: 0px;
        width: 100%;
    }
    .header {
        padding: 75px 15px 20px 15px;
    }
    .header .container {
        padding: 0px;
    }
    .header span, .header2 span {
        font-size: 1.25em
    }
    .section_main {
        padding: 50px 0px 60% 0px;
    }
    .section_main.first {
        padding: 60% 0px 0px 0px;
    }
    .bg {
        padding-top: 60%;
    }
    .feature {
        padding: 30px 20px;
        min-height: 180px;
    }
    .feature img {
        height: 65px;
    }
    .general_ul li {
        margin-bottom: 10px;
    }
    .nav-tabs {
        margin: 0px 0px 20px 0px;
    }
    .nav-tabs .nav-item {
        padding: 0px 5px 10px 5px;
        margin: 0px;
    }
    .nav-tabs .nav-item .nav-link {
        padding: 13px 5px;
        font-size: 1em;
    }
    .tab-content span {
        margin-bottom: 0px;
    }
    .table_container {
        margin-top: 15px;
        overflow: auto;
        display: block;
    }
    /* Telecom Pages */
    .pricing {
        height: 70px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .pricing span {
        font-size: 1.7em;
    }
    .price {
        font-size: 2.25em;
    }
    .price .large {
        font-size: 2.1em;
    }
    .section_main.first .container {
        padding: 0px 15px;
    }
    .platforms .row {
        margin: 0px -5px 0px -5px
    }
    .platforms .row [class*="col-"] {
        padding: 0px 5px
    }
    .platform {
        margin-top: 10px;
    }
    .platforms h3 {
        margin-bottom: 20px;
    }
    .features .swiper-container {
        height: 247px;
        margin-bottom: 30px;
    }
    .features .row [class*="col-"] {
        margin-bottom: 10px;
    }
    .feature_tabs [class*="col-"] {
        margin-bottom: 15px;
    }
    .feature_tabs [class*="col-"]:last-child {
        margin-bottom: 0px;
    }
    .feature_tab_head {
        margin-top: 10px;
    }
    .function {
        width: 33.33%;
        padding: 0px 5px;
    }
    .container_img.telephone_img img {
        width: 90%;
    }
    .section_main2 {
        padding: 40px 0px 0px 0px;
    }
    .col_mar_bottom {
        margin-bottom: 40px;
    }
    .sketches .row [class*="col-"] img {
        height: 90px;
    }
    .section_main3 {
        padding: 0px;
    }
    .section_main3_cont.padd {
        padding: 40px 0px 0px 0px;
    }
    .section_main3_cont {
        padding: 40px 0px 0px 0px;
    }
    .section_main3 .img2 {
        padding-top: 25px;
    }
    .section_main3 .img2.img3 img {
        width: 100%
    }
    .feature2 {
        min-height: auto;
    }
    .benefits p {
        font-size: 1.1em;
    }
    .benefits .feature {
        min-height: auto;
        height: 100%;
    }
    .benefits .feature span {
        font-size: 1em;
    }
    .do_it_cont {
        width: 100%;
    }
    .do_it_cont_header {
        padding: 20px;
    }
    .do_it h4 {
        font-size: 1.2em;
    }
    .padd3 {
        padding: 20px 0px 50px 0px;
    }
    .section_main1_header {
        margin-bottom: 20px;
    }
    /* Mobile Pages */
    .feature2_header h4 {
        font-size: 1.2em;
    }
    .check.m2m_ul {
        padding-left: 0px;
    }
    .m2m_tabs #tab2 img {
        margin-top: 20px;
        width: 100%;
    }
    .feature3 img {
        margin-bottom: 20px;
    }
    .section_main1 .row [class*="col-"].first {
        margin-bottom: 0px;
    }
    /* Other Services Pages */
    .section_main5 .justify-content-center {
        margin-bottom: 20px;
    }
    .section_main5 h4 {
        margin-bottom: 5px;
    }
    .section_main4 .justify-content-center p {
        font-size: 1em;
    }
    .call_functions [class*="col-"] {
        margin-bottom: 20px;
    }
    .sms_table {
        margin-top: 0px;
    }
    /* Documentation pages */
    .section_main6 .row [class*="col-"] {
        margin-bottom: 10px;
    }
    .section_main1.section_main6 .section_main6_cont .chrome_img2 {
        width: 150px;
        margin-bottom: 0px
    }
    /* About Maxitel pages */
    .about_p {
        font-size: 1em;
    }
    .form-group.check {
        align-items: flex-start;
        flex-direction: column;
    }
    .form-group .check_list {
        margin: 10px 0px 0px 0px;
    }
    .mar-top {
        margin-top: 0px;
    }
    .register_img {
        margin-bottom: 15px;
        margin-top: 40px;
        min-height: auto;
    }
    .register_img.first {
        margin-top: 0px;
    }
    .row_padd [class*="col-"] .p2 {
        margin-bottom: 30px;
    }
    .row_padd [class*="col-"]:last-child .p2 {
        margin-bottom: 0px;
    }
    .section_main1.section_main6 .section_main6_img img {
        width: 60%;
    }
    .section_main8 {
        margin-bottom: 20px;
    }
    .section_main8:last-child {
        margin-bottom: 10px;
    }
    .quotation .form-group.check {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .quotation .form-group .check_list {
        margin: 10px auto 0px auto;
    }
    .section_main1 .why_cont img {
        margin-bottom: 10px;
    }
    .about_bg {
        padding-top: 100%;
        background-position: top;
    }
    /* Internet pages */
    .padd4 {
        padding-top: 20px;
    }
    .check .row {
        margin-top: 15px;
    }
    .travien .table_container {
        margin-top: 0px;
    }
    .travien table {
        margin-bottom: 15px;
    }
    .feature2_body button {
        margin: 20px auto 0px auto;
    }
    .section_main9 .row [class*="col-"] {
        margin-top: 0px;
    }
    .features5 img {
        height: 50px;
    }
    .facilities .section_main3_cont .row [class*="col-"]:first-child .general_ul.check li {
        margin-bottom: 10px;
    }
    .order_service span {
        font-size: 1.1em;
    }
    .downloads4 {
        margin-top: 5px;
        width: auto;
    }
    /* connectivity pages */
    .why_cont [class*="col-"] span {
        margin-bottom: 5px;
    }
    /* Modals */
    .modal-body {
        padding: 10px 25px 30px 25px;
    }
    .modal-body p {
        font-size: 1.05em;
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 3em;
    }
    h1.long {
        font-size: 2.6em;
    }
    h5 {
        font-size: 1.5em;
        margin: 0px 0px 25px 0px;
    }
    .header span, .header2 span {
        font-size: 1.2em;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
    .table_container .table {
        width: 100%;
    }
    .table td {
        padding: 10px;
        font-size: 0.95em;
    }
    .table thead th {
        padding: 10px;
        font-size: 0.95em;
    }
    /* Telecom Pages */
    .price .large {
        font-size: 2em;
    }
    .functions {
        height: 174px;
        margin-top: 20px;
    }
    .sketches .row [class*="col-"] img {
        height: 80px;
    }
    .section_main3 .img2 img {
        width: 100%;
    }
    .container_img img {
        width: 100%;
    }
    .benefits p {
        font-size: 1.05em;
    }
    .do_it h4 {
        font-size: 1.15em;
    }
    .container_img.telephone_img img {
        width: 100%;
    }
    .section_main1_header {
        margin-bottom: 30px;
    }
    /* Mobile pages */
    .pricing_number {
        padding: 15px;
    }
    .m2m_tabs #tab2 span {
        margin-top: 10px;
    }
    .m2m_tabs #tab2 img {
        margin-top: 15px;
    }
    /* About pages */
    .register_img {
        margin-bottom: 10px;
    }
    .row_padd [class*="col-"] .p2 {
        margin-bottom: 25px;
    }
    .w_100 {
        width: 100%;
    }
    .general_ul.mar_60 {
        margin-bottom: 25px;
    }
    /* Internet pages */
    .mar_80 {
        margin-bottom: 40px;
    }
    .img2.img4 img {
        width: 55%;
    }
    /* connectivity pages */
    .connectivity_ul li {
        min-width: 200px;
        margin: 0px 0px 10px 0px;
    }
    /* Modals */
    .modal-body {
        padding: 10px 20px 30px 20px;
    }
}

@media (max-width:420px) {
    .functions_span {
        font-size: 1.1em;
    }
    .bg {
        padding-top: 100%;
    }
    .mar_40 {
        margin-bottom: 30px;
    }
    .header {
        padding: 75px 10px 20px 10px;
    }
    .section_main.first {
        padding: 100% 0px 0px 0px;
    }
    .downloads {
        flex-direction: column;
    }
    .downloads a {
        width: 100%;
    }
    .section_main {
        padding: 40px 0px 100% 0px;
    }
    .table_container {
        margin-top: 15px;
    }
    .tab-content span {
        font-size: 1.05em;
    }
    .table thead th:first-child {
        border-radius: 5px 0px 0px 0px;
    }
    .table thead th:last-child {
        border-radius: 0px 5px 0px 0px;
    }
    /* Telecom Pages */
    .pricing span {
        font-size: 1.6em;
    }
    .feature_tab img {
        width: 12px;
        margin-top: 7px;
    }
    .functions {
        height: 200px;
    }
    .function {
        width: 50%;
    }
    .function img {
        height: 100px;
    }
    .sketches .row {
        margin-top: 15px;
    }
    .sketches .row [class*="col-"] img {
        height: 70px;
    }
    .bg_mobile16 {
        background-position: 70%;
    }
    .sms_table {
        margin-top: 0px;
    }
    /* Documentation pages */
    .section_main6 .general_ul.mar_40 {
        margin-bottom: 20px;
    }
    .section_main1.section_main6 .section_main6_cont .section_main6_flex img {
        margin-left: auto;
        margin-right: auto;
    }
    .section_main6_flex {
        flex-direction: column;
    }
    .section_main6_flex_cont {
        margin-bottom: 20px;
    }
    .section_main1.section_main6 .section_main6_cont .mob_viop_img2 {
        margin-right: 5px;
    }
    /* About Maxitel pages */
    .about_p {
        font-size: 0.95em;
    }
    .form-group label {
        font-size: 1em;
    }
    .form-group input {
        font-size: 1em;
    }
    .form-group textarea {
        font-size: 1em;
    }
    button {
        font-size: 1em;
    }
    .section_main8.mar_60 {
        margin-bottom: 25px;
    }
    .btn-light {
        font-size: 0.85em;
    }
    .bootstrap-select.show-tick .dropdown-menu li a span.text {
        font-size: 0.85em;
    }
    /* Internet pages */
    .check .row {
        margin-top: 10px;
    }
    .img2.img4 img {
        width: 60%;
    }
    .downloads4 {
        margin-top: 15px;
    }
}

@media (max-width:375px) {
    h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }
    h1.long {
        font-size: 2.2em;
    }
    h2 {
        font-size: 2.3em;
        line-height: 1.1;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        margin: 0px 0px 20px 0px;
    }
    .mar_20 {
        margin-bottom: 5px;
    }
    .mar_30 {
        margin-bottom: 20px;
    }
    .header {
        padding: 70px 15px 15px 15px;
    }
    .general_ul li {
        margin-bottom: 5px;
        padding-left: 13px;
        background-size: 5px;
    }
    .table td {
        padding: 7px;
        font-size: 0.9em;
    }
    .table thead th {
        font-size: 0.9em;
    }
    .tab-content span {
        font-size: 1em;
    }
    /* Telecom Pages */
    .pricing {
        height: 60px;
    }
    .pricing span {
        font-size: 1.5em;
    }
    .price {
        font-size: 2.2em;
    }
    .price .large {
        font-size: 1.8em;
    }
    .platform {
        height: 90px;
    }
    .features .row [class*="col-"] {
        margin-bottom: 10px;
    }
    .feature_tabs [class*="col-"] {
        margin-bottom: 10px;
    }
    .hardware a {
        font-size: 0.95em;
    }
    .hardware a img {
        margin-left: 5px;
        width: 11px;
    }
    .hardware a:hover img {
        margin-left: 10px;
    }
    .hardware .section_main_cont {
        padding: 0px 0px 20px 0px;
    }
    .feature_tab span {
        padding-bottom: 5px;
    }
    .feature_tabs p {
        margin-top: 10px;
    }
    .col_mar_bottom {
        margin-bottom: 30px;
    }
    .sketches .row {
        margin-top: 10px;
    }
    .sketches .row [class*="col-"] img {
        height: 60px;
    }
    .function span {
        padding-bottom: 15px;
    }
    .feature2 {
        padding: 20px 15px;
    }
    .container_img {
        margin-top: 10px;
    }
    .section_main3 .img2 {
        padding-top: 10px;
    }
    .do_it_cont_body {
        padding: 15px 10px;
    }
    .do_it_cont .general_ul li {
        margin-bottom: 5px;
    }
    .section_main1.light .feature2 .general_ul li {
        margin-bottom: 5px;
    }
    .sales_cont img {
        width: 100%;
    }
    .sales_img img {
        width: 100%;
    }
    .section_main1_header img {
        width: 110px;
        margin-right: 5px;
    }
    /* Mobile pages */
    .pricing_number span {
        font-size: 2.9em;
    }
    .check li {
        background-size: 9px;
        background-position: 0px 8px;
    }
    .check.m2m_ul li {
        margin-bottom: 15px;
    }
    .m2m_tabs .mar_30 {
        margin-bottom: 20px;
    }
    .m2m_tabs #tab2 span {
        font-size: 0.95em;
    }
    .section_main5 h4 {
        font-size: 1.1em;
    }
    .section_main4 .justify-content-center p {
        font-size: 0.95em;
    }
    /* Documentation pages */
    .section_main6 h4 {
        font-size: 1.1em;
    }
    .section_main1.section_main6 .section_main6_img img {
        width: 80%;
    }
    .section_main1.section_main6 .section_main6_cont img {
        width: 100%;
    }
    .section_main6_flex_cont {
        margin-bottom: 10px;
    }
    /* About Maxitel pages */
    .about_cont {
        padding: 20px 10px;
    }
    .about2 img {
        margin: 0px 10px 0px 0px;
        height: 80px;
    }
    .contact_left .row [class*="col-"] {
        margin-top: 0px;
    }
    .row_padd [class*="col-"] .p2 {
        margin-bottom: 20px;
    }
    .form-group textarea {
        height: 80px;
    }
    button {
        width: 100%;
    }
    .section_main1 .row .contact_right::after {
        width: 300%;
    }
    .contact_right h4 {
        text-align: center;
    }
    .contact_information {
        width: 80%;
        margin-bottom: 15px;
    }
    .p2 .p3 {
        font-size: 1.05em;
    }
    .section_main8 span {
        padding-right: 7px;
    }
    .section_main1 .row .mar-top-zero {
        margin-top: 0px;
    }
    .section_main1 .quotation_form [class*="col-"] {
        margin-top: 0px;
    }
    .general_ul.mar_60 {
        margin-bottom: 20px;
    }
    .section_main1 .row.why_cont [class*="col-"] {
        margin-top: 20px;
    }
    /* Internet pages */
    .check span {
        font-size: 1.1em;
    }
    .travien span {
        font-size: 1.1em;
    }
    .features5 .row [class*="col-"] {
        margin-top: 20px;
    }
    .section_main9 .row [class*="col-"] {
        margin-top: 0px;
    }
    .features5 h4 {
        font-size: 1.3em;
        margin-bottom: 5px;
    }
    .order_service span {
        font-size: 1em;
    }
    /* connectivity pages */
  
    /* Modals */
    .modal-body {
        padding: 10px 20px 25px 20px;
    }
    .modal-body img {
        height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width:320px) {
    h1 {
        font-size: 2.4em;
    }
    .general_ul {
        margin: 0px;
        list-style: none;
        padding-left: 0px;
    }
    .header span {
        font-size: 0.95em
    }
    .table_container {
        margin-top: 10px
    }
    /* Telecom Pages */
    .pricing span {
        font-size: 1.4em;
    }
    .pricing .number {
        font-size: 2.3em;
    }
    .platform {
        height: 90px;
    }
    .feature_tab span {
        font-size: 1em;
    }
    .feature_tab img {
        width: 10px;
        margin-top: 5px;
    }
    .hardware a {
        font-size: 0.9em;
    }
    .benefits p {
        font-size: 1em;
    }
    .do_it_cont_header {
        padding: 15px;
    }
    .do_it h4 {
        font-size: 1.1em;
    }
    .pricing_number span {
        font-size: 2.8em;
    }
    .sms_table {
        margin-top: 0px;
    }
    /* About Us pages */
    .row_padd [class*="col-"] .p2 {
        margin-bottom: 15px;
    }
    .section_main8 span {
        padding-right: 5px;
    }
    /* Internet pages */
    .features5 img {
        height: 45px;
        margin-bottom: 10px;
    }
}