.leftalign{
    text-align: left;
}

.rightalign{
    text-align: right;
}

.justified{
    text-align: right;
}

.error
{
    color: #800000;
    font-weight: bold;
}

.error_style_1
{
    color: #FF0000;
    font-weight: bold;
}
.success_style_1
{
    color: #008080;
    font-weight: bold;
    font-size: 14;
}
.floatleft
{
    float: left;
}
.clearboth
{
    clear: both;
}

.centerAlign
{
    text-align: center;
}

.mrg-btm-0 {
    margin-bottom: 0px;
}


.min-height{
    min-height: 80px;
}


.colorWhite
{
    color: white;
}

.colorBlue
{
    color: #0000FF;
}



.headingFont
{
    font-size: 30px;
}



/* ================================= */
.blog-block{
    padding: 30px 0 0; 
}

/* ================================= */


.blog-block-img
{
    max-width: 100%;
    max-height: 100%;

}


.blog-row {
    padding: 20px 0 20px; 
    border-bottom: 1px solid #F1F3F7;
}

.blogs-block-dtl
{
    margin-top: 0px;
}



.btn-linkReadMore {
    color: #0F3B8F;
    width: 100%;
    font-weight: 700;
    border: none; 
    text-decoration: underline;   
    padding: 0px;
    vertical-align: middle;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;  
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.mrg-top-15
{
    margin-top: 15px;
}


.pdg-top-15
{
    padding-top: 15px;
}

.mrg-right-15
{
    margin-right: 15px;
}


.custom_page-title {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #0F3B8F;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;             
}


.txt-white {
    color: #FFF;
}
    /*
.section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 0;
}
      */
      
      
      
          
.custom_section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 0;
}
      

      /*
h2.section-heading {
    font-size: 18px;
}       */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}


.txt_blue
{
    color: #0F3B8F;
}


.small_font_level_1{
    font-size: 24px;
}

.small_font_level_2{
    font-size: 16px;
}


.greayBrackground{
    border: 1px solid #DFDFDF ;
    border-radius: 3px;
    padding-left : 8px;
    padding-right: 8px;
}


.light-white-bg {
    background-color: #FCFCFC;
}

.card-header .btn-link {
    text-transform: capitalize;
}






div.browserPgLinks 
{
    text-align: left;
    line-height: normal;
    padding:10px;
    border:0px solid blue;
    height:50px;
}
div.browserPgLinks  span,div.browserPgLinks  a{
    border:0px solid red;
    padding:0;
    margin:0;
    vertical-align: middle;
    display:block;
    float:left;
    width: 36px;    
    height:35px;
    
    text-align:center;
    font-size: 12px;    
    padding-top:10px;
    background: url('pagination-bg.png') 0 0 no-repeat;    
    color: white;
    line-height: normal;
}
div.browserPgLinks .pgTitle{
    background:none;
    text-indent: -9999px;
    width:0px;
}
div.browserPgLinks .curPage{
    background:none;
    background: url('pagination-bg.png') 0 -74px no-repeat;    
    color:black;
}

div.browserPgLinks a:hover
{
    background: url('pagination-bg.png') 0 -36px no-repeat;    
    text-decoration: none;
    color:black;
}
div.browserPgLinks  a.iconNxtPrev
{
    background: none;    
    padding:0;
    vertical-align:middle;
    margin-right:10px;
}
div.browserPgLinks  a.iconNxtPrev img
{
    margin:0; 
    padding:5px;      
    vertical-align:middle;
    display:block;
    float:left;
}
.no-padding{
    padding:0px !important; 
}
div.dt-buttons {
    margin-left: 20px !important;
}

.description {
    text-align: right;
    text-decoration: underline; 
  }

  .info-box-icon{
    height: 78px;
    text-align: center;
  }
  .icon-home-size{
    font-size: 50px !important;
  }
  tr.danger{
    background-color: #f5aeae !important;
  }

.form-group.required .control-label:after {
    content:"  *";
    color:red;
}

.table__wrapper {
    width: 100%;
  }
  
  .table__wrapper .table {
    width: 100%;
    max-width: 100%;
  }
  @media screen and (max-width:991px) {
    .table-stack {
      margin: 0 auto;
      width: 100%;
      border-spacing: 0;
    }
    .table-stack tr td:first-child{
        text-align: center !important;
        font-weight: bolder;
        color: #464444 !important;
    }
    .table-stack thead {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden;
    }
    .table-stack tbody,
    .table-stack tr,
    .table-stack th,
    .table-stack td {
      display: block;
      padding: 0;
      text-align: left;
      white-space: normal;
    }
    .table-stack tr td,
    .table-stack tr th {
      padding: 2em 1em;
      vertical-align: middle;
      overflow: hidden;
      position: relative;
      vertical-align: top;
      border: 1px solid #EDF0F1;
      border-top: none;
      width: 100% !important;
      white-space: normal;
    }
    .table-stack th[scope="row"] {
      width: 100%;
      text-align: center;
      display: block;
      background-color: #B3BFC6;
      margin: 0 auto;
      padding: .5em 0;
    }
    .table-stack td[data-header]:before {
      content: attr(data-header);
      display: block;
      float: left;
      width: 50%;
      color: #000000;
      font-weight: bold;
      text-align: left;
    }
    .table-stack td[data-header] > * {
      display: block;
      width: 50%;
      float: right;
      clear: right;
      padding-left: 1em;
      margin-top: 0;
    }
    .table-stack td[data-header]:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      border-right: 1px solid #EDF0F1;
      padding-bottom: 200%;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .center {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    .mobile-heading {
      display: block !important;
    }
    .web-heading{
        display: none !important;
    }
    .btn-mobile{
        padding: 10px 10px !important;
    }
  }
  .mobile-heading {
    display: none ;
  }
  .faq-list-header{
        margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
  .list-group-item{
  padding: .75rem 1rem !important;
  }
.table-mobile-fixed{
     table-layout: fixed;
    word-wrap: break-word;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../images/loading002.gif) no-repeat center center;
    z-index: 10000;
  }

  @media screen and (max-width:768px) {
	h1 {
		font-size: 18px;
		line-height: 20px
	}
	 h2 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 700
	}
	 h3 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700
    }
    h4 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700
    }
    .headingFont {
        font-size: 18px;
    }
    .nav-mobile{
        padding: 0px 10px 0px 0px !important;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 8px;
        padding-left: 8px
    }
    .nav-mobile-heading{
        padding: 0px 15px 10px 15px;
    }
    .nav-mobile-btn{
        margin-top: 10px;
    }
    .nav-mobile-screen{
        padding: 15px 20px 0px 20px;
    }
    .section {
        margin-bottom: 10px !important;
      }
      .share-grid-main-block {
        padding: 10px 0;
    }
    .btn, .btn-sm , .btn-mobile {
        padding: 0.25rem .75rem !important;
        font-size: 12px !important;
        line-height: 1.0 !important;
        border-radius: 1.2rem !important;
    }
    .mobile-margin-l-15{
        margin-left: 15px;
    }
    .mobile-margin-r-15{
        margin-right: 15px;
    }
    .mobile-padding-l-15{
        margin-left: 15px;
    }
    .mobile-padding-r-15{
        margin-right: 15px;
    }
    .mobile-margin-t-15{
        margin-top: 15px;
    }
    .mobile-margin-t-10{
    margin-top: 10px;
    }
    .page-content-block {
        margin-top: 100px;
    }
    .container-mobile {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .about-block {
        padding: 1px 10px 8px 10px !important;
    }
    .div-blog-image {
        float: inherit !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        padding-right: 0px !important;
    }
    p{
        font-size: 14px !important;
    }
    blockquote {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 5px 14px !important;
        margin: 0 0 0px !important;
        border-left: 5px solid #0F3B8F !important;
        font-style: italic !important;
    }
    .quik-link-block {
        padding: 30px 30px 30px 30px !important;
    }
    .color-inherit{
        color: inherit !important;
    }
}

.search-report{
    margin-bottom: 40px;
    margin-top: 20px;
}
.cke_dialog_ui_input_file{
	height:75px !important ;
}
.cke_dialog_ui_fileButton{
	margin-top: 60px !important;
}

.report-link{
    text-decoration: underline !important;
    font-size: 14px !important;
}