﻿.page-title-container {
    height: 110px;
    padding-top: 40px;
}

.page-title-container .breadcrumbs {
    height: 100%;
    width: 100%;
    text-align: right;
}
.page-title-container .breadcrumbs li {
    float: none;
}


    .tab-container.style1 ul.tabs li.active > a::after, .tab-container.style1 ul.tabs li:hover > a::after {
        border-top: 5px solid #cdddf5 !important;
    }

ul.check li::before {
    color: #0386ba;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
}

.blue-color {
    color: #013057 !important;
}

.style1 h1, .style1 h2, .style1 h3, .style1 h4, .style1 h5, .style1 h6 {
    margin: 0 0 15px;
    font-weight: 400;
    color: #013057;
}

.tab-container.style1 ul.tabs li a {
    height: 30px;
    line-height: 30px;
    background: #e9e9e9;
    padding: 0 18px;
    color: #013057;
    font-size: .9167em;
    font-weight: 500;
}


.terms_cond hr {
    border-color: #e2e2e2 !important;
}

.bordr {
    border: 1px solid #dadada;
    box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
    margin-top: 25px;
}

hr {
    border-top: 1px solid #e2e2e2 !important;
}

@media only screen and (max-width:767px) {
    .tab-container ul.tabs.full-width > li {
        display: block;
        width: auto;
    }

        .tab-container ul.tabs.full-width > li a {
            padding-left: 20px !important;
            text-align: left;
        }

    .breadcrumbs {
        display: none;
    }
}
