/*home-sidetabs*/

.search-panel {
position: absolute !important;
top: 120px;
z-index: 123;
left: 41px;
}
.closeb {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    background: #2f5d7b;
    border: none;
}
.form-group-request2 {
    margin-bottom: 7px;
}
.labelb {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}
.form-control-request2 {
    display: block;
    width: 100%;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1B1A1A !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select, input[type="text"], input[type="email"], input[type="tel"], textarea {
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #aaaaaa;
    transition: all 100ms ease-out;
}

.head1 { background-color:#292a9a; padding:8px; color:#FFFFFF;}
	.head2 { background-color:#f9f9f9; padding:8px; color:#000;}
	.style { padding:8px 0; font-weight:bold; color:#FF0000;}
	td {border: 1px solid #e4e4e4;
padding: 8px 10px;
font-size: 13px;

background: #f9f9f9;
color: #333;}

th {border: 1px solid #e4e4e4;
padding: 8px 10px;
font-size: 13px;

}

.g-content .circle-container li a:focus, a:hover {
    
    text-decoration: none !important;
}