﻿.customer-modal {
    background: url(https://shaw.ca/uploadedImages/Easy_Move/img/moving-modal-image.png) no-repeat left top;
    background-size: contain;
    min-height: 300px;
}
.customer-modal .ic-shaw-logo {
    color: #0082bb;
    display: inline-block;
    font-size: 100px;
    font-weight: normal;
    line-height: 75px;
    max-height: 80px;
    overflow: hidden;
    transform: translateX(-15px);
}

.customer-modal p {
    font-size: 15px;
}

.customer-modal p span{
    font-size: 18px;
    display:block;
    margin-bottom: 7px;
}

.customer-modal .customer-type {
    margin-top: 10px;
}
.customer-modal .customer-type li:first-child {
    border-bottom: 1px solid #333;
}
.customer-modal .customer-type a {
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    display: block;
    line-height: 60px;
    position: relative;
}

.customer-modal .customer-type a:hover { text-decoration: none;}
.customer-modal .customer-type a:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #333;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(3px);
}
.customer-modal .customer-type a:hover:after {
    background-color: #0082bb;
    content: "";
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 3px;
    top: 22px;
}
.btn-shaw, .btn-shaw:hover {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 150px;
    border: inherit;
}

.ajaxLeadForm .leadformWrapper {
    border: 0;
    border-radius: 0;
}
.form-box {
    border: 1px solid #e0e0e0;
    border-radius: 7px;
}
.form-box.first { margin-bottom: 30px;}
.form-box .lead {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.button-container {
    padding: 15px 0;
}
.ic-shaw-chat2 {
    font-size: 24px;
    padding-right: 10px;
    transform: translateY(3px);
    display: inline-block;
}