/* ----------------External Font------------------------------------------------*/
@font-face {
  font-family: 'heeboblack';
  src: url('../fonts/heebo-black-webfont.woff2') format('woff2'), url('../fonts/heebo-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heebobold';
  src: url('../fonts/heebo-bold-webfont.woff2') format('woff2'), url('../fonts/heebo-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heeboextrabold';
  src: url('../fonts/heebo-extrabold-webfont.woff2') format('woff2'), url('../fonts/heebo-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heebolight';
  src: url('../fonts/heebo-light-webfont.woff2') format('woff2'), url('../fonts/heebo-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heebomedium';
  src: url('../fonts/heebo-medium-webfont.woff2') format('woff2'), url('../fonts/heebo-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heeboregular';
  src: url('../fonts/heebo-regular-webfont.woff2') format('woff2'), url('../fonts/heebo-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heebothin';
  src: url('../fonts/heebo-thin-webfont.woff2') format('woff2'), url('../fonts/heebo-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/* Webkit */
::-webkit-input-placeholder {
  color: #999;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #999;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #444;
}

/* IE10+ */
*:-ms-input-placeholder {
  color: #a9a5ae !important;
}

/*html {width: 100%;}*/
.clr {
  clear: both;
}

body {
  width: 100%;
  font-family: 'heeboregular';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
}

h5,
h6,
h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-family: 'heeboregular', sans-serif;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a:active,
select,
select:focus,
a:focus,
a:hover,
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none;
  color: #2e353b;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

option {
  padding: 10px;
}

textarea {
  resize: none;
}


/*****************************HOME PAGE CSS START HERE*****************************/

@media print {
  .square-box-line:before {
    height: 95px;
  }

  .square-box-line-black {
    right: 30px !important;
    top: -17px !important;
  }

  /*.square-box-line:before{height: auto !important;}*/
}


/*.header-homes .header.sticky{background-color: #ffffff;padding-top: 5px;}*/
.header-homes .header.sticky .min-menu li a {
  color: #3c484c;
}

/*.header-homes .header .sidenav ul.min-menu li.btn-become a {border: 2px solid #ff4747; border-radius: 3px; color: #fff; background-color: #ff4747; font-size: 14px; padding: 8px 30px 9px;font-family: 'heebomedium', sans-serif; text-transform: uppercase; box-shadow: 1px 1px 3px #333; line-height: 20px; }
.header-homes .header .sidenav ul.min-menu li.btn-become a:hover{background-color: transparent; border: 2px solid #fff; color: #fff;
 box-shadow: none;}*/
.header-homes .header.sticky .sidenav ul.min-menu li.btn-become a:hover {
  color: #ff4747;
  border-color: #ff4747;
}

.header .sidenav ul.min-menu li.btn-become a {
  border: 2px solid #ff4747;
  border-radius: 3px;
  color: #fff;
  background-color: #ff4747;
  font-size: 14px;
  padding: 7px 30px 8px;
  font-family: 'heebomedium', sans-serif;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px #333;
}

.header .sidenav ul.min-menu li.btn-become a:hover {
  background-color: transparent;
  border: 2px solid #ff4747;
  color: #ff4747;
}

.header .logo-block {
  float: left;
  display: none;
}

.min-menu li .su-menu {
  transition: height 200ms ease-in 0s;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #fff;
  width: 250px;
  z-index: 99999;
  transition: 0.3s
}

.min-menu li:hover .su-menu,
.min-menu li.sub-menu .su-menu.menu-active {
  height: auto;
  box-shadow: 0px 1px 6px 0px #c9c9c9;
}

.min-menu li .su-menu li {
  display: block;
  transition: all 0.3s ease-in-out 0s;
}

.min-menu .sub-menu {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% 16px;
  border: 0px;
}

.min-menu .sub-menu:hover {
  background-image: url(../images/select-arrow-red.png);
}

.min-menu li .su-menu li a {
  padding: 7px 15px;
  font-size: 15px;
  border: 0px solid #ededed;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s ease-in-out 0s;
  color: #445157;
  font-family: 'heeboregular';
}

.min-menu li .su-menu li a:hover {
  color: #444;
  padding-left: 18px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 0px solid #ededed;
  border-bottom: 1px solid #ccc;
  color: #ff4747;
}

.header-homes .header .logo-block-inner {
  float: left;
  display: none;
}

.header-homes .header .logo-block {
  float: left;
  display: block;
  width: 380px;
  margin-top: 8px
}

.header .logo-block-inner {
  float: left;
  display: block;
}

.header.sticky {
  background-color: #fff;
  /*box-shadow: 2px 1px 4px #333;*/
}

/*.header.sticky .logo-block{display: none;}*/
.header.sticky .logo-block-inner {
  display: block;
  width: 260px
}

header {
  width: 100%;
}

header .header .min-menu li.before-login-menu {
  display: none;
}

header.header-homes .header .min-menu li.before-login-menu {
  display: inline-block;
}

header.header-homes .header .min-menu li.after-login-menu {
  display: none;
}

.header {
  padding: 7px 30px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3)
}

header .blank-div {
  display: block;
  height: 74px
}

#new_word>span {
  display: inline-block;
  vertical-align: text-bottom;
}

.icon-btn,
.banner-img-block {
  display: none;
}

.sidenav {
  position: relative;
  z-index: 999999;
  transition: 0.5s;
  float: right;
  padding: 10px 0;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #222;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 30px;
  display: none;
}

.sidenav .closebtn:hover {
  color: #ddd;
}

#main {
  transition: margin-left .5s;
}

.header .menu-icon {
  font-size: 24px;
  cursor: pointer;
  display: none;
  float: right;
  position: relative;
  top: 7px;
}

.overlay {
  overflow: hidden;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
}

.header-homes .header .min-menu li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.header-homes .header.sticky .min-menu li a:hover {
  color: #ff4747;
  border-color: #ff4747;
}

.header .min-menu li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.header .min-menu li a {
  font-size: 16px;
  text-decoration: none;
  color: #3c484c;
  display: block;
  transition: 0.3s;
  font-family: 'heebomedium';
  margin: 0 30px
}

.header .min-menu li a:last-child {
  margin-right: 0
}

/*.header-homes .header .min-menu li a {color: #fff;vertical-align: top;}*/
.header .min-menu li a:hover {
  color: #135bb0;
}

/*Extra class css start here*/
.min-menu .login-butto a {
  background: #135bb0;
  color: #fff !important;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 9px 34px;
  border: 1px solid #135bb0;
}

.min-menu .login-butto a:hover {
  background: none;
  color: #135bb0 !important;
  border: 1px solid #135bb0;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px !important
}

.menu-language {
  float: right;
  margin: 19px 0 0 20px
}

.menu-language ul li {
  display: inline-block;
  margin-left: 10px
}

.logo-block .small-respon-logo {
  display: none
}

.header.inner {
  padding: 12px 30px
}

/*Extra class css end here*/
/*logo menu css end here*/

/*User header css start here*/
.min-menu .login-butto.user a {
  padding: 9px 20px
}

/*User header css end here*/

.sub-error-msg {
  text-align: center;
  position: absolute;
  bottom: -56px;
  font-size: 11px;
  color: red;
}

.subscribe-input-block {
  position: relative;
}

.error.alert-danger.newsletter-danger {
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto 5px;
  position: absolute;
  top: -60px;
}

.success.alert-success.newsletter-success {
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto 5px;
  position: absolute;
  top: -60px;
}

/*Inner header css start here*/
.menu-language.inner {
  margin: 18px 0 10px 20px
}

.inner-main-search {
  margin: 0 auto;
  position: relative;
}

.inner-main-search input {
  height: 50px;
  width: 66%;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #e2e2e2;
  padding: 0 15px 0 46px;
  font-size: 15px;
  color: #2e353b;
  font-family: 'heebolight';
  background-color: #fff
}

.inner-main-search-btn {
  position: absolute;
  top: 13px;
  left: 10px;
  height: 22px;
  width: 22px;
  border: none;
  background-color: transparent;
  background-image: url(../images/small-images.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 229px;
}

.inner-main-search .form-group {
  width: 40%;
  margin: 0;
}

.inner-main-search .form-group select {
  height: 50px;
  border: 1px solid #e2e2e2;
  border-left: none;
  border-radius: 0px 3px 3px 0px;
}

.inner-nitifica-block .noti-icon {
  color: #2e353b;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-right: 30px
}

.inner-nitifica-block .noti-icon:hover {
  color: #165eaa
}

.noti-icon .badge {
  position: absolute;
  right: -4px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
  background-color: #fff;
  top: -2px;
  display: block
}

.noti-icon.envelop .badge {
  right: -5px;
}

.noti-icon .badge:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #135bb0;
  top: 2px;
  right: 0;
  left: 2px;
  bottom: 0;
  position: absolute
}

.noti-icon.envelop .badge:before {
  background: #b3b3b3
}

.noti-icon .badge.noti:before {
  background: none
}

.noti-icon .badge.noti {
  background: #2e353b;
  height: 24px;
  width: 24px;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  top: -10px;
  right: -10px;
  border: 2px solid #fff
}

.profile-drop-wrapper {
  position: relative
}

.profile-drop-wrapper a {
  color: #2e353b;
  font-size: 16px;
  font-family: 'heebomedium', sans-serif
}

.profile-name-wrapper {
  width: 150px;
  background-image: url(../images/header-drop-arrow.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

.profile-drop-wrapper span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  margin-right: 10px
}

.profile-drop-wrapper ul {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 225px;
  right: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0px);
  transition: 0.5s;
  top: 13px
}

.profile-drop-wrapper ul {
  text-align: left;
  visibility: hidden
}

.profile-drop-wrapper.active ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(22px);
  transition: 0.5s;
}

.profile-drop-wrapper ul li:first-child a {
  border-radius: 3px 3px 0 0
}

.profile-drop-wrapper ul a {
  color: #393d46;
  font-size: 15px;
  font-family: 'heebolight', sans-serif;
  display: block;
  padding: 10px 13px;
  border-bottom: 1px solid #d8dce6
}

.profile-drop-wrapper ul a i {
  font-size: 18px;
  margin-right: 4px
}

.profile-drop-wrapper ul a:hover {
  background: #165eaa;
  color: #fff
}

.profile-drop-wrapper ul li:last-child a {
  border-radius: 0 0 3px 3px;
  border-bottom: none
}

.profile-drop-wrapper ul::after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 4px;
  top: -10px
}

.profile-drop-wrapper ul::before {
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 4px;
  top: -11px
}

.profile-name-item li {
  width: 100%;
  margin-left: 0 !important
}

.inner-nitifica-block {
  display: inline-block;
  vertical-align: middle;
}

.profile-drop-wrapper {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.inner-nitifica-block .noti-icon.search {
  font-size: 18px;
  margin-right: 21px;
  display: none
}

.header.inner .menu-icon {
  display: none !important
}

/*Inner header css end here*/


.left-ads-banner {
  margin-bottom: 20px;
}

.left-ads-banner-img {
  width: 262px;
}

.feeds-tabs-main .resp-tabs-list li {
  font-size: 14px;
  padding: 8px 0;
}

.feeds-inner-uplo.small.resp-tab-content.resp-tab-content-active .dropzone .dz-message {
  margin: 20px 0
}

.feeds-inner-uplo.small.resp-tab-content.resp-tab-content-active #dropzone_image_div .dropzone .dz-message {
  margin: 20px 0 20px 46px;
}

#dropzone_image_div .post-img-note-block {
  padding: 0 20px 13px 66px;
}

.feeds-inner-uplo.small.resp-tab-content.resp-tab-content-active .btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #135bb0;
  border-color: #135bb0;
}

.feeds-inner-uplo.small.resp-tab-content.resp-tab-content-active .btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #135bb0;
  border-color: #135bb0;
}

.input-link {
  display: inline-block;
  margin-right: 20px;
}

.input-link input {
  margin-right: 10px;
}



/*Upload Images Start*/
.dropzone .dz-preview:hover .closebutton button {
  opacity: 1;
}

.dropzone .dz-preview .closebutton button {
  opacity: 0;
  width: 32px;
  height: 32px;
  background-color: #165eaa;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  outline: none;
  background-image: url(../images/close-buttons.png);
  background-repeat: no-repeat;
  background-position: center;
}

.dz-success-mark {
  display: none;
}

.dz-error-mark {
  display: none;
}

.dropzone {
  min-height: 125px;
  border: 0;
  background: white;
  margin: 20px;
  cursor: pointer;
}

.dz-details .dz-filename {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* position: absolute; */
  margin-top: 11px;
  color: #1c2b35;
  width: 120px;
  text-align: center;
}

/*.dz-details .dz-filename{overflow: hidden !important;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; position: absolute;  
 margin-top: 11px;color: #1c2b35;white-space: nowrap !important;display: block !important; text-overflow: ellipsis !important;width: 18%;}*/
.dz-details .dz-filename span {
  width: 18% !important;
}

.feeds-inner-uplo .dz-details .dz-filename {
  margin-bottom: -7px
}

/*.dz-details .dz-filename span{color: #1c2b35;text-align: center;white-space: nowrap;display: block;text-overflow: ellipsis;width: 98%;}*/
.dropzone.dz-started .dz-message {
  display: none;
}

/*.dropzone .dz-message {text-align: center;margin: 60px 0; }*/
.feeds-inner-uplo .dropzone .dz-message {
  text-align: center;
  padding: 50px 0;
  border: 1px dashed #b2b2b2;
  font-size: 18px;
  border-radius: 5px;
  color: #aab8c4;
  font-family: 'heebomedium'
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 20px 0;
  min-height: 160px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-radius: 3px;
}

/*.feeds-inner-uplo .dz-details{width: 85%;}*/
.feeds-inner-uplo .dz-image img {
  text-align: center
}

/*Upload Images End*/


.main-footercomment-box-right.feed-content-socila-netwrks .post-cmnts {
  width: auto;
  padding: 6px 14px 6px;
  font-size: 18px;
}

.main-footercomment-box-right.feed-content-socila-netwrks {
  padding-right: 60px;
}

/*Form filds Contact css start*/
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group.extra {
  margin-bottom: 20px
}

.form-group.tra-step-margin {
  margin-top: -12px;
}

.form-group.active.step-group-height {
  margin-bottom: 20px;
}

.form-group .date-icon-blo {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #8e8e8e;
  font-size: 20px;
}

.form-group input {
  border: 1px solid #c2c2c2;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  color: #2e353b;
  font-family: 'heebolight';
  border-radius: 5px;
  font-size: 14px
}

.form-group textarea {
  border: 1px solid #c2c2c2;
  height: 110px;
  width: 100%;
  padding: 7px 15px 15px;
  color: #2e353b;
  font-family: 'heebolight';
  border-radius: 5px;
  resize: none;
  font-size: 15px;
  overflow: auto;
}

.txt-area-up {
  font-size: 10px;
  color: #939393;
  position: absolute;
  right: 0;
  top: -12px;
}

.form-group select {
  height: 40px;
  width: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 2px 10px 0;
  color: #2e353b;
  background-repeat: no-repeat;
  background-image: url(../images/header-drop-arrow.png);
  background-position: 100%;
  cursor: pointer;
  font-family: 'heebolight';
  background-color: #fff
}

.selec-drop-img {
  position: absolute;
  top: 14px;
  right: 0;
  height: 10px;
  width: 23px;
  background-repeat: no-repeat;
  background-image: url(../images/small-bg-image.png);
  background-position: 0px -49px;
}

/*.form-group.wrong-info input{border-color: #ff2b33;}*/
.form-group label {
  position: absolute;
  left: 12px;
  top: 11px;
  font-family: 'heebolight';
  font-size: 15px;
  color: #8c9399;
  font-weight: normal;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}

.form-group.active label {
  top: -8px;
  font-size: 13px;
  color: #333;
  display: inline-block;
  background: #fff;
  padding: 0 3px;
}

.error-red {
  color: #FA242D;
  font-size: 12px;
  position: absolute;
  bottom: -13;
  left: 0;
  font-family: 'heebolight';
}

/*.form-group.wrpng-info input{border: 1px solid #fa242d}
.form-group.wrpng-info select{border: 1px solid #fa242d}
.form-group.wrpng-info textarea{border: 1px solid #fa242d}*/
.form-fild-label {
  font-family: 'heeboregular';
  color: #2e353b;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 14px
}

.form-fild-label span {
  color: #f32121;
  font-size: 16px
}

/*Form filds Contact css end*/

/*checkbox css start*/
.forget-pass a {
  color: #9c8c53;
  cursor: pointer;
  font-size: 14px;
  font-family: 'heebolight', sans-serif;
  text-decoration: underline;
  float: right
}

.forget-pass a:hover {
  color: #2e353b
}

.check-box.inline-checkboxs {
  float: left
}

.user_box1 {
  margin-bottom: 17px
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type="checkbox"]+label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  line-height: 19px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #2e353b;
  font-family: 'heebolight';
  font-weight: normal;
  padding-top: 1px
}

[type="checkbox"].filled-in+label:after {
  border-radius: 0px;
}

[type="checkbox"].filled-in+label:before,
[type="checkbox"].filled-in+label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #165eaa;
  border-radius: 3px;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked+label:before {
  top: 4px;
  left: 3px;
  width: 6px;
  height: 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #165eaa;
  background-color: #165eaa;
  z-index: 0;
  border-radius: 3px;
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked+label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked+label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/*checkbox css end*/

/*login page css start here*/
.login-footer-unique .footer-main-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.log-in-body-wrapper {
  background-image: url(../images/login-bg-image.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  position: relative;
  padding: 220px 0 170px;
  background-size: cover
}

.log-in-body-wrapper::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.login-content-wrapper {
  background: #fff;
  padding: 50px 30px;
  position: relative;
  width: 100%;
  max-width: 470px;
  border-radius: 5px;
  float: right;
}

.login-head {
  font-size: 40px;
  color: #2e353b;
  font-family: 'heebobold';
  text-align: center;
  line-height: 40px
}

.login-sub {
  font-size: 16px;
  color: #2e353b;
  font-family: 'heebolight';
  text-align: center;
  line-height: 20px;
  margin: 10px 0 41px
}

.login-btn-main .login-btn {
  height: 50px;
  width: 100%;
  display: block;
  background: #165eaa;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  border-radius: 3px;
  font-family: 'heebomedium';
  text-transform: uppercase;
  border: 1px solid #165eaa
}

.login-btn-main .login-btn:hover {
  border: 1px solid #165eaa;
  background: none;
  color: #165eaa
}

.login-txts-sing {
  font-size: 14px;
  text-align: center;
  color: #2e353b;
  display: block;
  line-height: 20px;
  margin-top: 26px;
  font-family: 'heebolight';
}

.login-txts-sing a {
  color: #135bb0
}

.login-txts-sing a:hover {
  color: #2e353b
}

/*.login-content-wrapper.forgot{height: 414px}*/
/*login page css end here*/

/*Footer css start here*/
.contact-mail {
  padding: 8px 0 10px;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.contact-mail p {
  display: block;
  font-size: 15px;
  color: #000;
  margin: 4px 0;
}

.contact-mail a {
  color: #135bb0;
}

.social-ul-main-list a {
  font-size: 20px;
  margin: 0px 10px;
}

.social-ul-main-list a.linked-cin {
  margin-right: 0px;
}

.login-footer a.twitter-cin:hover {
  color: #55acee;
}

.login-footer a.insta-cin:hover {
  color: #e4405f
}

.login-footer a.linked-cin:hover {
  color: #0077B5
}

.footer-new-section {
  text-align: left;
}


.login-footer {
  background: #252c32;
  padding: 18px 10px;
  text-align: center;
  font-size: 14px;
  color: #838893;
  line-height: 18px;
  position: static;
  width: 100%;
  bottom: 0
}

.login-footer a {
  color: #fff;
}

.login-footer a:hover {
  color: #135bb0
}

.footer-subscribe-wrapper {
  background: #363c42;
  padding: 22px
}

.subscribe-head-block {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 9px
}

.subscribe-input-block input {
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 0 15px;
  background: #63696f
}

.subscribe-input-block ::-webkit-input-placeholder {
  /* Chrome */
  color: #c2cbd6 !important;
}

.subscribe-input-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #c2cbd6 !important;
}

.subscribe-input-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2cbd6 !important;
  opacity: 1;
}

.subscribe-input-block :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c2cbd6 !important;
  opacity: 1;
}

.login-btn-main.subscribe .login-btn {
  height: 40px;
  font-family: 'heebomedium';
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  max-width: 164px;
}

.login-btn-main.subscribe .login-btn:hover {
  border: 1px solid #fff;
  color: #fff
}

/*Footer css end here*/



/*User edit prifile css start here*/
.inner-gray-wrapper {
  background: #f6f7f8;
  padding: 30px 0 127px;
  margin-top: 5px;
  min-height: 862px
}

.inner-white-wrapper {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  border-radius: 3px
}

.left-top-profile-block {
  border-radius: 3px;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: transparent;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b73e7+0,1c66be+100 */
  /*background: rgb(155,115,231); /* Old browsers * /
background: -moz-linear-gradient(top, rgba(155,115,231,1) 0%, rgba(28,102,190,1) 100%); /* FF3.6-15 * /
background: -webkit-linear-gradient(top, rgba(155,115,231,1) 0%,rgba(28,102,190,1) 100%); /* Chrome10-25,Safari5.1-6 * /
background: linear-gradient(to bottom, rgba(155,115,231,1) 0%,rgba(28,102,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b73e7', endColorstr='#1c66be',GradientType=0 ); /* IE6-9 */
}

.left-top-profile-circle {
  height: 117px;
  width: 117px;
  border-radius: 50%;
  border: none;
  display: block;
  overflow: hidden;
  margin: 0 auto 15px;
}

.left-top-profile-circle img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.left-top-profile-name {
  color: #1c2b35;
  font-size: 18px;
  font-family: 'heebomedium';
  line-height: 18px;
  margin-bottom: 10px
}

.left-top-profile-followers {
  color: #1c2b35;
  font-size: 14px;
  line-height: 18px
}

.left-top-pro-edit-btn a {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  font-size: 21px
}

.feeds-tab-wrapp {
  position: relative;
  position: relative;
  height: auto !important;
}

/*User edit prifile css end here*/

/*new profile image upload demo start*/
.my-account-profile-img-block {
  width: 100px;
  margin: 0 auto 10px;
  position: relative
}

.pro-img-two {
  display: block;
  height: 100px;
  width: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.44)
}

.pro-img-two img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.update-pic-btns {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.update-pic-btns button,
input {
  overflow: hidden;
}

.up-btn-two {
  background-color: #135eae;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -2px;
  bottom: 5px;
  font-size: 16px
}

.my-profile-section-block #logo-id {
  height: 30px;
  width: 30px;
}

.attachment_upload {
  height: 30px;
  opacity: 0;
  position: absolute;
  right: -2px;
  bottom: 5px;
  width: 30px;
  cursor: pointer;
  border-radius: 50%
}

/*new profile image upload demo end*/
a.viewmore-comment {
  margin-bottom: 10px;
  display: inline-block;
}

/*Left side menu section css start*/
.my-user-menu-wrpper {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1)
}

.left-menu .inner-white-wrapper {
  padding: 0
}

.my-user-menu-tital {
  display: none;
}

.left-menu ul {
  padding-top: 0;
  width: 100%
}

.left-menu ul li {
  display: block;
  padding-top: 0
}

.left-menu ul li a {
  font-size: 15px;
  color: #1c2b35;
  display: block;
  padding: 15px 15px 12px;
  border-bottom: 1px solid #ececec;
}

/*.left-menu ul li a:frist-child{border-radius: 3px 3px 0 0 !important}
.left-menu ul li a:last-child{border-radius: 0  0 3px 3px !important}*/
.left-menu ul li a.active,
.left-menu ul li a:hover {
  color: #fff !important;
  background: #135bb0
}

.left-menu ul li a .left-menu-icons {
  background-image: url(../images/small-images.png);
  background-repeat: no-repeat;
  background-position: -32px 0px;
  height: 22px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px
}

.left-menu ul li a:hover .left-menu-icons {
  background-position: -32px -23px
}

.left-menu ul li a .left-menu-icons.two {
  background-position: -65px 0
}

.left-menu ul li a:hover .left-menu-icons.two {
  background-position: -65px -23px;
}

.left-menu ul li a .left-menu-icons.three {
  background-position: -94px 0px
}

.left-menu ul li a:hover .left-menu-icons.three {
  background-position: -94px -23px;
}

.left-menu ul li a .left-menu-icons.fore {
  background-position: -127px 0px
}

.left-menu ul li a:hover .left-menu-icons.fore {
  background-position: -127px -23px;
}

.left-menu ul li a .left-menu-icons.five {
  background-position: -158px 0px;
}

.left-menu ul li a:hover .left-menu-icons.five {
  background-position: -158px -23px
}

.left-menu ul li a .left-menu-icons.six {
  background-position: -189px 0px
}

.left-menu ul li a:hover .left-menu-icons.six {
  background-position: -189px -23px;
}

.left-menu ul li a .left-menu-icons.seven {
  background-position: -218px 0px
}

.left-menu ul li a:hover .left-menu-icons.seven {
  background-position: -218px -23px;
}

.left-menu ul li a .left-menu-icons.eight {
  background-position: -249px 0px
}

.left-menu ul li a:hover .left-menu-icons.eight {
  background-position: -249px -23px;
}

.left-menu ul li a .left-menu-icons.directory {
  background-position: -283px -4px
}

.left-menu ul li a:hover .left-menu-icons.directory {
  background-position: -283px -25px;
}

/* Active effect css */
.left-menu ul li a.active .left-menu-icons {
  background-position: -32px -23px
}

.left-menu ul li a.active .left-menu-icons.two {
  background-position: -65px -23px
}

.left-menu ul li a.active .left-menu-icons.three {
  background-position: -95px -23px
}

.left-menu ul li a.active .left-menu-icons.fore {
  background-position: -127px -23px
}

.left-menu ul li a.active .left-menu-icons.five {
  background-position: -158px -23px
}

.left-menu ul li a.active .left-menu-icons.six {
  background-position: -189px -23px
}

.left-menu ul li a.active .left-menu-icons.seven {
  background-position: -218px -23px
}

.left-menu ul li a.active .left-menu-icons.eight {
  background-position: -245px -23px
}

.left-menu ul li a.active .left-menu-icons.directory {
  background-position: -283px -25px
}

/*Left side menu section css end*/
/*User Feeds Page Start    */
.feeds-tabs-main {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: relative;
}

.compose-post-textarea {
  position: relative;
  padding: 20px;
}

#horizontalTab {
  position: relative;
  overflow: auto;
  height: 320px;
}

.compose-post-textarea textarea {
  height: 120px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #8e9ca8;
  font-family: 'heebolight';
  letter-spacing: 0.4px;
  border: 1px solid #ecebeb;
  border-radius: 3px
}

.text-area-class {
  margin-left: 50px;
}

.user-avatar-feed {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.user-avatar-feed img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.user-avatar-feed-main {
  position: absolute;
  left: 20px;
  top: 20px;
}

.button-publish {
  display: block;
  padding: 5px 20px 2px;
  background-color: #135bb0;
  color: #fff;
  border: 1px solid #135bb0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: none;
}

.button-publish:hover {
  background-color: #fff;
  color: #135bb0;
}

.feed-footer-tab {
  border-top: 1px solid #dbe3e7;
  padding: 10px;
}

.cancel-button {
  background-color: #fff;
  color: #135bb0;
  border: 1px solid #135bb0;
  margin-right: 5px;
}

.cancel-button:hover {
  background-color: #135bb0;
  color: #fff;
  border: 1px solid #135bb0;
}

/*Upload Drop-Drag*/
.imageuploadify.well {
  border: none;
  box-shadow: none;
}

.imageuploadify {
  position: relative;
  min-height: 350px;
  min-width: 250px;
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 0;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  color: #c2cad1;
}

.imageuploadify .imageuploadify-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 0;
  display: none;
  font-size: 7em;
  background-color: rgba(242, 242, 242, .7);
  text-align: center;
  pointer-events: none
}

.imageuploadify .imageuploadify-overlay i {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.imageuploadify .imageuploadify-images-list {
  display: inline-block
}

.imageuploadify .imageuploadify-images-list i {
  display: block;
  font-size: 7em;
  text-align: center;
  margin-top: .5em;
  padding-bottom: 12px
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
  font-size: 24px;
  border-top: 1px solid #c2cad1;
  border-bottom: 1px solid #c2cad1;
  padding: 10px;
  display: inline-block
}

.imageuploadify .imageuploadify-images-list button.btn-default {
  display: block;
  color: #c2cad1;
  border-color: #c2cad1;
  border-radius: 1em;
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  float: left;
  border-radius: 12px;
  box-shadow: 0 0 4px 0 #888;
}

.pull-right-div .like-txt-feed {
  margin-right: 0;
  padding-top: 2px;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  font-size: 10px;
  line-height: 1.42;
  padding: 2px 0;
  text-align: center;
  z-index: 3
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  position: absolute;
  top: 0;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, .5);
  z-index: 2;
  opacity: 0
}

.imageuploadify-details span {
  color: #333;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
  display: block
}

.white-box-feed-main {
  /*background-color: #fff;*/
  padding: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.user-avtar-main-info {
  float: left;
}

.user-avtar-main-info-left {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 2px #d0d0d0;
}

.user-avtar-main-info-left img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.user-avtar-main-info-right {
  margin-left: 50px;
}

.main-section-feedd .title-avtr-info-sub {
  margin-left: 40px;
}

.title-avtr-info {
  font-size: 16px;
  color: #2e353b;
  font-family: 'heebomedium';
}

.title-avtr-info-sub {
  font-size: 12px;
  color: #667a8b;
}

.div-inline {
  color: #828282;
  font-size: 11px;
}

.user-avtar-main-info-rights {
  float: right;
}

.drop-mn-user {
  background-image: url(../images/image-alls.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 23px;
  background-position: -1px -3px;
  cursor: pointer;
  position: relative;
}

.drop-mn-user .usr-ul-main {
  position: absolute;
  width: 150px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: none;
  top: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  right: -135px;
  text-align: center
}

.drop-mn-user:hover .usr-ul-main {
  display: block;
}

.drop-mn-user .usr-ul-main ul li {
  display: block;
  border-bottom: 1px solid #ececec;
}

.drop-mn-user .usr-ul-main ul li a {
  display: block;
  font-size: 15px;
  color: #667a8b;
  padding: 10px 20px;
  font-family: 'heebolight';
}

.drop-mn-user .usr-ul-main ul li a:hover {
  color: #135bb0;
}

.txt-p-usr {
  font-size: 16px;
  color: #2e353b;
  margin: 10px 0;
}

.footer-feed-white-box {
  border-top: 1px solid #dbe3e7;
  padding: 10px 0;
  font-size: 14px;
  color: #8e9ca8;
  font-family: 'heebolight';
}

.usr-fd-img {
  background-image: url(../images/image-alls.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 24px;
  display: inline-block;
}

.like-icon-feed {
  background-position: -34px -5px;
}

.comments-icon-feed {
  background-position: -61px -4px;
}

.share-icon-feed {
  background-position: -89px -5px;
}

.replay-icon-feed {
  background-position: -117px -3px;
}

.replay-icon {
  background-color: #135bb0;
  font-size: 18px;
  padding: 12px 14px 10px;
  border-radius: 3px;
  color: #fff;
}

.replay-icon:hover {
  background-color: transparent;
  border: 1px solid #135bb0;
  color: #135bb0;
}

a.text-likes:hover .replay-icon-feed {
  background-position: -117px -30px;
  color: #135bb0;
}

a.text-likes:hover .like-txt-feed {
  color: #135bb0;
}

a.text-likes:focus .like-txt-feed {
  color: #135bb0;
}

a.text-likes:hover .like-icon-feed {
  background-position: -29px -32px;
}

.text-likes {
  vertical-align: top;
  margin: 5px 0px 10px;
  color: #8e9ca8;
}

.like-txt-feed {
  vertical-align: top;
  padding-top: 3px;
  display: inline-block;
  color: #8e9ca8;
}

.like-txt-feed.acti-like {
  color: #135bb0;
}

.inline-bcl {
  display: inline-block;
  margin-left: 3px;
}

.pull-left-div {
  float: left;
}

.pull-right-div {
  float: right;
}

.feed-back-so .comment-section-main {
  padding: 0px 20px 0px;
}

.feed-back-so .main-footercomment-box {
  margin-top: 0px;
  margin-bottom: 0;
}

.feed-back-so .footer-feed-white-box {
  padding: 0;
  margin: 0px;
}

.buddies-profile-avtr.new-box-list .button-usr-bdds {
  font-size: 12px;
}

.buddies-profile-avtr.new-box-list .follow-btn-main .button-usr-bdds {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}

.buddies-profile-avtr.new-box-list {
  padding: 10px;
}

.buddies-profile-avtr.new-box-list .buddies-profile-avtr-title {
  font-size: 16px;
}

.buddies-profile-avtr.new-box-list .address-usr-connect {
  font-family: 'heeboregular';
}

.buddies-profile-avtr.new-box-list .border-ulfollow {
  margin: 10px auto;
}

.buddies-profile-avtr.new-box-list .buddies-profile-avtr-title {
  /* height: 25px; */
}

.buddies-profile-avtr.new-box-list .buddies-profile-avtr-image {
  margin: 0 auto 10px;
}

.comment-section-main {
  background-color: #fafafa;
  margin: 0 -20px;
  padding: 20px;
  border-top: 1px solid #dbe3e7;
}

.comment-section-main .user-avtar-main-info-left {
  width: 30px;
  height: 30px;
  margin-top: 3px;
}

.comment-section-main .user-avtar-main-info-right {
  margin-left: 45px;
}

.comment-section-main .title-avtr-info {
  font-size: 14px;
  display: inline-block;
  color: #0e5cab;
}

.p-txt-comments {
  font-size: 15px;
  color: #2e353b;
  font-family: 'heebolight';
  margin: 20px 0;
}

.button-full-width-view {
  display: block;
  color: #8e9ca8;
  font-family: 'heebomedium';
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #dbe3e7;
  margin: 0 -20px;
}

.button-full-width-view:hover {
  background-color: #135bb0;
  color: #fff;
}

.main-footercomment-box {
  margin-top: 30px;
  margin-bottom: 10px;
}

.main-footercomment-box-left {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  box-shadow: 0px 0px 2px #d0d0d0;
}

.main-footercomment-box-left img {
  height: 100%;
}

.main-footercomment-box-right {
  margin-left: 45px;
  padding-right: 160px;
  position: relative;
}

.post-commnet-a {
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 15px;
  color: #8e9ca8;
  width: 100%;
}

.post-cmnts {
  display: block;
  color: #fff;
  background-color: #135bb0;
  font-family: 'heebomedium';
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 15px 14px 13px;
  border: 1px solid #135bb0;
  border-radius: 3px;
  width: 150px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.post-cmnts:hover {
  background-color: #fff;
  color: #135bb0;
}

.images-scetion-share {
  text-align: center;
  margin-bottom: 30px;
}

.compose-post-textarea.small textarea {
  height: 85px
}

.compose-post-textarea.small {
  padding: 20px 20px 0
}

.compose-post-textarea.small .text-area-class {
  margin-left: 46px
}

.images-scetion-share.multy {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.images-scetion-share.multy audio,
.images-scetion-share.multy video {
  width: 250px;
}

.images-scetion-share.multy .images-scetion-share-innre {
  position: relative;
  max-width: 500px;
  height: 128px;
  float: left;
  overflow: hidden;
  margin: 0 10px 10px 0
}

.images-scetion-share.multy .images-scetion-share-innre img {
  max-width: 500px;
  float: left;
}

.images-scetion-share.multy .images-scetion-share-innre.black {
  position: relative
}

.images-scetion-share.multy .images-scetion-share-innre.black:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.images-share-plus a {
  position: absolute;
  height: 38px;
  width: 38px;
  background-image: url(../images/small-images.png);
  background-repeat: no-repeat;
  background-position: -100px -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 65px
}

#showUpGalleryBlanket {
  z-index: 99999 !important;
  position: fixed !important;
}

.video-scetion-share {
  margin-bottom: 30px;
}

.video-scetion-share iframe {
  width: 100%;
  height: 400px;
}

.audio-scetion-share {
  margin-bottom: 30px;
}

.step-circles-main {
  text-align: center;
  margin-top: 40px;
}

.step-circles-main ul li {
  display: inline-block;
  margin: 0 3px;
}

.step-circles-main ul li a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.step-circles-main ul li a.dark-blue-cirlce {
  background-color: #135bb0;
}

.step-circles-main ul li a.fade-dark-blue-cirlce {
  background-color: #5789c5;
}

.step-circles-main ul li a.fade-low-dark-blue-cirlce {
  background-color: #84a9d4;
}

.step-circles-main ul li a.light-blue-cirlce {
  background-color: #b1c8e2;
}

.audio-scetion-share audio {
  width: 100%;
  max-width: 320px;
}

.compose-post-top-input {
  padding: 30px 20px 5px
}

.compose-post-top-input .form-group {
  margin-bottom: 0
}

.uploaded-show-img {
  display: block;
  margin: 20px;
}

.uploaded-img {
  display: inline-block;
  margin: 5px;
  max-width: 120px;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border: 1px solid #dbe3e7;
  position: relative;
  box-shadow: inset 0 0 0 0 rgba(200, 95, 66, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.uploaded-img:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.uploaded-img a {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto auto;
  display: block;
  opacity: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #135bb0;
  border-radius: 3px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}

.uploaded-img:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*User Feeds Page End */


/*User Buddies Start */
.message-icns {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #165eaa;
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

.message-icns:hover {
  color: #165eaa;
  background-color: #fff;
  box-shadow: 1px 0px 11px 1px rgba(51, 51, 51, 0.21);
}

.border-ulfollow {
  height: 1px;
  background-color: #e5e5e5;
  width: 100px;
  margin: 20px auto;
}

.buddies-profile-avtr {
  position: relative;
  padding: 20px;
  text-align: center;
  /*background-color: #fff;*/
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.buddies-profile-avtr-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.buddies-profile-avtr-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.buddies-profile-avtr-title {
  color: #2e353b;
  font-size: 18px;
  font-family: 'heebobold';
  min-height: 40px;
  line-height: 20px;
}

.address-usr-buddies {
  font-size: 14px;
  color: #a1a1a1;
  font-family: 'heebolight';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address-usr-connect {
  font-size: 12px;
  color: #165eaa;
  font-family: 'heebolight';
}

.button-usr-bdds {
  background-color: #165eaa;
  border: 1px solid #165eaa;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'heebomedium';
  border-radius: 3px;
  display: inline-block;
}

.button-usr-bdds:hover {
  background-color: #fff;
  color: #165eaa;
}

.pagination-listing {
  text-align: center;
  margin-top: 30px;
}

.pagination-listing ul li.active {
  margin-left: 5px;
}

.pagination-listing ul li {
  display: inline-block;
  margin-right: 3px;
  border-radius: 3px;
  vertical-align: top;
}

.pagination-listing ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  line-height: 20px;
  font-size: 16px;
  color: #2d3e50;
  font-family: 'heebomedium';
  background-color: #fff;
  padding-top: 6px;
}

.pagination-listing ul li a:hover {
  background-color: #165eaa;
  color: #fff;
}

.pagination-listing ul li a.active {
  background-color: #165eaa;
  color: #fff;
}

.pagination-listing ul li.first-arrow a,
.pagination-listing ul li.last-arrow a {
  font-size: 20px;
  padding-top: 5px;
}

.search-fialds {
  border: 1px solid #e2e2e2;
  height: 40px;
  width: 100%;
  max-width: 370px;
  padding: 0 15px 0 40px;
  color: #a7adb3;
  font-family: 'heebolight';
  border-radius: 3px;
  float: right;
  font-size: 14px;
  background-image: url(../images/buddies-search-icn.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-bottom: 20px;
}

.follow-btn-main .button-usr-bdds {
  padding: 0 30px;
  height: 40px;
  line-height: 40px
}

.user-search-tab-wraepper .buddies-profile-avtr-title {
  font-family: 'heeboregular', sans-serif;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*User Buddies End */

/*User Business Card Start*/
.business-card-main-white-rightside {
  float: right;
}

.business-card-main-white-leftside {
  text-align: left;
  background: #393764;
  height: 51px;
}

.business-card-main {
  background-color: #363636;
  position: relative;
  margin: 0 auto;
  max-width: 409px;
}

.business-card-main-right-top {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0px;
  top: 0px;
  border-top: 0px solid transparent;
  border-right: 100px solid #f4f5ec;
  border-bottom: 100px solid transparent;
}

.business-card-main-right-top:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: -100px;
  top: 0px;
  border-top: 0px solid transparent;
  border-right: 90px solid #b4d105;
  border-bottom: 90px solid transparent;
}

.business-card-main-white {
  background-image: url(../images/business-cart-pattrn.jpg);
  background-repeat: repeat;
  color: #393939;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.name-of-card-owenr {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.name-of-card-decs {
  font-size: 11px;
  color: #737373;
}

.footer-business-card {
  margin-top: 30px;
}

.footer-business-card-txt-crd {
  position: relative;
  color: #343434;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.second-business-cards-white .footer-business-card-txt-crd:first-child,
.second-business-cards-white .footer-business-card-txt-crd:nth-child(3) {
  width: 237px;
}

.second-business-cards-white .footer-business-card-txt-crd:nth-child(2),
.second-business-cards-white .footer-business-card-txt-crd:nth-child(4) {
  width: 118px;
}

.footer-business-card-txt-crd span i {
  vertical-align: top;
}

.footer-business-card-txt-crd span {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 5px;
  display: inline-block;
}

.title-bsiness-card-txt {
  font-size: 18px;
  color: #3e4348;
  font-family: 'heebomedium';
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.business-card-main-left-bottom {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0px;
  bottom: 0px;
  border-bottom: 0px solid transparent;
  border-left: 100px solid #f4f5ec;
  border-top: 100px solid transparent;
}

.business-card-main-left-bottom:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: 10px;
  top: -90px;
  border-bottom: 0px solid transparent;
  border-left: 90px solid #b4d105;
  border-top: 90px solid transparent;
}

.business-card-main-white.second-business-cards-white {
  background-image: url(../images/business-card-company-img-s.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 409px;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}

.footer-business-card.card-footer-second {
  background-color: #ef5450;
  margin: 100px -20px 0;
  padding: 20px 20px 33px;
}

.footer-business-card.card-footer-second .footer-business-card-txt-crd {
  color: #fff;
  padding-left: 25px;
  position: relative;
  z-index: 2;
}

.footer-business-card.card-footer-second .footer-business-card-txt-crd span {
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  top: -1px;
  line-height: 11px;
}

.square-box-line {
  width: 59%;
  height: 140px;
  position: absolute;
  left: 30px;
  bottom: 40px;
  border-radius: 20px 0px 20px 20px;
  border-top: 2px solid #ef5450;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ef5450;
}

.square-box-line:after {
  content: '';
  width: 2px;
  background-color: #fff;
  height: 100px;
  position: absolute;
  right: -2px;
  top: -100px;
  display: block;
}

.square-box-line:before {
  content: '';
  width: 100px;
  height: 90px;
  position: absolute;
  left: -2px;
  bottom: -1px;
  display: block;
  border-left: 2px solid #fff;
  border-radius: 0 0 0 20px;
}

.square-box-line-black {
  width: 120px;
  height: 85px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 20px;
  top: -12px;
  border-radius: 0px 0px 30px 0px;
}

.title-second-tile {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 50%;
}

.title-second-tile-name {
  font-size: 15px;
  font-family: 'heebobold';
  text-transform: uppercase;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-second-sub-name {
  font-size: 11px;
  margin-top: 5px;
}

.card-section-main {
  padding: 40px 0 40px 12px;
}

.inner-white-wrapper.paddings-auto {
  padding: 0;
}

.link-share-a {
  float: left;
  width: 50%;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e4348;
  font-family: 'heebolight';
  padding: 15px 10px;
  text-align: center;
}

.link-share-a:first-child {
  border-right: 1px solid #ccd4dd;
}

.link-share-a:hover {
  text-decoration: underline;
  color: #135bb0;
}

.link-share-a span {
  display: inline-block;
  margin-right: 5px;
}

.footer-border-card-business {
  border-top: 1px solid #ccd4dd;
}

.first-card .footer-business-card {
  max-width: 305px;
  width: 100%;
  margin-left: auto;
}

.first-card .left-details {
  float: left;
  width: 50%;
  display: inline-block
}

.right-details {
  width: 50%;
  display: inline-block;
}

.left-details .footer-business-card-txt-crd,
.right-details .footer-business-card-txt-crd {
  font-size: 11px;
  line-height: 22px;
  margin: 0;
}

.footer-business-card-txt-crd.mail {
  word-wrap: break-word;
  display: block
}

/*business card new chages done by yoesh*/
.tagline-section-block {
  font-style: italic;
  font-size: 16px;
  font-family: a;
  letter-spacing: 0.5px;
  color: #808080;
  text-align: right;
  margin: 56px 15px 0 0
}

.sake-somm-bold-email {
  text-align: right;
  font-family: 'heebomedium';
  font-size: 16px;
  padding: 0 15px;
  color: #575555;
}

.sake-somm-info-email {
  text-align: right;
  font-size: 13px;
  padding: 0 15px;
  color: #575555;
}

.sake-somm-social-section .fa-instagram {
  color: #313131;
  font-size: 19px;
}

.sake-somm-social-section .fa-facebook-official {
  color: #383965;
  font-size: 19px;
  margin: 0 7px;
}

.sake-somm-social-section .fa-twitter {
  color: #388dbc;
  font-size: 19px;
}

.sake-somm-social-section {
  font-size: 13px;
  text-align: right;
  padding: 3px 15px;
  color: #575555;
}

.sake-somm-social-section i,
.sake-somm-social-section span {
  display: inline-block;
  vertical-align: middle;
}

.sake-langu-img {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/*back side card*/
.business-card-back-side {
  text-align: center;
  padding: 10px 20px;
  max-width: 409px;
  margin: 0 auto;
}

.print-card-back-side {
  text-align: center;
  padding: 17px 20px;
}

.business-card-back-side li,
.print-card-back-side li {
  font-size: 12px;
  padding: 3px 0;
  color: #393939
}

.business-card-back-side li span,
.print-card-back-side li span {
  display: inline-block;
  vertical-align: middle
}

.business-card-back-side li span.li-bulets-section,
.print-card-back-side li span.li-bulets-section {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #393939;
  margin-right: 3px;
}

.business-card-back-side li:first-child,
.business-card-back-side li:nth-child(2),
.print-card-back-side li:first-child,
.print-card-back-side li:nth-child(2) {
  color: #3c4694;
}

.sake-website-section {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-back-side-logo-section {
  width: 32.333333%;
  display: inline-block;
}

.card-back-side-logo-section img {
  height: 70px;
}

#first_card_div,
#second-print-div {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}



/*business card new chages done by yoesh end*/

/*User Business Card End*/

/*User MyTimeLine Start*/
.upload-background-image-main.none-img-n .update-pic-btns {
  display: none;
}

.upload-background-image-main {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
}

.upload-background-image-main .pro-img {
  height: 220px;
  width: 100%;
  position: relative;
  border-radius: 0;
}

.upload-background-image-main .pro-img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+1,0.84+98 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.84) 98%, rgba(0, 0, 0, 0.84) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.84) 98%, rgba(0, 0, 0, 0.84) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.84) 98%, rgba(0, 0, 0, 0.84) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
  /* IE6-9 */
}

.upload-background-image-main .pro-img img {
  width: 100%;
  height: auto;
}

.upload-background-image-main .attachment_upload {
  height: 22px;
  width: 23px;
  z-index: 999;
  cursor: pointer;
}

.upload-background-image-main .update-pic-btns {
  width: 23px;
  height: 22px;
  right: auto;
  left: 10px;
  top: 10px;
}

.upload-background-image-main .update-pic-btns .up-btn {
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 0;
  height: 22px;
  position: relative;
  z-index: 1;
  width: 23px;
}

/*.upload-background-image-main .update-pic-btns .up-btn:hover{color: #2271c4}*/
.usr-my-tmline-social {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: -21px;
  z-index: 2;
}

.mytimeline-avtr-circles {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
  margin: auto;
  color: #fff;
  /*height: 154px;*/
  height: 180px;
}

.followers-count-timeline {
  margin-bottom: 10px;
}

.avatar-image-usr {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 5px solid rgba(255, 255, 255, 0.44);
}

.avatar-image-usr img {
  width: 100%;
  height: 100%;
}

.avatar-content-usr {
  text-align: center;
}

.title-avatar-usr {
  font-size: 18px;
  font-family: 'heebomedium';
}

.content-avatar-usr {
  font-size: 14px;
  max-width: 520px;
  margin: 0 auto;
}

.update-pic-btns.banner .attachment_upload {
  right: 0px;
  bottom: -2px;
}

/*User MyTimeLine End*/

/* User Notifications css start here */
.inner-white-wrapper.no-padding {
  padding: 0
}

.notification-block {
  border-bottom: 1px solid #ebf0f3;
  padding: 10px 15px;
  position: relative
}

.notification-block:hover {
  background: #f9fdff
}

.notification-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  box-shadow: 0px 0px 2px #d0d0d0;
}

.notification-icon img {
  height: 100%;
}

.notification-content {
  padding: 0 30px 0 51px
}

.noti-head {
  font-size: 13px;
  color: #667a8b;
  line-height: 20px
}

.noti-head span {
  font-size: 14px;
  color: #1c2b35;
  font-family: 'heebomedium'
}

.noti-head a {
  color: #3c495d;
  font-size: 13px;
}

.noti-head a b {
  color: #165eaa;
  font-family: 'heebomedium';
  font-weight: normal;
}

.noti-head:hover {
  color: #1c2b35
}

.noti-head-content {
  font-size: 12px;
  color: #667a8b;
  line-height: 16px
}

.notification-left-close a {
  position: absolute;
  top: 22px;
  right: 19px;
  height: 20px;
  width: 22px;
  background-image: url(../images/small-images.png);
  background-repeat: no-repeat;
  background-position: 0px -19px;
  transition: 0.0s;
  display: none;
  background-size: 220px
}

.notification-block:hover .notification-left-close a {
  display: block;
}

.notification-left-close a:hover {
  background-position: 0px -36px;
  transition: 0.0s
}

.comment-section-main.reply-main {
  background: none;
  border-top: none
}

.comment-section-main.reply-main .user-avtar-main-info-left {
  width: 40px;
  height: 40px
}

.main-footercomment-box-right.reply-inner {
  margin-left: 0;
  padding-right: 0;
  background: #f8f6f6;
  border-radius: 3px;
  padding: 15px
}

.main-footercomment-box-right.reply-inner .inline-bcl {
  margin: 0;
  float: right
}

.main-footercomment-box-right.reply-inner .compose-post-textarea {
  padding: 10px 0
}

.main-footercomment-box-right.reply-inner .compose-post-textarea textarea {
  height: 65px
}

.main-footercomment-box-right.reply-inner .user-avatar-feed-main {
  left: 0;
  top: 11px
}

.main-footercomment-box-right.reply-inner .compose-post-textarea .text-area-class {
  margin-left: 45px
}

.text-likes.inline-bcl.my-rep {
  margin: 0;
  float: right;
}

.main-footercomment-box-right.reply-inner .user-avatar-feed {
  width: 35px;
  height: 35px
}

/* User Notifications css end here */

/* User messages section start here*/

#chat_div {
  display: block !important;
}

.verticalslide.responsive-tabs.tabs>nav {
  height: 627px;
}

.user-message-inner-wrapper .responsive-tabs>nav {
  height: initial;
}

.message-right-conte-wrapper {
  margin-top: -99px
}

.dash-white-main {
  background: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  border-radius: 3px
}

.dash-white-main .responsive-tabs.responsive-tabs-initialized {
  display: block
}

.dash-white-main .responsive-tabs>div.content {
  clear: both
}

.dash-white-main .responsive-tabs.accordion {
  border: 1px solid #e1e1e1;
}

/*.dash-white-main .responsive-tabs.accordion>nav{display:none}*/
.dash-white-main .responsive-tabs.accordion h3.accordion-title {
  margin: 0
}

.dash-white-main .responsive-tabs.accordion h3.accordion-title a {
  background: #fff;
  font-weight: 400;
  border-top: 1px solid #e1e1e1;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none
}

.dash-white-main .responsive-tabs.accordion h3.accordion-title.active a {
  background: #165eaa;
  color: #ffffff;
}

.dash-white-main .responsive-tabs.accordion .chat-name-top-wrapper {
  margin: 0 10px
}

.dash-white-main .responsive-tabs.accordion .write-message-block {
  margin-left: 0 !important;
  padding: 0px 10px;
  margin-right: 0;
}

.dash-white-main .responsive-tabs.accordion .chat-name-top-wrapper {
  border-bottom: none
}

.dash-white-main .responsive-tabs.accordion h3.accordion-title:first-child a {
  border-top: none
}

.dash-white-main .responsive-tabs.accordion>div.content>section {
  padding: 10px;
  background: #fff;
  display: block;
  border-top: 1px solid #e1e1e1;
  overflow: auto
}

.dash-white-main .responsive-tabs.tabs {
  border: none;
  margin: 0;
}

.dash-white-main .responsive-tabs.tabs>nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  max-height: 514px;
  overflow: auto
}

.dash-white-main .responsive-tabs.tabs>nav ul:after {
  content: '';
  display: table;
  clear: both
}

.dash-white-main .responsive-tabs.tabs>nav ul li a {
  color: #363636;
  padding: 13px 15px 10px;
  display: block;
  font-family: 'heeboregular';
}

.dash-white-main .responsive-tabs.tabs h3.accordion-title {
  display: none
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  float: left;
  position: relative;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-img .travles-green {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #18d626;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.dash-white-main .responsive-tabs.accordion .message-tabb-wrapper {
  margin-bottom: 3px
}

.dash-white-main .responsive-tabs.accordion .message-inner-tital {
  font-size: 22px;
  color: #3e4348;
  line-height: 39px;
}

.dash-white-main .responsive-tabs.accordion .chat-travels-name {
  margin-top: 8px
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-name-blo {
  display: block;
  padding: 9px 0 8px;
  margin-left: 47px;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-name-blo .travles-name-head {
  font-size: 14px;
  color: #363636;
  font-family: 'heebolight';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: -7px 0 -17px;
  display: block;
}

.dash-white-main .responsive-tabs.tabs>nav ul li.active a .travles-name-blo .travles-name-head {
  color: #135bb0;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-name-blo .travles-name-sub {
  font-size: 12px;
  color: #667a8b;
  font-family: 'heebolight';
  margin: 19px 0 -9px;
  display: block;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-img img {
  border-radius: 50%;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a .travles-name {
  margin-left: 47px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 9px 0 8px;
  font-size: 14px;
  color: #363636;
  font-family: 'heebolight';
}

.dash-white-main .responsive-tabs.tabs>nav ul li.active a {
  /*background-color: #f8fafb;*/
  color: #135bb0;
}

.mck-videocall-image {
  height: 50px !important;
}

.travles-name-head .applozic-launcher label {
  margin: 10px 0 0 45px;
}

/*Vertical Slider*/
.dash-white-main.social-networking-alt .verticalslide {
  margin: 0px auto;
}

.verticalslide.responsive-tabs.tabs>div.content {
  clear: none;
  display: block;
  margin-left: 280px;
  padding: 20px 0 20px 20px;
}

.verticalslide.responsive-tabs.tabs>nav {
  display: inline;
  float: left;
  border: none;
  border-right: 1px solid #f0f3f6;
  max-width: 280px;
  width: 100%;
  margin-right: 20px
}

.verticalslide.responsive-tabs>nav ul li {
  float: none;
  border-bottom: 1px solid #f0f3f6;
  position: relative;
}

.verticalslide.responsive-tabs.tabs>nav ul li a:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  background: #f8fafb;
}

.verticalslide.responsive-tabs.tabs>nav ul li a:hover .travles-name-head {
  color: #135bb0;
}

/*Vertical Slider End*/
.search-member-block {
  position: relative;
  max-width: 420px;
}

.search-member-block input {
  height: 50px;
  width: 100%;
  border: none;
  color: #a4a4a4;
  padding: 0 35px 0 15px;
}

.search-member-block button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 13px;
}

.left-message-block {
  position: relative;
  margin-bottom: 30px;
}

.left-message-profile {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  position: absolute;
  left: 3px;
  top: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.left-message-content {
  margin-left: 52px;
  border-radius: 3px;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.left-message-content .arrow-message-left {
  position: absolute;
  left: -19px;
  top: -1px;
  height: 14px;
  width: 20px;
  background-image: url(../../front/images/message-arrow-left.png);
  background-repeat: no-repeat;
}

.left-message-content .actual-message {
  font-size: 14px;
  color: #2e8bd5;
}

.left-message-content .message-time {
  color: #667a8b;
  font-size: 12px;
  font-family: 'heebolight';
  text-align: left;
}

.right-message-block .left-message-profile {
  left: auto;
  right: 0;
}

.right-message-block.left-message-block {
  text-align: right;
  margin-right: 20px;
}

.right-message-block.left-message-block .left-message-content {
  margin: 0 50px 0 0;
  background: transparent;
}

.actual-message div img.img-rounded {
  border: 3px solid
    /*#f3f3f3*/
    lightgray;
}

.right-message-block.left-message-block .arrow-message-right {
  position: absolute;
  right: -18px;
  top: -1px;
  height: 14px;
  width: 20px;
  /*background-image: url(../../front/images/message-arrow-right.png);background-repeat: no-repeat;*/
}

.right-message-block.left-message-block .actual-message {
  color: #292d2f;
}

.dash-white-main.social-networking-alt .mCSB_container {
  padding-right: 0;
}

.chat-name-top-wrapper {
  height: 61px;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 0;
  margin: 0 20px 0 300px
}

.chat-travels-name {
  font-size: 20px;
  color: #3b392e;
  font-family: 'heebomedium';
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  padding: 13px 0;
  margin: 0 30px 0 220px;
}

.follow-btn-main.messa-right .button-usr-bdds {
  float: right;
  font-family: 'heeboregular';
  padding: 0 17px
}

/*.dash-white-main .verticalslide.tabs.responsive-tabs.responsive-tabs-initialized{box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);}*/
.write-message-block {
  position: relative;
  margin-top: 30px;
  margin-right: 20px;
}

.write-message-block input {
  width: 100%;
  height: 50px;
  border: 1px solid #c5c5c5;
  padding: 0 95px 0 15px;
  width: 100%;
  border-radius: 3px;
  color: #1c2b35 !important;
  font-size: 16px;
  font-family: 'heebolight'
}

.send-message-btn {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 15px;
  background: #135bb0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #135bb0;
}

.send-message-btn:hover {
  background: transparent;
  color: #135bb0;
}

.disput-popup {
  position: absolute;
  top: 7px;
  right: 66px;
}

.disput-popup .fileUpload input.upload {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.disput-popup .fileUpload span {
  border-width: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  opacity: 1;
  outline: medium none;
  font-size: 26px;
}

.disput-popup .fileUpload {
  text-align: center;
  display: inline-block;
  color: #a4a4a4;
}

.messages-section {
  height: 423px;
  overflow: auto;
}

.messages-section-main {
  height: 423px;
  overflow: auto
}

.travles-green {
  display: none;
}

.travles-img.active .travles-green {
  display: block
}

.left-message-profile-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.rights-message-profile {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.profile-wrapper.message-whites-emp {
  padding: 0;
  overflow: hidden;
}

.emp-al-messagess {
  position: absolute;
  right: 20px;
  color: #a4a4a4;
  top: 25px;
  font-family: 'heeboregular';
  font-size: 12px;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a:hover .emp-al-messagess {
  color: #363636;
}

.dash-white-main .responsive-tabs.tabs>nav ul li a {
  position: relative;
}

.employee-dropdow {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  width: 300px;
  text-align: right;
}

.arrowdrop-listmenu {
  width: 300px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  height: auto !important;
  min-height: auto !important;
  z-index: 9;
  overflow: hidden;
}

.arrowdrop-listmenu ul {
  height: auto;
}

.arrowdrop-listmenu ul li {
  display: block;
  background-color: #fff;
}

.arrowdrop-listmenu ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #dededf;
  font-size: 15px;
  color: #2c3744;
}

.arrowdrop-listmenu ul li a:hover {
  color: #ff9801;
}

.employee-dropdow:hover .arrowdrop-listmenu {
  display: block;
}

.employee-dropdow .arrowdrop-listmenu {
  display: none;
}

.blackpatch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  width: 100%;
  height: 100%;
}

.blackpatch {
  overflow: hidden;
  position: relative;
}

.message-input-type {
  position: relative;
}

.message-input-type input {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 15px;
  font-size: 15px;
  font-family: 'heebolight';
  color: #3e4348;
  border: none;
  border-radius: 3px 0 0 0;
  border-bottom: 1px solid #e4e4e4;
}

.message-search-btn {
  height: 22px;
  width: 20px;
  border: none;
  background: none;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  color: #135bb0;
  font-size: 18px;
  padding: 0;
  line-height: 16px;
}

.message-search-btn:hover {
  color: #1c2b35
}

.message-tabb-wrapper .message-tabb-inner-blo {
  display: inline-block;
  border-top: none;
  margin-right: -4px;
  width: 33.3%;
}

.message-tabb-wrapper .message-tabb-inner-blo {
  background-color: transparent;
  font-size: 17px;
  font-weight: 600;
  color: #3e4348;
  font-family: 'heebolight';
  padding: 14px 0 14px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer
}

.message-tabb-wrapper .message-tabb-inner-blo:hover {
  box-shadow: none;
  background: none;
  color: #3e4348;
  border-bottom: 1px solid #e4e4e4;
}

.message-tabb-wrapper .message-tabb-inner-blo.active {
  color: #3e4348;
  border-bottom: 1px solid #e4e4e4;
}

/*.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul{height: auto;}
.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul{height: auto;margin-bottom: -5px}
.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul li{display: inline-block;border-top: none;margin-right: -4px;width: 33.3%;}
.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul li a{background-color: transparent;float: left;font-size: 15px;color: #3e4348;
 font-family: 'heebolight';padding: 14px 0 14px;width: 100%;text-align: center;border-bottom: 1px solid #e4e4e4;}
.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul li a:hover{box-shadow: none;background: none;color: #135bb0;border-bottom: 1px solid #135bb0;}
.dash-white-main .responsive-tabs.tabs > nav .message-tabb-wrapper ul li .active{color: #135bb0;border-bottom: 1px solid #135bb0}*/
/*.dash-white-main.social-networking-alt.message{background:none;box-shadow:none;border-radius: 3px}*/
.user-message-inner-wrapper .responsive-tabs>nav {
  background: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 100%;
  max-width: 470px
}

.dash-white-main.social-networking-alt.message .message-tabb-wrapper {
  border-bottom: 1px solid #e4e4e4;
  padding-right: 15px;
  background: #fff
}

.dash-white-main.social-networking-alt.message .message-tabb-wrapper .message-tabb-inner-blo {
  width: 100%;
  text-align: left;
  padding: 14px 15px;
  margin-bottom: -1px;
  float: left
}

.message-tabb-right-uder {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  float: right;
  position: relative;
  margin-top: 7px
}

.message-tabb-right-uder img {
  height: 35px;
  width: 35px;
  border-radius: 50%
}

.message-right-uder-active {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #18d626;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  /*box-shadow: 0 0 2px rgb(0,0,0,0.8)*/
}

.message-right-uder-active.yellow {
  background-color: #e6d303
}

.message-right-uder-active-orenge {
  background-color: #ed4503
}

.show-respon-block ul li a {
  background-color: #fff;
  color: #135bb0
}

.show-respon-block ul li a .travles-img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  float: left;
  position: relative;
  display: block
}

.show-respon-block ul li a .travles-img img {
  height: 36px;
  width: 36px;
  border-radius: 50%
}

.show-respon-block ul li a .travles-name-blo {
  display: block;
  padding: 9px 0 8px;
  margin-left: 47px
}

.show-respon-block ul li a .travles-name-blo .travles-name-head {
  font-size: 14px;
  color: #363636;
  font-family: 'heebolight';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: -7px 0 -17px;
  display: block
}

.show-respon-block ul li a .travles-name-blo .travles-name-sub {
  font-size: 12px;
  color: #667a8b;
  font-family: 'heebolight';
  margin: 19px 0 -9px;
  display: block
}

/* User messages section end here*/

/* 404-page start here */
.wrapper-404 {
  float: none;
  margin: 150px auto 100px;
  max-width: 750px;
  text-align: center;
  position: relative;
}

.wrapper-404 h4 {
  color: #fff;
  font-size: 40px;
}

.wrapper-404 h1 {
  color: #165eaa;
  font-size: 200px;
  margin-top: 0;
  font-family: 'heebomedium'
}

.wrapper-404 .direction img {
  margin: 0 auto;
  width: 90px;
}

.wrapper-404 h5 {
  color: #fff;
  font-size: 22px;
  padding-top: 10px;
  line-height: 34px;
  margin: 0 0 30px
}

.fore-zero {
  width: 260px;
  margin: 0 auto
}

.fore-zero.inline-buttons .sim-button {
  display: block;
  margin: 0;
  font-size: 15px;
  color: #135bb0
}

/* 404-page end here */

/* Thank  You page start here */
.wrapper-404 h6 {
  color: #fff;
  font-size: 100px;
  margin: 50px 0 0
}

.banner-404.thank-you-page {
  background-image: url(../images/404-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.banner-404.thank-you-page:before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../html/images/404-banner-bitted.png);
  display: block;
}

.continue-btn-block {
  text-align: center;
}

.continue-btn-block .login-btn {
  display: inline-block;
  width: auto;
}

/* Thank  You page end here */


/*Radio Buttons css start*/
.radio-block-wrapper {
  margin-bottom: 20px;
  margin-top: 0;
}

.radio-block-wrapper.new-update-margin {
  margin-bottom: 0;
  margin-top: 30px;
}

.radio-label-block {
  float: left;
  margin: 5px 20px 24px 0;
  color: #2e353b;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 14px
}

.radio-btns.my-pro .radio-btn {
  display: block;
  position: relative;
  float: left;
}

.radio-btns.my-pro .radio-btn input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio-btns.my-pro .radio-btn label {
  font-weight: normal;
  color: #2e353b;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 2px 25px 0px 26px;
  margin: 0px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  text-transform: capitalize;
}

.radio-btns.my-pro .radio-btn:last-child label {
  padding-right: 0;
}

.radio-btns.my-pro .radio-btn .check {
  display: block;
  position: absolute;
  border: 2px solid #135bb0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 2px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.radio-btns.my-pro .radio-btn .check::before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 3px;
  margin: auto;
  position: absolute;
  top: 3px;
  transition: background 0.25s linear 0s;
  width: 8px;
}

.radio-btns.my-pro input[type=radio]:checked~.check {
  border: 2px solid #135bb0;
}

.radio-btns.my-pro input[type=radio]:checked~.check::before {
  background: #135bb0;
}

.radio-btns.my-pro input[type=radio]:checked~label {
  color: #2d3e50;
}

/*Radio Buttons css end*/

/*Public Profile page css start*/
.public-profile-wrapper {
  width: 100%;
  max-width: 870px;
  margin: 0 auto
}

.public-gray-block {
  background: #f5f5f5;
  padding: 20px;
  margin: 16px 0px 35px 50px
}

.white-box-feed-main.public {
  padding-bottom: 0
}

.white-box-feed-main.public .button-full-width-view {
  border-bottom: none;
  border-top: 1px solid #dbe3e7
}

.p-txt-comments.public {
  margin-bottom: 0
}

.public-gray-block .txt-p-usr {
  margin: 11px 0 0 50px
}

/*Public Profile page css end*/

/*User Search Tab page css start*/
.user-search-tab-wraepper .ul-bgc {
  margin-bottom: 30px;
  background-color: transparent;
}

.user-search-tab-wraepper .resp-tabs-list li {
  width: 50%;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  font-family: 'heebomedium';
  font-size: 15px;
  color: #2e353b;
  text-transform: uppercase
}

.user-search-tab-wraepper .resp-tab-active {
  border-bottom: 1px solid #165eaa !important;
  background-color: transparent !important;
  margin-bottom: 15px !important
}

.user-search-tab-wraepper #horizontalTab {
  overflow: hidden;
}

.no-data-main {
  border-radius: 3px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 300px;
  font-size: 18px;
  padding-top: 141px
}

/*User Search Tab page css end*/

/*Edit Post Popup css start*/
.edit-post-popup-wrapper .modal-dialog {
  margin: 128px auto;
  width: 100%;
  max-width: 770px;
  border-radius: 3px
}

.edit-post-popup-wrapper .modal-title {
  color: #393d46;
  font-size: 20px;
  font-family: 'heebomedium';
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 32px
}

.edit-post-popup-wrapper .modal-header button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-position: -58px -50px;
  background-image: url(../images/small-images.png);
  background-repeat: no-repeat;
  transition: 0.0s
}

.edit-post-popup-wrapper .modal-header button:hover {
  background-position: -81px -50px;
  transition: 0.0s
}

.edit-post-popup-wrapper .modal-header {
  text-align: center;
  border-bottom: none;
  padding: 0
}

.edit-post-popup-wrapper .modal-content {
  padding: 30px;
  margin: 0 15px
}

.edit-post-popup-wrapper .modal-body {
  padding: 0
}

/*Edit Post Popup css end*/

/*restaurant login page start*/
.resta-login .login-content-wrapper {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  float: none;
  background-color: #f7f7f7;
  padding: 0 15px;
  max-width: 100%;
  margin: 145px auto 40px;
}

.login-wrapper {
  background-image: url(../images/resta-login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 50% 100%;
  background-color: #f7f7f7;
}

.resta-login .form-group input {
  background-color: transparent;
}

.how-it-login {
  max-width: 375px;
  margin: 145px auto 0;
  text-align: center;
  color: #fff;
  padding: 0 0 50px;
}

.how-it-login h2 {
  margin: 0 0 10px;
  font-size: 40px;
  font-family: 'heebobold', sans-serif;
}

.how-it-login p {
  font-family: 'heebolight', sans-serif;
  margin: 0;
  font-size: 16px;
}

.how-it-login .login-icon {
  background-image: url(../images/image-alls.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 85px;
  width: 85px;
  margin: 0 auto;
}

.how-it-login .login-icon.login-icon1 {
  background-position: -16px -85px;
}

.how-it-login .login-icon.login-icon2 {
  background-position: -18px -180px;
}

.how-it-login .login-icon.login-icon3 {
  background-position: -119px -83px;
}

.how-it-login .login-icon.login-icon4 {
  background-position: -124px -190px;
}

.how-it-login .login-icon.login-icon5 {
  background-position: -14px -285px;
}

.how-it-login li {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.how-it-login li h5 {
  font-size: 18px;
  margin: 10px 0;
  font-family: 'heebomedium', sans-serif;
}

.how-it-login li:last-child {
  border-bottom: 0;
}

.login-wrapper .swipe-right {
  float: right;
}

.rest-login-icon {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}

/*restaurant login page end*/
/*restaurant after login header start*/
.resta-inner-header .profile-name-wrapper {
  background-position: right 11px;
}

.header.inner.resta-inner-header {
  padding: 10px 30px;
}

.header-homes .header.resta-inner-header .logo-block {
  margin: 0
}

.header.resta-inner-header .menu-language.inner {
  margin: 7px 0 0;
}

.resta-inner-header .profile-name-item {
  top: 20px;
}

/*restaurant after login header end*/
/*restaurant profile start*/
.resta-wrapper {
  background-color: #f6f7f8;
  padding: 90px 0 50px;
  min-height: 980px;
}

.resta-profile .pro-img-two {
  border: none;
  height: 120px;
  width: 120px;
}

.resta-profile .my-account-profile-img-block {
  width: 120px;
  margin: 0 auto 35px;
}

/*restaurant profile end*/
/*restaurant timeline start*/
.upload-background-image-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 18, 40, 0.2);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.post-img img {
  margin: 0 auto 30px;
}

/*restaurant timeline end*/
/*restaurant business card start*/
.card-border {
  height: 0;
}

.selected-card::before {
  content: "";
  background-image: url(../images/border-top.png);
  background-repeat: repeat-x;
  background-position: center center;
  height: 5px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
}

.selected-card::after {
  content: "";
  background-image: url(../images/border-bottom.png);
  background-repeat: repeat-x;
  background-position: center center;
  height: 5px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
}

.card-border::before {
  content: "";
  background-image: url(../images/border-left.png);
  background-repeat: repeat-y;
  background-position: center center;
  height: 100%;
  position: absolute;
  left: -4px;
  width: 5px;
  top: 0;
}

.card-border::after {
  content: "";
  background-image: url(../images/border-right.png);
  background-repeat: repeat-y;
  background-position: center center;
  height: 100%;
  position: absolute;
  right: -4px;
  width: 5px;
  top: 0;
}

.second-temp-logo {
  position: absolute;
  top: 12px;
  left: 3px;
  max-width: 115px;
  width: 100%;
  height: 71px;
  overflow: hidden;
  border-radius: 0px 0px 27px 0px;
}

.second-temp-logo img {
  height: 70px;
  max-width: none;
  width: auto;
}

.square-box-line-black::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef5450;
  bottom: -5px;
  left: -3px;
}

.footer-business-card-txt-crd b {
  word-wrap: break-word;
  font-weight: normal;
  height: 34px;
  display: block;
  overflow: hidden;
}

/*restaurant business card end*/
/*restaurant public profile start*/
.resta-public-wrapper {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

/*.resta-public-wrapper */
/*restaurant public profile end*/

/*loader css start*/
#circleG {
  width: 120px;
  margin: 30px auto 0;
}

.circleG {
  background-color: #b0c8e2;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  width: 16px;
  -moz-animation-name: bounce_circleG;
  -moz-animation-duration: 1.6500000000000001s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-border-radius: 21px;
  -webkit-animation-name: bounce_circleG;
  -webkit-animation-duration: 1.6500000000000001s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-border-radius: 21px;
  -ms-animation-name: bounce_circleG;
  -ms-animation-duration: 1.6500000000000001s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-border-radius: 21px;
  -o-animation-name: bounce_circleG;
  -o-animation-duration: 1.6500000000000001s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-border-radius: 21px;
  animation-name: bounce_circleG;
  animation-duration: 1.6500000000000001s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 21px;
}

#circleG_1 {
  -moz-animation-delay: 0.33s;
  -webkit-animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -o-animation-delay: 0.33s;
  animation-delay: 0.33s;
}

#circleG_2 {
  -moz-animation-delay: 0.7700000000000001s;
  -webkit-animation-delay: 0.7700000000000001s;
  -ms-animation-delay: 0.7700000000000001s;
  -o-animation-delay: 0.7700000000000001s;
  animation-delay: 0.7700000000000001s;
}

#circleG_3 {
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}

#circleG_4 {
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-moz-keyframes bounce_circleG {
  0% {}

  50% {
    background-color: #135bb0
  }

  100% {}
}

@-webkit-keyframes bounce_circleG {
  0% {}

  50% {
    background-color: #135bb0
  }

  100% {}
}

@-ms-keyframes bounce_circleG {
  0% {}

  50% {
    background-color: #135bb0
  }

  100% {}
}

@-o-keyframes bounce_circleG {
  0% {}

  50% {
    background-color: #135bb0
  }

  100% {}
}

@keyframes bounce_circleG {
  0% {}

  50% {
    background-color: #135bb0
  }

  100% {}
}

/*loader css end*/

.post_images .thumbnail video {
  width: 100%
}

.button-publish.pull-right.my-dina {
  margin: 20px 0
}

.fileinput-button {
  margin-bottom: 15px
}

.post-img-note-block {
  padding: 0 20px 13px
}

.dropzone .dz-preview .dz-remove {
  font-family: 'heeboregular';
  color: #1c2b35
}

.dropzone .dz-preview .dz-remove:hover {
  color: #135bb0;
  text-decoration: none !important
}

/*User Timeline Reply section css start*/
.my-repl-main-inner-height {
  height: auto;
  overflow: auto
}

.p-txt-comments.main-rep-avtar {
  margin: 0px 0 0px 41px;
  width: 100%;
  max-width: 94%;
  float: none;
  background-color: #eff1f3;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'heeboregular';
  padding: 9px;
}

.text-likes.top-main {
  float: right
}

.comment-section-main.my-repl-main {
  background: none;
  border-top: none
}

.comment-section-main.my-repl-main .user-avtar-main-info-left {
  width: 35px;
  height: 35px;
}

.comment-section-main.my-repl-main .avtar-main-info-right {
  margin-left: 52px
}

.my-repl-inner-gry {
  padding: 8px;
  background: transparent;
  border-radius: 3px;
  margin: 0 0px 0 36px;
}

.repy-comme-head {
  font-family: 'heebomedium';
  font-size: 15px;
  color: #2e353b;
  margin-bottom: 12px
}

.my-repl-inner-gry .text-likes {
  margin: 0 0 10px;
  float: right
}

.my-repl-inner-gry .text-likes .like-txt-feed {
  color: #8e9ca8;
}

.form-group form-group {
  width: 100%
}

.my-repl-main-inner-mutlty {
  margin-bottom: 12px;
}

.comment-section-main.my-repl-main .user-avtar-main-info {
  float: none
}

.comment-section-main.my-repl-main .my-repl-inner-gry .user-avtar-main-info-left {
  width: 30px;
  height: 30px
}

.my-repl-inner-gry .user-avtar-main-info-right {
  margin-left: 36px;
  background: #eff1f3;
  border-radius: 3px;
  padding: 9px;
  font-size: 13px;
}

.my-repl-inner-gry .form-group textarea {
  height: 66px
}

.reply-second-wrapper {
  margin-top: 12px
}

.reply-top-text {
  font-size: 15px;
  color: #2e353b;
  font-family: 'heebolight';
  line-height: 22px;
  margin-bottom: 20px
}

.reply-second-text {
  margin-bottom: 10px
}

.reply-second-left {
  display: block;
  float: left;
  transform: rotate(177deg);
  color: #66686b;
  font-size: 13px;
  margin: 8px 10px 0 0
}

.reply-second-right {
  font-size: 13px;
  color: #2e353b;
  font-family: 'heebolight';
  line-height: 18px;
  display: block;
  margin: 4px 0 0 24px
}

.main-footercomment-box-right.repl-position .text-likes {
  position: absolute;
  top: 8px;
  right: 0
}

.main-footercomment-box-right.repl-position {
  padding-right: 57px
}

.main-footercomment-box.feed-my.second {
  display: none
}

.my-repl-inner-gry .title-avtr-info {
  font-size: 13px
}

.my-repl-inner-gry .title-avtr-info-sub {
  font-size: 11px;
  margin-left: 36px;
}

.inner-multy-rep-wrapper {
  margin-bottom: 12px
}

.main-footercomment-box.feed-my.second {
  margin-top: 12px;
  margin-bottom: 20px;
}

.message-count .mck-unread-count-text {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #135bb0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 22px;
}

.uploaded-title {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dbe3e7;
  padding-bottom: 2px;
}

/*User Timeline Reply section css end*/

/*Popup Timeline changes css start*/
.edit-post-popup-wrapper.timeline .public-gray-block {
  margin: 16px 0px 25px 0
}

.user-avtar-main-info-right.time-popup {
  margin-left: 0
}

.user-avtar-main-info-right.time-popup .title-avtr-info-sub {
  font-family: 'heebomedium';
  font-size: 16px;
  color: #2e353b;
}

.edit-post-popup-wrapper.timeline .txt-p-usr {
  margin: 11px 0 0 0
}

.edit-post-popup-wrapper.timeline .txt-p-usr.text-inner {
  margin: 10px 0 7px;
  line-height: 20px
}

.edit-post-popup-wrapper.timeline .user-avtar-main-info {
  float: none
}

.user-avtar-main-info.height-limit {
  height: 285px;
  overflow: auto
}

/*Popup Timeline changes css end*/
.user-avtar-main-info-left.inner-comment-user-image img {
  width: 100%;
  height: 100%;
}

/*Sake Directory CSS Start Here*/
.search-box-right {
  text-align: right;
}

.search-box-right .search-fialds {
  display: inline-block;
  float: none;
  background-image: none;
  padding: 10px 35px 10px 10px;
}

.search-box-right .inner-main-search-btn {
  display: inline-block;
  position: relative;
  top: 7px;
  left: -21px;
  margin: 0px -12px 0px;
}

.search-box-right .reset-but {
  display: inline-block;
  background-color: #135bb0;
  border: 1px solid #135bb0;
  color: #fff;
  border-radius: 3px;
  padding: 8px 12px;
}

.search-box-right .reset-but:hover {
  background-color: transparent;
  border: 1px solid #135bb0;
  color: #135bb0;
}

/*Sake directory table responsive css page css start*/
.background-white-block {
  background: #fff;
  margin-bottom: 30px
}

.transactions-table.table-responsive {
  border: none 0;
  max-width: 100%;
  overflow-x: auto;
}

.transactions-table .table {
  margin-bottom: 0
}

.transactions-table .table>tbody>tr>td {
  border-top: none 0;
}

.transactions-table .table {
  width: 100%;
  display: table;
}

.transactions-table .table-row {
  display: table-row;
  width: 100%;
}

.transactions-table .table-row.heading:hover {
  box-shadow: none
}

.transactions-table .table-row.heading:hover .table-cell {
  color: #374247
}

.transactions-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 16px 15px 11px;
  text-align: left;
  color: #333;
  border-top: none 0;
  font-size: 14px;
}

.transactions-table .table-cell a {
  cursor: pointer;
  color: #292929;
}

.transactions-table .table-cell .rupee-table {
  font-size: 12px;
  margin-right: 1px;
}

.transactions-table .heading .table-cell {
  color: #4c5153;
  padding: 15px 15px 12px 15px;
  font-family: 'heebomedium';
  border-bottom: 1px solid #e2e5e7;
  font-size: 15px;
}

.description {
  max-width: 305px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap
}

.transactions-table div.table-cell::before {
  display: none;
}

.transactions-table .table-cell.actio-style {
  white-space: nowrap;
  text-align: center;
}

.transactions-table .table-cell.discription {
  white-space: normal;
  display: inline-block
}

.transaction-botton-text {
  font-size: 15px;
  color: #333;
  font-family: 'heebolight';
  line-height: 20px;
  margin-top: 10px;
}

.background-white-block.transact {
  position: relative
}

.transaction-botton-text.hid {
  display: none
}

.trans-sort-head {
  display: inline-block;
  margin-right: 8px;
  color: #333;
  font-family: 'heebobold';
}

.transac-select {
  display: inline-block;
  width: 135px;
  margin-right: 7px
}

.transac-select .form-group select {
  background-color: transparent
}

.transac-date {
  display: inline-block;
  width: 220px
}

.transac-date .form-group.date-pic input {
  background-image: none;
  background-color: transparent;
  padding: 4px 35px 0 15px;
  position: relative;
}

.transac-date-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 18px;
  color: #9b9b9b
}

.transaction-sort-block .form-group {
  margin-bottom: 20px
}

/*Sake directory table responsive page css end*/

.profile-info {
  margin-bottom: 10px;
}

.profile-info .label-profile-info {
  float: left;
  font-family: 'heebomedium';
  color: #373c44;
}

.my-profile-main .form-main-block {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
}

.profile-block-head {
  font-size: 16px;
  color: #db1c24;
  font-family: 'heebomedium';
  text-transform: uppercase;
}

.content-profile-info {
  color: #363636;
  margin-left: 100px;
  display: block;
}

.back-but {
  display: block;
  margin-bottom: 20px;
}

.back-but a {
  background-color: #135bb0;
  border: 1px solid #135bb0;
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  display: inline-block;
}

.back-but a:hover {
  background-color: transparent;
  border: 1px solid #135bb0;
  color: #135bb0;
}

.sake-directory-info {
  margin-top: 20px;
}

/*Sake Directory CSS End Here*/

@-moz-document url-prefix() {
  .search-box-right .inner-main-search-btn {
    top: -4px;
  }
}

.profile-details .content-profile-info {
  margin-left: 150px;
  position: relative;
}

.profile-details .content-profile-info::before {
  content: ":";
  position: absolute;
  left: -15px;
}

.profile-details .profile-info {
  margin-bottom: 15px;
}

.profile-details .profile-info:last-child {
  margin-bottom: 0px;
}

/*new changes on 26/11*/
.login-heading {
  color: #fff;
  text-align: center;
  padding: 125px 0 0;
}

.login-heading h2 {
  font-size: 55px;
  font-family: 'heebomedium';
  margin: 0 0 30px;
}

.login-heading h4 {
  margin: 0;
  font-size: 25px;
  line-height: normal;
  font-family: 'heeboregular';
}

.search-filter .search-box-right,
.search-filter .form-group {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
}

.search-box-right .search-wrapper .inner-main-search-btn {
  position: absolute;
  right: 42px;
  top: 10px;
  left: auto;
}

.search-wrapper {
  position: relative;
}

.search-btns button {
  background-color: #165eaa;
  color: #fff;
  border: 1px solid #165eaa;
  font-size: 15px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 3px;
}

.search-btns button:hover {
  background-color: transparent;
  color: #165eaa;
  transition: 0.3s;
}

.search-btns {
  text-align: right;
}

.search-btns .reset-but {
  border: 1px solid #165eaa;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  margin-right: 10px;
  padding: 7px 22px;
  font-size: 15px;
  text-transform: uppercase;
}

.search-btns .reset-but:hover {
  background-color: #165eaa;
  color: #fff;
  transition: 0.3s;
}

.search-filter .form-group select {
  border: 1px solid #e2e2e2;
}

.transactions-table.directory-table .heading .table-cell {
  padding: 15px 8px;
  font-size: 14px;
  font-family: 'heebomedium';
}

.transactions-table.directory-table .table-cell {
  padding: 15px 8px;
  font-size: 13px;
  font-family: 'heebolight';
}

.transactions-table.table-responsive.directory-table {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin: 30px 0 0;
}

.transactions-table.directory-table .table-row:nth-child(even) {
  background-color: #f5f5f5;
}

.inner-white-wrapper.directory-section {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}

.search-filter {
  background-color: transparent;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.transactions-table.directory-table .table-cell.action {
  font-size: 16px;
  color: #555;
}

.transactions-table.directory-table .table-cell.action a:hover {
  color: #165eaa;
}

.directory-table .no-record {
  text-align: center;
  width: 100%;
  display: block;
  color: #165eaa;
  padding: 20px 0;
  font-size: 16px;
}

.no-record {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #0071b2;
}

/****************************************** Responsive css start here **************************************/

@media all and (max-width:1520px) {

  /*logo menu css start here*/
  .header .min-menu li a {
    margin: 0 23px
  }

  /*.header-homes .header .logo-block{width: 260px;margin-top: 15px}  */
  /*logo menu css end here*/

}

@media all and (max-height: 765px) {

  /*.log-in-body-wrapper{height: auto;min-height: 620px;}*/
  /*.login-content-wrapper{top: 0;right: 110px;margin: 120px auto 40px;float: right;position: relative;}*/
  .login-footer-unique .footer-main-wrapper {
    position: relative;
  }
}

@media all and (max-width:1360px) {

  /*Top Menu css start here*/
  .main-logo {
    width: 310px;
    float: left;
    margin-top: 6px;
  }

  .blank-div {
    height: 51px;
  }

  /*header .blank-div{height: 67px;}  */
  .header {
    padding: 20px 10px;
  }

  .header-homes .header .logo-block {
    margin-top: 4px
  }

  .innr-head-mn {
    display: block;
  }

  .header .min-menu li.inner-icns-check.displaynone {
    display: none;
  }

  .header-homes .header .min-menu li {
    display: block;
  }

  .header .min-menu li {
    display: block;
  }

  .header-homes .header .min-menu li a {
    padding: 9px 10px;
    color: #2e353b;
    ;
    margin: 0;
    font-family: 'heeboregular';
    font-size: 14px
  }

  .header-homes .header .min-menu li a:hover {
    color: #135eae;
  }

  .header .min-menu li a {
    color: #fff;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: auto;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    min-width: auto;
    padding: 0;
    left: 0
  }

  .sidenav .closebtn {
    display: block;
    z-index: 1;
    color: #333;
  }

  .sidenav .closebtn:hover {
    color: #333;
  }

  .img-responsive-logo {
    background-color: #fff;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    border-bottom: 1px solid #c1c1c2
  }

  .banner-img-block {
    height: 132px;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding-top: 29px;
    display: block;
    position: relative;
    /*background-image:url(../images/slider-img-home.jpg); background-position: center center; background-repeat: no-repeat; height: 150px; width: 100%;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */
  }

  .banner-img-block img {
    width: 230px;
    z-index: 1;
    position: relative;
  }

  .header .menu-icon {
    display: block;
    color: #3c484c;
    top: 9px;
  }

  .header-homes .header .menu-icon {
    display: block;
    color: #333;
    top: -1px;
  }

  .min-menu li {
    display: block;
    border-bottom: 1px solid #c1c1c2;
    margin-left: 0;
  }

  .min-menu li a {
    color: #cfcfcf;
    padding: 12px 10px;
  }

  .min-menu li a:hover {
    color: #ffffff;
  }

  .min-menu li:last-child {
    border-bottom: none;
  }

  /*.min-menu li a:hover{border: 2px solid #111;}*/
  .header .sidenav ul.min-menu li.btn-become a {
    background-color: transparent;
    border: 2px solid #111;
    color: #fff;
    padding: 14px 10px 10px;
    font-size: 18px;
    text-transform: none;
  }

  .header .sidenav ul.min-menu li.btn-become a:hover {
    border: 2px solid #111;
    color: #ccc;
  }

  .header-homes .header .sidenav ul.min-menu li.btn-become a {
    background-color: transparent;
    border: 2px solid #111;
    color: #ccc;
    padding: 7px 10px 7px;
    font-size: 18px;
    text-transform: none;
  }

  .header-homes .header .sidenav ul.min-menu li.btn-become a:hover {
    border: 2px solid #111;
    color: #fff;
  }

  .min-menu li .su-menu {
    position: relative;
  }

  .min-menu li .su-menu li a {
    color: #cacaca;
    border-bottom: 1px solid #595959;
  }

  .min-menu li .su-menu {
    background: #323232;
  }

  .min-menu li .su-menu li a:hover {
    color: #fff;
  }

  .min-menu li a:hover .min-menu li .su-menu li a {
    color: #fff;
  }

  .min-menu li a:hover .min-menu li .su-menu {
    display: block;
  }

  .min-menu li.sub-menu-open .su-menu {
    height: auto;
    display: block;
  }

  .innr-head-mn .inner-checkbox.mobile-bell {
    margin: 0 20px 0 0px;
  }

  .innr-head-icon-main {
    margin-right: 50px;
  }

  .innr-head-mn {
    float: right;
  }

  .min-menu li:hover .su-menu,
  .min-menu li.sub-menu .su-menu.menu-active {
    box-shadow: none;
  }

  header.header-homes .header .min-menu li.before-login-menu {
    display: block;
  }

  .menu-language {
    margin: 6px 20px 0 0
  }

  .min-menu .login-butto a {
    background: none;
    border: none;
    border-bottom: 1px solid #c1c1c2;
    text-transform: capitalize;
    color: #2e353b !important;
    border-radius: 0
  }

  .min-menu .login-butto a:hover {
    border: none;
    border-bottom: 1px solid #c1c1c2;
    text-transform: capitalize;
    color: #135bb0 !important;
    border-radius: 0
  }

  /*Top Menu css End here*/
  /*restaurant timeline start*/
  .header.resta-inner-header .menu-language.inner {
    margin: 2px 0 0;
  }

  .drop-mn-user .usr-ul-main {
    right: -10px;
  }

  /*restaurant timeline end*/

}




@media all and (max-width:1199px) {

  /*Inner header css start here*/
  .inner-main-search {
    width: 35%;
    left: 2%;
    top: 12px;
  }

  .header.inner,
  .header.inner.resta-inner-header {
    padding: 10px 15px
  }

  /*Inner header css end here*/

  /*User edit prifile css start here*/
  .inner-gray-wrapper {
    min-height: 1132px
  }

  /*User edit prifile css end here*/

  /*User Feeds Page Start*/
  .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 15px;
  }

  .imageuploadify .imageuploadify-images-list {
    padding: 15px;
  }

  /*User Feeds Page End*/
  .login-heading h2 {
    font-size: 45px;
  }

  .search-filter .search-box-right,
  .search-filter .form-group {
    padding: 0 10px;
  }

  .top-search {
    margin: 0 -10px;
  }
}


@media all and (min-width:992px) {
  .menu_name {
    display: block !important;
    transition: 0 !important;
    height: auto !important;
  }
}

@media all and (max-width:991px) {

  /*Inner header css start here*/
  .inner-main-search {
    display: none;
    top: 59px;
    width: 91%;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }

  .inner-main-search input {
    padding: 0px 15px 0 38px;
  }

  .inner-nitifica-block .noti-icon.search {
    display: inline-block
  }

  .inner-main-search .form-group select {
    font-size: 13px;
  }

  /*Inner header css end here*/

  /*Login page css start*/
  .login-footer-unique .login-footer {
    position: relative;
  }

  /*Login page css end*/

  /*User edit prifile css start here*/
  .inner-gray-wrapper {
    margin-top: 5px
  }

  .usr-my-tmline-social {
    bottom: auto;
    top: -13px
  }

  /*User edit prifile css end here*/

  /*Footer css start here*/
  .footer-new-section {
    text-align: center;
    margin-bottom: 20px;
  }

  .login-footer-unique .footer-main-wrapper {
    position: relative;
  }

  /*Footer css end here*/

  /*User Search Tab page css start*/
  .user-search-tab-wraepper .resp-tab-active {
    border-bottom: 1px solid #165eaa !important;
    background-color: #165eaa !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    margin-bottom: 15px !important;
  }

  .user-search-tab-wraepper .ul-bgc {
    margin-bottom: 0
  }

  /*User Search Tab page css end*/

  /* User messages section start here*/
  .write-message-block input {
    padding: 0 112px 0 15px
  }

  .show-respon-block ul li a {
    background: #fff;
    padding: 10px;
    display: block
  }

  .show-respon-block ul li a:hover {
    background-color: #f8fafb;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15)
  }

  .show-respon-block ul li a .travles-img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    float: left;
    position: relative
  }

  .show-respon-block ul li a .travles-img .travles-green {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #18d626;
    height: 8px;
    width: 8px;
    border-radius: 50%
  }

  .show-respon-block {
    margin-top: -3px
  }

  /* User messages section end here*/

  /* User feeds start here*/

  /* User feeds end here*/
  /* restaurant login page start*/
  .how-it-login h2,
  .resta-login .login-head {
    font-size: 30px;
  }

  /* restaurant login page end*/

  /*card view section*/
  #first_card_div,
  #second-print-div {
    display: block;
    max-width: 409px;
    width: 100%;
    margin: 0 auto 10px;
  }

  .card-section-main {
    padding: 40px 12px;
  }

}

/*@media all and (min-width:768px){
.onclick-show{display: block !important; height: auto !important;}
} */


@media all and (max-width:767px) {
  .sub-error-msg {
    left: 0;
    right: 0;
    bottom: 0px;
  }


  /* User left Menu for respansive css start here */
  .container.for-responsive {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .left-menu.respnsive .user-white-bg {
    background: none;
    box-shadow: none
  }

  .responsive-menu-changes {
    display: none;
  }

  .my-user-menu-wrpper {
    display: block;
    margin-bottom: 10px
  }

  .my-user-menu-tital {
    display: block;
  }

  .my-user-menu-tital {
    font-family: 'heebomedium';
    font-size: 18px;
    color: #fff;
    background: #135bb0;
    margin: 0 0 0 !important;
    padding: 14px 15px 12px
  }

  .nave-menu-click {
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin-top: -3px;
  }

  .responsive-menu-changes {
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  }

  .my-user-menu-wrpper .inner-white-wrapper {
    background: none;
    box-shadow: none
  }

  .inner-white-wrapper {
    padding: 20px 15px;
  }

  /* User left Menu for respansive css end here */
  /*Login page css start*/
  .login-content-wrapper {
    float: none;
    margin: 0 auto;
  }

  .login-head {
    font-size: 29px;
    line-height: 27px
  }

  .login-sub {
    margin: 10px 0 24px
  }

  /*.log-in-body-wrapper {min-height: 1151px}*/
  /*Login page css end*/

  /*logo menu css start here*/
  .header-homes .header .logo-block {
    width: 51px;
    margin-top: 3px;
  }

  .logo-block .small-respon-logo {
    display: block;
    width: 54px;
  }

  .logo-block .outer-logo {
    display: none
  }

  .header {
    padding: 10px
  }

  .menu-language {
    margin: 16px -5px 0 0px
  }

  .header-homes .header .menu-icon {
    top: 8px;
  }

  .menu-language.inner {
    margin: 14px -4px 0 0px
  }

  .inner-nitifica-block .noti-icon {
    margin-right: 10px
  }

  .inner-nitifica-block .noti-icon.search {
    margin-right: 4px
  }

  .profile-name-wrapper {
    width: 135px
  }

  .header.inner .menu-icon {
    display: none
  }

  /*logo menu css end here*/

  /*User edit prifile css start here*/
  .inner-gray-wrapper {
    min-height: auto;
    margin-top: -3px
  }

  /*User edit prifile css end here*/

  /*User Buddies Start */
  .buddies-profile-avtr {
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .search-fialds {
    max-width: 100%;
    margin: 0 auto 20px;
    float: none
  }

  /*User Buddies End */

  /*User MyTimeLine Start*/
  .usr-my-tmline-social {
    position: static;
    text-align: center;
  }

  .upload-background-image-main .pro-img img {
    width: 100%;
    height: 100%;
  }

  .mytimeline-avtr-circles {
    height: 170px;
  }

  /*User MyTimeLine End*/

  /* Thank  You page start here */
  .wrapper-404 {
    margin: 80px auto 40px
  }

  .wrapper-404 h1 {
    font-size: 120px;
  }

  .wrapper-404 h4 {
    font-size: 23px;
  }

  .wrapper-404 h5 {
    line-height: 24px;
    font-size: 17px;
  }

  .wrapper-404 h6 {
    font-size: 40px;
  }

  .index-fore-btn-main .back-btn-foure {
    padding: 0 30px;
  }

  /* Thank  You page end here */

  /*Footer css start here*/
  .subscribe-input-block input {
    margin: 14px auto;
    width: 90%;
  }

  .subscribe-head-block {
    text-align: center;
  }

  .subscribe-input-block {
    text-align: center;
  }

  .login-btn-main.subscribe .login-btn {
    margin: 0 auto
  }

  /*Footer css end here*/
  /*restaurant login page start*/
  .login-wrapper {
    background-size: 100% 100%;
    background-image: none;
  }

  .login-wrapper .swipe-right {
    float: none;
  }

  .how-it-login {
    background-image: url(../images/resta-login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .resta-login .login-content-wrapper {
    padding: 0;
    margin: 100px auto 0;
  }

  .how-it-login {
    margin: 30px auto;
    padding: 20px 15px 0;
    width: 100%;
    max-width: none;
  }

  .resta-wrapper {
    min-height: auto;
  }

  /*restaurant login page end*/
  /*restaurant after login header start*/
  .resta-inner-header .profile-name-wrapper {
    width: 150px
  }

  .header.resta-inner-header .menu-language.inner {
    margin: 10px 0 0;
  }

  /*restaurant after login header end*/

  /*Feed css Start here*/
  .header.inner,
  .header.inner.resta-inner-header {
    padding: 3px 15px 5px 15px
  }

  .main-logo {
    margin-top: 0px;
  }

  header .blank-div {
    height: 45px;
  }

  .left-top-profile-block {
    margin-bottom: 10px;
  }

  .feed-back-so .comment-section-main {
    padding: 0px 10px 0px;
    margin: 0px -10px;
  }

  .main-footercomment-box-right.feed-content-socila-netwrks .post-cmnts,
  .replay-icon {
    background-color: transparent;
    color: #135bb0;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    padding: 7px 12px 6px;
  }

  .main-footercomment-box-right.feed-content-socila-netwrks,
  .main-footercomment-box-right.repl-position {
    padding-right: 40px;
    margin-left: 36px;
  }

  .post-commnet-a {
    border-radius: 3px 0px 0px 3px;
    border-right: 0px;
    border-left: 0px;
    padding: 15px 5px 15px 10px;
  }

  .main-footercomment-box-left {
    width: auto;
    height: auto;
    border-radius: 3px 0px 0px 3px;
    margin-top: 0px;
    padding: 4px 0px 4px 5px;
    border: 1px solid #dbdbdb;
    border-right: none;
  }

  .main-footercomment-box-left img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  .white-box-feed-main {
    padding: 15px;
  }

  .pull-right-div .like-txt-feed {
    margin-right: 0px;
  }

  .pull-left-div .like-txt-feed {
    margin-right: 2px;
  }

  .p-txt-comments.main-rep-avtar {
    max-width: 85%;
  }

  .my-repl-inner-gry {
    margin-right: 0px;
  }

  .main-footercomment-box-right.repl-position .text-likes {
    top: 4px;
  }

  body.mck-box-open {
    position: fixed;
  }

  /*Feed css End here*/
  .profile-details .content-profile-info,
  .profile-info .label-profile-info {
    margin-left: 0px;
    float: none;
    display: block;
  }

  .profile-details .content-profile-info::before {
    display: none;
  }

  .login-heading {
    padding: 0 0 40px;
  }

  .log-in-body-wrapper {
    padding: 100px 0 50px;
  }

  .login-heading h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  .login-heading h4 {
    font-size: 18px;
  }
}


@media all and (max-width:480px) {
  /*.inner-nitifica-block .noti-icon.search{margin-right: 11px}    */


  /* User Notifications css start here */
  .notification-icon {
    float: none;
    margin: 0 auto 15px;
  }

  .change-pass-bady.natification {
    margin-top: 20px;
    padding: 0 15px;
  }

  .notification-content {
    margin-left: 0;
    text-align: center;
    padding: 0 15px
  }

  .noti-head span {
    display: block
  }

  .noti-head a {
    display: block
  }

  .notification-left-close a {
    top: 15px;
    right: 14px
  }

  /* User Notifications css end here */

  /*User Business Card Start*/
  /*
.business-card-main-white-leftside {float: none;text-align: center;margin-bottom: 10px;}
.business-card-main-white-rightside {float: none;text-align: center;}    
.footer-business-card-txt-crd{display: block; width: 100%;}
.square-box-line, .square-box-line-black{display: none;}    
.footer-business-card.card-footer-second .footer-business-card-txt-crd{margin-bottom: 20px;}
.footer-business-card.card-footer-second{padding: 20px;}
.link-share-a{width: 100%;}
.link-share-a:first-child{border-bottom: 1px solid #ccd4dd; border-right: none;}
.first-card .left-details, .first-card .right-details {float: none;width: 100%;display: block;}
.left-details .footer-business-card-txt-crd, .right-details .footer-business-card-txt-crd{line-height: 16px;margin: 5px 0 0;}    
*/
  .business-card-main-white {
    padding: 10px
  }

  /*.first-card .business-card-main-white-leftside {width: 100px;}*/
  .name-of-card-owenr {
    font-size: 12px;
  }

  .left-details .footer-business-card-txt-crd,
  .right-details .footer-business-card-txt-crd,
  .name-of-card-decs,
  .footer-business-card-txt-crd {
    font-size: 10px;
  }

  .square-box-line {
    height: 130px;
    left: 19px;
    width: 55%;
  }

  .square-box-line::before {
    top: 37px;
  }

  .second-business-cards-white .footer-business-card-txt-crd:first-child,
  .second-business-cards-white .footer-business-card-txt-crd:nth-child(3) {
    width: 57%;
  }

  .square-box-line-black {
    width: 36%;
  }

  .second-temp-logo {
    left: 0;
    width: 95px;
  }

  .title-second-tile {
    left: 30px
  }

  /*User Business Card End*/

  /*Public Profile page css start*/
  .public-gray-block {
    margin: 16px 0px 20px 0px
  }

  .public-gray-block .txt-p-usr {
    margin: 20px 0 0 0
  }

  /*Public Profile page css end*/

  /*Footer css start here*/
  .subscribe-input-block input {
    max-width: 100%;
  }

  /*Footer css end here*/

  /*User Feeds Page Start*/
  /*.pull-right-div {float: none}
.pull-left-div {float: none}
.inline-bcl{margin-left: 0}
.text-likes{margin: 5px 0}
.inline-bcl{display: block;}*/
  /*.post-cmnts{position: relative;margin: 20px auto 0}   */
  /*.main-footercomment-box.feed-my .main-footercomment-box-right{margin-left: 0;padding-right: 0}*/
  /*.main-footercomment-box.feed-my .main-footercomment-box-left{width: 50px;height: 50px;margin: 0 auto 16px;float: none}*/
  .main-footercomment-box.feed-my {
    margin-top: 17px
  }

  /*User Feeds Page End*/

  /*User Timeline Reply section css start*/
  .main-footercomment-box-right.repl-position {
    margin-bottom: 30px;
  }

  /*.main-footercomment-box-right.repl-position .text-likes{top: 61px;right: 0;left: 0;margin: 0 auto;text-align: center}*/

  .text-likes.top-main {
    float: none;
    margin-top: 12px;
    display: block
  }

  /*User Timeline Reply section css end*/
  .search-filter .search-box-right,
  .search-filter .form-group {
    display: block;
    float: none;
    width: 100%;
  }
}

@media all and (min-height:1200px) {
  .resta-wrapper {
    min-height: 1320px;
  }
}

@media all and (min-width:768px) {
  .footer {
    background: white;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    z-index: 10000;
  }
}

@media all and (max-width:419px) {
  .disput-popup {
    right: 46px;
  }

  .att-icon {
    margin-right: 5px !important;
  }

  .send-message-btn {
    right: 8px;
  }
}

#video video {
  width: 100%;
}

html {
  background: #f6f7f8;
}

/* E-book start */
.flipbook-nav .btn{
  color: #fff;
  font-size: 13px;
  background: #135bb0;
  border: 1px solid #135bb0!important;
  font-weight: bold;
  min-width: 70px;
}

.flipbook-nav .btn:hover,
.flipbook-nav .btn:active{
  color: #135bb0;
  background: #fff;
}

.flipbook{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  display: none;
  background-size: cover;
  background-image: url(../images/flipbook-cover.jpg);
}

.flipbook .page{
  padding: min(20px, 2vw);
  background-color: #fdfaf7;
  color: #785e3a;
  border: solid 1px #c2b5a3;
  overflow: hidden;
}

.flipbook .page .page-content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.flipbook .page.--left{
  border-right: 0;
  box-shadow: inset -7px 0 30px -7px rgba(0,0,0,0.4);
}

.flipbook .page.--right{
  border-left: 0;
  box-shadow: inset 7px 0 30px -7px rgba(0,0,0,0.4);
}

.flipbook .page.hard{
  background-color: #f2e8d9;
  border: solid 1px #998466;
}
/* E-book end */