.button {
    margin-top: 10px;
    color: white;
    background: #4FA5C2;
}

.button:hover {
    margin-top: 10px;
    color: white;
    background: #4FA5C2;
}

.mb {
    padding: 30px;
}

.tool-head {
    background: #111111;
    padding-bottom: 10px;
    border-bottom: 3px solid #4FA5C2;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 400;
    color: white;
    opacity: 1;
    padding-right: 30px !important;
}

.or {
        color: #0099cc;
    font-family: 'Geogrotesque Rg';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    padding-right: 100px;
}
.modal-body .tool-content {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #636364;    
    margin-top: 0px;
	padding: 0px;
}

/*.tool-content {
    font-family: 'Roboto';
    font-size: 16px;
    margin: -100px 30px 20px 30px;
    position: relative;
    z-index: 1;
    color: white;
}*/

.tool-title {
    color: white;
    text-align: left;
    font-family: 'Geogrotesque Rg';
    font-weight: normal;
    padding-left: 30px;
}
.thankyou-title{
	color:#fff;
}
.message {
    padding: 30px 65px 0px 65px;
}

.msg {
    border: 2px solid #4FA5C2;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.call-cust {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    padding-left: 10px;
    margin-bottom: 0px;
}

.cust-num {
    font-weight: 700;
    font-size: 22px;
    color: #4FA5C2;
    
}

.phone {
    font-size: 50px;
    color: #4FA5C2;
    padding-left: 20px;
}

 /*.group label {
   color: #e2e2e2;
}*/

.group span {
    color: red;
}

.checks {
    border: 1px solid #808083;
    background: #F4F4F4;
    padding: 10px;
}

.checks label {
    padding-bottom: 10px;
    font-weight: 500;
	color: #00a9e0;
}

.f-text {
    margin-left: 5px;
    text-decoration: underline;
}

.terms {
    margin-bottom: 40px;
}

.submit-button {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0px;
}

/*.submit {
    padding: 10px 50px 10px 50px;
}*/

/** Start: added by Teknicks for newsletter content pages **/
.view-id-newsletter_content .views-row-first #banner-2, 
.view-id-newsletter_content .views-row-first #banner-3, 
.view-id-newsletter_content .views-row-last #banner-2, 
.view-id-newsletter_content .views-row-last #banner-1, 
.view-id-newsletter_content .views-row-even #banner-1, 
.view-id-newsletter_content .views-row-even #banner-3,
.view-id-newsroom .views-row-first #banner-2, 
.view-id-newsroom .views-row-first #banner-3, 
.view-id-newsroom .views-row-last #banner-2, 
.view-id-newsroom .views-row-last #banner-1, 
.view-id-newsroom .views-row-even #banner-1, 
.view-id-newsroom .views-row-even #banner-3{ 
	display:none; 
}
.view-newsletter-content .attachment.attachment-after{
	margin-top:60px;
}
.row.less-gutter .col-lg-2,
.row.less-gutter .col-lg-10{
	padding:0 5px;
}
.m-top-40{
	margin-top:40px;
}
.m-b-40{
	margin-bottom:40px;
}
/** End: added by Teknicks for newsletter content pages **/

@media all and (max-width: 767px) {
	.or {
        color: #0099cc;
			font-family: 'Geogrotesque Rg';
			font-weight: 500;
			font-size: 17px;
			margin-bottom: 0px;
			padding-right: 50px;
		}
    .button {
        margin-right: -15px;
        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;
    }
    .modal-body .tool-content {        
        font-size: 14px;
        line-height: 20px;
    }
    .msg {
        padding: 0px;
    }
    .phone {
        padding-left: 10px;
		font-size: 40px;        
    }
    .call-cust {
        font-size: 14px;
    }
    .cust-num {
        font-size: 18px;
    }
    .f-text {
        margin-left: 5px;
    }
    .checks label {
        padding-bottom: 5px;
    }
}

@media all and (min-width: 768px) and (max-width:991px) {
    .button {
        margin-right: -15px;
        color: white;
        background: #4FA5C2;
    }
    .button:hover {
        margin-top: 10px;
        color: white;
        background: #4FA5C2;
    }
}
/* Vittal Narayan */
#myModal .checkbox label{
	color: #00a9e0;
}