/*****CSS Start Here*****/

.boxed-preview {
    height: auto;
}

.logo img {
    max-width: 140px;
}

.footer-logo {
    background: transparent;
    padding: 10px 30px 10px 0;
}

.footer-logo img {
    max-width: 140px;
}

.b-breadcrumb {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.about-img {
    padding: 15px;
    margin-top: 50px;
}

.what-we-do {
    padding: 0 50px;
}

.a-box h3 {
    background: #333;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 15px;
}

.a-box {
    border: 2px solid #333;
    margin-bottom: 15px;
}

.a-box p {
    padding: 15px;
}

.career-page .single-step-item h3 {
    background: #333;
    color: #fff;
    padding: 10px 15px;
}

.a-process {
    color #fff;
}

.a-process {
    padding: 0 50px;
}

.a-process .service-readmore-btn {
    color: #fff;
    font-weight: 700;
}

.a-process .service-readmore-btn:hover {
    color: #f7be49;
}

h4.f-title {
    font-size: 30px;
    text-transform: capitalize;
    color: #0d2e95;
    font-weight: 700;
    margin-top: 0;
}

p.f-title {
    font-size: 20px;
    margin-top: 25px;
}

.map-input {
    width: 90%;
    min-width: 300px;
    text-align: center;
    margin-top: 20px;
}

.head-lamp {
    padding: 10px 20px;
    background-color: #0d2e95;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.head-input {
    padding: 10px;
    border: 1px solid #a99e9e;
    background-color: #a6a8f5;
}

input#submit {
    float: right;
    position: relative;
    top: -40px;
    border: 0;
    border-radius: 0;
    padding: 11px 20px;
    background-color: #0d2e95;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.map-left #loc-list {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-top: 10px;
    width: 100%;
    min-width: 300px;
}

#loc-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#loc-list ul li {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    margin-top: 5px;
}

.first-item .list-details,
#loc-list ul li .list-details {
    background: transparent url(../img/map-A.png) no-repeat scroll 0 0;
    cursor: initial;
    padding-left: 43px;
}

#loc-list ul li .list-details .list-label {
    background: #cb9f69 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 24px;
    height: 50px;
    margin-right: 12px;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    display: none;
}

.first-item .list-details .loc-name,
#loc-list ul li .list-details .loc-name {
    font-size: 18px;
    margin-bottom: 5px;
    color: #0d2e95;
    font-weight: bold;
    text-transform: uppercase;
}

.first-item .list-details .loc-addr,
#loc-list ul li .list-details .loc-addr {
    color: #000;
    font-size: 1.50rem;
    line-height: 1.5;
}

.first-item .list-details .loc-web,
#loc-list ul li .list-details .loc-web {
    border-top: 1px solid #b5b5b5;
    text-align: right;

}

.first-item .list-details .loc-web a,
#loc-list ul li .list-details .loc-web a {
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    margin-top: 10px;
    margin-right: 10px;
}
.first-item .list-details .loc-web a.btn.btn-primary,
#loc-list ul li .list-details .loc-web a.btn.btn-primary {
    background-color: #0d2e95;
}
#loc-list ul li:hover {
    box-shadow: 0px 0px 5px 0px #888888;
}

#loc-list ul li:nth-child(odd) {
    background: #d6dbf3;
}

#loc-list ul li:nth-child(even) {
    background: #eee;
}

form.well.form-search {
    margin: 0;
    padding: 15px;
}

#map {
    width: 100%;
    height: 60vh;
}

input#address {
    height: 40px;
    background-image: url(../img/map-0.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px 30px;
    background-position: 5px;
    padding: 0px 30px;
}

.error {
    text-align: left;
    color: red;
}

.loc-addr2 {
    color: #b30c0c;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.first-item .list-details .loc-web a.btn.btn-primary:hover,
#loc-list ul li .list-details .loc-web a.btn.btn-primary:hover {
    background-color: #007f42;
}

div.dark-blue-section {
    margin-top: 20px;
    width: 100%;
    background-color: #0d2e95;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
}

.col-md-5.right-div #user-location {
    padding: 0;
    margin: 0;
    border: 0;
}

.col-md-7.left-div h3 {
    margin: 0;
    padding: 10px;
    margin-top: 5px;
}

.col-md-5.right-div {
    margin: 0;
    padding: 5px;
}

.first-item .list-details .loc-web {
    border-top: 1px solid #dfdfdf;
    text-align: left;
}

.first-item .list-details .loc-name {
    color: #007f42;
}

.first-item {
    margin-top: 20px;
    padding: 20px;
}

.list-content a {
    font-size: 18px;
    text-decoration: none;
    color: #0d2e95;
    font-weight: 400;
}

.first-item .list-details .loc-web a.btn.btn-primary
{
    background-color: #007f42;
}

.first-item .list-details .loc-web a.btn.btn-primary:hover
{
    background-color: #0d2e95;
}

.list-details .loc-web a.btn.btn-info
{
    background-color: #222222;
}
.list-details .loc-web a.btn.btn-info:hover
{
    background-color: #0d2e95;
}
#loc-list ul li .list-details .loc-web a.btn.btn-info:hover {
    background-color: #007f42;
}

.dark-blue-section .error {
    text-align: left;
    color: red;
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
}