/* Your Quote Page Styling */

.summary-price {
    font-size: 30px;
    font-family: "gotham-bold";
    color: #b2161a;
}

.quote-summary-price {
    font-family: "gotham-bold";
    color: #b2161a;
}

.quote-reference-number {
   color: #b2161a;
    text-decoration: underline;
}

.divider {
    border-top: 3px solid #E5E5E5;
    margin: 20px 0;
}

.summary-checkbox {
    float: left; 
    margin-right: 20px;
}

.edit-details {
    padding-top: 8px!important;
}


.more-cover-than-expect {
	background-color: #efefef;
	border: 1px solid #bebfc2;
	margin: 20px 0;
	padding: 20px;
}

.more-cover-than-expect h3 {
	font-family: 'gotham-bold';
	font-size: 24px;
	margin-top: 0;
}

.preimum-label {
    padding-top: 8px!important;
}

.summary-row div:nth-child(4n){
	font-family: "gotham-bold", arial, sans-serif;
}



/* Media Queries */
@media all and (max-width: 480px) {
}

@media all and (max-width:767px) {
}

@media all and (max-width:991px) {
}

@media all and (min-width:481px) and (max-width:767px) {
}

@media all and (min-width:768px) and (max-width:991px) {
}

@media all and (min-width: 992px) and (max-width:1199px) {
}

@media all and (min-width:1200px) {
}
