/* Add here all your CSS customizations */
.payment-bg{
	background-color: #eee !important;
	border-top: 1px dashed #2e6b95;
	border-bottom: 1px dashed #2e6b95;
}



.our-services ul {
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.our-services li {
    margin-bottom: 9px;
    padding: 10px 25px 10px 25px;
    border: 1px dashed #ddd;
    background-color: #f3f3f3;
    font-weight: 500;
}

.our-services li i{
	color: #FF3333
}
.home-list h4{
	font-size: 28px;
	text-align: center;
	padding-bottom: 10px;
}

.home-list ul{
	margin-right: 0px;
	padding: 0px;
}

.home-list li{
	list-style: none;
	padding-bottom: 10px;
	color: #000;
}

.ph-no{
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	padding-top: 5px;
}


@media only screen and (max-width: 600px) {
  .ph-no{
	font-size: 1.25em;
	}
}

.tel-link{
	color: #000;
	text-decoration: none;
}

.tel-link:hover{
	color: #000;
	text-decoration: none;
}

.list-icons a{
	color: #000 !important;
}

.section-bg{
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 60px 0px 0px 0px;
}
.section-bg p{
	color: #333;
	line-height: 22px;
	margin: 0 0 20px;
	text-align: center;
}
.w-100{
	width: 100%;
}
.google-section{
	padding: 0 !important;
	background-color: #f7f7f7;
	text-align: center;
}
.google-section ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.google-section li{
	list-style: none;
	display: inline-block;
	padding: 10px;
}
.google-section .badge-primary {
    color: #777;
    background-color: #eee;
}
.google-section .badge {
    display: inline-block;
    padding: .55em .94em;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px !important;
}
.custom-section-new{
	padding: 0px
}

.custom-section-new-60{
	padding-bottom: 60px
}
.bt-2px{
	border-top: 2px solid #000;
}
.blue-band {
    background-color: #01b9f1;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 1.6
}
.blue-band a{
	color: #fff;
	text-decoration: underline;
}
.blue-band a:hover{
	color: #000;
	text-decoration: underline;
}
