.table-grid {
    padding-bottom: 50px;
}

.table-grid .RadGrid_WebBlue {
    border: 1px solid #ddd;
}

.table-grid .RadGrid .rgMasterTable {
    border-collapse: collapse !important;
}

.table-grid .RadGrid .rgMasterTable th {
    background: #161b40;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.table-grid .RadGrid .rgMasterTable th a {
    color: #fff;
}

/* .table-grid .RadGrid .rgMasterTable td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
	padding-top: 13px;
    padding-bottom: 12px;
} */
.table-grid .RadGrid .rgMasterTable td {
    padding: 8px 2px;
    font-size: 14.2px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    padding-top: 13px;
    padding-bottom: 12px;
}

.table-grid .RadGrid .rgMasterTable td.rcbInputCell,
rcbArrowCell.rcbArrowCell {
    padding: 0;
    border: 0;
}

.know-serv ul {
    list-style: none;
    padding-left: 0;
}

.know-serv ul li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-left: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.know-serv ul li:before {
    position: absolute;
    content: "\f0a4";
    left: 0;
    top: 0;
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
}

.know-serv ul li a {
    color: #161b40;
}

.know-serv ul li a:hover {
    text-decoration: underline;
}

.know-serv h4 {
    font-size: 20px;
    text-transform: none;
    color: #034153;
    font-weight: 700;
    margin: 20px 0 5px;
}

.link-box {}

.btn-go {
    background: #0020c5;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-all {
    background: #ff000c;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-clear {
    background: #333;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-go:hover,
.btn-all:hover,
.btn-clear:hover {
    background: #02c8b8;
    color: #fff;
}

.sl-yr {
    font-weight: bold;
    padding-top: 5px;
}

.table-grid .rgMasterTable .rgPager td {
    padding: 0;
    border: 0;
}


.table-bordered {
    margin-bottom: 30px;
    width: 100%;
}

.table-bordered th {
    padding: 8px;
    border: 1px solid #999;
    text-align: left;
    background: #ddd;
    font-size: 16px;
}

.table-bordered th strong {
    font-weight: bold;
}

.table-bordered td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.mid-text-box-inner .ol-c {
    list-style-image: url(../images/green_right_arrow.svg);
}

.mid-text-box-inner ol {
    list-style-image: url(../images/feature-checkmark.svg);
}

.all-bm,
.all-b {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    padding: 0;
}

.all-bm:before,
.all-bm:after,
.all-b:before,
.all-b:after {
    display: table;
    content: "";
}

.all-bm:after,
.all-b:after {
    clear: both;
}

.all-bm li,
.all-b li {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    position: relative;
    font-size: 20px;
    /* color: #007bff !important; */
}

.all-bm li a,
.all-b li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 18px;
    /* position: relative; */
}

.all-bm li a:before,
.all-b li a:before {
    position: absolute;
    content: "\f0a4";
    left: 0;
    top: 3px;
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
}


.tax-tab table th {
    background: #161b40;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.tax-tab table td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.tax-tab h4 {
    font-size: 20px;
    text-transform: none;
    color: #034153;
    font-weight: 700;
    margin: 20px 0 5px;
}

.table-grid .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 42px !important;
}

.contact-s h3 {
    margin-bottom: 30px;
}

.tax-reg span {
    font-weight: bold;
    color: #00a5e6;
}

.list-creative {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-creative>li {
    padding: 20px 0;
}

.list-creative>li:first-child {
    padding-top: 0;
}

.list-terms-medium ul {
    padding: 0;
}

.list-terms-medium li {
    list-style: none;
}

.list-terms-medium {
    position: relative;
    padding: 5px 0 5px 30px;
}

.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 4px;
    background: #e3a432;
}

.list-terms-medium dt {
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #151515;
}

.list-terms-medium dt+dd {
    margin-top: 10px;
}

.list-terms-medium a {
    color: #868e96;
}

.form-wrap {
    margin-bottom: 20px;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .05em;
    color: #151515;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #ebebeb;
}

textarea.form-input {
    height: 235px;
    min-height: 60px;
    max-height: 400px;
    resize: vertical;
}

.button {
    padding: 22px 37px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #3190E7;
    border-color: #3190E7;
    font-size: 14px;
    line-height: 1.25;
    border: 2px solid;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: .25s ease-in-out;
}

.button-primary:hover,
.button-primary:active {
    color: #fff;
    background-color: #3a4385;
    border-color: #3a4385;
}

.row-2-columns-bordered>[class*=col]:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10.33333%;
    border-right: 1px solid #f6f6f6;
}

.txtsp {
    position: absolute;
    right: 20px;
    top: 25px;
}

.RadWindow_Web20 .rwControlButtons {
    width: 160px !important
}

.Row50:hover {

    background-color: #7bbbcf !important;

}

.rgAltRow :hover {}














/*Telerik RadGrid WebBlue Skin*/

/*global*/

.RadGrid_WebBlue {
    border: 1px solid #768ca5;
    background: #fff;
    color: #000;
}

.RadGrid_WebBlue,
.RadGrid_WebBlue .rgMasterTable,
.RadGrid_WebBlue .rgDetailTable,
.RadGrid_WebBlue .rgGroupPanel table,
.RadGrid_WebBlue .rgCommandRow table,
.RadGrid_WebBlue .rgEditForm table,
.RadGrid_WebBlue .rgPager table,
.GridToolTip_WebBlue {
    font: 12px/20px "segoe ui", arial, sans-serif;
}

.RadGrid_WebBlue .rgMasterTable,
.RadGrid_WebBlue .rgDetailTable {
    border-collapse: separate;
}

.RadGrid_WebBlue .rgRow,
.RadGrid_WebBlue .rgAltRow,
.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue .rgResizeCol,
.RadGrid_WebBlue .rgPager,
.RadGrid_WebBlue .rgGroupPanel,
.RadGrid_WebBlue .rgGroupHeader {
    cursor: default;
}

.RadGrid_WebBlue input[type="image"] {
    cursor: pointer;
}

.RadGrid_WebBlue .rgRow td,
.RadGrid_WebBlue .rgAltRow td,
.RadGrid_WebBlue .rgEditRow td,
.RadGrid_WebBlue .rgFooter td,
.RadGrid_WebBlue .rgFilterRow td,
.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue .rgResizeCol,
.RadGrid_WebBlue .rgGroupHeader td {
    padding-left: 7px;
    padding-right: 7px;
}

.RadGrid_WebBlue .rgClipCells .rgHeader,
.RadGrid_WebBlue .rgClipCells .rgRow>td,
.RadGrid_WebBlue .rgClipCells .rgAltRow>td {
    overflow: hidden;
}

.RadGrid_WebBlue .rgHeader:first-child,
.RadGrid_WebBlue th.rgResizeCol:first-child,
.RadGrid_WebBlue .rgFilterRow>td:first-child,
.RadGrid_WebBlue .rgRow>td:first-child,
.RadGrid_WebBlue .rgAltRow>td:first-child {
    border-left: 0;
    padding-left: 8px;
}

.RadGrid_WebBlue .rgAdd,
.RadGrid_WebBlue .rgRefresh,
.RadGrid_WebBlue .rgEdit,
.RadGrid_WebBlue .rgDel,
.RadGrid_WebBlue .rgFilter,
.RadGrid_WebBlue .rgPagePrev,
.RadGrid_WebBlue .rgPageNext,
.RadGrid_WebBlue .rgPageFirst,
.RadGrid_WebBlue .rgPageLast,
.RadGrid_WebBlue .rgExpand,
.RadGrid_WebBlue .rgCollapse,
.RadGrid_WebBlue .rgSortAsc,
.RadGrid_WebBlue .rgSortDesc,
.RadGrid_WebBlue .rgUpdate,
.RadGrid_WebBlue .rgCancel,
.RadGrid_WebBlue .rgUngroup,
.RadGrid_WebBlue .rgExpXLS,
.RadGrid_WebBlue .rgExpDOC,
.RadGrid_WebBlue .rgExpPDF,
.RadGrid_WebBlue .rgExpCSV {
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer;
}

.RadGrid_WebBlue .rgGroupItem input,
.RadGrid_WebBlue .rgCommandRow img,
.RadGrid_WebBlue .rgHeader input,
.RadGrid_WebBlue .rgFilterRow img,
.RadGrid_WebBlue .rgFilterRow input,
.RadGrid_WebBlue .rgPager img {
    vertical-align: middle;
}

/*header*/

.RadGrid_WebBlue .rgHeaderDiv {
    background: #dae2e8 0 -7050px repeat-x url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -6550px;
}

.rgNoScrollImage .rgHeaderDiv {
    background-image: none;
}

.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue th.rgResizeCol {
    border: 1px solid;
    border-color: #98acbf #728ba1 #3d556c #455f77;
    border-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    background: 0 -2300px repeat-x #718ca1 url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
    text-align: left;
    font-weight: normal;
}

.RadGrid_WebBlue th.rgSorted {
    border-color: #7c93a8 #758ea4 #334d65 #39556e;
    background-color: #5c7990;
    background-position: 0 -2600px;
}

.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue .rgHeader a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_WebBlue .rgCheck {
    height: 15px;
    margin: 0;
    padding: 0;
}

/*rows*/

.RadGrid_WebBlue .rgRow td,
.RadGrid_WebBlue .rgAltRow td,
.RadGrid_WebBlue .rgEditRow td,
.RadGrid_WebBlue .rgFooter td {
    border: 1px solid;
    border-top: 0;
    padding-top: 4px;
    padding-bottom: 3px;
}

.RadGrid_WebBlue .rgRow td {
    border-color: #fff #fff #fff #dae2e8;
}

.RadGrid_WebBlue .rgAltRow {
    background: #dae2e8;
}

.RadGrid_WebBlue .rgAltRow td {
    border-color: #dae2e8;
}

.RadGrid_WebBlue .rgRow .rgSorted {
    border-bottom-color: #f0f0f0;
    background-color: #f0f0f0;
}

.RadGrid_WebBlue .rgSelectedRow .rgSorted,
.RadGrid_WebBlue .rgActiveRow .rgSorted,
.RadGrid_WebBlue .rgHoveredRow .rgSorted,
.RadGrid_WebBlue .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_WebBlue .rgRow a,
.RadGrid_WebBlue .rgAltRow a,
.RadGrid_WebBlue .rgEditRow a,
.RadGrid_WebBlue .rgFooter a,
.RadGrid_WebBlue .rgEditForm a {
    color: #0e3d4f;
}

.RadGrid_WebBlue .rgSelectedRow {
    background: #7bbbcf 0 -3900px repeat-x url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

*+html .RadGrid_WebBlue .rgSelectedRow .rgSorted {
    background-color: #7bbbcf
}

* html .RadGrid_WebBlue .rgSelectedRow .rgSorted {
    background-color: #7bbbcf
}

.RadGrid_WebBlue .rgActiveRow,
.RadGrid_WebBlue .rgHoveredRow {
    background: #bfe3f6 0 -2900px repeat-x url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

*+html .RadGrid_WebBlue .rgActiveRow .rgSorted,
*+html .RadGrid_WebBlue .rgHoveredRow .rgSorted {
    background-color: #bfe3f6
}

* html .RadGrid_WebBlue .rgActiveRow .rgSorted,
* html .RadGrid_WebBlue .rgHoveredRow .rgSorted {
    background-color: #bfe3f6
}

.RadGrid_WebBlue .rgEditRow {
    background: #fff 0 -4900px repeat-x url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

*+html .RadGrid_WebBlue .rgEditRow .rgSorted {
    background-color: #fff
}

* html .RadGrid_WebBlue .rgEditRow .rgSorted {
    background-color: #fff
}

.RadGrid_WebBlue .rgSelectedRow td,
.RadGrid_WebBlue .rgActiveRow td,
.RadGrid_WebBlue .rgHoveredRow td,
.RadGrid_WebBlue .rgEditRow td {
    border-left: 0;
    border-right: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.RadGrid_WebBlue .rgSelectedRow td,
.RadGrid_WebBlue .rgSelectedRow td.rgSorted {
    border-bottom-color: #133c44;
}

.RadGrid_WebBlue .rgActiveRow td,
.RadGrid_WebBlue .rgHoveredRow td,
.RadGrid_WebBlue .rgActiveRow td.rgSorted,
.RadGrid_WebBlue .rgHoveredRow td.rgSorted {
    border-bottom-color: #5d9fb7;
}

.RadGrid_WebBlue .rgEditRow td,
.RadGrid_WebBlue .rgEditRow td.rgSorted {
    border-color: #fff #fff #768ca5 #fff;
}

/*footer*/

.RadGrid_WebBlue .rgFooterDiv,
.RadGrid_WebBlue .rgFooter {
    background: #dae2e8;
}

.RadGrid_WebBlue .rgFooter td {
    border-top-width: 1px;
    border-color: #a2b3c7 #dae2e8 #fff #dae2e8;
}

/*status*/

.RadGrid_WebBlue .rgPager .rgStatus {
    width: 35px;
    border: 1px solid;
    border-color: #a2b3c7 #9cb6c5 #fff #9cb6c5;
    border-left: 0;
    padding: 3px 0 2px;
}

.RadGrid_WebBlue .rgStatus div {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    background: transparent center center no-repeat url('WebResource.axd?d=NIBwOQiGpZzw9cdtk4bmtv6y1huFx5mu9fquQKxSwu0TuaMSO3z8cSXecadU076fdx1C8JGRDXQOoDpukxwWHUA9_mQBOpK0xrkqoo5456BTxQUBIdc6aa2UHn9A3ZZ83crZC27Mlk0NBlIJ0og0crhO1As1&t=633927822280000000');
    text-indent: -2222px;
}

/*pager*/

.RadGrid_WebBlue .rgPager {
    background: #dae2e8;
}

.RadGrid_WebBlue .rgPager td {
    padding: 0;
}

.RadGrid_WebBlue .rgPager .rgPagerCell {
    border: 1px solid;
    border-color: #a2b3c7 #fff #fff;
    border-right: 0;
    padding: 5px 0 4px;
}

.RadGrid_WebBlue .rgWrap {
    float: left;
    padding: 0 10px;
    line-height: 22px;
    white-space: nowrap;
}

.RadGrid_WebBlue .rgArrPart1 {
    padding-right: 0;
}

.RadGrid_WebBlue .rgArrPart2 {
    padding-left: 0;
}

.RadGrid_WebBlue .rgInfoPart {
    float: right;
    color: #506175;
}

.RadGrid_WebBlue .rgInfoPart strong {
    font-weight: normal;
    color: #000;
}

.RadGrid_WebBlue .rgArrPart1 img,
.RadGrid_WebBlue .rgArrPart2 img {
    margin: 0 8px;
}

.RadGrid_WebBlue .rgPageFirst,
.RadGrid_WebBlue .rgPagePrev,
.RadGrid_WebBlue .rgPageNext,
.RadGrid_WebBlue .rgPageLast {
    width: 22px;
    height: 22px;
    vertical-align: top;
}

.RadGrid_WebBlue .NextPrev .rgPageFirst,
.RadGrid_WebBlue .NextPrev .rgPagePrev,
.RadGrid_WebBlue .NextPrev .rgPageNext,
.RadGrid_WebBlue .NextPrev .rgPageLast {
    vertical-align: middle;
}

.RadGrid_WebBlue .rgPageFirst {
    background-position: 0 -550px;
}

.RadGrid_WebBlue .rgPageFirst:hover {
    background-position: 0 -600px;
}

.RadGrid_WebBlue .rgPagePrev {
    background-position: 0 -700px;
}

.RadGrid_WebBlue .rgPagePrev:hover {
    background-position: 0 -750px;
}

.RadGrid_WebBlue .rgPageNext {
    background-position: 0 -850px;
}

.RadGrid_WebBlue .rgPageNext:hover {
    background-position: 0 -900px;
}

.RadGrid_WebBlue .rgPageLast {
    background-position: 0 -1000px;
}

.RadGrid_WebBlue .rgPageLast:hover {
    background-position: 0 -1050px;
}

.RadGrid_WebBlue .rgPager .rgPagerButton {
    height: 22px;
    border: 1px solid;
    border-color: #4e667e #476077 #425c71;
    margin: 0 14px 0 0;
    padding: 0 4px 2px;
    background: #d6e1e7 repeat-x 0 -1550px url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
    color: #0d202b;
    font: 12px/12px "segoe ui", arial, sans-serif;
    vertical-align: middle;
    cursor: pointer;
}

.RadGrid_WebBlue .rgNumPart {
    padding: 0;
}

.RadGrid_WebBlue .NumericPages .rgNumPart {
    padding: 0 10px;
}

.RadGrid_WebBlue .rgNumPart a:hover,
.RadGrid_WebBlue .rgNumPart a:hover span,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

.RadGrid_WebBlue .rgNumPart a {
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    color: #000;
    text-decoration: none;
}

.RadGrid_WebBlue .rgNumPart span {
    float: left;
    padding: 0 0 0 5px;
}

.RadGrid_WebBlue .rgNumPart a:hover {
    background-position: 100% -1250px;
    color: #0e3d4f;
}

.RadGrid_WebBlue .rgNumPart a:hover span {
    background-position: 0 -1150px;
    cursor: pointer;
}

.RadGrid_WebBlue .rgNumPart a.rgCurrentPage,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage:hover {
    background-position: 100% -1450px;
    color: #0053a5;
    cursor: default;
}

.RadGrid_WebBlue .rgNumPart a.rgCurrentPage span,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage:hover span {
    background-position: 0 -1350px;
    cursor: default;
}

.RadGrid_WebBlue .NextPrevNumericAndAdvanced .rgAdvPart {
    float: none;
    text-align: center;
}

.RadGrid_WebBlue .rgPager .RadSlider {
    float: left;
    margin: 0 10px 0 0;
}

.RadGrid_WebBlue .rgPager .rgPagerLabel,
.RadGrid_WebBlue .rgPager .RadComboBox,
.RadGrid_WebBlue .rgPager .RadInput_WebBlue {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

*+html .RadGrid_WebBlue .rgPager .RadComboBox {
    margin-top: -1px;
}

* html .RadGrid_WebBlue .rgPager .RadComboBox {
    margin-top: -1px;
    padding: 1px 0;
}

.RadGrid_WebBlue .rgPagerTextBox {
    text-align: center;
}

/*sorting, reordering*/

.RadGrid_WebBlue .rgHeader .rgSortAsc {
    background-position: 3px -247px;
    height: 10px;
}

.RadGrid_WebBlue .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_WebBlue,
.GridReorderBottom_WebBlue {
    width: 9px !important;
    height: 9px !important;
    margin-left: -5px;
    background: 0 0 no-repeat url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
}

.GridReorderBottom_WebBlue {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_WebBlue .rgFilterRow {
    background: #dae2e8;
}

.RadGrid_WebBlue .rgFilterRow td {
    padding-top: 4px;
    padding-bottom: 5px;
    border: 1px solid;
    border-top: 0;
    border-color: #dae2e8 #dae2e8 #a2b3c7;
}

.RadGrid_WebBlue .rgFilter {
    width: 22px;
    height: 22px;
    margin: 0 0 0 2px;
    background-position: 0 -300px;
}

.RadGrid_WebBlue .rgFilter:hover {
    background-position: 0 -350px;
}

/*.RadGrid_WebBlue .rgFilterActive,
.RadGrid_WebBlue .rgFilterActive:hover
{
	background-position:0 -400px;
}*/

.RadGrid_WebBlue .rgFilterBox {
    border: 1px solid #768ca5;
    padding: 2px 1px 3px;
    font: 12px "segoe ui", arial, sans-serif;
    color: #000;
    vertical-align: middle;
}

/*grouping*/

.RadGrid_WebBlue .rgGroupPanel {
    height: 24px;
    border: 0;
    border-bottom: 1px solid #3d556c;
    background: #dfeeff;
}

.RadGrid_WebBlue .rgGroupPanel td {
    border: 0;
    padding: 3px;
    vertical-align: middle;
}

.RadGrid_WebBlue .rgGroupPanel td td {
    padding: 0;
}

.RadGrid_WebBlue .rgGroupPanel .rgSortAsc {
    background-position: 4px -144px;
}

.RadGrid_WebBlue .rgGroupPanel .rgSortDesc {
    background-position: 4px -94px;
}

.RadGrid_WebBlue .rgUngroup {
    background-position: 0 -6500px;
}

.RadGrid_WebBlue .rgGroupItem {
    border: 1px solid #506175;
    padding: 0 2px 1px 3px;
    background: #ebf7ff;
    color: #0053a5;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
}

.RadGrid_WebBlue .rgGroupHeader {
    background: #8ea3b9;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

.RadGrid_WebBlue .rgGroupHeader td {
    padding: 0 8px;
}

.RadGrid_WebBlue td.rgGroupCol,
.RadGrid_WebBlue td.rgExpandCol {
    background: #8ea3b9 none;
    border-color: #8ea3b9;
}

.RadGrid_WebBlue .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_WebBlue .rgCollapse {
    background-position: 3px -444px;
}

.RadGrid_WebBlue .rgGroupHeader td p {
    display: inline;
    margin: 0;
    padding: 0 10px;
}

.RadGrid_WebBlue .rgGroupHeader td div div {
    top: -0.8em;
    padding: 0 10px;
}

.RadGrid_WebBlue .rgGroupHeader td div div div {
    top: 0;
    padding: 0;
    border: 0;
}

/*editing*/

.RadGrid_WebBlue .rgEditForm {
    border-bottom: 1px solid #768ca5;
}

.RadGrid_WebBlue .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_WebBlue .rgCancel {
    background-position: 2px -1848px;
}

/*hierarchy*/

.RadGrid_WebBlue .rgDetailTable {
    border: 1px solid #768ca5;
    border-right: 0;
}

/*command row*/

.RadGrid_WebBlue .rgCommandRow {
    background: #495a70 0 -2099px repeat-x url('WebResource.axd?d=l096kONk-tYtf9IDAH2DK63IqgVcBm3bT922_qFWY0wuh0PodtQW3Y5sbTaSRxJ4ANNVitM9lTOqEAN6LbDSGreeKjOcu50vvKmcGwfq7-n7fSIOHA4Gr3yJjBLsmQKqqsiNd1kurxl4Xk5SsHeapXnsg6E1&t=633927822280000000');
    color: #fff;
}

.RadGrid_WebBlue .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_WebBlue thead .rgCommandCell {
    border-bottom: 1px solid #212f41;
}

.RadGrid_WebBlue tfoot .rgCommandCell {
    border-top: 1px solid #212f41;
}

.RadGrid_WebBlue .rgCommandTable td {
    border: 0;
    padding: 3px 7px 4px;
}

.RadGrid_WebBlue .rgCommandTable {
    border: 1px solid;
    border-color: #63768a #465668 #58697d;
}

.RadGrid_WebBlue .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_WebBlue .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_WebBlue .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_WebBlue .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_WebBlue .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_WebBlue .rgExpXLS,
.RadGrid_WebBlue .rgExpDOC,
.RadGrid_WebBlue .rgExpPDF,
.RadGrid_WebBlue .rgExpCSV {
    background-image: url('WebResource.axd?d=pCUI0zIPJRbwXknkqim7KSQB10W-LopTpPecetjU8wQVoO4g-LnX0XrmG9uibwzc7AvaJg1aL8ubIVb3D4nhvYJ6mMD6lOkUAl5hjK8do-t_f_gfBswfddMaPGDcHIyWWfxXV3CHNrwCKM-QRFW7Q0MM-wc1&t=633927822280000000');
}

.RadGrid_WebBlue .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_WebBlue .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_WebBlue .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_WebBlue .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_WebBlue {
    background: #3d556c;
}

/*row drag n drop*/

.GridItemDropIndicator_WebBlue {
    border-top: 1px dashed #3d556c;
}

/*tooltip*/

.GridToolTip_WebBlue {
    border: 1px solid #768ca5;
    padding: 3px;
    background: #dae2e8;
    color: #000;
}

/*rtl*/

div.RadGridRTL_WebBlue .rgHeader,
div.RadGridRTL_WebBlue .rgResizeCol {
    text-align: right;
}

.RadGridRTL_WebBlue .rgHeader:first-child,
.RadGridRTL_WebBlue th.rgResizeCol:first-child,
.RadGridRTL_WebBlue .rgFilterRow>td:first-child,
.RadGridRTL_WebBlue .rgRow>td:first-child,
.RadGridRTL_WebBlue .rgAltRow>td:first-child {
    border-left: 1px solid;
    padding-left: 7px;
}

.RadGridRTL_WebBlue .rgPager .rgStatus {
    border-right: 0;
    border-left-width: 1px;
}

.RadGridRTL_WebBlue .rgWrap {
    float: right;
}

.RadGridRTL_WebBlue .rgInfoPart {
    float: left;
}

.RadGridRTL_WebBlue .rgNumPart {
    width: 220px;
}

.RadGridRTL_WebBlue .rgNumPart a {
    float: right;
}

.RadGridRTL_WebBlue .rgPageFirst {
    background-position: 0 -1000px;
}

.RadGridRTL_WebBlue .rgPageFirst:hover {
    background-position: 0 -1050px;
}

.RadGridRTL_WebBlue .rgPagePrev {
    background-position: 0 -850px;
}

.RadGridRTL_WebBlue .rgPagePrev:hover {
    background-position: 0 -900px;
}

.RadGridRTL_WebBlue .rgPageNext {
    background-position: 0 -700px;
}

.RadGridRTL_WebBlue .rgPageNext:hover {
    background-position: 0 -750px;
}

.RadGridRTL_WebBlue .rgPageLast {
    background-position: 0 -550px;
}

.RadGridRTL_WebBlue .rgPageLast:hover {
    background-position: 0 -600px;
}

.RadGridRTL_WebBlue .rgDetailTable {
    border-right: 1px solid;
    border-left: 0;
}


.pdf-8 {
    width: 50px;
    cursor: pointer;

}

.main-class {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* .footer-con{
	display: grid;
	grid-template-columns: 50% 50%;
} */

/* .footer-center {
    text-align: center;
} */

.mb-md-50 {
    margin-bottom: 25px !important;
}

@media screen and (max-width:1500px) {
    .footer-center {
        text-align: center !important;
    }
}


/* Add some custom styling for the modal */
.modal-lg {
    max-width: 70%;
    /* background: transparent; */


}

.cursor8 {
    cursor: pointer;
}



@media screen and (max-width: 767px) {
    .modal-lg {
        max-width: 97% !important;

    }
}

@media screen and (max-width:1500px) {
    .modal-lg {
        max-width: 80%;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .rs-footer .footer-top .about-widget .social-links li {
        display: inline;
        margin-right: 1px !important;
    }
}

/* @media only screen and (min-width:350px) and (max-width:420px) {

    table {
        width: 100%;
        table-layout: fixed;
        overflow-x: auto;
    }
} */

/* popup-css */

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    /* width: 40%;
  height: 63%; */

    width: 50%;
    height: 65%;

    display: none;
    /* Hide initially */
}

.popup-header {
    background-color: rgb(255, 255, 255);
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-title {
    font-size: 16px;
    font-weight: bold;
}

.popup-controls-8 {
    display: flex;
}

.control-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 25px;

}

.popup-body {
    height: calc(100% - 48px);
}

.image img {
    /* background-color: cadetblue; */
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}




.team-content .items {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.team-content .items .rs-title h2 {
    margin-bottom: 0px;
}

.team-content .items .rs-title {
    margin-bottom: 30px;
}

.team-content .row {
    margin: 20px 0px;
}

.sidebar-area .cate-box li:hover {
    padding: 10px;
    background-color: #8d6e63;
    color: #fff;
    border-radius: 5px;
}

.sidebar-area .cate-box li {
    padding: 10px;

}

.sidebar-area .cate-box ul li a:hover {
    color: #fff;
}


@media only screen and (min-width:350px) and (max-width:767px) {

    .popup {

        width: 84%;
        height: 67%;
        /* display: block; */
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .popup {

        width: 70%;
        height: 67%;
    }
}

#sub-frame-error {
    -webkit-align-items: center;
    -webkit-flex-flow: column;
    -webkit-justify-content: center;
    background-color: #DDD;
    display: -webkit-flex;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background-color 200ms ease-in-out;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
}



.menu-button {
    background-color: #eb5e28;
    border: 1px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0px 20px !important;
    transition: all 0.2s;
}

.menu-button:hover {
    margin-top: -2px;
    margin-left: 0px;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}

.menu-button a,
.menu-button a:hover,
.menu-button a:active {
    color: #fff !important;
    text-decoration: none;
}




/* Styles for desktop */
.pdf-container {
    width: 100%;
    height: 600px;
    /* Adjust height as needed */
}

/* Styles for mobile */
@media only screen and (max-width: 768px) {
    .pdf-container {
        height: 300px;
        /* Adjust height for mobile */
    }
}


/* =========================sgst css================= */

a.council-class:hover {
    background: #989898;
    border: 1px solid #222756;
    color: #222756;

}

a.council-class {
    font-size: 16px;
    padding: 12px;
    background: #d1d1d1;
    text-align: center;
    border: 1px solid #7a7a7a;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 10px; */
    font-weight: 600;
    color: #000000;
    ;
}


ul.state1 li {
    display: flex;
    margin: 15px
}


.forum-table tr.even {
    background: #f2fbfe
}

li.menu-838.menu-path-node-10565.even.last {
    position: relative
}

li.menu-838.menu-path-node-10565.even.last img {
    position: absolute;
    top: 22px;
    left: -6px
}

tr.even,
tr.odd {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em
}

.skipcontent,
.topright {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.skipcontent li,
.topright li,
.flink ul.menu li {
    display: inline-block;
    position: relative
}

.skipcontent li+li,
.topright li+li {
    margin-left: 10px
}

.skipcontent li+li:before,
.topright li+li:before,
.flink ul.menu li+li:before {
    content: '';
    background: rgb(191, 156, 156);
    width: 1px;
    height: 14px;
    position: absolute;
    left: -6px;
    top: calc(+50%);
    margin-top: -7px
}

.skipcontent li:last-child {
    background: none
}

.skipcontent li a {
    color: rgb(255, 255, 255)
}

.skipcontent li a:hover {
    color: rgb(238, 116, 48);
    text-decoration: none
}

.skipcontent li a.bl {
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 0, 0);
    padding: 0 6px !important;
    transition: all ease-in .4s
}

.topright li:nth-child(5):before,
.topright li:nth-child(6):before {
    content: '';
    width: 0;
    height: 0;
    background: none;
    left: auto;
    top: auto;
    margin-top: 0
}

.topright li:nth-child(5),
.topright li:nth-child(6) {
    margin-left: 0
}

.skipcontent li.hindi {
    font-family: kruti_regular;
    border-right: none;
    font-size: 1.2em;
    font-weight: bold
}


.state1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px !important;
    /* Adjust as needed */
}

.state1 li {
    margin: 0;
}

@media screen and (max-width:576px) {
    .state1 {
        display: flex;
        flex-direction: column;
    }

    .control-btn {}

    .heading-8 {
        font-size: 17px !important;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {

    .state1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .heading-8 {
        font-size: 28px;
    }
    .bottom-1 {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

}

/* ==============sgst-css end======================= */



.left-side {
    PADDING-TOP: 21PX;
}


@media screen and (min-width:350px) and (max-width:450px) {

    .table-grid .RadGrid .rgMasterTable td {
        padding: 2px;
        font-size: 11.2px !important;
    }
}

.s-no-center {
    text-align: center;
}

/* .td-size {
    font-size: 13.5px !important;
    padding: 2px !important;
} */

@media screen and (min-width:451px) and (max-width:520px) {

    .table-grid .RadGrid .rgMasterTable td {
        padding: 2px;
        font-size: 13.2px !important;
    }
}


@media screen and (min-width:767px) and (max-width:991px) {

    .heading-8 {
        font-size: 32px !important;
    }
}

@media screen and (min-width:991px) and (max-width:1800px) {
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        /* margin-right: 2px; */
        margin-right: 16px;
        padding: 0;
    }

    .heading-8 {
        font-size: 32px !important;
    }
    .rs-menu > ul {
        text-align: right;
    }
}


/* .menu-area .container{
    max-width:1400px;
    } */


/* ======================services css===================== */
.services-para {

    font-size: 16px;
}




/* ==============================services css end=============== */

table {
    color: #000 !important;
}

td {
    font-size: 15px;
}

@media screen and (min-width:350px) and (max-width:400px) {

    td {
        font-size: 11px;
    }

}

@media screen and (min-width:401px) and (max-width:450px) {

    td {
        font-size: 13px;
    }
}

.single-list {
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.8;
    list-style: disc;

}

.pb-top {
    padding-top: 15px;
}

.h2-center {
    text-align: center;
}


.micr-link {
    color: #007bff;
}

a {
    color: #007bff;

}

/* p {
    color: #000;
} */


.tfoot {
    background: #dae2e8;
    padding: 17px;
    margin-bottom: 50px;
}

.pagination-container {
    display: flex;
    align-items: center;
    /* Align items vertically */
}

/* Style for page buttons */
.pagination-buttons {
    flex: 1;
    /* Take remaining space */
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    /* Center align buttons */
}

.pagination-button {
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.pagination-button:hover {
    background-color: #e0e0e0;
}

.pagination-button.active {
    background: linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
    color: #fff;
    border-color: linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
}


.prev-button,
.next-button {
    margin-right: 5px;
    padding: 1px 15px;
    background: linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
    color: #fff;
    text-decoration: none;
    border: 1px solid linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
    ;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.prev-button:hover,
.next-button:hover {
    background-color: #b3e0ff;
    border-color: #b3e0ff;
}

.prev-button:active,
.next-button:active {
    background-color: #b3e0ff;
    border-color: #b3e0ff;
}

.income-central {
    padding-bottom: 0px;
}

.pagination-items {
   
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:577px) {
.pagination-numbers{
    font-size: 13px;
}
.pagination-button {
    margin-right: 3px;
    padding: 3px 6px;
}

.tfoot {
    padding: 12px;
  
}
.pagination-items {
    display: ruby;
}
.tablepadding{
   font-size: 5px;
}
.pd-left{
    padding-left: 0px;
    padding-right: 0px;
}
}

@media screen and (max-width:530px) {

    .page-details {

        font-size: 15px;

    }

    .pagination-header {
        font-size: 13px;
        line-height: 13px;
    }

    .color {
        font-size: 13px;
        line-height: 14px;
    }

    /* .pagination-button {
        margin-right: 5px;
        padding: 2px 7px;
    } */

    .prev-button,
    .next-button {
        margin-right: 5px;
        padding: 2px 8px;
    }




}

@media screen and (max-width:400px) {
    .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
        font-size: 23px;
        line-height: 30px;
    }

    .table-grid .RadGrid .rgMasterTable th {
        background: #161b40;
        padding: 5px;
    }

    th, td {
        padding: 2px;
    }
    .heading-8 {
        font-size: 17px !important;
    }
  
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 23px !important;
    }

    .all-b li a {
        font-size: 15px;
    }

    .all-bm li a:before,
    .all-b li a:before {

        font-size: 17px;

    }

    .all-bm li {
        font-size: 15px;
    }

    .all-bm li {
        width: 100%;
    }

    .all-b li {
        width: 100%;
    }

    .h2-text{
        font-size: 18px;
    }
}



@media screen and (max-width:991px) {
    h2 {
        font-size: 28px;
    }

    /* td{
                padding: 1px !important;
            } */

    .blog-image {
        display: flex;
        justify-content: center;

    }
   
  
}

/* @media only screen and (min-width:421px) and (max-width:567px) {

        table {
            width: 100%;
            table-layout: fixed;
            overflow-x: auto;
        }
    } */


@media screen and (min-width:400px) and (max-width:600px) {
    p {
        font-size: 13px;
    }
}

@media screen and (min-width:767px) and (max-width:1200px) {
    .all-b li a {
        font-size: 17px;
    }
    .h2-text{
        font-size: 22px;
    }
    .heading-8 {
        font-size: 22px !important;
    }

}



@media screen and (max-width:550px) {

    /* td {
        padding: 2px !important;
    } */

}

@media screen and (max-width:1200px) {
    .all-bm {
        margin-left: 0px;
    }

    .all-b {
        margin-left: 0px;
    }
    .padbottom{
        padding-bottom: 10px;
    }
  
}
@media only screen and (min-width: 567px) and (max-width: 766px){
.table-grid .RadGrid .rgMasterTable td {
    padding: 8px 2px;
    font-size: 14.2px;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .audit-image {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .padbottom8{
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.rs-menu > ul {
    text-align: center;
}
}