/* Get Quote */
/* Contact Us */

/******** Style for Icon ********/

div#fixedsection {
    z-index: 1040;
}

#fixedsection .cta-button.get-quote, 
#fixedsection .cta-button.contact-us {
    margin: 2% 0% 15%;
    margin: 2% 0% 17%;
}

a.cta-button {
    display: block;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 2px 6px 7px rgba(0,0,0,.15);
    margin: 0.8% 1% 0.5%;
    transition: all 0.2s ease-in-out 0s;
}

a:hover.cta-button {
    transform: scale(1.1);
    box-shadow: 2px 6px 7px rgba(0,0,0,.2);
    transition: all 0.2s ease-in-out 0s;
}

a.cta-button > span {
    float: left;
    display: inline-block;
    width: 100%;
}

a.cta-button > span:first-child {
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    background-color: #75b719;
    border: 2px solid #75b719;
    border-radius: 10px 10px 0 0;
    padding: 4px 4% 0px;
    line-height: 1.2em;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}

a.cta-button > span:last-child {
    display: inline-block;
    width: 100%;
    content: "";
    height: 3.9em;
    border: 3px solid #75b719;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    background-position: 47% 47%;
    background-repeat: no-repeat;
    background-size: 4rem;
    transition: all 0.2s ease-in-out 0s;
}

a.cta-button.get-quote > span:last-child {
    background-image: url(../../images/icons/get-quote.png);
    /* background-image: url(../../images/icons/Iconb_GQC.png); */
    transition: all 0.2s linear 0s;
}

a:hover.cta-button.get-quote > span:last-child {
    background-image: url(../../images/icons/Icon-hover_GQC.png);
    transition: all 0.2s linear 0s;
}

a.cta-button.contact-us > span:last-child {
    background-image: url(../../images/icons/contact-us.png);
    /* background-image: url(../../images/icons/Iconb_Phone.png); */
    transition: all 0.2s linear 0s;
}

a:hover.cta-button.contact-us > span:last-child {
    background-image: url(../../images/icons/Icon-hover_Phone.png);
    transition: all 0.2s linear 0s;
}

a:hover.cta-button > span:first-child {
    color: #fff;
    background: #a0e228;
    border-color: #a0e228;
    transition: all 0.2s ease-in-out 0s;
}

a:hover.cta-button > span:last-child {
    /*background: #a0e228;*/
    border-color: #a0e228;
    background-size: 4.05rem;
    background-position: 47% 47%;
    transition: all 0.2s ease-in-out 0s;
}

#fixedsection {
    position: fixed;
    bottom: 10px;
    left: 0.75%;
}




/*-----------Get Quote >> Multi Language Icon (多國) --------------------*/

div#fixedsection.multi-line a.cta-button {
    width: 90px;
    height: 8vh;
    height: 7.9vh;
    margin: 2% 0% 16%;
}
    
div#fixedsection.multi-line a.cta-button.multi-line {
    height: 9.6vh;
    height: 9.3vh;
}


div#fixedsection.multi-line a.cta-button > span:first-child {
font-size: 0.85em;
}

div#fixedsection.multi-line a.cta-button.multi-line > span:first-child {
    line-height: 1.05em !important;
}




/* Bowei 筆電寬螢幕 */
@Media (min-width: 1281px) and (max-width: 1366px) { 

    #fixedsection {
    bottom: 15px;
    }

    div#fixedsection.multi-line a.cta-button {
    height: 10vh;
    margin: 2% 0% 18%;
    }

    div#fixedsection.multi-line a.cta-button.multi-line {
    height: 11.5vh;
    }

}
