.stickers-wrap{
    /* font-family: Montserrat, Arial, Helvetica, sans-serif; */
}

.stickers-wrap .button{
    display: block;
    height: 80px;
    line-height: 80px;
    background-color: #00af43;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.stickers-content{
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 70px;
}

.stickers-content img{
    margin: auto;
}

.stickers-content h2{
    padding-bottom: 20px;
    color: #25282a;
}

@media (max-width: 767px){
    .stickers-content h2{
        padding-top: 30px;
    }
}

.stickers-header{
    position: relative; left: 0; top: 0;
}

.stickers-header .img-wrap-01{
    overflow: hidden;
    position: absolute;
    left: 53%; top: 0;
    height: 100%; width: 47%;
}

.stickers-header.blue{
    background-color: #77d8e7;
    color: white;
    padding-bottom: 50px;
}

.stickers-header h1{
    display: block;
    padding: 50px 0 20px 0;
    margin: 0;
    font-size: 54px;
}

.stickers-header.blue h1{
    color: white;
}

.stickers-header .button{
    margin-top: 46px;
    margin-bottom: 70px;
    background-color: #FC5609;
}

.stickers-header .img-wrap-01 img{
    position: absolute; left: 0; top: 0;
    height: 100%;
}

.stickers-header .col-12{
    padding-bottom: 70px;
}

@media (max-width: 767px){

    .stickers-header{
        text-align: center;
    }

    .stickers-header .col-12{
        padding-bottom: 30px;
    }

    .stickers-header h1{
        padding-top: 20px;
        font-size: 36px;
        text-align: center;
    }
}


#he-call-us{
    display: none;
}

.stickers-types{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafb;
}

.stickers-types img{
    display: block;
    margin: 0 auto 0 auto;
}

.stickers-types a{
    display: block;
    text-align: center;
    color: #4d4e56;
    font-size: 18px;
}

.stickers-types a:last-child {
    padding: 0 0 25px 0;
}

.stickers-types .row a:hover,
.stickers-types .row div:hover{
    background-color: #f0f0f2;
}

@media (max-width: 767px){

    .stickers-types{
        padding-bottom: 30px;
    }
}

.stickers-guide{
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 14px;
}

.stickers-guide .row .row img{
    display: block;
    margin: 0 auto 0 auto;
    height: 36px;
}

.stickers-guide .row .row{
    padding-bottom: 30px;
}

.stickers-guide .row .row div:last-child{
    text-align: center;
}

.stickers-guide .row .row h2{
    font-size: 21px;
    color: #25282a;
    margin: 10px 0 10px 0;
}

.stickers-guide .row .row a{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #00c2df;
    margin-top: 20px;
}

@media (max-width: 991px){

    .stickers-config{
        padding-top: 30px;
    }

    .stickers-guide .row .row img{
        margin: 10px auto 0 auto;
        height: auto;
        max-height: 80px;
    }

    .stickers-guide .row .row div:last-child{
        text-align: left;
    }
}

@media (max-width: 767px){

    .stickers-guide{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .stickers-guide .row .row{
    }

    .stickers-guide .row .row img.center{
        margin-top: 0;
    }

    .stickers-guide .row .row a{
        text-align: left;
    }
}


