/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2022, 2:52:39 PM
    Author     : developer
*/
.callUs{
    position:fixed;
    right:20px;
    bottom:20px;
    border: 0px solid #555555;
    border-radius: 20px;
    padding:6px;
    color: #444444;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5),0 -1px 8px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
    .callUs{
        right:6px;
        bottom:6px;
        border-radius: 10px;
        padding:2px;
        margin-right: 9px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5),0 -1px 4px 0 rgba(0, 0, 0, 0.5);
    }
    .callUsIconImage{
        width: 30px;
    }
    .callUsquery{
        font-family: 'Roboto'; 
        font-size: 11px;
    }

}