*{
    font-family: 'Montserrat';
}
body{
    margin: 0;
    line-height: 27px;
    background-color: #F7F7F7;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    padding-left: 0;
}
button:focus{
    outline: none;
}
img {
    max-width: 100%;
}
h2, h3, h4, h5, h6 {
    font-weight: 600!important;
}
.container{
    max-width: 1170px;
}
/* haeder start */

header{
    background-color: #fff;
    border-bottom: 1px solid #d9d9d6;
    padding: 15px 0;
    width: 100%;
    z-index: 99;
}
header .header-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}
header .inner-right-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .inner-right-header a{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #007cba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    font-weight: 700;
    margin-left: 4px;
}
header .inner-right-header a i{
    color: #f68d1f;
    font-size: 25px;
    margin-right: 7px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
}
.header-cart{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    margin-left: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.header-cart i{
    color: #f68d1f;
    font-size: 22px;
}
.header-cart span{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #007cba;
    border-radius: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 3px;
    width: 26px;
}


/* address start */
.text-fiber {
    text-align: center;
    margin: 30px 0px;
}
.text-fiber h1{
    color: #007DBA;
    font-size: 36px;
    font-weight: bold;
}
.text-fiber p{
    font-size: 18px;
    color: #444444;
}
.hero-address{
    background-color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    color: #007DBA;
    font-weight: normal;
    margin: 20px 0px;
}
.hero-address span{
    color: #333;
}
.hero-address i{
    color: #007DB0;
    margin-right: 6px;
}
.content{
    min-height: calc(100vh - 189px);
}
.edit-address{
    color: #007DBA;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}

/*Address Widget*/

ul.streetAPI {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 47px -3px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 0 47px -3px rgba(0, 0, 0, .3);
    overflow-y: scroll;
    z-index: 999;
    list-style: none !important;
    max-height: 0px;
    min-height: 0px;
}

.hidden-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

ul.streetAPI.active {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 0 !important;
    max-height: 250px;
}

ul.streetAPI li {
    padding: 2px 0 2px 10px;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

ul.streetAPI li:hover {
    background: #e5e5e5;
}

.submitForm {
    position: relative;
}

.header-wrapper {
    overflow: visible !important;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000007a;
    display: none;
}

.loader img {
    width: 80px;
    margin-top: 50px;
}

/*new widget css*/
/* .form-holder-wrap {
    margin-top: -100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
} */

.form-holder {
    /* position: relative; */
    max-width: 60%;
    margin: -14rem auto 5rem;    
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border: 2px solid #d7d7d7;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.widget-open .form-holder {
    z-index: 9;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    margin: -3rem auto 2rem;
    
}
.widget-open .address-bar{
    opacity: 0;
    z-index: -1;
}
.form-holder.widget-open {
    /*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
    /* height: auto; */
    background-color: #fff;
    border-color: #ccc;
    /* z-index: 1; */
}

.plan-btn {
    display: inline-block;
    padding: 0 2.4rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    line-height: 3.5rem;
    text-decoration: none;
    background-color: #007dba;
    border-radius: 5px;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.streetAPI li.selected {
    background-color: #e6f7ff;
}

.form-holder>p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 9px;
    font-weight: 600;
    color: #444444;
}

.form-holder .checkbox-able-side {
    display: inline-block;
    margin-top: 7px;
}

.row.input-able-bx {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.form-holder .col-set {
    width: 100%;
}

.form-holder .col-set .userInput {
    height: 45px;
}

.form-holder .col-set .input-able.service-form.userInput:before {
    top: 9px;
}

.form-holder .checkbox-able-bx {
    padding: 0px;
}

.form-holder .checkbox-able label {
    display: flex;
    align-items: center;
}

.icon-mobile,
.icon-wifi {
    padding-right: 10px;
}

.icon-mobile i,
.icon-wifi i {
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #f68d1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-mobile i:before {
    font-size: 12px;
}

.icon-wifi i:before {
    font-size: 10px;
}

.form-holder .checkbox-able-bx .checkbox-able label span {
    top: 0;
    margin-left: 5px;
}

.rather-chat-num {
    text-align: center;
    margin-top: 20px;
}

.rather-chat-num a {
    color: #000;
    text-decoration: underline;
}

.addressform {
    text-align: center;
}
#widget .main-input{
    width: 100%;
}
#widget .userInput{
    width: 100%;
    text-align: left;
}
#widget .main-input {
    width: 70%;
    text-align: left;
    position: relative;
}
#widget .check-side-col{
    width: 30%;
}
#widget .addressError{
    margin: 0px;
}
#widget #addressWidget {
    width: 96%;
    padding: 0px 10px;
    line-height: inherit;
    height: 48px;
    border: 2px solid #d7d7d7;
    border-bottom-width: 4px;
    border-radius: 4px;
}
#widget #addressWidget:focus-visible{
    outline: inherit;
    border-color: #007db0;
}
#widget #submitData{
    width: 100%;
    background-color: #007db0;
    border: 1px solid #00a3e0;
    border-bottom-width: 4px;
    border-radius: 4px;
    color: #fff;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
#widget #submitData:disabled {
    cursor: not-allowed;
}
#widget .checkText {
    font-size: 16px;
    color: #333333;
}
#addressWidget::placeholder {
    color: #333333;
  }
  
#addressWidget:-ms-input-placeholder {
    color: #333333;
  }
  
#addressWidget::-ms-input-placeholder {
    color: #333333;
  }
/*new widget end*/
/* prpduct start */
.single-product{
    border:2px solid #C8C9C7;
    background-color: #fff;
    border-radius: 4px;
    border-width: 2px 2px 4px 2px;
    padding: 15px 0px;
    margin-bottom: 2rem;
}
.single-product h2{
    margin: 15px 0px;
    font-size: 20px;
    color: #007DBA;
}
.single-product .connection-logo img{
    width: 200px;
}
.vars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.var-single {
    background-color: #F2F2F2;
    border-radius: 2px;
    position: relative;
    padding: 8px 0px;
    width: 28%;
}
.var-single h4 {
    margin: 0;
    font-size: 16px;
    color: #333333;
}
.var-single p {
    margin: 0;
    font-size: 16px;
}
.var-single i.fa-solid.fa-circle-check {
    color: #3DAF2C;
    font-size: 18px;
    position: absolute;
    -webkit-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
}
.button-col{
    border-top: 2px solid #CCCCCC;
    margin-top: 25px;
    padding-top: 15px;
}
.button-col h3{
    font-size: 18px;
    color: #444444;
}
.button-col a{
    background-color: #007DBA;
    color: #fff;
    padding: 10px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 52%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 4px solid #00a3e0;
    border-radius: 5px;
    margin-top: 3px;
}
.button-col i{
    font-size: 20px;
    margin-right: 10px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
}
.description{
    margin: 0 auto 2rem;
    max-width: 70%;
    text-align: center;
    color: #444444;
}
/* footer start */
footer{
    background-color: #57585C;
    width: 100%;
    color: #fff;
    background-image: url(../images/footer.png);
    padding: 25px 0px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
footer .ftr-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer p{
    margin-bottom: 0px;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
footer a:hover{
    color: #f68d1f;
}
@media(max-width:991px){
    .form-holder {
        max-width: 100%;
    }
}
@media(max-width:767px){
    .text-fiber h1 {
        font-size: 30px;
    }
    footer .ftr-inner{
        display: block;
        text-align: center;
    }
    footer{
        padding: 15px 0px 50px;
    }
}
@media(max-width:575px){
    .text-fiber h1 {
        font-size: 24px;
    }
    .hero-address {
        padding: 5px 15px;
        margin: 14px 0px;
        font-size: 15px;
    }
    .text-fiber p {
        font-size: 16px;
    }
    .single-product {
        margin-bottom: 1rem;
    }
    .description {
        max-width: 100%;
        margin: 0 auto 1rem;
    }
    .text-fiber {
        margin: 20px 0px;
    }
    .left-header img{
        width: 145px;
    }
    header .inner-right-header a {
        font-size: 16px;
        margin-left: 0px;
    }
    header .inner-right-header a i {
        font-size: 19px;
        margin-right: 5px;
    }
    .header-cart {
        margin-left: 6px;
    }
    .header-cart i {
        font-size: 18px;
    }
    .header-cart span {
        font-size: 12px;
        height: 20px;
        margin-left: 3px;
        width: 20px;
    }
    #widget .main-input,
    #widget #addressWidget {
        width: 100%;
    }
    .address-bar{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-holder{
        margin: -19rem auto 5rem;
    }
    .widget-open .form-holder{
        margin: -4rem auto 2rem;
    }
    #widget .check-side-col {
        width: 100%;
        margin-top: 10px;
    }
}