*{
    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{
    text-decoration: underline;
}
.hero-address i{
    color: #007DB0;
    margin-right: 6px;
}
.content{
    min-height: calc(100vh - 189px);
}
/* 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: inline-block;
    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: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;
    }
}