#pricing {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.Pricing-page-list {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}

.Pricing-page-list h2 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.Pricing-page-list h2 span, .Pricing-page-list h3 span {
    color: #03a9f4;
    font-weight: normal;
    font-size: 25px;
}

.Pricing-page-list h3 {
    font-size: 25px;
    color: #fff;
}

.Pricing-page-list h3 + span {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: 12px 10px;
    background: #03a9f4;
    border-radius: 50%;
}

.Pricing-page-list h4 {
    font-size: 25px;
    color: #fff;
    margin-top: 8px;
}

#pricing .productsButton {
    text-align: center;
    color: #fff;
}

#getQuote.modal {
    width: 100% !important;
    height: 100vh !important;
    margin: 0px auto !important;
    max-height: inherit !important;
    z-index: 999999 !important;
    background: rgba(238, 238, 238, 0.72) !important;
}

#getQuote.modal .modal-backdrop {
    height: 100vh !important;
}

#getQuote .modal-content {
    background: #f4f4f4;
    padding: 20px;
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#getQuote input {
    font-size: 14px !important;
    background: #fff;
    padding:10px;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #ccc;
}
#getQuote input#mobile.form-control {
    font-family: sans-serif;
}
#getQuote .modal-content .form-area textarea {
    padding: 6px 6px;
}

#pricing {
    padding: 50px 0;
    margin: 0 0 -20px;
    background: url(../../img/pricing-bg.jpg) center center no-repeat;
    background-size: cover;
}

.pricingHeading h1 {
    width: 100%;
    float: left;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (min-width: 320px) and (max-width: 639px){
    #pricing .productsButton a{
        font-size: 17px;
    }
}