.button {
    margin-top: 10px;
    color: white;
    background: #4FA5C2;
}

.button:hover {
    margin-top: 10px;
    color: white;
    background: #4FA5C2;
}

/*.tool-head {
    background: #111111;
    border-bottom: 3px solid #4FA5C2;
    padding-bottom: 10px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 400;
    color: white;
    opacity: 1;
    padding-right: 30px !important;
}

.tool-content-form {
	margin-top: 0px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;    
    margin-bottom: 30px;
	color: #000;
}

.tool-title {
    color: white;
    text-align: left;
    font-family: 'Geogrotesque Rg';
    font-weight: normal;
    padding-left: 30px;
}

.msg {
    border: 2px solid #4FA5C2;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.call-cust {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
}

.cust-num {
    font-weight: 700;
    font-size: 22px;
    color: #4FA5C2;
    text-align: center;
}

.phone {
    font-size: 50px;
    color: #4FA5C2;
    padding-left: 20px;
}

.or {
    color: #0099cc;
    font-family: 'Geogrotesque Rg';
    font-weight: 500;
    font-size: 26px;
}

.group label {
    color: #636364;
}

.group span {
    color: red;
}

.submit-button {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.submit {
    padding: 10px 50px 10px 50px;
}

@media all and (max-width: 450px) {
    .button {
        margin-top: 10px;
        color: white;
        background: #4FA5C2;
    }
    .button:hover {
        margin-top: 10px;
        color: white;
        background: #4FA5C2;
    }
    .mb {
        padding: 20px;
    }
    .tool-title {
        padding-left: 10px;
        font-size: 18px;
    }
    .close {
        font-size: 26px;
        padding-right: 10px !important;
    }
    .tool-content {
        margin-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .call-cust {
        font-size: 14px;
    }
    .cust-num {
        font-size: 18px;
    }
    .phone {
        padding-left: 10px;
        padding-top: 15px;
    }
}

@media all and (min-width: 768px) and (max-width:991px) {
    .button {
        margin-right: -15px;
        color: white;
        background: #4FA5C2;
    }
}