label,th,button,.box-title{
  text-transform: capitalize;
  /*font-family: verdana;*/
}
a{
  text-decoration: none!important;
}
img{
  width: 100%;
  height: 100%;
}

.login-box{
  min-height: 66vh;
}
.p_r{
  position: relative;
  
}
.icheck{
  cursor: pointer;
}
.mt-15{
  margin-top: 15px;
}

.mt-30{
  margin-top: 30px;
}

.mr-0{
  margin-right: 0px!important;
}

.ml-0{
  margin-left: 0px!important;
}

.mr-5{
  margin-right: 5px!important;
}

.ml-5{
  margin-left: 5px!important;
}

.mb-5{
  margin-bottom: 5px!important;
}
.img_error{
  color: red;
}

.pointer{
  cursor: pointer;
}
span.fz-20{
  font-size: 28px;
}
.content-header > .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 2px;
  float: left;
  font-size: 12px;
  left: 10px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 7px 5px;
  position: absolute;
  top: 5px;
}
.alert_area {
  float: right;
}
.content-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
  min-height: 45px;
}
.custom_alert {
  margin: 0;
  padding: 5px 25px 5px 5px;
  border-radius: 0;
}
.custom_alert h4{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 15px;
	margin-right: 10px;
}
.custom_alert .icon{
	margin: 0;
}
.custom_alert p{
  display: inline-block;
}
.custom_alert .close i{
	color: #fff;
}
.c-red{
	color: #f56954;
}
.error_msg > p {
  color: red;
  padding: 5px 0 0;
}
.u_info{
  border: 1px solid #ddd;
  padding: 9px 5px;
}
.error > p, .error {
  color: red;
  font-family: verdana;
}

.select2-selection.select2-selection--single {
  height: 33px;
}
.schedule_area{
  margin-top: 3px;
  display: none;
}

.schedule_area.check_active {
  display: block !important;
}
.left_form{
  margin-right: 20px;
  display: inline-block;
}
.finish {
  border: 1px solid #ddd;
  margin: 10px 0 18px;
  padding: 6px;
  text-align: center;
}

.alert .close {
  color: #fff;
  opacity: .8;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #4dd093 none repeat scroll 0 0;
}

.imageuploadify {
    border: 5px dashed #ddd;
    padding: 0px;
    width: 100%;
    text-align: left;
    max-width: 100%;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    border: none;
}
.drag_drop_text {
    font-size: 31px;
    padding: 10px;
}

.drag_drop_text i {
    display: block;
}

.uploadify_upload_btn {
    padding: 20px 0;
}
.imageuploadify .imageuploadify-images-list {
    display: inline-block;
    text-align: left;
}
.imageuploadify-images-list {
    margin-top: 10px;
}
.imageuploadify_btn_area{
  text-align: center;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img{
  width: 100%;
  height: 100%;
}

.imageuploadify-containers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imageuploadify-containers{
  position: relative;
}

.imageuploadify-containers button {
    position: absolute;
    top: 10;
    left: auto;
    right: 10px;
    font-size: 12px;
    padding: 0 3px;
}
.imageuploadify-containers {
    position: relative;
    padding: 0 7px;
    height: 237px;
    margin-top: 0;
    margin-top: 10px;
}
.imageuploadify-details{
  display: none;
}
.imageuploadify-images-list {
  width: 100%;
}


.post_btn {
  margin-top: 20px;
}
.custom_btn {
  padding: 13px 35px;
  font-size: 15px;
  font-weight: bold;
}
.img_progress{
  width: 50%;
  margin-left: 9px;
  margin-top: 20px;
}

.single_image img {
    width: 100%;
    height: 100%;

}
.single_image{
  position: relative;
  
}

.img_delete {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  line-height: 32px;
  font-size: 23px;
  text-shadow: 0 0 5px #000;
  opacity: 0;
  transition: .5s;
}
.img_delete:hover{
  color: #ddd;
}
.single_image:hover .img_delete {
  opacity: 1;
  transition: .5s;
}

.image_area {
  overflow: hidden;
  clear: both;
  margin-top: 50px;
}

.grid_select_area {
  margin-bottom: 20px;
}


.spinner{
  position: relative;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
  z-index: 9;
}

.spinner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: .8;
}

/*grid start*/
/**
  ** show image 5in a row
**/
  .grid_5 {
    column-count: 1;
    column-gap: 8px;
  }

  @media(min-width: 30em) {
    .grid_5 {
      column-count: 1;
      column-gap: 8px;
    }
  }

  @media(min-width: 40em) {
    .grid_5 {
      column-count: 2;
      column-gap: 8px;
    }
  }

  @media(min-width: 60em) {
    .grid_5 {
      column-count: 2;
      column-gap: 8px;
    }
  }

  @media(min-width: 75em) {
    .grid_5 {
      column-count: 5;
      column-gap: 8px;
    }
  }



/**
  ** show image 4 in a row
**/
  .grid_4 {
    column-count: 2;
    column-gap: 8px;
  }

  @media(min-width: 30em) {
    .grid_4 {
      column-count: 2;
      column-gap: 8px;
    }
  }

  @media(min-width: 40em) {
    .grid_4 {
      column-count: 2;
      column-gap: 8px;
    }
  }

  @media(min-width: 60em) {
    .grid_4 {
      column-count: 3;
      column-gap: 8px;
    }
  }

  @media(min-width: 75em) {
    .grid_4 {
      column-count: 4;
      column-gap: 15px;
    }
  }


/**
  ** show image 3 in a row
**/

  .grid_3 {
    column-count: 1;
    column-gap: 12px;
  }

  @media(min-width: 30em) {
    .grid_3 {
      column-count: 1;
      column-gap: 12px;
    }
  }

  @media(min-width: 40em) {
    .grid_3 {
      column-count: 2;
      column-gap: 12px;
    }
  }

  @media(min-width: 60em) {
    .grid_3 {
      column-count: 2;
      column-gap: 12px;
    }
  }

  @media(min-width: 75em) {
    .grid_3 {
      column-count: 3;
      column-gap: 15px;
    }
  }


/**
  ** show image 2 in a row
**/
 .grid_2 {
    column-count: 1;
    column-gap: 12px;
  }

  @media(min-width: 30em) {
    .grid_2 {
      column-count: 2;
      column-gap: 12px;
    }
  }

  @media(min-width: 40em) {
    .grid_2 {
      column-count: 2;
      column-gap: 12px;
    }
  }

  @media(min-width: 60em) {
    .grid_2 {
      column-count: 2;
      column-gap: 12px;
    }
  }

  @media(min-width: 75em) {
    .grid_2 {
      column-count: 2;
      column-gap: 12px;
    }
  }


  


  .item {
    background-color: none;
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
    cursor: pointer;
  }
/*grid start*/

.fav_icon_preview {
    border: 1px solid 
    #ddd;
    margin-bottom: 6px;
    height: 50px;
    width: 50px;
}

.preview_load_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}



.image_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.image_ {
  height: 150px;
}
.edit_label {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0;
  padding: 4px;
}

/*home */
.social_icon_area {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
}
.s_icon {
    width: 43px;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 12px 15px;
    text-align: left;
    border-radius: 5px 0 0 5px;
    height: 46px;
}
input.form-control, select.form-control{
  height: 46px;
}
.s_icon i {
    font-size: 20px;
}


.social_area label {
  font-weight: normal;
  font-size: 16px;
  padding: 0 5px;
  background: #ddd;
  border-radius: 3px;
  margin-right: 6px;
  cursor: pointer;
}
.social_area {
  margin: 10px 0 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.label_active{
  background: green!important;
  color:#fff;
}

.user_social_icon {
  height: 20px;
  width: 20px;
  /*! border: 1px solid #ddd; */
  text-align: center;
  /*! border-radius: 100%; */
}
.serviceImg{
  height: 50px;
  width: 50px;
  border:1px solid #ddd;
  border-radius: 100%;
  margin: 10px 0;
}
.serviceImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceImg.logo img{
  width: 100%;
  height: 100%;
  object-fit: inherit;
}

.serviceImgs {
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 30px;

}
.serviceImgs img{
  width: 100%;
  height: 100%;
}

.portfolio_img_uploader {
    display: flex;
    align-content: center;
    flex-direction: column-reverse;
    justify-content: start;
    overflow: hidden;
    height: 346px;
}
.portfolio_img_uploader img {

    height: 224px;
    object-fit: cover;

}

/**
  ** admin css
**/

.select2-selection.select2-selection--single {
  height: 46px;
  padding-top: 12px;
  font-size: 16px;
}

.about_me_group {
  display: flex;
}
.left_label {
  min-width: 23%;
}
.mr-5{
  margin-right: 5px;
}

.mr-10{
  margin-right: 10px;
}
.about_me_group a {
    padding: 12px 8px;
    color: red;
  border: 1px solid #ddd;
    margin-left: 5px;
}
.about_me_group a:hover{
  background: #ddd;
}

.user_profile_img label {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #ddd;
  overflow: hidden;
  text-align: center;
  cursor:pointer;
  position: relative;
  
}
.user_profile_img label img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.user_profile_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  
}
.upload_msg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.form-group.setting_op label {
  min-width: 31%;
}
.form-group.setting_op {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}


.features {
  display: flex;
  flex-direction: column;
}
.features label {
  padding: 5px;
  cursor: pointer;
}
.features label span {
  width: 25px;
  display: inline-block;
}
.features label input {
  margin-right: 10px;
}
.features label:hover {
  background: #eee;
}

.plan-title label {
  background: #222;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0;
}
.plan-title input {
  margin-right: 10px;
}
.plan-cost {
  /* text-align: center; */
  font-size: 20px;
  background: #eee;
  padding: 1px 10px;
}
.pricing_body {
  background: #ddd;
}

.plan-title {
  margin: 0;
}
.pricing_body ul {
  list-style: none;
  display: flex;
  align-items: ;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
}
.pricing_body ul li {
  padding: 5px 10px;
}
.note_error{
  color: tomato;
  font-size: 12px;
}


.not_found {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 10px 30px;
}
.not_found i {
  font-size: 45px;
}
.not_found h4 {
  font-weight: bold;
}

.d_flex {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 65vh;

}
.email_area{
  background: #eee;
  padding: 5px 5px;
  padding-bottom: 10px;
  overflow: hidden;
  padding-top: 10px;
}

.email_select {
  padding: 10px 12px;
  padding-bottom: 0px;
  margin-top: 10px;
}

.button_area {
    text-align: center;
    background: #ddd;
    padding: 20px 0;
}
.mt-20{
  margin-top: 20px;
}

.package_btn {
    padding: 15px 30px;
}

.up_pdf {
  /* margin-top: 23px; */
  /* padding: 20px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
label.upload_label {
  display: flex;
  cursor: pointer;
  margin-top: 30px;
}

.uploaded_pdf {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 38px;
  flex-direction: column;
}

.uploaded_pdf i{
  font-size: 38px;
}

.seperate {
  clear: both;
  border: 3px solid #fff;
}

.post_label {
    position: absolute;
    bottom: 0;
    right: 6px;
    left: auto;
    font-size: 14px;
  }

.select2-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 10px 20px 10px 10px;
}
.chosen-container-multi .chosen-choices {
  height: 45px;
}

.search-field {
    line-height: 45px;
}

.flex-td label{
  cursor: pointer;
}

.flex-td .form-group {
  margin-top: 30px;
}
.flex-td {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout_label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}
.top.setting_img {
  position: relative;
  height: 250px;
  width: 100%;
}

.setting_img {
  position: relative;
  height: 96px;
  width: 100%;
}
.top.setting_img img {
  position: relative;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border: 1px solid #ddd;
}

.setting_img img {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.h_160{
  height: 215px;
}

.themes_select p {
  margin: 0;
  background: #ddd;
  padding: 5px;
  border: 1px solid #ddd;
}

.theme_section {
  background: #eee;
  padding: 0 0 30px 0;
  margin-bottom: 20px;
}

/*    accordion
================================================== */
.accordion_content {
  border: 1px solid #2196F3;
  padding-top: 10px;
}
.page_accordion_header {
    background: #2196F3;
    color: #fff;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.arrow_up::after{
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out;
}

.arrow_down::after{
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(180deg);
  transition: transform 200ms ease-in-out;
}

.accordion_content {
    background: #fff;
    color: #000;
    padding: 5px 10px 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    display: none;
}

.accordion{
  margin-bottom: 15px;
}



/*   custom radio btn
================================================== */
.custom_radio {
  display: block;
  position: absolute;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 36%;
  left: 38%;
  transform: translate(-50%,-50%);
  /*opacity: 0;*/
}

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}




/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
  background-color: #2196F3;
  /*opacity: 1;*/
}

 input.layout_action.active:checked ~ .checkmark {
  opacity: 1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}



.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark::after {
  position: absolute;
  content: '\f00c';
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  left: 7px;
  line-height: 35px;
  text-align: center;
}

.themes_color {
  border: 1px solid;
  height: 70px;
  width: 150px;
  /* border-radius: 100%; */
  overflow: hidden;
  margin: 5px;
}
.themes_color .checkmark{
  height: 25px;
  width: 25px;
}
.theme_color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.themes_color .custom_radio .checkmark::after {
    position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    font-size: 15px;
    left: 5px;
    line-height: 25px;
    text-align: center;
}
.bg_black{
  background: #000;
  border-color: #222;
}

.bg_white{
  background: #fff;
  border-color: #ddd;
}

.bg_black {
    background: #000;
   
}

/*   layout menu
================================================== */
.layout_menu {
  margin-top: -25px;
  padding-top: 0;
}

/* bootstrap toggle
================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}

@media only screen and (max-width: 767px) { 

  .login-box {
    min-height: 84vh;
  }
  .setting_img {
    height: 135px;
  }
}

.layout_menu .navbar-default .navbar-nav > li > a{
  text-transform: capitalize;
}

.theme_color.btn_style .layout_label {
  width: 150px;
  margin: 5px;
}
.theme_color.btn_style img {
  height: 55px;
}
.theme_color.btn_style .setting_img{
  height: auto;
}
.bg_style_2{
  background: linear-gradient(to right top, #1ccaee, #00bbff, #00a4ff, #8c7bff, #ea13f4) !important
}
.bg_style_3{
  background: linear-gradient(to right top, #c00ef2, #5f76ff, #00a2ff, #00c0ff, #00d6ff, #00d5ff, #00d4ff, #00d3ff, #0eb9ff, #7c96ff, #c066dc, #e51694);;!important;
}

.bg_style_4{
  background: linear-gradient(to right top, #191d2b, #1d2131, #202538, #242a3e, #282e45, #2a2e44, #2b2f43, #2d2f42, #2b2c3a, #292831, #26252a, #222222)!important
}

.bg_style_5{
  background: linear-gradient(to right top, #00adb5, #00add4, #4aa9e9, #8ca1ef, #c395e3, #c091dc, #bd8dd6, #ba89cf, #868acd, #5588bd, #3182a4, #2a7886)!important;
}

.theme_color.btn_style.color .setting_img {
  height: 55px;
}

.post_imgae{
  position: relative;
  
}
.post_imgae img{
  width: 100%;
  height: 50px;
}
.img_progress{
  width: 100%;
}
.fz-12{
  font-size: 12px;
}

.wrapper.bg{
  background: #d2d6de;
}

.block{
  display: block!important;
}
.none{
  display: none!important;
}

.bg_c1{
  background: #49bcf7;
}

.bg_c2{
  background: #29c7ac;
}
.bg_c3{
  background: #037fff;
}
.bg_c4{
  background: #00818a;
}
.bg_c5{
  background: #e14594;
}
.bg_c6{
  background: #ea0599;
}
.bg_c7{
  background: #5f85db;
}
.bg_c8{
  background: #a7d129;
}
.bg_c9{
  background: #9a0f98;
}

.view_image.preview_load_image{
  height: 100%; 
  margin-top: 30px;
   padding-bottom: 15px;
}
.capitalized{
  text-transform: capitalize;
}

.uppercase{
  text-transform: uppercase;
}

.banner_img_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: revert;
  border: 1px solid #ddd;
  padding: 5px;
  background: #00818a;
  color: #fff;
  cursor: pointer;
  width: 200px;
}
.banner_img_upload p {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.pl-15{
  padding-left: 15px;
}

.img_area.layout_img_area {
  height: auto;
  width: 100%;
}
.img_area.layout_img_area img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #ddd;
}
.img_area.layout_img_area h3 {
  text-transform: capitalize;
}

.verify_msg {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
}

.verify_msg i {
    font-size: 35px;
    margin-bottom: 5px;
}

.verify_msg p, .verify_msg h4 {
    padding: 0;
    margin: 0;
}

.verify_msg a {
   margin-top: 10px;
}

.preview_load_image.about {
    width: 284px;
}
.pricing_content {
    margin-bottom: 20px;
}

.hide_lang_details {
    margin-bottom: 10px;
    font-size: 18px;
}
.hide_lang_details label{
  cursor: pointer;
}


.users_section_area.install {
    min-height: 85vh;
    overflow: hidden;
    margin-top: 50px;
}

.install_card{
  background: #fff;
  padding: 10px;
}

.alert_area_update{
  width: 60%;
  margin: 0 auto;
}
.user-panel>.image>img {
    width: 45px;
    max-width: 45px;
    height: 45px;
    object-fit: cover;
}