html,
body {
   font-family: -apple-system, BlinkMacSystemFont, 
    "Segoe UI", "Roboto", "Oxygen", 
    "Ubuntu", "Cantarell", "Fira Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif;
  /*font-family: 'Open Sans';*/
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
label,th,button,.box-title{
  text-transform: capitalize;
  /*font-family: verdana;*/
}
a{
  text-decoration: none!important;
}
.p-r{
  position: relative;
}
img{
  width: 100%;
  height: 100%;
}
.sidebar-menu>li{
  text-transform: capitalize;
}
span.cross {
    font-size: 12px;
    color: tomato;
    font-family: cursive;
    font-weight: normal;
    margin-left: 10px;
}
.pb-20{
  padding-bottom: 20px;
}
.c_red{
  color:red;
}
.login-box{
  min-height: 66vh;
}
.p_r{
  position: relative;
  
}
.btn-group-lg>.btn, .btn-lg{
  font-size: 15px;
}
.pointer{
  cursor: pointer;
}
.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;
}
.mail_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;

}

.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;
  
}
.single_image .play_icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
}

.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 {
    height: 100%;
    width: 100%;
}

.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: #fff;
  color: #000;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0;
}
.plan-title input {
  margin-right: 10px;
}
.plan-cost {
 
  font-size: 20px;
  background: #fff;
  padding: 1px 10px;
}
.pricing_body {
  background: #fff;
}

.plan-title {
  margin: 0;
}
.pricing_body ul {
    list-style: none;
    display: flex;
    align-items: ;
    flex-direction: row;
    padding: 0;
     margin: 0; 
    flex-wrap: wrap;
}
.pricing_body ul li {
  padding: 8px 10px;
  width: 50%;
  font-size: 15px;
}
.pricing_body ul li i{
  margin-right: 5px;
}
.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: #eee;
    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: 115px;
  /* 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: 115px;
  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: #f3f5fa;!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: #f2f2f2!important;
}

.bg_style_6{
  background: #29c7ac;
}

.bg_style_7{
  background: #393e46;
}

.bg_style_8{
  background: #707070;
}

.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%;
}
.banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.banner_img{
  height: 250px;
  width: 100%;
  display: block;
  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;
}
/*toast*/
[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

[data-notify="title"]{
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
[data-notify="title"]{
  font-size: 14px;
  font-family: verdana;
}

.alert-minimalist {
  background-color: rgb(241, 242, 240);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
  width: 50px;
}
.alert-minimalist > [data-notify="title"] {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}
/*end notify*/


a.banner_img_del {
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 25px;
    color: red;
    text-shadow: 0 0 5px #fff;
}

.banner_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
}
.banner_image {
    width: 100%;
    height: 100%;
}

.color_picker {
    display: flex;
}

.color_picker .btn {
    margin-left: 8px;
}

.small-box>.inner h3 {
    font-size: calc(16px + 1vw);
}

/**
  ** ads
  **/
  .single_ads {
    width: 100%;
    height: 210px;
    border: 3px dashed #ddd;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
  }
  .single_ads:hover{
    border-color: #0071bc
  }
  .show_ads_details {
    height: 100%;
    width: 100%;
  }

  .single_ads img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .adds_details {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ads_forms {
    height: 250px;
  }
  .ads_delete_btn{
     position: absolute;
     top: 5px;
     right: 5px;
  }


/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  cursor: pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


.package_type_area {
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}

.package_type_header {
    text-align: center;
    padding: 10px 6px 10px;
    position: relative;
}
.package_type_header h4 {
    font-weight: bold;
    font-size: calc(17px + .5vw);
    text-transform: capitalize;
}

.package_type_header p {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.package_type_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
     /*justify-content: center; */
    flex-direction: row;
    margin: 10px 0;
    flex-wrap: wrap;
}

.package_type_body ul li {
    padding: 10px;
    font-size: calc(13px + .1vw);
    width: 50%;
}

.package_type_body ul li i {
    margin-right: 6px;
    font-size: 19px;
}

.package_type_footer {
    text-align: center;
    margin: 10px 0;
}

.package_type_footer .btn {
    border-radius: 0;
    padding: 10px 20px;
}

.package_type_body {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.status_text {
    font-size: 13px;
    padding: 5px 16px;
    font-weight: bold;
    border-radius: 5px;
}
.package_header_count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.package_header_count span {
    margin-right: 15px;
    font-size: 19px;
    font-weight: bold;
    color: #777;
    background: #eee;
    padding: 0px 10px;
    border-radius: 5px;
}
/* Features
================================================== */
.features_img {
    min-height: 400px;
    width: 100%;
    min-width: 245px;
    position: relative;
    cursor: pointer;
}
.features_img img{
  object-fit: cover;
}
.ml-10{
  margin-left: 10px!important;
}
.mt-5{
  margin-top: 5px;
}
.btn_area {
    display: flex;
    justify-content: space-between;
}
.img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
}
.features_warp_content{
  margin-bottom: 30px;
}

.features-wrap {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 16px 15px 13px;
    display: flex;
    justify-content: flex-end;
    transition: all .4s ease-out;
}

.features-img img {
    display: block;
    margin: 0px auto;
}
.features-wrap i{
  font-size: 40px;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 57px;
}

.features-wrap img{
  height: 60px;
  width: 60px;
  border: 1px solid #eee;
  object-fit: cover;
  flex: 0 0 60px;

}

.features-wrap.left_wrap {
    text-align: right;
}
.features-wrap.left_wrap i,
.features-wrap.left_wrap img {
    margin-left: 20px;
}

.features-wrap.right_wrap {
    text-align: left;
}
.features-wrap.right_wrap i,
.features-wrap.right_wrap img {
    margin-right: 20px;
}
.features_btn.text-left{
  padding-left: 20px;
}
.features_btn.text-right{
  padding-right: 20px;
}
/* alert
================================================== */
.alert.single_alert {
    padding: 9px 30px 9px 11px;
    border-radius: 0;
    border: 0;
    position: relative;
    
}

.d_flex_alert {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.d_flex_alert p {margin: 0;padding: 0;font-size: 15px;}

.d_flex_alert h4 {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    text-align: center;
}
.single_alert.alert::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 7px;
    left: 0;
    top: 0;
}

.bg_success{
  background: #4CAF50;
}

.bg_green{
  background:rgba(40,167,69,.2);
  color: #28a745;
}

.bg_red {
    background-color: rgba(220,53,69,.2);
    color: #dc3545;
}

.active_package_btn span {
    margin-top: 7px;
    color: #777;
    font-size: 13px;
}
.c_green{
  color: #4CAF50;
}
.success{
  color: #4CAF50;
}
ul.dropdown-menu.menu_style a {
    padding: 10px 0px!important;
    font-size: 16px !important;
    text-align: center !important;
    color: #000!important;
}
.mb-20{
  margin-bottom: 20px;
}
/* Gallery
================================================== */
.image_link_area {
    height: 169px;
    width: 100%;
    /* margin-bottom: 12px; */
    border: 1px solid #ddd;
    position: relative;
    border-bottom: 0;
}
.image_link_area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.loader_image span {
  position: absolute;
  left: 30%;
  top: 17%;
}
.loader_image {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gallery_image_area {
  position: relative;
  margin-bottom: 20px;
}
.input-group-btn.img_c_btn {
  position: absolute;
  top: -7px;
  right: 32px;
}
.input-group-btn.img_c_btn .btn.btn-danger {
  background: none;
  border: 0;
  color: red;
  font-size: 20px;
}
.form_group input {
  margin-bottom: 7px;
}
.nav-tabs-custom>.tab-content{
  overflow: hidden;
}
.portfolio-box-body {
    background: #fff;
    padding: 10px 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio-box-body .nav.nav-tabs {
    margin-bottom: 20px;
}
.flex_type {
    display: flex;
    align-items: center;
    width: 100%;
}

.flex_type .form-group {
    width: 100%;
    margin-right: 5px;
}


.image_upload_box input[type='file'] {
    opacity: 0;
    visibility: hidden;
}

.image_upload_box {
   
    border: 2px dashed #ddd;
    cursor: pointer;
}
.image_upload_box.fav_icon{
   height: 80px;
    width: 80px;
}
label.image_upload_box.logo img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

label.image_upload_box.logo{
    width: 250px;
    height: 80px;
    border-radius: 0;
}

/* start pricing 3
================================================== */
.pricing_3 .card {
  border: none;
  border-radius: 0;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px!important;
}

.pricing_3 hr {
  margin: 1.5rem 0;
}

.pricing_3 .card-title {
    margin: 0.5rem 0;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing_3 .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing_3 .card-price .period {
  font-size: 1.6rem;
  text-transform: capitalize;
}

.pricing_3 ul li {
    margin-bottom: 1rem;
    font-size: 16px;
    padding: 3px;
}

.pricing_3 .text-muted {
  opacity: 0.7;
}

.pricing_3 .btn.price_btn {
  font-size: 80%;
  border-radius:0;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}
.list_ul {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 0;
}

.list_ul ul li {
    width: 50%;
}

.list_ul ul {
    width: 100%;
    display: flex;
    flex-direction: revert;
    flex-wrap: wrap;
}

.pricing_3 .card {
    background: #fff;
}
.card_top{
  padding: 10px;
}

.active_package_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px 10px;
}

.active_package_btn a {
    border: 1px solid #ddd;
    padding: 13px 25px;
    font-size: 15px;
    color: #fff;
    
    display: block;
}
.bg_success{
  background: #4CAF50;
}

.bg_green{
  background:rgba(40,167,69,.2);
  color: #28a745;
}

.bg_red {
    background-color: rgba(220,53,69,.2);
    color: #dc3545;
}

.active_package_btn span {
    margin-top: 7px;
    color: #777;
    font-size: 13px;
}

.share_able_link span {
    background: #fff;
    padding: 2px 10px;
    border-bottom: 2px solid #ddd;
}

a.copy_btn {
    padding: 2px 10px;
    border: 1px solid #28a745;
    border-radius:0 6px 6px 0;

}
.profile_btn a {
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 7px;
    font-size: 17px;
    color: #777;
    transition: .5s;
}

.profile_btn a:hover {
    background: #eee;
}
.widget-user-header.profile {
    color: #fff;
}
.widget-user-username{
  font-weight: bold!important;
}
.widget-user-image.profile-img img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.widget-user-image.profile-img-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    float: none;
}
.widget-user-header.profile.profile_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;


}

.widget-user-image.profile-img-2 {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
}

.right_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.right_left > *{
  margin-left: 15px!important;
}
.right_right {
    display: flex;
    align-items: center;
}
.mr-20{
  margin-right: 20px;
}


p.copy_alert {
    transform: translateX(5%);
    text-align: left;
    background: #28a745;
    display: inline-block;
    padding: 2px 14px;
    position: absolute;
    left: 50%;
    transition: auto;
    color: #fff;
}

.qrcode {
    height: 200px;
    width: 200px;
    margin: 44px auto 0;
    text-align: center;
    margin-bottom: 20px;
}
a.label.label-success.download_btn {
    text-align: center;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
}

.icon_btn.open ul.dropdown-menu.icon_dropdown {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    box-shadow: 0 0 5px #ddd;
    background: #fff;
    flex-wrap: wrap;
}

.icon_btn.open ul.dropdown-menu.icon_dropdown li {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 2px 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.icon_btn.open ul.dropdown-menu.icon_dropdown li.active {
    background: #29c7ac;
    color:#fff;
}
.icon_btn {
    width: 100%;
}

.icon_btn button {
    width: 100%;
}
span.preview_icon i {
    border: 1px solid #777;
    padding: 5px;
    height: 26px;
    width: 28px;
    margin: 5px;
    margin-right: 10px;
    display: inline-block;
}


button.btn.btn-default.dropdown-toggle {
    padding: 0;
    height: 40px;
}
a.delete_cv {
    position: absolute;
    top: 36px;
    right: 16px;
}

a.delete_cv i {
    font-size: 19px;
    color: red;
}
.top.setting_img.theme_layout{
  height: 175px;
}

.theme_layout img{
  object-fit: cover;
}

ul.vcardStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

ul.vcardStatus li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.vcardStatus li input {
    margin-right: 0;
}
ul.vcardStatus li label{
  cursor: pointer;
}
ul.vcardStatus li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 12px;
    padding: 2px 6px;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 6px;
    cursor: pointer;
}
ul.vcardStatus li.active{
  background: #28a745;
  color: #fff;
}

.layout_label{
  position: relative;
  overflow: hidden;
}
span.newTag {
    position: absolute;
    top: 5px;
    background: red;
    color: #fff;
    display: inline-block;
    padding: 4px 27px;
    font-size: 14px;
    border-radius: 0;
    transform: rotate(-45deg);
    left: -25px;
    box-shadow: 0 0 5px #000;
}
.service_video {
    height: 80px;
    width: 104px;
    position: relative;
}
.videoWrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.serviceImgs {
    height: 50px;
    width: 104px;
    text-align: center;
    font-size: 30px;
}
.avatar {
    position: relative;
    font-weight: 500;
    justify-content: center;
    color: #656d77;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f0f2f6 no-repeat center/cover;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: .8rem;
}
.paymentImg {
    display: flex;
    align-items: center;
}
.table-vcenter>:not(caption)>*>* {
    vertical-align: middle!important;
}
.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 1rem;
}
.badge:empty {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    min-width: 0;
    min-height: auto;
    padding: 0;
    border-radius: 50%;
    margin-right: 5px;
}
.bg-danger {
    background-color: #d63939!important;
}
.bg-success {
    background-color: #2fb344!important;
}
.customerDetailsList p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.customBtn button.btn.btn-default.dropdown-toggle {
    padding: 5px 17px;
}
.rightSideIcon ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.rightSideIcon ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 8px;
    margin: 2px;
}
.rightSideIcon ul li {
    width: 100%;
    display: block;
    width: 97px;
}

.rightSideIcon ul li a i {
    font-size: 21px;
    margin-bottom: 5px;
}
.addFieldHeading {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    justify-content: space-between;
}

.addFieldHeading .d > i {
    cursor: move;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
    font-size: 17px;
}

.addField {
    border: 1px solid #ddd;
}

.addFieldDetails {
    padding: 10px;
}

.addFieldDetails input:first-child {
    margin-bottom: 13px;
}
.d {
    display: flex;
    align-items: center;
}
.iconBody {
    height: 70vh;
    overflow-y: scroll;
}
.br-0 {
    border-right: 0;
}
.callout-default{
  background: #fff;
  box-shadow: 0 0 5px #ddd;
  color: #777;
}
.c_black{color:#000!important;}
.font-italic{
  font-style: italic;
}
.bottomPrice {
    padding: 0 10px;
}
h4.vcfHeading {
    padding: 14px 5px;
    border-bottom: 1px solid #ddd;
}
.h-61{
  height: 61px;
}
.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 20px;
}
/*----------------------------------------------
3.6
----------------------------------------------*/
.card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    background: #fff;
    border-radius:6px;
    box-shadow: 0 0.2rem 0.2rem #f1f1f1 !important;
    border: 1px solid #f1f1f1;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;

}
.card-footer {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0.2rem 0.2rem #f1f1f1 !important;
    overflow: hidden;
    border-top: 4px solid #ecf0f5;
}

.card-header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background: #fff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0.1rem 0.1rem #f1f1f1 !important;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    text-transform: capitalize;
}
.card {
    margin-bottom: 5px;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.card .leftSidebar ul > li {
    border-bottom: 1px solid #fafafa;
    margin: 0;
}
.leftSidebar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.leftSidebar ul li a {
    padding: 1.0rem .8rem;
    margin: 2px 0;
    font-size: 15px;
    display: block;
    color: #212529;
    border-radius: 0.25rem;
    text-transform: capitalize;
}
.leftSidebar ul li a i {
    margin-right: 5px;
    font-size: 16px;
}

 .leftSidebar ul li a.active {
    color: #ffffff;
    background-color: #616a78;
}
.leftSidebar ul li a:not(.active):hover {
    color: #455a64;
    background: #f1f1f1;
}

ul{
  list-style: none;
}

.prefrence-item {
    border: 1px solid #f1f1f1;
    margin: 10px 0;
    padding: 10px 0px;
    border-radius: 6px;
    background: #fafafa;
    display: flex;
    align-items: center;
}
.text-muted {
    color: #6c757d !important;
}
.preText h4 {
    padding: 0;
    margin: 0;
}

.preText p {
    padding: 0;
    margin: 0;
}

.preText label {
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #333;
}
.space-between {
    justify-content: space-between!important;
}

pre.pre {
    white-space: pre-line;
    border: 0;
    background: #fff;
    height: auto;
    margin: 0;
    padding: 0 10px;
    color: red;
}
.customerDetails {
    background: #fff;
    padding: 2px 12px;
    padding-bottom: 34px;
}

.customerDetails p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: rgba(41, 199, 173, 1);
}

.singleItems h4 {
    font-size: 15px;
    font-weight: 500;
}
h3.timeline-header.kds {
    background: #eee;
}
.timeline>li::after {
    background: #00a65a ;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 17px;
    left: 30px;
    z-index: 2;
}

.timeline>li {
    position: relative;
}

.timeline>li i {
    position: relative;
    z-index: 5;
}
.customerInfo p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #777;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.input-group.iconGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group.iconGroup h4 {
    margin-left: 57px;
}
button.input-group.iconGroup.btn.btn-default.iconpicker {
  
    height: 45px;
}
.w_100{
  width: 100%!important;
}
.vcardLayout.top.setting_img.theme_layout img{
  object-fit: scale-down;
}