/*.section-header {
    background: transparent linear-gradient(#ccc, #fff) repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 20px 0 10px;
    border: 1px solid #dfdfdf;
}*/

.section-header h1 {
    font-size: 17px;
    line-height: 38px;
    margin: 0;
}

.profile-ttl {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .profile-ttl h1 {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin: 0;
    }

    .profile-ttl h2 {
        font-size: 13px;
        color: #333;
        margin: 0;
    }

.padd-none {
    padding: 0;
}

.login-form {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .login-form li {
        margin-bottom: 20px;
        font-size: 14px;
    }

label {
    font-size: 15px;
    text-align: right;
}

    label p {
        color: #333;
        font-size: 13px;
        margin-bottom: 0;
    }

input {
    border: 1px solid #ccc;
    height: 40px;
}

.check-box {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
}

.login-btn {
    padding: 10px 35px !important;
    margin: 20px 0 20px;
}

@media (max-width: 650px) {
    label {
        width: 100%;
        text-align: left;
    }

    input {
        width: 100%;
    }

    .forgot-link {
        margin-left: 0 !important;
    }

    .mob-none {
        displa: none;
    }
}

.v-a-middle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.v-a-top {
    display: inline-block;
    vertical-align: top;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.styled-select.slate {
    background: url(../../images/drop-down.jpg) no-repeat right center;
    height: 40px;
    width: 100%;
}

    .styled-select.slate select {
        border: 1px solid #ccc;
        font-size: 16px;
        height: 40px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.slate {
    background-color: #ddd;
}

    .slate select {
        color: #000;
    }

.center-lbl {
    line-height: 40px;
    margin: 0;
}

.text-help {
    margin-bottom: 0;
}

/*.form-group {
    margin-bottom: 2rem;
}*/

.profile-btn {
    background: #c32143 none repeat scroll 0 0;
    border: 2px solid #85212B;
}

    .profile-btn a {
        color: #fff;
    }

.regi-btn {
    padding: 10px 30px;
}

.to-text {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

/*.border-cls {
    border: 1px solid #ccc;
}*/

.search-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*new css added by vikash*/


.tabs-section {
    display: table;
    width: 100%;
    margin-top: 20px;
    background-color: transparent;
    border-bottom: medium none;
}

.tabs-section li {
        color: #fff;
        width: 20%;
        float: left;
        padding: 0 10px;
}

.nav-tabs.tabs-section > li.active > a {
        background-color: #ffffff !important;
    border-bottom: 3px solid #c32143 !important;
    color: #c32143 !important;

}
.nav-tabs.tabs-section > li > a {
    background-color: #fff!important;
    display: block;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #282828 !important;
    box-shadow: 0px 0px 4px #00000038;
}

.tabs-section > li > a > span {
    display: inline-block;
    vertical-align: middle;
}

    /*.tabs-section > li > a > span:first-child {
        background-color: #ff8c00;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border-radius: 100%;
        margin-right: 15px;
        text-align: center;
    }*/

.tab-content {
    padding: 10px 0px;
}

.tabs-title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.tab-content {
    position: relative;
}

.right-position{
     position: absolute;
    right: 0;
    top: 60px;
}

.search-by-id {
   
    border: 1px solid #ddd;
    padding: 0;
}

    .search-by-id h1 {
    background: #deb167 none repeat scroll 0 0;
    color: #c32143;
    font-size: 16px;
    font-weight: bold;
    margin: 2px 2px 20px;
    padding: 11px 20px;
    }

    .search-by-id form {
        padding: 0 30px;
    }

    .search-by-id .form-group {
        margin-bottom: 0px;
    }

.serch-id-btn {
    margin-top: 0;
}
.mob-search-dropdown{
    display:none;
    background: #fff none repeat scroll 0 0;
    margin-top: 10px;
    padding: 0 20px;
    border: 1px solid #ebdec6;
    box-shadow: 1px 1px 0 #c8c8c8;
}
.mob-search-dropdown .control-label{
    font-size:16px;
    color:#000;
}
@media (max-width:992px){
    .section-header span{
        font-size:11px;
    }
    .right-position{
        position:relative;
        top:auto;
        right:auto;
        padding:0;
    }

}
@media (max-width:768px){
    .mob-search-dropdown{
    display:block;
}
    .mob-search-dropdown .form-group{
    margin:0;
}
    .tabs-section{
        display:none;
    }
    .checkbox label{
        width:auto;
    }
    .tabs-title{
  font-size:14px;
}
    .mob-pad-none{
        padding:0;
    }

}
