html,
body {
    font-family: 'Poppins', sans-serif !important;
    color: #515151;
}

a {
    transition-duration: .35s;
}

a.BlueButton {
    background: #3388ff;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    display: inline-block;
}

a.BlueButton:hover {
    background: #fff;
    color: #3388ff;
    text-decoration: none;
}

/* Nav Bar */
.HeaderSection a.navbar-brand img {
    max-width: 230px;
}

.HeaderSection .navbar {
    padding: 15px 0;
}

.navbar-nav.TopNavBar {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.navbar-nav.TopNavBar li {
    color: #fff;
    padding: 0 0px 0 20px;
}

.TopNavBar li a {
    color: #333;
    font-size: 16px;
}

.TopNavBar li a:hover {
    color: #3388ff;
}

button.toggle_button {
    color: #3388ff;
    outline: none;
}

.__TopNavBar ul li:last-child a {
    background-color: #3388ff;
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px !important;
}

.__TopNavBar ul li:last-child a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
}

/* Nav Bar */

/* Banner Section */
.BannerSection {
    position: relative;
}

.BannerImg img {
    width: 100%;
    max-width: 100%;
}

.SearchDivInner form input {
    height: 50px;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
}

.SearchDivInner form button {
    background: #3388ff;
    border: 0;
    color: #fff;
    height: 50px;
    width: 100%;
    max-width: 130px;
}

.SearchDiv {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    z-index: 1000;
    transform: translateX(-50%) translateY(0%);
    width: 100%;
}

.Banner_Button {
    clear: both;
    margin-top: 30px;
}

.SearchDivInner form {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section 01 */
.Section_01 {
    padding: 50px 0;
}

.IconSet {
    color: #38f;
    font-size: 30px;
    padding-bottom: 10px;
    display: block;
}

.IconText h5 {
    font-size: 18px;
}

/* Section 02 */
.Section_02 {
    padding: 50px 0;
}

.ColumSpace {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-duration: .35s;
}

.ColumSpace:hover {
    background-color: #f5f5f5;
}

.FiberOption .Fiber_Text {
    background-color: #38f;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}

.FiberOption_inner {
    padding: 15px;
    border: 1px solid #aaaaa9;
}

.__FiberText,
._FastestSpeed {
    font-size: 14px;
}

._FastestSpeed .__Speed {
    color: #1c468d;
    font-weight: bold;
}

._FastestSpeed .__Speed .__Line {
    background: #1c468d;
    display: block;
    height: 5px;
    border-radius: 30px;
    max-width: 100px;
    margin: 5px 0;
}

.FiberMap {
    border: 1px solid #aaaaa9;
}

.__FiberText span {
    font-size: 13px;
    background: #18f;
    color: #fff;
    padding: 3px 0;
    margin-bottom: 5px;
    border-radius: 30px;
    font-weight: 600;
    display: block;
    max-width: 50px;
    text-align: center;
}

/* Footer Section */
.FooterSection {
    background: #0a1b35;
    padding: 20px 0px;
}

.__Copyright {
    border-top: 1px solid rgba(225, 225, 225, 0.5);
    padding: 20px 0 0;
    margin-top: 20px;
}

.Copyright {
    font-size: 15px;
    color: #fff;
}

.footerlogo a img {
    max-width: 250px;
}

.Address ul {
    padding: 0;
    margin: 0;
}

.Address ul li {
    list-style: none;
    display: inline-block;
}

.Address ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 30px 0 0;
}

/* Custom*/
.progress_custom_ {
    width: 50%;
    left: 25%;
    position: relative;
    margin-top: 5%;
}

.result_container {
    min-height: 400px;
}


section.AuxPageContent {
    background: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 80px;
}

.content_side {
    padding: 0 10px 0 20px;
    width: 439px;
}

.managed-service {
    background: #fff;
    padding: 0 10px 0 20px;
    box-shadow: 0px 0px 40px #0000000f;
    margin-bottom: 20px;
    border: 1px solid #c1c1c1;
}

li.nav-item.active {
    font-weight: bold;
}


/* Media Screen */
@media only screen and (min-width: 530px) and (max-width: 768px) {
    .HeaderSection {
        height: auto;
        background-repeat: no-repeat;
    }

    a.navbar-brand {
        padding: 0 0 0 15px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .__TopNavBar {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

    .navbar-nav.TopNavBar li {
        padding: 0px 15px;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
    }

    .navbar-nav.TopNavBar li a {
        padding: 10px 0;
        color: #333;
    }

    .__TopNavBar ul li:last-child a {
        background: none;
        color: #333;
        padding: 10px 0 !important;
    }


    .SearchDivInner form {
        margin-top: -14%;
        width: 100%;
    }

    .display-4 {
        width: 100%;
        font-size: 280%
    }

    .BannerImg img {
        height: 400px;
        object-fit: cover;
    }

    a.BlueButton {
        padding: 10px 30px;
        font-size: 14px;
    }

    .__FiberText,
    ._FastestSpeed {
        font-size: 14px;
        padding: 0 0 15px;
    }

    /* Footer */
    .FooterSection {
        text-align: center;
    }

    .Address ul li a {
        padding: 20px 10px 0 0;
        display: block;
        font-size: 14px;
    }

}



/* New media widths */
@media only screen and (min-width: 455px) and (max-width: 529px) {
    .SearchDivInner form {
        margin-top: -18%;
        width: 100%;
    }

    .display-4 {
        width: 100%;
        font-size: 230%
    }
}

@media only screen and (min-width: 100px) and (max-width: 455px) {
    .SearchDivInner form {
        margin-top: -18%;
        width: 100%;
    }

    .display-4 {
        width: 100%;
        font-size: 220%
    }

    .BlueButton {
        padding: 10px 30px;
        font-size: 12px;
    }
}

.off-canvas {
    position: fixed;
    top: 100px; 
    right: -400px;
    width: 300px;
    height: 100%;
    min-height: 300px; 
    background-color: var(--bg-color, #fff); 
    transition: right 0.3s;
    z-index: 1000;
  }
  
  .off-canvas.show {
    right: 0;
  }
  
  .off-canvas-img {
    max-width: 100%;
    height: auto;
  }

  .off-canvas-img:hover {
    cursor: pointer;
  }
  
  #closeBtn {
    position: absolute;
    background: var(--btn-color, red); 
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 20px;
    left: 2px;
    top: 2px
  }
