/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-family: "Open Sans Condensed", sans-serif;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
  border: solid 2px #eeeeee !important;
  border-radius: 8px !important;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

/* input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
} */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* You tube iframe height and width standardized */
iframe {
  max-width: 100% !important;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font-size: 16px;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "futura", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0 0 1em;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #39f;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

select {
  border-radius: 0;
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.header-blog {
  padding: 10px 0;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
}

.header-blog img {
  object-fit: cover;
  height: 50px;
}

.header-blog .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-blog .logo {
  font: 400 48px/52px "sacramento", "Arial", "Helvetica", sans-serif;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.header-blog .logo a {
  display: block;
  color: #000;
}

.header-blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

.header-blog .btn-outline {
  font: 700 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e8e8e8;
  border-radius: 36px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px;
  background: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-blog .btn-outline:hover {
  background: #1f9d9d;
  color: #fff;
  border-color: #1f9d9d;
}

.header-blog .btn-outline:hover .color {
  color: #fff;
}

.header-blog .btn-outline .color {
  color: #1f9d9d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-blog .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 300px;
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  background: rgba(31, 157, 157, 0.39);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}

.btn-dark {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  /* min-width: 300px; */
  color: #fff;
  padding: 16px 20px;
  border-radius: 34px;
  background: rgba(31, 157, 157);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}

.header-blog .btn:hover {
  background: rgba(0, 103, 206);
}

.btn-dark:hover {
  background: rgba(0, 103, 206);
}

.block-blog {
  padding: 100px 0;
}

.block-blog .container {
  max-width: 980px;
}

.block-blog textarea {
  font: 700 34px/40px "futura", "Arial", "Helvetica", sans-serif;
  resize: none;
  width: 100%;
  border: none;
  padding: 0 0 10px;
  outline: none;
  height: 110px;
  color: #000;
  box-shadow: none;
}

.block-blog textarea:-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.block-blog textarea::-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.block-blog textarea:-ms-input-placeholder {
  color: #989898;
}

.block-blog textarea::-webkit-input-placeholder {
  color: #989898;
}

.block-blog textarea.content-box {
  font: 400 28px/32px "Avenir", "Arial", "Helvetica", sans-serif;
  height: 42px;
  overflow-y: hidden;
}

.block-blog .image-holder {
  font: 800 52px/56px "Avenir", "Arial", "Helvetica", sans-serif;
  position: relative;
  overflow: hidden;
  color: #b8b8b8;
  margin: 0 0 26px;
}

.block-blog .image-holder input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.block-blog .image-holder.uploaded label {
  display: none;
}

.block-blog .image-holder label {
  background: #f9f9f9;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.block-blog .image-holder .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-blog .image-holder .img {
  width: 90px;
  margin: -45px 0 0;
}

.block-blog .image-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.block-blog .box-holder {
  position: relative;
}

.block-blog .quick-links {
  position: absolute;
  left: -45px;
  bottom: -40px;
  border: 3px solid #989898;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  z-index: 9;
}

.block-blog .quick-links.active {
  width: 200px;
  border-radius: 20px;
}

.block-blog .quick-links.active .opener {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.block-blog .quick-links .slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-blog .quick-links .opener {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #989898;
}

.block-blog .quick-links .list-links {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.block-blog .quick-links .list-links li {
  padding: 0 10px;
}

.block-blog .quick-links .list-links li:last-child {
  font-size: 22px;
}

.block-blog .quick-links .list-links a {
  color: #000;
}

.block-blog .field-holder {
  position: relative;
  margin: 0 0 15px;
}

.block-blog .field-holder input[type="text"],
.block-blog .field-holder input[type="url"] {
  font: 800 18px/24px "Avenir", "Arial", "Helvetica", sans-serif;
  width: 100%;
  border: none;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px 10px 10px 50px;
  color: #2668d1;
}

.block-blog .field-holder input[type="text"]:focus + button[type="reset"],
.block-blog .field-holder input[type="url"]:focus + button[type="reset"] {
  opacity: 1;
  visibility: visible;
}

.block-blog .field-holder .icon-play-alt {
  position: absolute;
  left: 15px;
  top: 50%;
  color: #b8b8b8;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-blog .field-holder button[type="reset"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  border: none;
  color: #5e5e5e;
}

.block-blog .video-holder {
  border: 3px solid #e8e8e8;
  border-radius: 10px;
  height: 400px;
  margin: 0 0 10px;
  position: relative;
}

.block-blog iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.alert-box {
  font: 20px/24px "futura", "Arial", "Helvetica", sans-serif;
  border: 1px solid #fdd;
  background: #fff4eb;
  border-radius: 2px;
  color: #7c1444;
  padding: 15px;
  margin: 0 0 20px;
}
.alert-profile {
    width: fit-content;
}
.alert-live{
  border: 1px solid #cbe5ff;
  background: #e8f2fc;
  color: #0067ce;
}
.alert-live .alert-area{
  padding: 0 0 0 30px;
}

.alert-box .alert-area {
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
.alert-subtext {
  font-size: 14px;
}
.ring-container {
  position: relative;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #0067ce;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.ringring {
  border: 3px solid #0067ce;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  opacity: 0.0
}

@keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.alert-box .img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #f04d4d;
}

.alert-box p {
  margin: 0 !important;
}

.profile-box {
  color: #5e5e5e;
  font-size: 22px;
  line-height: 26px;
}

.profile-box .profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-bottom: 0;
}

.profile-box .image-holder {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
}

.profile-box .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.profile-box .text-holder {
  width: calc(100% - 190px);
  padding: 0 0 0 25px;
}

.profile-box .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-box .top-area h1 {
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  color: #000;
  font-size: 40px;
  line-height: 44px;
}

.profile-box .top-area .text {
  color: #989898;
  font-size: 30px;
  line-height: 34px;
  cursor: pointer;
}

.profile-box .top-area .setting {
  color: #1f9d9d;
}

.profile-box .btn {
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  background: none;
  border: 2px solid #1f9d9d;
  border-radius: 30px;
  width: 175px;
  padding: 10px;
  text-transform: uppercase;
  color: #1f9d9d;
}

.profile-box .btn:hover {
  color: #fff;
  background: #1f9d9d;
}

.profile-box .btn .img {
  position: relative;
}

.profile-box .btn .sign {
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 14px;
  font-weight: 400;
}

.profile-box .btn .btn-text {
  padding: 0 0 0 5px;
}

.profile-box .list-links {
  font-size: 19px;
  line-height: 24px;
  font-weight: 800;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.profile-box .list-links li {
  padding: 0 10px;
  position: relative;
}

.profile-box .list-links li:first-child:before {
  display: none;
}

.profile-box .list-links li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: 0;
  content: "";
  background: #000;
  width: 3px;
  height: 18px;
}

.profile-box .list-links a {
  color: #000;
}

.profile-box .list-links a:hover {
  color: #1f9d9d;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.popup-question {
  width: 800px;
  padding: 30px;
}

.popup-question h2 {
  color: #5e5e5e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  margin: 0 0 20px;
}

.popup-question textarea {
  resize: none;
  height: 350px;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 20px;
  color: #000;
  margin: 0 0 36px;
}

.popup-question textarea:-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.popup-question textarea::-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.popup-question textarea:-ms-input-placeholder {
  color: #989898;
}

.popup-question textarea::-webkit-input-placeholder {
  color: #989898;
}

.popup-question {
  width: 800px;
  padding: 30px;
}

.popup-question h2 {
  color: #5e5e5e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  margin: 0 0 20px;
}

.popup-reply textarea {
  resize: none;
  height: 350px;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 20px;
  color: #000;
  margin: 0 0 36px;
}

.popup-reply textarea:-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.popup-reply textarea::-moz-placeholder {
  color: #989898;
  opacity: 1;
}

.popup-reply textarea:-ms-input-placeholder {
  color: #989898;
}

.popup-reply textarea::-webkit-input-placeholder {
  color: #989898;
}

.popup-category {
  width: 1170px;
  padding: 30px;
}
.create-topic .popup-category {
  width: auto;
}
.popup-category h2 {
  color: #5e5e5e;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 10px;
}

.popup-category .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0 0;
}

.popup-category .col {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 15px;
}

.popup-category .title {
  color: #989898;
  font-size: 16px;
  line-height: 19px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}

.popup-category .list-tags {
  margin: 0 -4px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-category .list-tags li {
  padding: 0 4px;
  margin: 0 0 8px;
}

.popup-category .list-tags button {
  border: 2px solid #c4e1ea;
  color: #126381;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 28px;
  background: no-repeat;
  display: block;
  padding: 5px 15px;
}

.popup-category .list-tags button:disabled {
  pointer-events: none;
  border-color: #e8e8e8;
  color: #e8e8e8;
}

.popup-category .list-tags button:hover,
.popup-category .list-tags button.active {
  background: #4fb1b1;
  color: #fff;
  border-color: #4fb1b1;
}

.popup-profile {
  width: 800px;
  padding: 30px;
}

.popup-profile .profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-profile .col-image {
  width: 250px;
  padding: 0 50px 0 0;
  text-align: center;
}

.popup-profile .col-image label {
  font-size: 15px;
  line-height: 35px;
  font-style: italic;
  color: #5e5e5e;
  display: block;
}

.popup-profile .col-image label input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.change-pw{
  color: inherit;
}

.popup-profile .image-holder {
  width: 190px;
  height: 190px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.popup-profile .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.popup-profile .form-box {
  width: calc(100% - 250px);
}

.popup-profile .field-area {
  margin: 0 0 30px;
}

.popup-profile .field-area h2{
  border: solid 1px #e8e8e8;
  padding: 15px;
  border-radius: 10px;
  color: #888;
}

.popup-profile .title {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  color: #989898;
  margin: 0 0 5px;
}

.popup-profile input[type="text"],
.popup-profile input[type="email"] {
  width: 100%;
  font: 700 22px/25px "futura", "Arial", "Helvetica", sans-serif;
  padding: 15px;
  color: #444;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.popup-profile textarea {
  font: 700 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  line-height: 24px;
  color: #444;
  width: 100%;
  height: 180px;
  border: 1px solid #e8e8e8;
  resize: none;
  padding: 15px;
  border-radius: 10px;
}

.popup-profile .character-limit {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  color: #989898;
  padding: 15px 0 0;
}

.popup-profile .text-right .btn {
  min-width: 220px;
  border-radius: 40px;
}

.fancybox-inner {
  overflow-x: hidden !important;
}

.fancybox-inner .text-right {
  text-align: right;
}

.fancybox-inner .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 300px;
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  background: rgba(31, 157, 157);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}

.fancybox-inner .btn:hover {
  background: rgba(0, 103, 206);
}

.fancybox-inner .btn .active-text {
  display: none;
}

.fancybox-inner .parent-active .btn .active-text {
  display: block;
}

.fancybox-inner .parent-active .btn .default-text {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 20px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Roman"), local("Avenir Roman"),
    url("../fonts/Avenir-Roman.6972a3f71367.woff") format("woff"),
    url("../fonts/Avenir-Roman.6972a3f71367.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Heavy"), local("Avenir Heavy"),
    url("../fonts/Avenir-Heavy.42f9be52f1e3.woff") format("woff"),
    url("../fonts/Avenir-Heavy.42f9be52f1e3.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Black"), local("Avenir Black"),
    url("../fonts/Avenir-Black.5574b9471dcd.woff") format("woff"),
    url("../fonts/Avenir-Black.5574b9471dcd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Medium"), local("Avenir Medium"),
    url("../fonts/Avenir-Medium.9135d7d7fef9.woff") format("woff"),
    url("../fonts/Avenir-Medium.9135d7d7fef9.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Book"), local("Avenir Book"),
    url("../fonts/Avenir-Book.9a1ef22a68e3.woff") format("woff"),
    url("../fonts/Avenir-Book.9a1ef22a68e3.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: local("Avenir-Light"), local("Avenir Light"),
    url("../fonts/Avenir-Light.7dc12c584114.woff") format("woff"),
    url("../fonts/Avenir-Light.7dc12c584114.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura;
  src: local("futura-book-webfont"), local("futura book webfont"),
    url("../fonts/futura-book-webfont.942549f63c55.woff") format("woff"),
    url("../fonts/futura-book-webfont.ab1c51fa5bce.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura;
  src: local("futura-light-webfont"), local("futura light webfont"),
    url("../fonts/futura-light-webfont.a994585300e6.woff") format("woff"),
    url("../fonts/futura-light-webfont.5ce497244a06.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura;
  src: local("futura-regular-webfont"), local("futura regular webfont"),
    url("../fonts/futura_regular-webfont.1306aa1ab60d.woff") format("woff"),
    url("../fonts/futura_regular-webfont.6c65334e97b3.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura;
  src: local("futura-bold-webfont"), local("futura bold webfont"),
    url("../fonts/futura-bold-webfont.35f47c3571ea.woff") format("woff"),
    url("../fonts/futura-bold-webfont.80518cf139c7.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: futura;
  src: local("futura-heavy-webfont"), local("futura heavy webfont"),
    url("../fonts/futura-heavy-webfont.27d756d078d3.woff") format("woff"),
    url("../fonts/futura-heavy-webfont.e420b55ed738.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ubuntu;
  src: local("ubuntu-light-webfont"), local("ubuntu light webfont"),
    url("../fonts/ubuntu-light-webfont.209809511b77.woff") format("woff"),
    url("../fonts/ubuntu-light-webfont.9d1f21c5b5d6.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ubuntu;
  src: local("ubuntu-regular-webfont"), local("ubuntu regular webfont"),
    url("../fonts/ubuntu-regular-webfont.e092bf6d5c15.woff") format("woff"),
    url("../fonts/ubuntu-regular-webfont.bc34cab2d968.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ubuntu;
  src: local("ubuntu-medium-webfont"), local("ubuntu medium webfont"),
    url("../fonts/ubuntu-medium-webfont.f40de25d0653.woff") format("woff"),
    url("../fonts/ubuntu-medium-webfont.f5827db9943e.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ubuntu;
  src: local("ubuntu-bold-webfont"), local("ubuntu bold webfont"),
    url("../fonts/ubuntu-bold-webfont.7be7630ea9ef.woff") format("woff"),
    url("../fonts/ubuntu-bold-webfont.c32c92d59129.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: alata;
  src: local("alata-regular-webfont"), local("alata regular webfont"),
    url("../fonts/alata-regular-webfont.be1167b27766.woff") format("woff"),
    url("../fonts/alata-regular-webfont.11986bf3ce2a.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: sacramento;
  src: local("sacramento-regular-webfont"), local("sacramento regular webfont"),
    url("../fonts/sacramento-regular-webfont.cdc91d225667.woff") format("woff"),
    url("../fonts/sacramento-regular-webfont.7a7ee8fafb3c.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: local("icomoon"), local("icomoon"),
    url("../fonts/icomoon.6d55873792d6.woff") format("woff"),
    url("../fonts/icomoon.6d55873792d6.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
  content: "\e915";
}

.icon-time:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-gif:before {
  content: "\e902";
}

.icon-play-alt:before {
  content: "\e903";
}

.icon-image:before {
  content: "\e904";
}

.icon-circle:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-read:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-share:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-arrow:before {
  content: "\e90b";
}

.icon-bookmark:before {
  content: "\e90c";
}

.icon-download:before {
  content: "\e90d";
}

.icon-edit:before {
  content: "\e90e";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-messanger:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
  color: #4267b2;
}

.icon-twitter:before {
  content: "\e912";
  color: #1da1f2;
}

.icon-instagram:before {
  content: "\e913";
  color: #bc2a8d;
}
.icon-youtube:before {
  content: "\ea9d";
  color: #ff0000;
}

.icon-settings:before {
  content: "\e914";
}

.icon-exit:before {
  content: "\ea14";
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.landing-page:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 255, 254, 0.43) 24%,
    #f0fffc 70%,
    #fffcf2 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 255, 254, 0.43) 24%,
    #f0fffc 70%,
    #fffcf2 100%
  );
  content: "";
  opacity: 0.54;
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.search-header {
  position: relative;
  padding: 20px 0;
}

.search-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.search-header .header-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 50px);
}

.search-header .logo {
  font: 400 48px/1 "sacramento", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #000;
}

.search-header .logo a {
  display: block;
  color: #000;
}

.search-header .logo a:hover {
  opacity: 0.8;
}

.search-header .nav-drop {
  padding: 0 0 0 30px;
}

.search-header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin: 0 -15px;
}

.search-header .menu li {
  position: relative;
  padding: 0 15px;
}

.search-header .menu a {
  display: block;
  color: #000;
}

.search-header .menu a:hover {
  opacity: 0.8;
}

.search-area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 25px;
  top: 8px;
}

.search-area .search-opener {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 30px;
  line-height: 1;
  display: block;
}

.search-area a {
  color: #000;
}

.search-area a:hover {
  opacity: 0.8;
}

.search-slide {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  width: 0;
  margin: 0 -30px 0 0;
  z-index: 5;
}

.search-active .search-slide {
  width: 280px;
}

.search-slide .field-holder {
  background: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #f3f2f0;
}

.search-slide .field-holder:before {
  font-family: "icomoon" !important;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000;
  content: "\e908";
  font-size: 16px;
}

.search-slide input[type="search"],
.search-slide input[type="text"] {
  border: none;
  padding: 5px 15px 5px 30px;
  outline: none;
  box-shadow: none;
  background: none;
  color: #5e5e5e;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
}

.search-alt {
  margin: 1.5rem;
}
.search-alt-div {
  text-align: center;
  margin-bottom: 1.4rem;
}
.search-alt-div h4 {
  line-height: 1.4rem;
}
.search-alt-cards {
  display: flex;
  justify-content: center;
}
.search-alt-img {
  padding: 0.5rem;
  border-radius: 10%;
}

.profile-area {
  position: relative;
  z-index: 1;
}

.profile-area .profile-opener {
  position: relative;
  display: block;
  width: 46px;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  outline: none;
  /* font-size: 30px; */
  height: 46px;
  color: #000;
  border-radius: 100%;
}

.profile-area .profile-opener img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-area .profile-slide {
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 190px;
  border-radius: 20px 0 20px 20px;
  z-index: 4;
}
.profile-area .profile-slide-new{
    box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
    background: #020507;
    position: absolute;
    top: 100%;
    right: 0;
    width: 190px;
    border-radius: 20px 0 20px 20px;
    z-index: 4;
}


.profile-area .profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "futura", "Arial", "Helvetica", sans-serif;
  padding: 15px;
  font-weight: 700;
}

.profile-area .profile-list li {
  position: relative;
  margin: 0 0 15px;
}

.profile-area .profile-list li:last-child {
  margin-bottom: 0;
}

.profile-area .profile-list a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
  color: #000;
}

.profile-area .profile-list-new a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    /* color: #000; */
    color: white;    
}

.profile-area .profile-list a img,
.profile-area .profile-list a i {
  position: absolute;
  left: 6px;
  top: 2px;
}

.profile-area .profile-list a img {
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.profile-area .profile-list a:hover {
  opacity: 0.7;
}

.region-area {
  position: relative;
}

.region-drop {
  margin-right: 60px;
}

.region-area .region-opener {
  position: relative;
  margin: 0 0 0 20px;
  border-radius: 50%;
  outline: none;
  height: 100%;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.region-area .region-slide {
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 190px;
  border-radius: 20px 0 20px 20px;
  z-index: 4;
}

.region-area .region-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "futura", "Arial", "Helvetica", sans-serif;
  padding: 15px;
  font-weight: 700;
}

.region-area .region-list li {
  position: relative;
  margin: 0 0 15px;
  cursor: pointer !important;
}

.region-area .region-list li:last-child {
  margin-bottom: 0;
}

.region-area .region-list a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  color: #000;
}

.region-area .region-list a img,
.region-area .region-list a i {
  position: absolute;
  left: 6px;
  top: 2px;
}

.region-area .region-list a:hover {
  opacity: 0.7;
}

.menu-opener {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 15px;
  top: 29px;
  width: 30px;
  height: 18px;
  border-top: 2px solid #000;
  display: none;
}

.menu-active .menu-opener {
  border-top: none;
}

.menu-opener:before,
.menu-opener:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 6px;
}

.menu-active .menu-opener:before,
.menu-active .menu-opener:after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-opener:after {
  top: 14px;
}

.menu-active .menu-opener:after {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pink {
  color: #ff5093;
}

.header {
  position: relative;
  padding: 20px 0;
}

.header .header-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .profile-area .profile-opener {
  width: 50px;
  height: 50px;
  box-shadow: none;
  border-radius: 100%;
}
.profile-shadow {
  box-shadow: 2px 8px 15px rgb(0 0 0 / 16%) !important;
}

.header .logo {
  font: 400 120px/1 "sacramento", "Arial", "Helvetica", sans-serif;
  display: flex;
  vertical-align: top;
  color: #000;
  position: absolute;
  left: 15px;
  z-index: 3;
  max-width: 170px;
  cursor: pointer;
}

.header .logo a {
  display: block;
  color: #000;
}

.header .logo img {
  width: 170px;
  height: 73px;
  vertical-align: top;
}

.header .logo a:hover {
  opacity: 0.8;
}

.header .nav-drop {
  padding: 0 30px 0 0;
}

.header .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .menu,
.header-blog .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
}

.header .menu li,
.header-blog .menu li {
  position: relative;
  margin: 0 5px;
}

.header .menu a,
.header-blog .menu a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #5e5e5e;
}

.header .menu a:hover,
.header-blog .menu a:hover {
  opacity: 0.8;
}

.header-blog .menu a:hover {
  color: #fff;
}

.header .menu .create-btn,
.header-blog .menu .create-btn {
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.08);
  border: 3px solid #1f9d9d;
  width: 135px;
  height: 50px;
  border-radius: 35px;
  color: #1f9d9d;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
}

.header .menu .create-btn:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  background: url("../images/create.28d58fc441d4.svg") no-repeat;
  background-size: 100% 100%;
  margin: -2px 3px 0 0;
  width: 24px;
  height: 24px;
}


.header .menu .create-btn:hover,
.header-blog .menu .create-btn:hover {
  opacity: 0.8;
}

.create-slide {
  background: #171717;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px 0 15px 15px;
  position: absolute;
  right: 20px;
  top: 100%;
  width: 220px;
  z-index: 4;
}

.create-slide .create-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 700 15px/20px "futura", "Arial", "Helvetica", sans-serif;
  padding: 15px;
  position: relative;
}

.create-slide .create-list li {
  position: relative;
  margin: 0 0 10px;
}

.create-slide .create-list a {
  color: #fff;
}

.create-slide .create-list a:hover {
  opacity: 0.8;
}

.create-slide .create-list i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 3px 6px 0 0;
}

.create-slide .create-list i:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -11px;
  font-weight: 700;
}

.create-slide .create-list .icon-read:after {
  right: -9px;
}

.yellow {
  color: #ffe86c;
}

.blue {
  color: #38f0ff;
}
.logoblue {
  color: #0067ce;
}
.logogreen {
  color: #2bbb9d !important;
}
.logogreen:hover {
  color: #208c76;
}
.logopurple {
  color: #866ea8;
}
.logoyellow {
  color: #ffde59;
}
.logopink {
  color: #dc5d88;
}
.green {
  color: #0f9d9e;
}
.side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  font: 700 20px/24px "futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  left: 15px;
  top: 105px;
  width: 175px;
  padding: 20px 0 0;
  z-index: 4;
}

.side-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/line.aa36b7de81c5.png") no-repeat;
  background-size: cover;
  width: 46px;
  height: 9px;
}

.side-nav > li {
  position: relative;
  margin: 0 0 10px;
}

.side-nav a {
  color: #000;
}

.side-nav a:hover {
  opacity: 0.8;
}

.side-nav .side-slide {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
  font-weight: 500;
  font-family: "Avenir", "Arial", "Helvetica", sans-serif;
  padding: 5px 0 0 15px;
}

.side-nav .side-slide li {
  margin: 0;
}

.visual-area {
  position: relative;
  padding: 50px 0 0 350px; 
  margin: 0 0 50px;
  min-height: 500px;
  /* margin-bottom: -80px; */
}

.visual-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* justify-content: space-around; */
}

.visual-holder .visual-image {
  position: relative;
  width: 60%;
  min-width: 320px;
  max-width: 492px;
  border-radius: 0 40px;
  border: 8px solid #000;
  overflow: hidden;
}

.visual-holder .visual-image img {
  width: 100%;
  height: auto;
  display: block;
}

.visual-holder .visual-caption {
  position: relative;
  padding: 0 0 0 30px;
  width: 40%;
}

.visual-holder .visual-caption h1 {
  letter-spacing: -1px;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 10px;
}

.visual-holder .visual-caption .text {
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 0 0 20px;
}

.subscribe-area {
  position: relative;
}

.subscribe-area .tos {
  font-size: 8px;
}

.subscribe-area .title {
  text-align: center;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #5e5e5e;
  display: block;
  margin: 0 0 8px;
}

.subscribe-list {
  /* margin: 0 auto 3rem !important; */
  padding: 0;
  list-style: none;
  list-style-type: none;
  position: relative;
  max-width: 300px;
  width: 100%;
}

.subscribe-list li {
  position: relative;
  margin: 0 0 10px;
}

.subscribe-list li:last-child {
  margin-bottom: 0;
}

.subscribe-list a {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  border-radius: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  height: 46px;
  color: #064163;
  padding: 14px 5px;
}

.subscribe-list a img {
  display: inline-block;
  vertical-align: top;
  margin: -3px 10px 0 0;
}

.subscribe-list a:hover {
  opacity: 0.7;
}

.main {
  position: relative;
  padding: 0 0 25px;
}

.heading-area {
  position: relative;
  padding: 15px 0 40px;
}

.heading-area .text {
  font: italic 500 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #5e5e5e;
  margin: 0 0 5px;
}

.heading-area h1 {
  font: 700 60px/1.2 "futura", "Arial", "Helvetica", sans-serif;
  color: #5e5e5e;
  margin: 0;
}

.heading-area h2 {
  font-size: 36px;
  line-height: 40px;
  color: #5e5e5e;
  font-weight: 800;
  position: relative;
  padding: 0 0 10px;
}

/* .heading-area h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url("../images/border.aba3bf3b7328.svg") no-repeat;
    background-size: auto 100%;
    width: 176px;
    height: 7px;
} */

.blocks-col-area {
  position: relative;
}

.block-col {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}
.new-col {
  margin: 1em 0;
}
.block-col .tag,
.new-col .tag {
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #eafff8;
  text-transform: uppercase;
  padding: 5px 12px;
  margin: 25px 0;
  color: #000;
}

.block-col .tag i,
.new-col .tag i {
  display: inline-block;
  vertical-align: top;
  margin: 3px 3px 0 0;
}
.new-col .post-breadcrumb {
  margin: 0 -4px 10px;
}
.new-col .category-block {
  margin: 10px 0;
}
.new-col .category-name {
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #eafff8;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 12px;
  margin: 0 0 5px;
  color: #000;
}

.block-col h2,
.new-col h2 {
  font: 700 30px/34px "futura", "Arial", "Helvetica", sans-serif;
  color: #000;
  margin: 1em 0 10px;
  font-size: 22pt;
  line-height: 1.2;
}
.block-col .image-holder,
.new-col .image-holder {
  position: relative;
  height: fit-content;
  overflow: hidden;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.13);
  border-radius: 23px;
}

.block-col .image-holder iframe,
.new-col .image-holder iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.block-col .image-holder img,
.new-col .image-holder img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 23px;
}

.block-col .description,
.new-col .description {
  position: relative;
  padding: 12px 0 0;
  font-size: 15px;
  line-height: 22px;
}

.block-col .head-area,
.new-col .head-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 12px;
}

.block-col .head,
.new-col .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 100px);
}

.block-col .head img,
.new-col .head img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}

.block-col .head .name-holder,
.new-col .head .name-holder {
  position: relative;
  width: calc(100% - 30px);
  padding: 0 0 0 10px;
}

.block-col .head .name,
.new-col .head .name {
  font: 700 12px/14px "ubuntu", "Arial", "Helvetica", sans-serif;
  display: block;
  margin: 0 0 2px;
}

.block-col .head .name a,
.new-col .head .name a {
  color: #000;
}

.block-col .head .name a:hover,
.new-col .head .name a:hover {
  opacity: 0.8;
}

.block-col .head .date-list,
.new-col .head .date-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font: 400 12px/14px "ubuntu", "Arial", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.block-col .head .date-list li,
.new-col .head .date-list li {
  position: relative;
}

.block-col .head .date-list li + li,
.new-col .head .date-list li + li {
  padding: 0 0 0 8px;
  color: #5e5e5e;
}

.block-col .head .date-list li + li:before,
.new-col .head .date-list li + li:before {
  background: #5e5e5e;
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 1px;
}

.block-col .like,
.new-col .like {
  font: 400 12px/14px "ubuntu", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #000;
}

.block-col .like a,
.new-col .like a {
  color: #000;
}

.block-col .like a:hover,
.new-col .like a:hover {
  opacity: 0.8;
}

.block-col .like i,
.new-col .like i {
  display: inline-block;
  vertical-align: top;
  margin: 1px 5px 0 0;
}

.block-col .ans-info-list,
.new-col .ans-info-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.block-col .info-list,
.new-col .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font: 400 12px/14px "ubuntu", "Arial", "Helvetica", sans-serif;
  color: #000;
}

.block-col .info-list li,
.new-col .info-list li {
  position: relative;
  margin: 0 0 2px;
}

.block-col .info-list li + li,
.new-col .info-list li + li {
  padding: 0 0 0 8px;
}

.block-col .info-list li + li:before,
.new-col .info-list li + li:before {
  background: #5e5e5e;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}

.block-col .ans-btn,
.new-col .ans-btn {
  font: 400 15px/18px "alata", "Arial", "Helvetica", sans-serif;
  display: block;
  width: 120px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: center;
  padding: 9px 5px;
  color: #000;
}

.block-col .ans-btn i,
.new-col .ans-btn i {
  display: inline-block;
  vertical-align: top;
  margin: 1px 4px 0 0;
}

.block-col .ans-btn:hover,
.new-col .ans-btn:hover {
  background: #000;
  color: #fff;
}

.main-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-sidebar {
  position: relative;
  width: 25%;
}

.block-content {
  position: relative;
  width: 75%;
  padding: 0 0 0 60px;
}

.block-content.full-width {
  width: 100%;
  padding: 0;
}

.answer-block {
  background-color: #eff1ff;
  box-shadow: 3px 1px 14px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 20px;
  margin: 0 0 30px;
  padding: 20px;
}

.answer-block h2 {
  font: 700 25px/28px "futura", "Arial", "Helvetica", sans-serif;
  margin: 0 0 12px;
}

.answer-block .fake-field {
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.answer-block .fake-field a {
  font: 400 18px/22px "ubuntu", "Arial", "Helvetica", sans-serif;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 54px;
  color: #5e5e5e;
  padding: 14px 15px;
}

.answer-block .fake-field a img {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  border-radius: 50%;
  margin: -2px 10px 0 0;
}

.answer-block .info-wrap {
  position: relative;
}

.answer-block .info-wrap .title {
  font: 700 12px/14px "futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 2px;
}

.answer-block .info-wrap .text {
  font: italic 700 13px/16px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  margin: 0 0 2px;
}

.answer-block .info-wrap .time {
  font: italic 400 9px/12px "ubuntu", "Arial", "Helvetica", sans-serif;
  color: #5e5e5e;
  display: block;
}

.footer {
  background: #393939;
  position: relative;
  padding: 40px 0;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  opacity: 0.8;
}

.footer-holder {
  /* position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-col {
  /* position: relative;
  padding: 0 15px;
  margin: 0 0 25px;
  width: 33.333%; */
  width: 200px;
}

.footer-col .title {
  font: 700 18px/18px "futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #b8b8b8;
  position: relative;
  display: block;
  margin: 0 0 15px;
}

.footer-nav-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}

.footer-nav-wrap {
  position: relative;
  padding: 0 10px;
  width: 33.333%;
}

.footer-nav-wrap .sub-title {
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  margin: 0 0 5px;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 18px;
}

.footer-nav li {
  position: relative;
  margin: 0 0 4px;
}

.terms-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  position: relative;
}

.terms-list li {
  position: relative;
  margin: 0 0 4px;
}

.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.social-networks li {
  position: relative;
  padding: 0 10px;
}

.social-networks a {
  font-size: 22px;
  display: block;
}
.social-img {
  width: 22px;
  height: 22px;
}
.yt-img {
  width: 31px;
  height: 22px;
}
.twitter-img {
  width: 26px;
  height: 22px;
}
.footer-info {
  position: relative;
}

.footer-info .title {
  display: block;
  margin: 0 0 4px;
}

.footer-info p {
  margin: 0;
}

.detail-area {
  position: relative;
  padding: 50px 0 0 350px;
}

.detail-area.style {
  margin: 0 0 70px;
}

.detail-area.style h2 {
  font-size: 42px;
  line-height: 46px;
  margin: 0 0 15px;
}

.detail-area.style .text {
  display: block;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 22px;
}

.detail-area.style .more-info {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-area.style .more-info a {
  color: #000;
}

.detail-area.style .more-info a:hover {
  opacity: 0.8;
}

.no-answer-block {
  background: #f7f7f7;
  padding: 50px 20px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  color: #989898;
}

.no-answer-block p {
  margin: 0;
}

.no-answer-block .wrap {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 80px;
}

.no-answer-block .wrap .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 44px;
  line-height: 1;
}

.no-answer-block .title {
  display: block;
  color: #989898;
  font-size: 15px;
  line-height: 18px;
  font-weight: 800;
}

.textarea-wrap {
  position: relative;
  padding: 20px 0 45px 60px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  margin: 0 0 40px;
  background: #fff;
}

.textarea-wrap.parent-active .no-answer-block,
.textarea-wrap .input-holder:focus + .no-answer-block {
  display: none;
}

.textarea-wrap textarea {
  outline: none;
  box-shadow: none;
  font-size: 22px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
  border: none;
  height: 140px;
  resize: none;
}

.textarea-wrap .no-answer-block {
  margin: -80px 20px 30px 20px;
}

.textarea-wrap .image-holder {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 15px;
  top: 30px;
}

.textarea-wrap .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.textarea-wrap button[type="submit"] {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 170px;
  border-radius: 10px;
  border: none;
  background: #1f9d9d;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px;
}

.textarea-wrap button[type="submit"]:hover {
  padding: 10px;
  background: #1f9d9d;
}

.text-area {
  padding: 30px 0 0;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  position: relative;
}

.text-area .name-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}

.text-area .name-wrap .name {
  display: block;
}

.text-area .name-wrap a {
  color: #000;
}

.post-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px 25px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
}

.post-breadcrumb li {
  padding: 0 4px;
  margin: 2px 0;
}

.post-breadcrumb a {
  padding: 5px 10px;
  display: block;
  background: #f7f7f7;
  color: #989898;
  border-radius: 20px;
}

.btns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btns-list li {
  padding: 0 9px;
}

.btns-list a {
  display: block;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  min-width: 230px;
  text-align: center;
  padding: 10px;
}

.btns-list a:hover {
  background: #000;
  color: #fff;
}

.answers-wrap {
  position: relative;
}

.answers-wrap .share-list {
  bottom: auto;
  top: 60px;
}

.more-wrap {
  position: relative;
  display: block;
}

.more-wrap:before {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    white 100%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 280px;
  content: "";
}

.more-wrap .view-more {
  background: #f7f7f7;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding: 25px 40px;
  border-radius: 10px;
}

.more-wrap .view-more:hover {
  background: #000;
  color: #fff;
}

.more-wrap .view-more .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10px;
  line-height: 12px;
  padding: 0 15px 0 0;
}

.answer-wrap {
  margin: 0 0 40px;
}

.post-block {
  position: relative;
  padding: 0 75px 20px 0;
}

.post-block h2 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 25px;
}

.post-block .time {
  position: absolute;
  left: -80px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #989898;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.post-block .time .hour {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  display: block;
  margin: -2px 1px 0 0;
}

.post-block p {
  margin: 0 0 25px;
}

.post-block p a {
  font-weight: 400;
  color: #20768b;
}

.post-block p a:hover {
  opacity: 0.7;
}

.post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-head .user-info {
  position: relative;
  padding: 0 0 0 54px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

.post-head .user-info .image-wrap {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-head .user-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.post-head .time {
  display: block;
  color: #989898;
  font-size: 14px;
  line-height: 18px;
  position: static;
}

.post-head .like {
  display: block;
  font-size: 19px;
  line-height: 23px;
}

.large-image {
  position: relative;
  margin: 0 0 30px;
}

.large-image iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.large-image .image-block {
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.13);
  position: relative;
}

.large-image img {
  display: block;
  width: 100%;
  height: auto;
}

.share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  text-align: center;
  right: -70px;
  bottom: -75px;
}

@media (max-width: 768px) { 
  .share-list {
    bottom: 0px; 
  }
}

.share-list li {
  margin: 0 0 10px;
}

.share-list li:last-child {
  margin-bottom: 0;
}

.share-list .text-info {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 2px;
}

.share-list .like {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
}

.share-list a {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.21);
  background: #fff;
  position: relative;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
}

.share-list a i {
  font-size: 16px;
  line-height: 40px;
  display: block;
}

.share-list a:hover {
  opacity: 0.7;
}

.highlight-area {
  position: relative;
  min-height: 670px;
}

.highlight-area .title {
  font-weight: 700;
  display: block;
  margin: 0 0 20px;
}

.highlight-block {
  position: absolute;
  text-align: right;
  left: -325px;
  top: 0;
  width: 300px;
}

.highlight-block .highlight-title {
  display: block;
  margin: 0 0 10px;
}

.highlight-block .Highlights-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #707070;
  font-style: italic;
  counter-reset: item;
}

.highlight-block .Highlights-list li {
  margin: 0 0 12px;
}
.highlight-area div p a, .highlight-area div ul li a, .highlight-area div ol li a, .highlight-area div h1 a, .highlight-area div h2 a, .highlight-area div h3 a, .highlight-area div h4 a, .highlight-area div h5 a, .highlight-area div h6 a {
  color: red;
  text-decoration: underline;
}

.highlight-block .Highlights-list li:before {
  display: inline-block;
  vertical-align: top;
  content: counters(item, ".") ")";
  counter-increment: item;
  margin: 0 4px 0 0;
}

.follow-user-info {
  position: absolute;
  text-align: right;
  left: -260px;
  bottom: 50px;
  width: 230px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.follow-user-info .image-wrap {
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.13);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 15px;
  display: flex;
}

.follow-user-info .image-wrap img {
width: 140px;
}

.follow-user-info .name {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 10px;
  color: #000;
}

.follow-user-info p {
  margin: 0 0 15px;
}

.follow-user-info .more {
  font: 700 13px/16px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  margin-top: 1rem;
}

.follow-user-info .more a {
  color: #000;
}

.follow-user-info .more a:hover {
  opacity: 0.8;
}

.follow-btn {
  font: 700 14px/18px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  width: 152px;
  height: 38px;
  border: 2px solid #1f9d9d;
  border-radius: 22px;
  text-align: center;
  padding: 9px 5px;
  color: #1f9d9d;
  text-transform: uppercase;
}

.follow-btn i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

.follow-btn i:after {
  content: "+";
  font-weight: 700;
  position: absolute;
  right: -6px;
  top: -3px;
}

.follow-btn:hover {
  opacity: 0.8;
}

.response-block {
  position: relative;
  background: #f9fcfc;
  border-radius: 15px;
  padding: 25px;
  margin: 0 0 20px;
}

.response-block .response-title {
  font: 700 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #5e5e5e;
  margin: 0 0 15px;
}

.response-block .response-title a {
  position: relative;
  display: block;
  color: #5e5e5e;
}

.response-block .response-title a .icon-messanger {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 5px 4px 0 0;
}

.response-block .response-title a:hover {
  opacity: 0.8;
}

.response-block .icon-arrow {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 8px;
}

.response-block.active .icon-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.response-wrap {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 30px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 21px;
}

.response-wrap:last-child {
  margin-bottom: 0;
}

.response-wrap .name {
  font: 700 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  color: #000;
  display: block;
  margin: 0 0 15px;
}

.response-wrap .follow-btn {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 0 10px;
}

.response-wrap p {
  margin: 0 0 10px;
}

.response-wrap p a {
  font-weight: 700;
  color: #1f9d9d;
}

.response-wrap p a:hover {
  opacity: 0.8;
}

.response-wrap .user-img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.response-wrap .user-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.response-wrap .post-info-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
}

.response-wrap .more-opener {
  display: inline-block;
  vertical-align: top;
}

.response-wrap .more-opener img {
  display: block;
}

.response-wrap .like-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font: 700 17px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  color: #000;
}

.response-wrap .like-list li {
  position: relative;
  padding: 0 10px;
}

.response-wrap .like-list a {
  color: #5e5e5e;
}

.response-wrap .like-list a:hover {
  opacity: 0.8;
}

.response-wrap .like-list .icon-heart {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0;
}

.response-wrap .like {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
}

.response-wrap .post-btn {
  font: 700 16px/20px "ubuntu", "Arial", "Helvetica", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  display: block;
  width: 150px;
  height: 44px;
  text-align: center;
  padding: 11px 5px;
  margin: 10px 0 0;
  background: #fff;
  color: #000;
}

.response-wrap .post-btn:hover {
  opacity: 0.7;
}

.issue-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}

.issue-link-wrap .issue-link {
  display: block;
}

.issue-link-wrap .like {
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #989898;
}

.issue-link-wrap .like .icon-heart {
  display: inline-block;
  vertical-align: top;
  margin: 2px 4px 0 0;
}

.issue-link {
  font: 500 18px/21px "futura", "Arial", "Helvetica", sans-serif;
  position: relative;
  text-align: right;
  color: #989898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.issue-link img {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}

.issue-link a {
  color: #989898;
}

.issue-link a:hover {
  opacity: 0.8;
}

.tags-area {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.tags-area .tag-title {
  font: 500 30px/34px "futura", "Arial", "Helvetica", sans-serif;
  color: #5e5e5e;
  display: block;
  margin: 0 0 15px;
}

.tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  margin: 0 -7px;
}

.tags-list li {
  position: relative;
  padding: 0 7px;
  margin: 0 0 14px;
}

.tags-list a {
  font: 500 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  border: 2px solid #c4e1ea;
  color: #126381;
  display: block;
  text-align: center;
  padding: 8px 22px 9px;
  border-radius: 30px;
}

.tags-list a:hover {
  background: #c4e1ea;
  color: #fff;
}

.related-area {
  position: relative;
}

.related-area .related-title {
  font: 500 22px/25px "futura", "Arial", "Helvetica", sans-serif;
  color: #5e5e5e;
  display: block;
  margin: 0 0 15px;
}

.related-block-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.related-block-holder.style01 .description {
  padding: 0;
  width: 100%;
}

.related-block-holder .text {
  display: block;
  color: #989898;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.related-block-holder .block {
  position: relative;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
  margin: 0 0 30px;
}

.related-block-holder .image-hlder {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 120px;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.13);
}

.related-block-holder .image-hlder img {
  display: block;
  width: 100%;
  height: auto;
}

.related-block-holder .description {
  font: 300 14px/19px "ubuntu", "Arial", "Helvetica", sans-serif;
  position: relative;
  padding: 15px;
  color: #000000;
}

.related-block-holder .description p {
  margin: 0;
}

.follow-info-wrap {
  position: relative;
  padding: 20px 0 0;
}

.follow-info-wrap .wrap {
  position: relative;
  padding: 0 0 0 115px;
  margin: 0 0 20px;
}

.follow-info-wrap .wrap .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}

.follow-info-wrap .wrap .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.follow-info-wrap .name {
  font: 700 18px/22px "futura", "Arial", "Helvetica", sans-serif;
  color: #000;
  display: block;
  margin: 0 0 15px;
}

.follow-info-wrap .follow-btn {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 0 10px;
}

.follow-info-wrap p {
  color: #5e5e5e;
  margin: 0;
}

.follow-info-wrap .more {
  font: 700 13px/16px "futura", "Arial", "Helvetica", sans-serif;
  display: block;
}

.follow-info-wrap .more a {
  color: #000;
}

.follow-info-wrap .more a:hover {
  opacity: 0.8;
}

.signup-area {
  position: relative;
  max-width: 500px;
  margin: 35px auto;
}

.signup-area:before {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(
          255,
          255,
          255,
          0.4
        )
        0%, white 100%);
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);
  bottom: 100%;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  right: -9999px;
}

.signup-area h3 {
  font: 800 36px/40px "Avenir", "Arial", "Helvetica", sans-serif;
  color: #005b9d;
  margin: 0 0 10px;
}

.signup-area .subscribe-area .title {
  color: #005b9d;
}

.signup-area .subscribe-list {
  max-width: 100%;
}

.signup-area .subscribe-list a {
  border: 1px solid #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* .profile-page .side-nav {
  display: none !important;
} */

.profile-page .logo {
  line-height: 40px;
  top: 0;
}

.profile-page .logo img {
  max-width: 100%;
  height: auto;
}

.fixed-alert {
  position: fixed;
  right: 15px;
  top: 15px;
  max-width: 320px;
  z-index: 3;
}

.fixed-alert.alert-hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}

.alert-box.fixed-alert .alert-area {
  padding: 0;
}

.alert-box .btn-close {
  position: absolute;
  right: -9px;
  top: -12px;
  font-size: 14px;
  line-height: 18px;
  color: #7c1444;
}

.create-holder {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  right: 2em;
  bottom: 2em;
  display: block;
  z-index: 9999;
}

.create-holder .create-btn {
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.08);
  border: 3px solid #1f9d9d;
  width: 170px;
  border-radius: 35px;
  color: #1f9d9d;
  text-align: center;
  font-weight: 700;
  padding: 11px 10px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}

.create-holder .create-slide {
  bottom: 100%;
  top: auto;
  right: 15px 15px 0 15px;
  border-radius: 15px 15px 0 15px;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion .top-area {
  position: relative;
  padding: 0 0 0 85px;
}

.accordion time {
  font-size: 34px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ababab;
  font-weight: 800;
  width: 60px;
  text-align: center;
}

.accordion h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 10px;
}

.accordion .share-list {
  bottom: auto;
  top: 0;
}

.accordion .btns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.accordion .opener {
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.08);
  border: 3px solid #1f9d9d;
  width: 170px;
  height: 50px;
  border-radius: 35px;
  color: #1f9d9d;
  text-align: center;
  font-weight: 700;
  padding: 11px 10px;
  margin: 0 0 0 10px;
}

.accordion .opener:hover {
  opacity: 0.8;
}

.accordion .time-info {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ababab;
  color: #ababab;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  border-radius: 4px;
}

.accordion .text-box {
  font-size: 12px;
  line-height: 15px;
  color: #333;
  margin: 0 0 0 8px;
}

.accordion .text-box .title {
  display: block;
}

.accordion .text-box .duration {
  display: block;
}

.accordion .text-wrap {
  padding: 15px 0 0;
}

@media (min-width: 768px) {
  .header .search-area {
    position: relative;
    padding: 0 0 0 60px;
    top: 0;
    right: 0;
  }

  .blocks-col-area {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

  .footer-col {
    width: 25%;
  }

  .footer-col:first-child {
    width: 50%;
  }

  .signup-area .subscribe-area .title {
    margin: 0 0 12px;
  }
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .visual-area {
    min-height: 540px;
  }
  .blocks-col-area {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .block-content .blocks-col-area {
    -webkit-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    margin: 0 -10px;
  }

  .block-content .blocks-col-area .block-col {
    float: left;
    width: 33%;
    padding: 0 10px 20px;
    margin: 0 !important;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col:first-child {
    width: 100%;
  }

  .post-block {
    font-size: 20px;
  }
}
.footerlogo{
  width: 80px;
  align-items: center;
  display: flex;
}
@media (max-width: 1199px) {
  .block-blog .quick-links {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 10px;
  }

  .popup-category {
    width: 992px;
  }

  .visual-area {
    padding: 50px 0 0 230px;
  }

  .detail-area {
    padding: 50px 0 0 280px;
  }

  .highlight-block {
    width: 270px;
    left: -295px;
  }
}

@media (max-width: 1023px) {
  .block-blog {
    padding: 50px 0;
  }

  .block-blog textarea {
    font-size: 24px;
    line-height: 28px;
    height: 80px;
  }

  .block-blog textarea.content-box {
    font-size: 24px;
    line-height: 28px;
  }

  .block-blog .image-holder {
    font-size: 40px;
    line-height: 44px;
  }

  .block-blog .image-holder label {
    height: 350px;
  }

  .block-blog .image-holder .img {
    width: 50px;
    margin: -25px 0 0;
  }

  .block-blog .video-holder {
    height: 300px;
  }

  .popup-question {
    width: 600px;
    padding: 20px;
  }

  .popup-question h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .popup-question textarea {
    height: 250px;
  }

  .popup-category {
    width: 100%;
    padding: 20px;
  }

  .popup-category h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .popup-profile {
    width: 600px;
    padding: 20px;
  }

  .popup-profile .col-image {
    width: 200px;
    padding: 0 30px 0 0;
  }

  .popup-profile .image-holder {
    width: 150px;
    height: 150px;
  }

  .popup-profile .form-box {
    width: calc(100% - 200px);
  }

  .popup-profile input[type="text"],
  .popup-profile input[type="email"] {
    font-size: 24px;
    line-height: 28px;
    padding: 10px;
  }

  .search-header .logo {
    font-size: 40px;
  }

  .search-header .nav-drop {
    padding: 0 0 0 20px;
  }

  .search-header .menu {
    font-size: 14px;
    line-height: 18px;
    margin: 0 -8px;
  }

  .search-header .menu li {
    padding: 0 8px;
  }
  .search-area {
    top: 4px;
  }

  .header .logo {
    font-size: 80px;
  }

  .header .nav-drop {
    padding: 0 20px 0 0;
  }

  .header .menu {
    font-size: 16px;
    line-height: 20px;
    margin: 0 -10px;
  }

  .header .menu li {
    padding: 0 10px;
  }

  .header .menu .create-btn {
    width: 135px;
  }

  .create-slide {
    right: 10px;
  }

  .visual-area {
    padding: 35px 0 0 200px;
  }

  .visual-holder .visual-caption {
    padding: 0 0 0 15px;
  }

  .visual-holder .visual-caption h1 {
    font-size: 40px;
  }

  .visual-holder .visual-caption .text {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .subscribe-list a {
    font-size: 12px;
    line-height: 16px;
  }

  .main-holder {
    display: block;
  }

  .block-sidebar {
    width: 100%;
  }

  .block-content {
    width: 100%;
    padding: 0;
  }

  .detail-area {
    padding: 35px 0 0 200px;
  }

  .detail-area.style h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .text-area {
    font-size: 20px;
    line-height: 24px;
  }

  .post-block h2 {
    font-size: 32px;
  }

  .highlight-block {
    left: -215px;
    width: 200px;
  }

  .follow-user-info {
    left: -220px;
    width: 200px;
  }

  .related-block-holder .block {
    width: 50%;
  }

  .accordion .top-area {
    padding: 0 0 0 55px;
  }

  .accordion time {
    width: 45px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .accordion .opener {
    width: 135px;
  }
}

/*########################Anonymous Slider#############################*/

.switch {
  position: relative;
  display: block;
  /* vertical-align: top; */
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-slide {
  position: absolute;
  top: 24px;
  margin: 0;
  right: 30px;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #e1b42b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* Switch Slide
==========================*/
.switch-slide {
  padding: 0;
  margin: 15px 0 0;
  background: #fff;
  border-radius: 0;
  background-image: none;
}

.switch-slide .switch-label {
  box-shadow: none;
  background: none;
  overflow: hidden;
  border-radius: 25px;
}

.switch-slide .switch-label:after,
.switch-slide .switch-label:before {
  width: 100%;
  height: 65%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2),
    inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-slide .switch-label:after {
  color: #ffffff;
  background: #87ceeb;
  left: -100px;
}

.switch-slide .switch-label:before {
  background: #eceeef;
}

.switch-slide .switch-handle {
  display: none;
}

.switch-slide .switch-input:checked ~ .switch-label {
  background: #fff;
  border-color: #0088cc;
}

.switch-slide .switch-input:checked ~ .switch-label:before {
  left: 100px;
}

.switch-slide .switch-input:checked ~ .switch-label:after {
  left: 0;
}

/*  POPULAR RIBBONS BADGE CSS   */

.item {
  position: relative;
  /*padding-top:20px;*/
  display: inline-block;
}

.notify-badge {
  position: absolute;
  right: -5px;
  /*top:10px;*/
  /*background:red;*/
  width: auto !important;
  width: auto !important;
  max-width: 85px;
  max-height: 85px;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: white;
  padding: 5px 10px;
  font-size: 20px;
  /*-webkit-box-shadow: 0 0 100px rgb(0, 0, 0);*/
  /*-moz-box-shadow: 0 0 100px rgb(0, 0, 0);*/
}

/*      NEW BADGE   */

.notification {
  /*background-color: #555;*/
  color: white;
  text-decoration: none;
  /*padding: 15px 26px;*/
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification .badge {
  position: absolute;
  top: -8px;
  right: -27px;
  padding: 0 5px 0 5px;
  border-radius: 50%;
  background: red;
  color: white;
}
.reg-dropdown {
  color: #000000;
  font: 700 20px/24px "Arial", "Helvetica", sans-serif;
  margin: 0 10px;
}
.show-menu {
  border: none;
  box-shadow: 2px 8px 14px rgb(0 0 0 / 10%);
}
.blink-me {
  /* top: -13px;
  left: -4px; */
  border-radius: 15px;
  position: absolute;
  display: inline-block;
  padding: 0.35em 0.65em;
  margin-left: 5px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #dc3545;
  animation: blinker 1.5s linear infinite;
}
/* .blink-position {
    top: -20px;
    left: 96px;
  } */

@keyframes blinker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner-roll {
  display: flex !important;
  align-items: center;
}
.banner-roll img {
  padding: 45px;
}
.register-list li {
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.register-page {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px){
  .register-list li {
    padding-left:0px;
  }
}
.account-content {
  padding: 1rem;
}
.scroll {
  width: 100%;
  border: none;
  margin: 2em 0;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scroll h2 {
  color: #000000;
}
.scroll::-webkit-scrollbar,
.scroll-card::-webkit-scrollbar {
  display: none;
}
.scroll-card {
  display: table-cell;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.category .cardcontent {
  text-align: center;
  margin: 0 2em 0 0;
  width: 120px;
  height: 130px;
}
.popular {
  margin: 1em auto;
}
.popular .scroll-card {
  padding: 0 2em 0 0;
}
.popular .cardcontent {
  width: 300px;
  height: auto;
  margin: 0 0 2em 0;
}
.popular h2 {
  width: 300px;
}
.webstories {
  margin: 1em auto;
}
.webstories .scroll-card {
  padding: 0 1.5em 0 0;
}
.webstories .cardcontent {
  width: 180px;
  height: auto;
  margin: 0 0 2em 0;
}
.webstories h2 {
  width: 180px;
}
.cardcontent img {
  border-radius: 12px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
.insidecard {
  border-radius: 12px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  height: 90%;
  margin: 2px;
}
.author {
  margin: auto 0;
}
.auth-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-img-size {
  width: 30px;
  height: 30px;
}
.auth-name {
  margin: 0 5px;
}
.auth-name a {
  color: #000000;
  font-weight: 700;
  word-break: break-word;
}
.auth-name p {
  color: #656565;
  font-size: 11px;
  margin: 0;
}
.blog-like {
  text-align: right;
}
.all-blogs {
  margin-top: 60px;
}
.english {
  display: none;
}
.carousel-control-next-icon {
  background-image: url("../images/right.12152ffa8c0c.webp");
}
.carousel-control-prev-icon {
  background-image: url("../images/left.05247f30799b.webp");
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  opacity: 1;
}
.publish-it {
  display: flex;
  justify-content: center;
}
.slick-prev,
.slick-next {
  top: 50% !important;
  height: 30px !important;
  width: 30px !important;
  z-index: 1 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-next {
  right: 2% !important;
}
.popular-responsive .slick-next,
.popular-responsive .slick-prev {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
  background: white;
  padding: 5px;
  border-radius: 16px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: white !important;
}
.copyright-info {
  margin: auto;
  width: 50%;
  text-align: center;
}
/* ***********Top arrow css in HomePage and exit popup***********  */

#scrollUp {
  display: none;
  bottom: 5%;
  right: 20px;
  width: 45px;
  height: 80px;
  opacity: 0.5;
  background: url("../images/up-arrow.7a9ecad39dfe.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center center;
}
#scrollUp:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  /* .header-blog {
    padding: 60px 0 10px;
  } */
  .header-blog img {
    position: relative;
    top: -50px;
  }
  
  .header .logo img {
    width: 80px;
    height: 34px;
    vertical-align: top;
  }
  .hide-desktop {
    display: inline-flex;
  }

  .header .profile-area .profile-opener {
    width: 36px;
    height: 36px;
  }

  .header-blog .logo {
    font-size: 30px;
    line-height: 34px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 20%;
    top: 65px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .header-blog .btn-outline {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    border-width: 1px;
  }

  .header-blog .btn {
    min-width: inherit;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
  }

  .create-slide {
    /* left: 50%; */
    transform: translateX(-50%);
  }

  .side-nav:before {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .block-blog textarea.content-box {
    height: 240px;
    font-size: 20px;
    line-height: 24px;
  }

  .block-blog .image-holder {
    font-size: 24px;
    line-height: 28px;
  }

  .block-blog .image-holder {
    margin: 0 0 15px;
  }

  .block-blog .video-holder {
    height: 200px;
  }

  .profile-box {
    padding: 50px 0;
  }

  .profile-box .profile-area {
    display: block;
    min-height: auto;
  }

  .profile-box .image-holder {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
  }

  .profile-box .text-holder {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .profile-box .top-area {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-box .top-area h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .profile-box .list-links {
    justify-content: center;
  }

  .popup-question {
    width: 100%;
    padding: 0;
  }

  .popup-question textarea {
    height: 150px;
  }

  .popup-category {
    padding: 0;
  }

  .popup-category .col {
    width: 100%;
  }

  .popup-category .list-tags button {
    padding: 5px 10px;
  }

  .popup-profile {
    width: 100%;
    padding: 0;
  }

  .popup-profile .profile-row {
    display: block;
  }

  .popup-profile .col-image {
    width: 100%;
    padding: 0;
  }

  .popup-profile .form-box {
    width: 100%;
  }

  .popup-profile .text-right .btn {
    min-width: inherit;
  }

  .fancybox-inner .btn {
    min-width: inherit;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .search-header {
    padding: 15px 0;
  }

  .search-header .container {
    position: static;
    display: block;
  }

  .search-header .header-holder {
    position: static;
    display: block;
    width: 100%;
  }

  .search-header .nav-drop {
    padding: 0;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100;
  }

  .menu-active .search-header .nav-drop {
    max-height: 4000px;
  }

  .search-header .nav-area {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .menu-active .search-header .nav-area {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .search-header .menu {
    padding: 15px 0 5px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .search-header .menu li {
    padding: 0 10px;
    margin: 0 0 10px;
  }

  .search-header .menu a {
    display: inline-block;
    vertical-align: top;
  }

  .search-area {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    padding: 20px 0 10px;
  }

  .search-slide {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
  }

  .profile-area {
    position: absolute;
    right: 60px;
    top: 14px;
  }

  .profile-area-icon {
    position: absolute;
    right: 110px !important;
    top: 14px;
    visibility: visible !important;
  }
  .profile-area .profile-list {
    font-size: 14px;
    line-height: 18px;
  }

  .profile-area .profile-list li {
    margin: 0 0 10px;
  }

  .create-holder {
    display: block;
  }

  .menu-opener {
    display: block;
  }

  .header {
    padding: 20px 0 0;
  }

  .header .header-holder {
    position: static;
    display: block;
  }

  .header .container {
    position: static;
  }

  .header .profile-area {
    top: 21px;
  }

  .header .logo {
    position: relative;
    font-size: 40px;
    left: 0;
   
    max-width: 80px;
  }
  input[type="search"] {
    width: 100%;
    display: flex;
    text-align: center;
  }

  .header .nav-drop {
    padding: 0;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100;
  }

  .menu-active .header .nav-drop {
    max-height: 4000px;
  }

  .header .nav-area {
    display: block;
    text-align: center;
  }

  .header .nav-area {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .menu-active .header .nav-area {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header .menu {
    display: none;
    /* padding: 15px 0 5px; */
    margin: 0;
    padding-right: 65px;
  }

  .create-mobile {
    display: flex !important;
    padding: 0 !important;
    width: 100%;
  }
  
  .hide-mobile {
    display: none !important;
  }
  .header .menu li {
    margin: 0 0 10px;
  }

  .header .menu .create-btn {
    width: 50px;
    margin: 0 auto;
    display: block;
  }

  .side-nav {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  .visual-area {
    padding: 0;
    margin: 0;
    /* margin-bottom: -100px; */
  }
  .visual-holder {
    display: flex;
    justify-content: center;
  }

  .visual-holder .visual-image {
    border-width: 4px;
    width: 100%;
    border-radius: 0 20px;
    margin: 0 0 15px;
  }

  .visual-holder .visual-caption {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .visual-holder .visual-caption h1 {
    font-size: 34px;
  }

  .subscribe-list {
    margin: 0 auto;
  }

  .heading-area {
    padding: 10px 0 25px;
  }

  .heading-area h1 {
    font-size: 40px;
    line-height: 1;
  }

  .block-col {
    margin: 0 0 25px;
  }

  .block-col .tag,
  .new-col .tag {
    font-size: 14px;
    min-width: inherit;
  }

  .block-col h2,
  .new-col h2 {
    font-size: 18px;
  }

  .answer-block {
    padding: 15px;
    margin: 0 0 20px;
    border-radius: 12px;
  }

  .answer-block h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 7px;
  }

  .answer-block .fake-field a {
    font-size: 14px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer-holder {
    display: block;
    margin: 0 0 25px;
  }

  .footer-col {
    /* width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0 15px; */
    width: 200px;
  }

  .footer-nav-holder {
    display: block;
    margin: 0;
  }

  .footer-nav-wrap {
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
  }

  .social-networks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-info {
    text-align: center;
  }

  .detail-area {
    padding: 0;
  }

  .detail-area.style {
    margin: 0 0 30px;
  }

  .detail-area.style h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .detail-area.style .text {
    font-size: 16px;
    line-height: 20px;
  }

  .no-answer-block {
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
  }

  .no-answer-block .wrap {
    padding: 0 0 0 50px;
  }

  .textarea-wrap {
    padding: 15px 0 15px 15px;
    margin: 0 0 20px;
  }

  .textarea-wrap textarea {
    padding: 15px 15px 15px 25px;
    font-size: 17px;
    line-height: 21px;
  }

  .textarea-wrap .no-answer-block {
    margin: -80px 20px 60px 20px;
  }

  .textarea-wrap .image-holder {
    width: 24px;
    left: 10px;
    height: 24px;
  }

  .text-area {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-area .name-wrap {
    margin: 0 0 20px;
  }

  .post-breadcrumb {
    margin: 0 -4px 15px;
  }

  .btns-list a {
    min-width: 120px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 10px 8px;
  }

  .answers-wrap .share-list {
    top: auto;
  }

  .more-wrap .view-more {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .post-block {
    padding: 0 0 20px;
  }

  .post-block h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .post-block .time {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 0 10px;
  }

  .post-head .like {
    width: 100%;
    padding: 5px 0 0;
    font-size: 16px;
    line-height: 21px;
  }

  .share-list {
    right: 0;
    position: relative;
    padding: 20px 0 0;
    margin: 0 -15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-list li {
    padding: 0 15px;
    margin: 0;
  }

  .share-list .like {
    display: none;
  }

  .share-list a {
    margin: 0 auto;
  }

  .highlight-block {
    position: relative;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 0 20px;
  }

  .follow-user-info {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    display: block;
    width: 100%;
    margin: 20px auto;
  }

  .follow-user-info .image-wrap {
    display: block;
    margin: 0 auto 10px;
  }
  .follow-user-info .follow-btn {
    margin: 0 auto;
  }

  .response-block {
    padding: 15px;
  }

  .response-block .response-title {
    font-size: 15px;
  }

  .response-wrap {
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .response-wrap .follow-btn {
    display: block;
    margin: 10px 0 0;
  }

  .response-wrap .user-img {
    position: relative;
    margin: 0 0 12px;
  }

  .tags-area {
    padding: 20px 0;
  }

  .tags-area .tag-title {
    font-size: 20px;
    line-height: 24px;
  }

  .tags-list a {
    padding: 7px 15px 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .related-block-holder .block {
    width: 100%;
    margin: 0 0 25px;
    display: block;
  }

  .related-block-holder .image-hlder {
    margin: 0 0 15px;
  }

  .related-block-holder .description {
    width: 100%;
  }

  .follow-info-wrap .wrap {
    padding: 0;
  }

  .follow-info-wrap .wrap .image-wrap {
    position: relative;
    margin: 0 0 12px;
    display: block;
  }

  .follow-info-wrap .follow-btn {
    margin: 10px 0 0;
    display: block;
  }

  .signup-area {
    margin: 20px auto;
  }

  .signup-area h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .accordion .top-area {
    padding: 0;
  }

  .accordion time {
    position: static;
    width: auto;
    display: block;
    text-align: left;
  }

  .accordion h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .container {
    padding: 0 10px;
  }
  .scroll h2 {
    font-size: 18px;
  }
  .category .cardcontent {
    width: 100px;
    height: 120px;
    margin: 0 1em 0 0;
  }
  .popular .cardcontent {
    width: 200px;
    height: auto;
    margin: 0 0 1em 0;
  }
  .popular h2 {
    width: 200px;
  }
  .webstories .cardcontent {
    width: 180px;
    height: auto;
    margin: 0 0 1em 0;
  }
  .webstories h2 {
    width: 180px;
  }
  .auth-img {
    width: 25px;
    height: 25px;
  }
  .auth-name a {
    font-size: 12px;
  }
  .auth-name p {
    font-size: 8px;
  }
  /* iframe {
    height: 100% !important;
  } */
  .box {
    padding: 0;
  }
  #scrollUp {
    width: 30px;
    height: 35px;
    background-size: 40px;
  }
}

/* ***************Dropdown menu styling for categories*************** */
.dropbtn {
  cursor: pointer;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

@media screen and (max-width: 768px){
  .dropdown-content a {
    font-size: 13px !important;
    line-height: 23px !important;
    width: 350px !important;
    padding: 0px !important;
  }
}


.dropdown {
  position: relative;
  margin-bottom: 10px;
  /* display: inline-block; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  overflow: auto;
  border-radius: 0px 25px 25px 25px;
  z-index: 1;
  box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
  padding: 0em 1.1em 0em 1.1em;
}

.dropdown-content a {
  font-size: 14px;
  line-height: 5px;
  font-family: "futura", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  padding: 16px;
  text-decoration: none;
  display: block;
  width: 300px;
}

.dropdown a:hover {
  background-color: transparent;
}

.show {
  display: block;
}

/* **************Contact_us css styling************** */

body {
  height: 100vh;
  background: white;
}

.wrapper {
  max-width: 450px;
  width: 100%;
  margin: 30px auto 0;
  padding: 10px;
}

.wrapper .form_container {
  background: #fff;
  padding: 30px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 165%;
}

.heading {
  background: white;
  /* margin: -30px; */
  text-align: center;
  color: black;
  font-size: 19px;
  margin-bottom: 35px;
  padding: 10px;
}

.wrapper .form_container .form_item {
  margin-bottom: 25px;
}

.form_wrap.fullname,
.form_wrap.select_box {
  display: flex;
}

.form_wrap.fullname .form_item,
.form_wrap.select_box .form_item {
  width: 50%;
}

.form_wrap.fullname .form_item:first-child,
.form_wrap.select_box .form_item:first-child {
  margin-right: 4%;
}

.wrapper .form_container .form_item label {
  display: block;
  margin-bottom: 5px;
}

.form_item input[type="text"],
.form_item input[type="email"],
.form_item select {
  width: 100%;
  padding: 15px 15px 15px 35px;
  font-size: 16px;
  border: 2px solid #dadce0;
  border-radius: 3px;
}

.form_item input[type="text"]:focus {
  border-color: rgb(115, 144, 240);
}
.form-input {
  padding: 15px;
  padding-left: 35px;
}

.btn {
  width: auto;
  min-width: 180px;
  height: 3em;
  border-radius: 30px;
}
.textarea {
  width: 100%;
  height: 210px;
  border-block-color: lightgrey;
  border-left-color: lightgrey;
  border-right-color: lightgrey;
  border-radius: 3px;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 20px;
  color: gray;
  min-width: 50px;
  text-align: center;
}

/* ***********Exit popup********** */

.exit-popup {
  display: none;
  position: fixed;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.box {
  position: absolute;
  padding: 1.5rem;
  margin: auto;
  width: 90%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
  background-color: rgba(255, 255, 255);
}
.box-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* padding: 1.5rem; */
}

.box-header {
  display: block;
  font-weight: bold;
  color: black;
}
.box-subheader {
  color: black;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}
.box-btn {
  color: white;
}
.close {
  position: absolute;
  left: 90%;
  top: 10%;
  color: #2bbb9d;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.field-p-btn .btn-next {
  display: block;
  cursor: pointer;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 600;
  letter-spacing: 2px;
}

h1 {
  font-size: 35px;
}

h2 {
  font-weight: 700;
  font-size: 25px;
}

/* ********ByCategories Page CSS********** */

/* Displaying dynamic category heading */
.category_title {
  text-align: center;
}

/* ********Home_Page CSS********** */

/* Scroll to top */
.scrollup-alignment {
  position: fixed;
  z-index: 2147483647;
}

.signup-alignment {
  width: "24";
  height: "24";
}

/* About_us page */
.img-alignment {
  width: 30%;
  float: right;
  margin-left: 5px;
  margin-top: 40px;
}

/* mili page */
.mili-logo {
  height: 75px;
  display: flex;
  margin: auto;
}
.img-mili > div > img {
  display: flex;
  margin: 0 0 auto 30px 30px;
}

/* privacy policy */
.text-alignment {
  font-weight: 400;
}

/* footer page */
.btn-subscriber {
  display: inline-block;
  background-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
}

/* horizonal menu page css */

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  color: black;
  margin-bottom: 15px;
}

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.gray-text {
  color: gray;
}

#content-desktop {
  display: block;
}
#content-mobile {
  display: none;
}
@media screen and (max-width: 1076px) {
  #content-desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #content-desktop {
    display: none;
  }
  #content-mobile {
    display: block;
  }
}

/* blog_page css */

.btn-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph-alignment {
  line-height: 1.8rem;
}

.img-size {
  max-height: 150px;
  max-width: 150px;
  min-height: 150px;
  min-width: 150px;
}

/* rule and guidelines page css */
.text-size {
  font-size: 18px !important;
}

/* Testimonial page css */

.testimonials-card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family: arial;
}

.new-quote {
  max-width: 40px;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 45px;
}

.new-user {
  border-radius: 50%;
  width: 70px;
}

.name {
  color: black;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center
}

.response-content {
  margin-bottom: 1rem;
}

.response-img {
  padding: 5px;
}

.response-img img {

border-radius: 100%;
overflow: hidden;
box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
}

.response-user {
  color: black;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.test {
  display: flex;
}

@media (max-width:1050px) {
  .test {
    display: flex;
    flex-direction: column;
  }

  .new-box {
    margin: 4px;
  }

 .new-box-med {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 300px;
    margin: 20px 8px 20px 8px;
    box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
    background: #fff;
  }
}

.blog-container .blog-left .blog-detail #post-content p {
  font-family: "Metropolis-Regular" !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  color: #333 !important;
  margin: 20px 0 !important;
}

OL.withroman {
  list-style-type: lower-alpha;
} 

.teal-color {
  display: inline-block;
  background: url("../images/create.28d58fc441d4.svg") no-repeat;
  background-size: 100% 100%;
  margin: -2px 3px 0 0;
  width: 24px;
  height: 24px;
  box-shadow: 1px 3px 11px rgb(0 0 0 / 8%);
  border: 2px solid #1f9d9d;
  width: 35px;
  height: 36px;
  border-radius: 75px;
  color: #1f9d9d;
  text-align: center;
  font-weight: 100px;
  padding: 11px 10px;
  border-radius: 50% 50% 50% 50%;  
}

.highlight {
  color: #2bbb9d !important;
  font-weight: bold;
  width: 150px;
}
/* //register page loader */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

 :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
} 

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 8px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.login-signup {
  font-size: 16px;
  position: relative;
  margin: 0 20px;
  border-radius: 50%;
  outline: none;
  height: 100%;
  line-height: 50px;
  color: #000000 !important;  
  font-weight: bold;
  text-transform: uppercase;
}
/* //register page disable submit button */
#btnSubmit[disabled]
{
 opacity: 0.3;
}

/* Register new design page css */
.set-color{
  color: #fff!important;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }

  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
  .p-md-5 {
    padding: 0rem!important; 
  }
}
  @media (max-width: 700px) {
      .gradient-custom-2 {
          display: none !important;
      }
  }
.gradient-custom-2 {
     background: rgba(31, 157, 157, .8);;
  }
  .div-shadow { 
      box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
      background: #fff;
  }

/* //register page disable submit button */
#btnSubmit[disabled]
{
opacity: 0.5;
}

.login-btn{
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.08);
  border: 3px solid #1f9d9d;
  width: 135px;
  height: 50px;
  border-radius: 35px;
  color: #1f9d9d;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  background: #ffffff;
}

.login-btn:hover{
  color: #ffffff;
  background: #1f9d9d;
}

.ebook-img {
  max-width: 40% !important;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  /* background: #f2f2f2; */
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 10px;
}
.fp-form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  width: 100%;
  border: solid 1px #ccc;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 10px;
}
.list-alignment{
  list-style-type:disc; 
  font-size: 17px; 
}

.hide-scroller{
  overflow: hidden;
}

.borderRadius{
  border-radius: 10px !important;
}

.form-outline input, .password_change input{
  border-radius: 10px !important;
  border-color: #CCCCCC;
}
.input-group-addon:first-child {
  border-radius: 10px 0 0 10px;
}

.display-Center{
  display:flex;
  justify-content: center;
}
.card-image{
  overflow: hidden;
  border-radius: 0 28px;
  max-height: 422px; 
}

.customCardHeight{
  height: 320px
}

@media screen and (min-width: 500px) {
  .customCardHeight {
    height: 400px !important; 
  }
}

.card-width{
  position: relative;
  background: #fff;
  max-width: 450px;
  width: 450px;
  margin: 20px;
  box-shadow: 0 5px 25px rgb(1 1 1 /10%);
  border-radius: 0 40px;
  border: 8px solid #000;
}

.card-image img{
  max-width: 100%;
  height: auto;
  visibility: hidden;
  display: block;

}
.loading1{
  position:relative;
  background: #e2e2e2;
  overflow: hidden;
}
.loading1:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%; 
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);
  transform: translateX(-100%);
  animation: loading1 1.5s infinite;
}
@keyframes loading1 {
  100%{
      transform: translateX(100%);
  }  
}

#bannerImages {
  visibility: hidden; 
  display: none;
} 

.chip {
  margin: 10px 5px;
  border-radius: 25px;
  background-color: #F1F1F1;
  padding: 10px 15px !important;
  font-size: 14px;
  font-weight: bold;
}

.ebook-header {
  padding:10px;
  width:100%
}

.ebook-section {
  margin: 20px 0;
  text-align: center;
}
.ebook-banner {
  padding: 0 2rem;
  width: 100%;
}
.loader-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loadder-wrapper{
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.loader{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    color: cadetblue;
}

.loader-inner{
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

@keyframes loader{
    0% {transform: rotate(0deg);}
    25% {transform: rotate(180deg);}
    50% {transform: rotate(180deg);}
    75% {transform: rotate(360deg);}
    100% {transform: rotate(360deg);}
}

@keyframes loader-inner{
    0% {height: 0%;}
    25% {height: 0%;}
    50% {height: 100%;}
    75% {height: 100%;}
    100% {height: 0%;}
}

/* new css to create a blog and vlog */
.createInputMargin{
  margin: 15px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.create-blog-align {
  font: 700 34px/40px futura, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
/* mili page css */
.mili-color, .mili-title {
  font-family:Lobster;
  color: #1f9d9d;
  font-size: 46px;
  margin: 0 !important;
  margin: 0 !important;
}
.mili-title {
  font-size: 40px;
  margin: 20px 0 !important;
}
.mili-strip {
  width: 100%;
  height: auto;
}
.regional-dropdown{
  /* right: -40px !important; */
  width: 160px !important;
}
.regional-chevron {
  vertical-align: middle;
  padding-bottom: 4px;
}
.regional-text{
  color: #000000 !important;
  font-weight: bold !important;
}

.create-btn-align{
  width: 40px !important;
  height: 40px !important;
  padding: 5px !important;
}
.share-icon{
  box-shadow: 0 1px 8px rgb(0 0 0 / 21%);
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  right: -2px;
  position: absolute;
}
#share-icon-color{
  padding-top: 10px !important;
  padding-left: 10px !important;
  color: black;
}
.myDiv{
  display:none;
  padding:10px;
} 
 
.select-dropdown{
  border: none;
  color: rgba(31, 157, 157, 0.8) ;
  margin-bottom: 20px;
}
.readmore-btn {
  width:25%;
  margin: 40px 0;
}

@media (max-width: 1023px){
  .create-blog-align{
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 24px;
  }
}

@media (max-width: 767px){
  /* .visual-holder {
    margin-top: 100px;
  } */
  /* .detail-area {
    margin-top: 110px;
  } */
  .readmore-btn {
    width:50%;
    margin: 30px 0;
  }
  .ebook-banner {
    padding: 0;
  }
}
@media (max-width: 402px){
  .create-blog-align{
    font-size: 20px;
  }
}
.fixed-header{
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5678854334;
}

.pointer{
  cursor: pointer;
}
.pub-btn-fxd {
  position: fixed;
  z-index: 999;
} 
.hidden {
  visibility: hidden;
}
.mr100 {
  margin-right: 100px;
}
.social-btns {
  display: block; 
  margin-bottom: 25px;
}
.seeMore-btn{
  font-family: 'Lobster';
  background: #1f9d9d !important;
  width: fit-content;
  font-size: 26px;
  height: fit-content;
  padding: 10px 20px;
  margin: 24px 0 0;
  color: white;
}
.she {
  margin-left: -6px;
  margin-right: -6px;
}

/* Partnerwithus page css */
.pwu section {
  padding: 40px 20px;
}
.pwu h1{
  font-size: 30px;
  width: 35%;
  text-align: center;
  color: white;
  padding: 10px;
  text-shadow: 2px 2px 8px #00000069;
}
.pwu h1 span {
  font-size: 22px;
}
.pwu button {
  font-weight: 700;
  text-transform: uppercase;
}

.pwu h2{
  font-size: 30px;
}

.sec7-col{
  background: rgba(220, 93, 135,.2);
}
.width-align{
  width: 100%;
}
.sec1 {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://cdn.girls.buzz/images/fistbump.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec-row-align{
  margin-left: 45px;
}
.sec3{
  background:rgba(43,187,157,.2);
}
.sec5 {
  background: rgba(43,187,157,.2);
}
.sec6-ul{
    font-family: "Poppins", "Arial", "Helvetica", sans-serif;
    font-weight: 900;
    font-size: 20px;
    display: block;
    line-height: 45px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.sec6-ul li {
  background: #ffffff;
  box-shadow: 2px 8px 15px rgba(43,187,157,.2);
  padding: 7px 10px;
  border-radius: 10px;
  margin: 15px 10px;
  transition: transform 1s;
}
.sec6-ul li:hover {
  transform: scale(1.1);
}
#contact .form-control, #contact form textarea {
  box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
  background: #fff;
  border: unset !important;
  line-height: 40px;
  border-radius: 6px;
}
#contact form textarea {
  height:120px;
}

.pwu-btn {
  width: fit-content;
}
.midcenter {
height: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.resp-padding {
  padding: 3rem;
}
.hcenter {
  display: flex;
  align-items: center;
}
#contact form .row {
  padding: 10px 0;
}
#contact form label {
    font-size: 15px;
    font-weight: 800;
}
.git {
  background: rgba(43,187,157,.2);
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  padding: 30px;
  border: solid 8px #fff;
  border-radius: 16px;
}  
.separator {
  padding: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator:not(:empty)::before {
  margin-right: .25em;
}
.separator:not(:empty)::after {
  margin-left: .25em;
}
.line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}
.wordwrapper {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    z-index: 2;
}
.word {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
}
.carousel-text{
  box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
  background: #fff;
  margin: 50px;
  text-align: center;
  padding: 50px;
}   
.carousel-text blockquote{
font-size: 20px;
font-weight: 700;
}

@media screen and (max-width: 480px){
.pwu section {
  padding: 30px 10px;
}
.align-center{
  align-items: center !important;
}
.sec1 {
  height: 200px;
}
.pwu h1{
  font-size: 20px;
}
.pwu h1 span {
  font-size: 14px;
}
.rounded-img{
  margin: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.h4-mb{
  font-size: 14px;
}
.sec6-ul{
  font-size: 15px;
}
.carousel-text{
  font-size: 15px;
  margin-top: unset !important;
}
.sec8-font{
  font-size: small;
}
.sec8-inputText {
  height: 40px;
}
.git {
  padding: 15px;
}
}
@media screen and (min-width: 768px){
  .sec-row-align{
    margin-left: unset;
  }
  .show-mobile-div{
    display: none;
  }

  .rounded-img{
    margin: 10px;
    width: 70px;
    height: 70px;
    padding: 5px;
  }
}
@media (max-width: 767px){
.pwu h1 {
  width: 65%;
}
.resp-padding {
  padding: .5rem;
}
.sec4, .sec5, .sec6 {
  text-align: center;
}
.seeMore-btn{
  font-size: 18px;
  margin: 18px 0 0;
}
.mili-color {
  font-size: 26px;
}
.mili-title {
  font-size: 22px;
}
}

@media screen and (min-width: 481px) and (max-width:768px){
  .rounded-img{
    margin: 10px;
    width: 80px;
    height: 80px;
    padding: 5px;
  }
} 
@media (max-width: 767px){
  .home-logo{
    top: 50px !important;
    height: 30px !important;
  }
}

.contactUs-form{
  max-width: 650px;
  background: #fff;
  box-shadow: 2px 8px 21px rgb(0 0 0 / 16%);
  border-radius: 3px;
}
.contact-form-input{
  border: 2px solid #dadce0 !important;
  border-radius: 3px !important;
}
@media (min-width: 768px){
  .register-width-align {
      width: 750px !important;
  }
}
.events {
  color: white;
}
/* new allauth css */
@media (min-width: 1200px){
  .pw-reset-container {
      width: 550px !important;
  }
}
@media (min-width: 768px){
  .forgotpw_container {
    width: 350px !important;
  }
}
.header-align{
  left: auto !important;
}


/* Forum CSS */
.forum-topics {
  font-family: Arial, Helvetica, sans-serif;
}
.pagination {
  margin: 10px 0;
  justify-content: right;
}
.page-item.active .page-link {
  background-color: #2bbb9d;
  border-color: #2bbb9d;
  z-index: inherit;
}

.page-link {
  background-color: #ffffff;
  color: #2bbb9d;
  border-color: #fff;
}

.topic-list {
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  padding: 40px;
}

.topic-boxes {
  box-sizing: border-box;
  padding: 10px 0;
}

.topic-box {
  border: 1px solid #2bbb9d;
  background: #ffffff;
  margin: 10px;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topic-box:hover {
  box-shadow: 2px 2px 5px 0px rgb(45 197 165 / 50%);
}
.topic-listing-box {
  border: 1px solid #2bbb9d;
  background: #ffffff;
  margin: 10px;
  padding: 20px !important;
  border-radius: 10px;
}

.topic-header {
color: #2bbb9d;
font-family: 'Sniglet', cursive;
}

.topic-header h2 {
  font-size: 18px;
}

.topic-content {
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
}

.topic-extras, .topic-extras i {
  color:#666;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}

.topic-detail {
  margin: 30px 0;
}

.topic-detail-content {
  font-size: 18px;
  margin: 10px 0;
  word-break: break-word;
}

.topic-detail .topic-list {
  margin: 20px;
}

.topic-list .date-list {
color: #666;
font-size: 12px;
list-style: none;
padding: 0;
}

.topic-response .textarea-wrap {
  margin-bottom: 0;
}

.topic-liked {
  color: #0067ce;
}
#relatedSection {
  margin: 20px 0;
}
.topic-related {
  padding: 20px;
}
.topic-related-content {
  color: #000;
}
.topic-detail-page .tox-tinymce, 
.topic-detail-page .tox-statusbar, 
.topic-detail-page .tox-toolbar, 
.topic-detail-page .tox-toolbar__primary, 
.topic-detail-page .tox-toolbar-overlord{
  border: none !important;
}
.topic-detail-page .tox .tox-statusbar__path-item, 
.topic-detail-page .tox .tox-statusbar a {
  color: white !important;
}
.topic-detail-page .tox-statusbar__resize-handle svg {
  fill: white !important;
}
.topic-detail-page .tox .tox-tbtn svg {
  fill: #888;
}
.topic-response-area {
  height: 200px;
  background: white;
  box-shadow: 0 0 9px rgb(0 0 0 / 13%);
  border-radius: 8px;
}
.anonymous {
  font-size: 16px;
}
@media (max-width: 575px) {
  .pagination {
    justify-content: center;
    font-size: 14px;
  }
}

/* Hide Heading 1 in TinyMCE to avoid SEO issues */
div[title='Heading 1'] {
visibility: hidden;
display: none !important;
}
.topic-box{
  padding: 20px;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  border-radius: 10px;
}
.topic-icons {
  justify-content: end;
  padding: 0 10px;
}

.topic-icons a:hover {
  opacity: 0.7;
}

div.topic-wrapper > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cat-rgt-padding{
  padding-right: 50px;
}
@media (max-width: 767px){
  .forum-header-profile{
    right: 20px !important;
  }
  .topic-text{
    text-align: start !important;
  }
  .topic-padding{
    padding: 10px !important;
  }
  .topic-hd{
    padding: 30px !important;
  }
  .topic-list {
    padding: 20px;
  }
  .pagination {
    margin: 0;
  }
}
@media (min-width: 767px){
  .topic-text{
    text-align: center !important;
  }
}
.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 20px;
  color: #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}
  
.errorlist{
  font-weight: bold;
  color: red;
}

/* Listings on Profile Page */
#listings {
  padding: 20px 0;
}
.listing-container {
  border: solid 2px #2bbb9d;
  border-radius: 16px;
  box-shadow: 2px 8px 21px rgb(0 0 0 / 13%);
}
.listing-titles {
  background: #2bbb9d;
  font-weight: bold;
  font-family: 'futura';
  border-radius: 13px 13px 0 0;
}
.listing-titles ul {
  list-style: none;
  display: flex;
  padding: 10px;
  overflow: scroll;
}
.listing-titles ul li {
  margin: 0 1rem;
}
.listing-titles ul li a {
  color: white;
}
.listing-items {
  padding: 0 20px 20px;
}
.listing-status {
  font: 700 16px/20px "futura", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
  margin: 25px 0;
}
.settings-holder {
  position: absolute;
  right: 50px;
  padding: 5px;
}
.listing-titles ul li a:hover {
  color: #FFDE59;
  cursor: pointer;
}

.listing-titles ul li a.active {
 color: #FFDE59;
}
.disclaimer {
  font-size: 8px;
}
@media (max-width: 767px){
   .listing-titles ul li a.active {
       color: #FFDE59;
   }
   .listing-titles ul li a:hover {
       cursor: pointer;
       color: #FFDE59;
   }
   .disclaimer {
    font-size: 6px;
   }
}
.bold {
  font-weight: bold;
}

.fs12 {
  font-size: 12px !important;
}

.subscribe-box {
  color: white !important;
}

@keyframes greenblue {  
  0% { background-color: #0067ce; }
  50% { background-color: #2bbb9d; }
  100% { background-color: #0067ce; }
}

@-webkit-keyframes greenblue {  
  0% { background-color: #0067ce; }
  50% { background-color: #2bbb9d; }
  100% { background-color: #0067ce; }
}

.subscribe-box {
    height: 100px;
    background-color: #0067ce;
    animation-name: greenblue;  
    animation-iteration-count: infinite;  
    animation-duration: 2s; 
    -webkit-animation-name: greenblue;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s; 
}   

.bannerad-link {
  display: flex;
  justify-content: center;
  max-height: 250px;
}

.select-regional-dropdown{
    font-size: 18px;
    border: none;
    font-weight: bold !important;
}

/* biolink css */
.biolink-bgn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}
.biolink-bgn > * {
    max-width: 640px;
}
.bio-container {
    width: 100%;
}
.bio-titles {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
}
.bio-subtext {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
}
.bio-area {
    display: flex;
    align-items: center;
    margin: 20px 0px 32px 0px;
}
.bio-maintext {
    font-family: Montserrat,sans-serif;
    color: #FFFFFF;
    font-size: 16px;    
    font-weight: 700;
}
.bio-container > * {
    margin-bottom: 16px;
}
.bio-peels a {
    background-color: #ffffff;
    border-radius: 1000px;
    color: #010101;
    display: flex;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px;
}
.bio-peels a:hover {
  transform: scale(1.1);
}
.bio-peels1 a {
  background-color: #ffffff;
  border-radius: 10px;
  color: #010101;
  display: flex;
  margin-bottom: 10px;
}
.bio-peels1 a:hover {
  transform: scale(1.1);
}
.bio-video {
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.bio-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bio-social-card {
    display: flex;
    justify-content: center;
}
.bio-sub-social-card a {
    color: #FFFFFF;
    padding: 8px 15px;
}
.bio-sub-social-card a:visited {
    color: #FFFFFF;
}
.bio-svg {
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    width: 32px;
    height: 22px;
}
.biolink-img{
    margin-bottom: 10px;
}
@media (max-width: 767px){
  .link-title{
    font-size: 15px !important;
    width: unset !important;
    margin-left: 10px;
  }
  .bio-svg-icon{
    width: 15px;
  }
  .bio-peels a{
    font-size: 15px;
    padding: 15px;
  }
  .bio-maintext{
    font-size: 15px;
  }
  .bio-subtext{
    font-size: 12px;
  }
  .bio-static-title{
    font-size: 20px !important;
  }
  .bio-titles {
    margin-left: 10px;
  }
}
.bio-img-mobile{
  height: 40px;
  border-radius: 27px;
  width: 80px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 10px;
  box-shadow: 2px 8px 21px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.bio-thread-icon{
  width: 35px;
  height: 21px;
  border-radius: 10px;
}
.link-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  font-size: 18px;
  font-family: var(--font-body-family);
  font-weight: bold;
  height: 44px;
}
.bio-static-title{
  font-size: 25px;
  margin: 0 0 0.2em;
  color: #FFFFFF;
}
.footer-social-links a{
  padding: 2px 5px;
}
.image-container {
  position: relative;
  display: inline-block;
}
.mili-image {
    max-width: 100%; 
}
.mili-share-icon {
    border: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.21);
    background: #fff;
    position: absolute;
    border-radius: 50%;
    line-height: 35px;
    width: 38px;
    height: 38px;
    z-index: 1; 
    top: -13%;
    right: -2%;
}
@media (max-width: 767px) {
    .mili-share-icon {
        top: -23%;
        right: -2%;
    }
}
.backgroudclr{
  background-color: #404040;
}
.subs-btn{
  width: 100%;
  border-radius: 10px;
}
.circle-card {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.circle-card img {
  width: 92%;
  height: 38%;
  object-fit: cover;
  margin-top: 20px;
}   
.abt-headings{
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
}

.about-us-sec1-p{
  text-align: center;
  font-size: 19px;
  line-height: 1.375em;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,.16);
  padding: calc(0px + 0px) 150px 0px 150px;
  max-width: 1280px;
}

.about-us-sec1-title{
  margin: 0px;
}
@media screen and (max-width: 480px){
  .about-us-sec1-p{
      padding: 0px !important;
      margin: 0px 10px;
  }
  .about-us-video{
      width: 100%;
      height: 100%;
  }
  .abt-subscribe{
      font-size: 25px;
      padding-left: 10px 
  }
  .abt-col-md-4{
    width: auto !important;
  }
  .about-us-sec1{
    background-color:#866EA8;
  }
  .about-us-banner2{
        height: auto !important;
  }
  .img-alignment{
    width: 50%;
  }
}
.abt-us-sec2-p{
  font-size: 15px;
  font-family: Montserrat,sans-serif;
  color: #333333;
  margin-bottom: 30px;
}
.about-us-banner2 form {
  margin-top: 50px;
  border-radius: 8px;
  padding: 20px;
}
.about-us-banner2 h2 {
  text-align: center;
  color: #333;
}
.about-us-banner2 label {
  display: none;
  margin: -15px 0 5px ;
  color: #555;
}
.about-us-banner2 input {
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.subs-abt-us-btn{
  background: blanchedalmond;
  color: black;
  cursor: pointer;
  font-weight: bold;
}
.subs-abt-us-btn input[type="submit"]:hover {
  background-color: #32174d;
}
 
  #thankYouErrorMessage{
      color: white;
      text-align: center; 
  }
  #thankYouMessage{
      color: chartreuse;
      text-align: center; 
  }
  .logosrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    margin-bottom: 20px
}
@media (min-width: 768px){
  .abt-col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 18.333333%;
  }
}
.bordernewgrpcmpcls {
    height: 75px;
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.logopointer {
    cursor: pointer;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.logoimgs {
    vertical-align: middle;
    border-style: none;
    width: 155px;
}

.abtnewcls {
    font-size: 38px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.05; */
    letter-spacing: normal;
    color: #000;
    margin-top: none !important;
   
}
.logo-container{
  line-height: 0.5 !important;
}
.about-us-sec1 {
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image:url("../images/about-us.3e1bd269465d.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  margin-bottom: 30px;
  background-color: #866EA8;
  margin-top: 10px;
}

.about-us-banner2 {
  position: relative;
  height: 390px;
  background:url("../images/abt-us-banner-2.4acc96b85abd.png")center/cover no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* New popup on home page */
.content-block {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 8px 15px rgba(43,187,157,.2);
  max-width: 600px;
}
.content-text {
  font-size: 0.9em;
  color: #064163;
  margin-bottom: 20px;
}
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  background-color: #064163;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-family: "Inter", Sans-serif !important;
}
.cta-button:hover {
  background-color: #395e8f;
  color: #fff;
}
#appLogo1 {
  max-width: 100%; 
  margin: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7vh;
  margin-bottom: 10px;
}
#contestEmoji {
  font-size: 3em;
  margin-bottom: 10px;
}
.common-button-container {
  position: fixed;
  top: 68%;
  z-index: 1000;
  pointer-events: auto;
  right: 10px;
}
.round-button-link {
  text-decoration: none;
}
.round-button-image {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: -1px 3px 8px 4px #7f7d7a;
  object-fit: cover;
  animation: blink 3s infinite;
  background: #ffffff;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@media (max-width: 768px){
  .common-button-container{
    top: 76% !important;
    right: 4px !important;
  }
}
@media (max-width: 767px) {
  .logoimgs{
    width: 111px !important;
  }
  .abtnewcls{
    font-size: 24px !important;
  }
  .footerlogo {
    max-width: 100%; 
    height: auto;
    display: block; 
    margin: 0 auto; 
  }
}
.footer-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.footer-col {
  flex: 1 1 100%; 
  max-width: 300px; 
  text-align: center; 
  padding: 10px; 
}

/* Media Query for larger screens (optional) */
@media (min-width: 768px) {
  .footer-col {
      flex: 1; 
      text-align: left; 
  }  
}

.terms-list {
  list-style-type: none; 
  padding: 0; 
}

.terms-list li {
  display: flex; 
  flex-direction: column; 
  margin: 5px 0; 
}

.footerlogo {
  max-width: 100%; 
  height: auto;
  display: block; 
}
.toggle-button-blog {
  border: none;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.21);
  background: #fff;
  position: relative;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  color: #1f9d9d;
}
.toggle-button {
  position: relative; 
  border: none;
  background: #f1f5fa;
}
.toggle-button i{
  color:  #1f9d9d;;
}

.tooltip {
  visibility: hidden; 
  width: 80px; 
  background-color: darkgrey; 
  color: black; 
  text-align: center;
  border-radius: 5px; 
  padding: 5px; 
  position: absolute; 
  z-index: 1;
  bottom: 125%; 
  left: 50%; 
  margin-left: -40px; 
  opacity: 0;
  transition: opacity 0.3s; 
}

.toggle-button:hover .tooltip,
.toggle-button-blog:hover .tooltip {
  visibility: visible;
  opacity: 1; 
  border: none;
}

