.form-control::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

.notification-menu {
  list-style: none;
}

.notification-menu > li {
  display: inline-block;
  float: left;
  position: relative;
}

.notification-menu > li > a > i {
  margin-top: 6px;
}

.notification-menu .dropdown-toggle {
  padding: 12px 10px;
  border-color: #fff;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.notification-menu .dropdown-toggle:hover, .notification-menu .dropdown-toggle:focus, .notification-menu .dropdown-toggle:active, .notification-menu .dropdown-toggle.active, .notification-menu .open .dropdown-toggle.dropdown-toggle {
  background: #f3f3f3;
  color: #171616;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

  box-shadow: none;
}

.notification-menu .dropdown-toggle img {
  vertical-align: middle;
  margin-right: 5px;
  width: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.notification-menu .dropdown-toggle .caret {
  margin-left: 5px;
}

.notification-menu .dropdown-menu {
  border: 0;
  margin-top: 0px;
  -moz-border-radius: 2px 0 2px 2px;
  -webkit-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}

.notification-menu .dropdown-menu li {
  display: block;
  margin: 0;
  float: none;
  background: white;
  padding: 0px;
}

.notification-menu .dropdown-menu-usermenu li {
  padding: 0;
}

.notification-menu .dropdown-menu li a {
  font-size: 13px;
  padding: 7px 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
    background: #F5F5F5;
    color: #3c3a3a;
}

.notification-menu .dropdown-menu li i {
  font-size: 11px;
  margin-right: 5px;
}

.notification-menu .dropdown-menu-head {
  padding: 0;
  min-width: 300px;
}

.notification-menu .info-number {
  padding: 12px 15px;
  height: 50px;
  font-size: 16px;
  background: #199a8d;
  color: #fff;
  border-color: #fff;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu-head ul {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0;
}

.notification-menu .dropdown-menu-head li a {
  color: #333;
  padding: 10px 15px;
  opacity: 1;
}

.notification-menu .dropdown-menu-head li a:hover {
  background: none;
  color: #000  !important;
  text-decoration: none;
}

.notification-menu .btn-group {
  margin-bottom: 0;
}

.dropdown-menu .last {
    background-color: #F8F8F8 !important;
    border-bottom: 0 none;
}

.dropdown-list li {
 
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
  border-bottom: 0;
}

.dropdown-list .thumb {
  width: 36px;
  float: left;
}

.dropdown-list .thumb img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

.dropdown-list .desc {
  margin-left: 45px;
  display: block;
}

.dropdown-list .desc h5 {
  font-size: 13px;
  margin-top: 7px;
}

.dropdown-list li:last-child {
  padding: 10px 15px;
}

.dropdown-list li .badge {
  float: right;
}

.user-list {
  width: 300px;
}

.user-list .progress {
  margin-bottom: 0;
}

.normal-list li a .label i {
  margin-right: 0;
}

.normal-list li a span.label {
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 20px;
}

.normal-list li a:hover {
  color: white !important;
  background-color: #77d4b2;
  text-decoration: none;
}

.normal-list li .name {
  font-size: 13px;
  font-family: 'Arial' Helvetica, sans-serif;
  line-height: 21px;
}

.normal-list li .msg {
  font-size: 12px;
  line-height: normal;
  color: #999;
  display: block;
}

.info-number .badge {
  background: #F86A5E;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 5px;
  position: absolute;
/*  right: 4px;*/
  top: 10px;
}

.info-number .badge1 {
  background: #F86A5E;
  border-radius: 2px;
  color: white;
  -webkit-border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 5px;
  position: absolute;

  top: 10px;
}

.notification-list {
  max-height: 230px;
}

.notification-list em {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  margin-top: 4px;
}

.notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}

.notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  font-size: 13px;
}

.notification-list .media-body p {
  font-size: 14px;
}

.notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
}

.noti-primary {
  color: #FFF;
  border:1px solid #03A9F3;
  background:#03A9F3;
}

.noti-success {
  color: #FFF;
  border:1px solid #81c868;
  background:#81c868;
}

.noti-info {
  color: #FFF;
  border: 1px solid #34d3eb;
  background:#34d3eb;
}

.noti-warning {
  color: #FFF;
  border: 1px solid #ffbd4a;
  background:#ffbd4a;
}

.noti-danger {
  color: #FFF;
  border: 1px solid #f05050;
  background:#f05050;
}

.noti-dark {
  color: #FFF;
  border: 1px solid #36404a;
  background:#36404a;
}

.noti-purple {
  color: #7266ba;
  border: 1px solid #7266ba;
  background:#7266ba;
}

.noti-pink {
  color: #FFF;
  border: 2px solid #fb6d9d;
  background:#fb6d9d;
}

.noti-custom {
  color: #FFF;
  border: 1px solid #5fbeaa;
  background:#5fbeaa;
}

.noti-inverse {
  color: #FFF;
  border: 1px solid #4c5667;
  background:#4c5667;
}

.notifications.dropdown .dropdown-menu li {
  border-bottom: 1px solid #e3e1e1;
  display: block;
  font-size: 12px;
}

.notifications.dropdown .dropdown-menu .external-last {
  background-color: #F8F8F8;
  border-bottom: 0 none;
}

.message-list a {
  color: #7a7777;
  font-size: 13px;
  padding: 10px 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.message-list a:hover {
  background: #f3f3f380;
}

.message-list span.photo {
  width: 45px;
  height: 45px;
  float:left;
}

.message-list span.photo img {
  width: 45px;
  height: 45px;
}

.message-list span.subject {
  display: block;
  margin-left: 60px;
  font-weight: 600;
  font-size: 13px;
}

.message-list span.message {
  display: block;
  margin-left: 60px;
  white-space: initial;
}

.message-list span.time {
  margin-left: 60px;
  color: #aeaaaa;
  display: block;
}
.new_noti{
  height: 250px;width: 250px;overflow: scroll;background-color: #f2f2f2;
}
 
 
 #img_card {
  border-radius: 10px;
  height: 185px;
  margin-left: auto;
  margin-right: auto;
  max-width: 185px;
   /*width: 100%;
height: 100%;*/
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.selectpicker{
  overflow-x: hidden!important;
}


@keyframes skeleton-animation
{
  
  0%
  {
    right: 20%;
  }
  
  50%
  {
    right: -18px;
  }
  
  100%
  {
    right: 20%;
  }
  
}

.skeleton
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px;
}

.skeleton:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton-animation 2.25s infinite;
}

.skeleton .s-img
{
  height: 150px!important;
   width:150px;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}





.skeleton .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;

}

.skeleton .s-line .first { width:150px;}

.skeleton .s-line .second { width: 75%; }

.skeleton .s-line .third { width: 50%;}

@keyframes skeleton_slider-animation
{
  
  0%
  {
    right: 20%;
  }
  
  50%
  {
    right: -18px;
  }
  
  100%
  {
    right: 20%;
  }
  
}

.skeleton_slider
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px
  max-height: 285px;
  min-height: 180px;

}

.skeleton_slider:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton_slider-animation 2.25s infinite;
}

.skeleton_slider .s-img
{
  height: 224px!important;
   width:224px;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}




.skeleton_slider .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;

}

.skeleton_slider .s-line .first { width:150px;}

.skeleton_slider .s-line .second { width: 75%; }

.skeleton_slider .s-line .third { width: 50%;}
/*.skeleton .sideee
{
  height: 15px!important;
   width:auto;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}*/




.skeleton_view_more
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px;
}

.skeleton_view_more:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton_view_more-animation 2.25s infinite;
}

.skeleton_view_more .s-img
{
  height: 150px!important;
   width:150px;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}




.skeleton_view_more .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;

}

.skeleton_view_more .s-line .first { width:150px;}

.skeleton_view_more .s-line .second { width: 75%; }

.skeleton_view_more .s-line .third { width: 50%;}
/*.skeleton .sideee
{
  height: 15px!important;
   width:auto;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}*/



@keyframes skeleton_side-animation
{
  
  0%
  {
    right: 20%;
  }
  
  50%
  {
    right: -18px;
  }
  
  100%
  {
    right: 20%;
  }
  
}
.skeleton_side
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px;
}

.skeleton_side:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton_side-animation 1.25s infinite;
}

.skeleton_side .s-img
{
  height: 20px!important;
   width:250px;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}




.skeleton_side .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;

}

.skeleton_side .s-line .first { width:150px;}

.skeleton_side .s-line .second { width: 75%; }

.skeleton_side .s-line .third { width: 50%;}

@keyframes skeleton_side1-animation
{
  
  0%
  {
    right: 20%;
  }
  
  50%
  {
    right: -18px;
  }
  
  100%
  {
    right: 20%;
  }
  
}
.skeleton_side1
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px;
}

.skeleton_side1:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton_side1-animation 1.25s infinite;
}

.skeleton_side1 .s-img
{
  height: 100px!important;
   width:100px;
   margin-right: 7px;
   margin-left: 7px;
  background: #cccccc;
  margin-bottom: 10px;

}




.skeleton_side1 .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: 7px;
   margin-left: 7px;
   margin-bottom: 10px;

}

.skeleton_side1 .s-line .first { width:150px;}

.skeleton_side1 .s-line .second { width: 75%; }

.skeleton_side1 .s-line .third { width: 50%;}



@keyframes skeleton_post-animation
{
  
  0%
  {
    right: 20%;
  }
  
  50%
  {
    right: -18px;
  }
  
  100%
  {
    right: 20%;
  }
  
}
.skeleton_post
{
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;

  position: relative;
  margin-bottom: 10px;
}

.skeleton_post:before
{
  display: block;
  position: absolute;

   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF, rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton_post-animation 1.25s infinite;
}

.skeleton_post .s-img
{
  height: 200px!important;
   width:auto;
   margin-right: auto;
   margin-left: auto;
  background: #cccccc;
  margin-bottom: 10px;

}




.skeleton_post .s-line
{
  height: 20px!important;
  background: #cccccc;
  margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;

}

.skeleton_post .s-line .first { width:auto;}

.skeleton_post .s-line .second { width: 75%; }

.skeleton_post .s-line .third { width: 50%;}

  .animatee {
 animation: fadeIn  .8s;
}

@keyframes fadeIn  {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.skeleton1{
  display: none;
}


.head-title{
  color: black;font-weight: 700;
  font-size: 18px;
}

 @media only screen and  (max-width: 991px) {
.head-title{
  color: black;font-weight: 700;
  font-size: 18px;
}

  }
@media only screen and (max-width: 767px) {
.head-title{
  color: black;font-weight: 700;
  font-size: 18px;
}

}


@media only screen and (max-width: 450px) {

.head-title{
  color: black;font-weight: 700;
  font-size: 15px;
}

  }


  @media only screen and (max-width: 350px) {
.head-title{
  color: black;font-weight: 700;
  font-size: 15px;
}

  }

  #myBtn{
    position: relative;
    z-index: 10000000;
  }
  #myModal{
  z-index: 100000000;
  }




  .custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    width: 100%;
width: 100%;
  height: 630px;
  overflow-y: scroll;


}

.custom-overlay.show22 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  /*-webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;*/

    
}
.overlay-box{
  padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  background-color: white;
  color: black;
  width: 100%;
/*  height: 500px;
  overflow-y: scroll;*/
  margin-right: 20px;

font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;
font-weight: 350;
}




.overlay-box > ul > li >a:hover{
color: blue!important;
font-size: 18px!important;
  /*list-style-type: unset;*/
}
.overlay-box .header-top{
  width: 100%;
  height: 40px;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #228c22;

}

.overlay-box .header-top span{
 float: right;
 margin-left: auto;
 margin-top: 7px;
 color: red;
 
}

.glyphicon{
 
 margin-right: 10px;
}

.hide_category{
  cursor: pointer;
}

.accordion-toggle:hover {
      text-decoration: none;
    } 
    
   
  /*.panel-default{
     transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    width: 100%;
  }  

   .panel-default.show33 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  /*-webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;*/

    
}*/
  
  .panel-default>.panel-heading {
    color: #fff;
    background-color: #ef715f;
    border-color: #ef715f;
}  
.hide_accordion{
  /*display: none;*/
}

#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}
  .goog-logo-link{
    display:none !important;
    }
    .goog-te-gadget{
  color:transparent!important;
  }
  .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

    #google_translate_element select{
 height:17px;
 background-color:#f2f2f2;
 color:black;
 border: none;
 border-radius:3px;
 padding:2px 2px
 font-size:10px;
 }

 
 .info-number .badge {
  background: #F86A5E;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 5px;
  position: absolute;
/*  right: 4px;*/
  top: 10px;
}
#text{
   font-weight:400;
  font-size: 14px;
    
}
  
@media screen and (max-width: 600px) {



  #text1{
   font-weight:400;
  font-size: 12px;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;

}
#text{
   font-weight:400;
  font-size: 12px;
   /*white-space: nowrap;*/
 /* overflow: hidden;*/
  /*text-overflow: ellipsis;*/
 /* max-width: 200px;*/


}
}
.postage {
  text-align: justify!important;
  text-justify: inter-word!important;
}
.modal_settings{
  display: none;
   position: fixed;
  z-index: 2000000;
  bottom: 0;
  right: 0;
  top: 200px;
  left: 0;
}

.setting_body{
  
  display: none;
 background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 2000000;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;

  overflow-y: auto;
  max-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: auto;
 /* padding-left: 30px;*/
  /*padding-right: 1000px;*/
  width: 100%;
  height: 100%;
}
.settings_dialog{
  position: relative;
background-color: #343a40;
margin-top: 60px;
margin-left: 30px;
margin-right: 30px;
/*padding-left: 10px;
padding-right: 10px;
padding-top: 5px;*/
overflow: hidden;

/*overflow-x: hidden;*/
  
  width: auto;
  /*min-width: au;*/

 /* overflow: auto;*/
/*  margin: 10px;*/
  padding: 5px;
/*  display: none;*/
   height: auto;
  
}
.open_setting{
  cursor: pointer;
}
.dropdown-toggle:hover {
  outline: 0;
}




.ad_header{
height: 272px;
width: 340px;
padding-left: 9%;
padding-right: 12%;

}
 .ad_header_img{
  height: auto;
  width: 100%;

 }

 .ad_header a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
 
 background-color: rgba(0,0,0,0.5);
 bottom: 100px;
 /* background-repeat: no-repeat;
  background-position: 94%;*/
  padding: 7px 24px 7px 15px;
  border-radius: 18px;
 }





 .sidebar_drop_down_ads{
  height: 242px;
  width: 340px;
padding-left: 9%;
padding-right: 12%

}
 .sidebar_drop_down_ads_img{
  height: auto;
  width: 100%;

 }

 .sidebar_drop_down_ads a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
 
 background-color: rgba(0,0,0,0.5);
 bottom: 100px;
 /* background-repeat: no-repeat;
  background-position: 94%;*/
  padding: 7px 24px 7px 15px;
  border-radius: 18px;
width: 112px;
 }

.panel_heading_color a:hover, .ad_header a:hover {
  
  background-color: #fff;
  color: #1e7b1e;
 }
  .panel_heading_color{
    background-color: #fff !important;
  }
  .noti_humg{
    margin-right: -20px;
color: #F86A5E;
font-size: 12px;
z-index: 1;
position: relative;
bottom: 13px;
left: 7px;
  }


.btn_color{
  background-color: #228c22;border-color: #228c22;
  border-radius: 5px;
}


.ads_text {
font-weight: 1000;
text-align: center;
font-size: 20px;
line-height: 15px;
letter-spacing: .1em;
text-transform: uppercase;
/*opacity: .5;*/
/*background-color: #228c22;*/
color: #228c22;
margin-left: -30px;
margin-right: -40px;
height: 40px;
margin-top: -9px;
padding-top: 10px
}