  @font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.eot) format('eot'),
         url(../fonts/Montserrat-Regular.woff) format('woff'),
         url(../fonts/Montserrat-Regular.ttf) format('truetype'),
         url(../fonts/Montserrat-Regular.otf) format('otf');
  }
  @font-face {
    font-family: 'Montserrat-bold';
    src: url(../fonts/Montserrat-Regular.eot) format('eot'),
         url(../fonts/Montserrat-Regular.woff) format('woff'),
         url(../fonts/Montserrat-Regular.ttf) format('truetype'),
         url(../fonts/Montserrat-Regular.otf) format('otf');
  }

  body {
    font-family: 'Montserrat';
  }
  .white_color{
    color: #fff;
  }
  #datepicker .ui-datepicker {
    width: 18.5em;
  }  
  #datepicker .ui-datepicker-calendar tr{
    border-bottom: 1px solid #ededed;
  }  
  #datepicker .ui-state-default,#datepicker .ui-widget-content .ui-state-default{
    border:0px;
    background: #fff;
  }
  /* #datepicker .ui-state-highlight, #datepicker .ui-widget-content .ui-state-highlight{
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
  } */
  #datepicker .ui-widget.ui-widget-content{
    border: 0px;
  }
  #datepicker .ui-datepicker td{
    padding:  7px 5px 7px 0px;
  }
  .breadcrumb_listing li:last-child{
    list-style: none;
    list-style-type: none;
  }
  .breadcrumb_listing li{
    margin: 0px 15px;
    float: right;
  }
  .breadcrumb_listing_left li:first-child{
    list-style: none;
    list-style-type: none;
  }
  .breadcrumb_listing_left li{
    margin: 0px 15px;
    float: left;
  }
  .alert_success_msg{
    position: absolute;
    top: 16px;
    left: 0px;
    z-index: 9;
    left: 45%;
    font-size: 16px;
  }
  .para_margin{
    margin-bottom: 5px!important;
  }
  .comment_edit{
    display: block;
    float: right;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
  }
  .image_styles{
    margin-right: 10px;
    float: left;
  }
  .image_styles img{
    width: 100%;
    height: 100%;
  }
  .label_confirm{
    padding-top: 30px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    display: block;
  }
  .confirm_button{
    padding: 0px;
    margin-top: 45px;
    list-style: none;
    text-align: center;
    width: 100%;
  }
  .confirm_button li{
    display: inline-block;
  }
  .confirm_button li:first-child{
    margin-right: 40px;
  }
  .post_type{
    padding-bottom: 5%;
  }
  .text_center{
    text-align: center;
  }
  .category_comment{
    padding: 6px 0px 0px;
    color: red;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .contact_popup{
    position: absolute;
    left: 25%;
    top: -61px;
    width: 50%;
  }
  .faq_popup{
    left: 35%;
    width: 35%;
    top: -115px;
    display: none;
  }
  .validate_msg{
    text-align: left;
    padding: 5px 0px 20px;
    color: red;
    font-weight: bold;
    display: none;
  }
  .validate_subsemail{
    position: absolute;
    z-index: 9;
    /* width: 50%; */
    left: 0px;
    font-weight: bold;
    color: red;
    top: 70px;
    display: none;
    text-align: left;
  }
  .faq_alert, .gate_alert, .fastcheck_alert{
    display: none;
    text-align: left;
    color: red;
    font-weight: bold;
    padding-left: 15px;
  }
  .label_width{
    width: 100px;
  }
  .email_message_show{
    color: red;
    font-weight: bold;
  }
  .error_msg_class{
    display: block;
    text-align: left;
    font-weight: bold;
    color: red;
    display: none;
  }
  .tagcloud a{
    /* color: #6f6f6f; */
    font-weight: normal;
  }
  .post_contents{
    word-break: break-all;
    min-height: 96px;
  }
  .post_image_size{
    width: 248px;
    height: 190px;
  }
  .post_image_size img{
    width: 100%;
    height: 100%;
  }
  .newscast_image{
    width: 386px;
    height: 245px;
  }
  .newscast_image img{
    width: 100%;
    height: 100%;
  }
  .text_transform{
    text-transform: capitalize;
  }
  .login_link, .login_link:hover{
    color: steelblue!important;
  }
  .login_link:hover{
    text-decoration: underline;
  }


  /* datepicker */
  .ui-widget-header{
    border: 0px!important;
    background: none!important;
  }
  .ui-datepicker-prev, .ui-datepicker-next {
    width: 4em !important;
  }
  
  .ui-datepicker-title > span {
    font-size: .85em !important;
  }
  
  .ui-datepicker-prev > span, .ui-datepicker-next > span {
    text-indent: 0!important;
    margin: 0 !important;
    text-align: center;
    height: inherit !important;
    width: inherit !important;
    background: 0 !important;
    left: 0 !important;
    transform: translateY(-25%);
    font-size: .65em;
    font-weight: normal;
  }
  .ui-widget-header .ui-icon{
    background-image: none!important;
  }
  .ui-datepicker .ui-datepicker-title{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
    font-size: 17px;
    line-height: 24px!important;
    text-align: left!important;
    margin: 0px!important;
    font-weight: normal!important;
  }
  .ui-datepicker-calendar th{
    color: #6f6f6f;
    font-size: 14px!important;
  }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 355px !important;
  }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    color: #777;
    text-align: left;
    font-size: 14px;
    line-height: 24px!important;
  }
  .ui-datepicker .ui-datepicker-prev-hover{
    left: 2px!important;
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
    border: 0px!important;
    background: none!important;
  }
  .ui-widget-content a.ui-datepicker-prev, .ui-widget-content a.ui-datepicker-next {
    cursor: pointer;
  }
  .override_date{
    position: absolute;
    top: 14px;
    left: 2px;
  }
  /* .ui-datepicker-title{
    text-indent: -99999px;
  } */
  /* .ui-widget-content a.ui-datepicker-prev {
    display: block;
    padding: 7px 5px 7px 0px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
  } */
  /* datepicker */
  .footer_div_image{
    width: 81px;
    height: 61px;
  }
  .footer_div_image img{
    display: block;
    width: 100%;
    max-width: initial;
    height: inherit;
  }
  .login_form_member{
    padding: 0px!important;
    margin: 100px auto 0px;
    display: block;
    float: none;
  }
  .modalheaderCross{
    border-bottom: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .modalbodyPdf{
    padding: 40px 30px;
  }
  .demoBtn{
    position: absolute;
    left: 0px;
    top: 70px;
    background: transparent;
    /* color: #263d8e;
    background: #263d8e;
    color: #fff; */
    display: block;
    width: 100%;
    height: 100%;
    /* border-radius: 20px;
    border: solid 2px #263d8e; */
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -1.3px;
    /* position: relative;
    margin-left: 186px;
    margin-top: -557px;
    background: #000;
    display: block;
    width: 196px;
    height: 43px;
    border-radius: 20px;
    float: left; */
  }
  #customSearch{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background: rgba(0,0,0,0.9);
  }
  #customSearchForm{
    height: 100%;
    width: 45%;
    margin: 0 auto;
  }
  #customSearchForm .mySearchButton{
    font-size: 21px;
    color: #fff;
    top: 31px;
    right: 0;
    outline: none;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    position: absolute;
    background: none;
  }
  #customSearchForm .mysearchInput{
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    font-size: 30px;
    font-weight: 100;
    padding: 20px 38px 20px 2px;
    background: transparent;
    line-height: 40px;
    color: #fff;
  }
  .logoutweb{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
  }
  .logoutsucessmsg, .loginsucessmsg{
    display: none;
    font-weight: bold;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    z-index: 9999;
    position: fixed;
    left: 40%;
    text-align: center;
    top: 40px;
  }
  .newsSeemore{
    position: absolute;
    display: block;
    left: 15px;
    top: 1180px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
  }
  .addShowmore{
    height: 1200px!important; 
    overflow: hidden; 
    position: relative; 
    margin-bottom: 20px;
    float: left;
  }
  .addShowmorenone{
    display: none!important;
  }
  .addShowmoreauto{
    height: auto!important;
    overflow: hidden;
    position: relative;
    float: left;
  }
  .newsSeeless{
    bottom: 0px;
  }
  .ui-datepicker-title{
    cursor: pointer!important;
  }
  #datepicker .ui-state-active, .ui-widget-content .ui-state-active{
    color: #454545!important;
  }
  #datepicker .ui-state-disabled, #datepicker .ui-widget-content .ui-state-disabled{
    opacity: 1!important;
  }
  #datepicker a.ui-state-default{
    font-weight: bold!important;
  }
  footer .widget-title, .footer-widget-area{
    color: #939393!important;
    font-family: Montserrat!important;
  }
  .footer-widget-area a{
    color: #6f6f6f!important;
    font-family: Montserrat!important;
  }