@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body {
  scroll-behavior: smooth; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }

label {
  padding-bottom: 15px; }

.form-control {
  border-radius: 20px;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: none;
  background-color: #ffffff;
  height: 45px;
  padding: 0 30px; }
  .form-control:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    background-color: #ffffff; }
  .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
    text-decoration: none;
    outline: none; }

.form-group {
  margin-bottom: 15px; }
  .form-group textarea {
    height: 150px;
    border-radius: 20px;
    padding-top: 10px; }

.nodata img {
  width: 500px;
  object-fit: cover;
  max-width: 100%; }

.file_img.vid .able {
  overflow: hidden !important; }

.file_img > video {
  width: 100%;
  max-height: 500px; }

.able {
  background-color: transparent !important;
  border-radius: 10px !important;
  color: #575c3a !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important; }

.able-media-container.no_fullscreen img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 332px !important;
  height: 332px !important;
  min-height: 200px !important; }

.able-media-container.no_fullscreen video, .able-media-container.no_fullscreen iframe {
  width: 100% !important;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 332px !important;
  height: 332px !important;
  min-height: 200px !important;
  object-fit: contain; }

.able-player {
  background-color: transparent !important;
  color: #575c3a !important; }

.able-controller {
  border-bottom: 1px solid #575c3a;
  background-color: #575c3a; }

.able-vidcap-container {
  background-color: #ffffff !important; }

/*.able{
	background-color: transparent !important;
	border-radius: 10px !important;
	color: $primary_color !important;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}
.able-player{
	background-color: transparent !important;
	color: $primary_color !important;
	padding: 20px 12px;
	.able-controller{
		background-color: transparent !important;
		border: none !important;
		color: $primary_color !important;
	}
	.able-white-controls{
		color: $primary_color !important;
	}
}
.able-white-controls div[role=button]{
color: $primary_color !important;
min-width: 0px;
font-size: 16px;
&:hover{
	outline: none;
}
&:focus{
	outline: none;
}
}
div.able-now-playing{
	padding: 0 !important;
	color: $primary_color !important;
}
.able-status-bar{
	color: $black !important;
}
.able-seekbar{
	background-color: #dadada !important;
}
.able-seekbar-loaded{
background-color: $primary_color !important;
height: auto !important;
}*/
/*.able-volume-slider{
	height: 71px !important;
}
.able-volume-head {
	top: 48px;
	left: -4px !important;
}
.able-volume-slider>.able-volume-track{
	border: none !important;
}

.able-seekbar-wrapper{
	width: 440px !important;
}

.able-seekbar-played{
	background-color: $primary_color !important;
}
.able .able-vidcap-container{
	background-color: $white !important;
	
}*/
div.able-modal-dialog {
  top: 90% !important;
  z-index: 99999 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  border: none !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 15px; }

button.modalCloseButton {
  border: none !important;
  background-color: transparent !important;
  font-size: 23px !important;
  right: 16px !important; }

button.modal-button {
  background-color: #575c3a;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff; }

.ck.ck-editor {
  background: #f4f4ea !important;
  border-radius: 10px !important;
  margin-top: 20px; }

.ck.ck-reset {
  background: #f4f4ea !important;
  border-radius: 10px !important; }

.ck.ck-toolbar {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #b7b7b7 !important; }

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border: none !important;
  background: transparent !important; }

.ck.ck-editor__main > .ck-editor__editable {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important; }

.select2-container {
  display: block !important;
  position: relative;
  width: 100%; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1320px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1320px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1230px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1230px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; }
  div.able-modal-dialog {
    top: 258% !important;
    max-height: 340px !important;
    min-height: 300px !important;
    overflow: auto; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; }
  /*.able-seekbar-wrapper{
		max-width: 180px !important;
		min-width: 140px !important;
	}*/
  div.able-modal-dialog {
    top: 133% !important;
    max-height: 400px !important;
    overflow: auto; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; }
  /*.able-seekbar-wrapper{
		width: 150px !important;
		min-width: 140px !important;
	}*/
  div.able-modal-dialog {
    top: 113% !important;
    max-height: 400px !important;
    overflow: auto; } }

/* Smaller phones */
@media (max-width: 320px) {
  /*.able-seekbar-wrapper{
		width: 140px !important;
	}*/ }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; }

.btn-primary {
  background-color: #575c3a;
  color: #ffffff;
  border-radius: 40px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px; }
  .btn-primary:hover {
    background-color: #393d26;
    border-color: #575c3a; }
  .btn-primary:focus {
    box-shadow: none;
    background-color: #575c3a; }

.btn-primary-2 {
  background-color: transparent;
  border: 2px solid #575c3a;
  color: #000000;
  border-radius: 40px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px; }
  .btn-primary-2:hover {
    background-color: #393d26;
    color: #ffffff; }

.btn-primary-3 {
  background-color: #e5e4cc;
  border: none;
  color: #000000;
  border-radius: 40px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px; }
  .btn-primary-3:hover {
    background-color: #e2e0c5; }

.sub-buttn .btn-primary {
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: 16px; }

.text-success {
  color: #4dc329 !important; }

.bg-success {
  background-color: #74d058 !important; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  overflow: hidden;
  -ms-touch-action: none; }

.nodata img {
  width: 500px !important;
  object-fit: cover;
  max-width: 100% !important; }

.shifte .sign-person {
  margin-bottom: 15px; }

.single-image {
  position: relative;
  padding: 20px; }
  .single-image img {
    object-fit: cover;
    max-width: 100%;
    position: relative;
    border-radius: 10px; }
  .single-image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
    margin: 0 auto;
    z-index: 1; }
    .single-image a i {
      background-color: #575c3a;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #ffffff; }

.fixed-edit-section .single-image {
  position: relative; }
  .fixed-edit-section .single-image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center; }
    .fixed-edit-section .single-image a i {
      background-color: #575c3a;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      color: #ffffff;
      display: block;
      line-height: 25px;
      text-align: center;
      margin: 0 auto; }
  .fixed-edit-section .single-image img {
    width: 180px;
    object-fit: cover;
    max-width: 100%; }

.share_links {
  position: fixed;
  top: 50%;
  right: 0;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  z-index: 1; }
  .share_links .droper .dropdown .dropdown-toggle::after {
    content: none; }
  .share_links .droper .dropdown .dropdown-toggle.show {
    display: block; }
  .share_links .droper .dropdown .btn-secondary {
    background-color: #575c3a; }
  .share_links .droper .dropdown .dropdown-menu {
    min-width: auto;
    background-color: #575c3a;
    color: #ffffff; }
    .share_links .droper .dropdown .dropdown-menu .dropdown-item {
      color: #ffffff;
      border: none;
      padding: 10px 11px;
      text-align: center; }
      .share_links .droper .dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #575c3a;
        color: #000000; }
      .share_links .droper .dropdown .dropdown-menu .dropdown-item a i {
        color: #ffffff; }

.show-section {
  padding: 20px; }

.tags_area span {
  display: inline-block;
  background-color: #e5e4cc;
  padding: 4px 20px;
  margin-right: 15px;
  border-radius: 20px;
  color: #575c3a; }
  .tags_area span.category {
    background-color: #575c3a;
    color: #e5e4cc; }
  .tags_area span:last-child {
    margin-right: 0; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .mt_get_back_image_image {
    margin-top: 16px !important; }
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

/* Smaller phones */
@media (max-width: 360px) {
  .mt_get_back_image_image {
    margin-top: 16px !important; }
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.callout {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px; }
  .callout.callout-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff; }
  .callout.callout-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff; }

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff; }

.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #000000;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #0000FF;
        display: inline-block; }
    .popover .popover-body a {
      color: #0000FF;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area .list-inline li a {
    display: block;
    font-size: 16px;
    color: #000000;
    background-color: #575c3a;
    color: #ffffff;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    margin: 0px 1.2px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .pagination_area .list-inline li a:hover {
      background-color: #393d26; }
  .pagination_area .list-inline li.page_np a {
    width: auto;
    padding: 0px 8px; }
  .pagination_area .list-inline li.disable {
    cursor: no-drop; }
    .pagination_area .list-inline li.disable a {
      pointer-events: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #000000;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #575c3a;
        border-color: #575c3a; }

#pb_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #575c3a;
  border: 1px solid #575c3a; }

.read-more {
  position: relative; }
  .read-more::after {
    position: absolute;
    content: "\f061";
    right: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #575c3a;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 600; }

.calender {
  position: relative; }
  .calender::after {
    position: absolute;
    content: "\f073";
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    color: #575c3a;
    font-size: 14px;
    padding-top: 0px;
    font-weight: 600; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.btn-checkbox {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 12px;
  border-radius: 0px; }
  .btn-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: -5px;
    opacity: 0;
    z-index: 2; }
  .btn-checkbox .active_border {
    display: block;
    border: 0px solid #CECECE;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    border-radius: 5px; }
  .btn-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }
  .btn-checkbox input[type=radio]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }

.btn-checkbox.mind-checkbox {
  display: block; }
  .btn-checkbox.mind-checkbox .active_border {
    border: 1px solid #000;
    width: auto;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px; }
  .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }
  .btn-checkbox.mind-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }

.form-select {
  background-color: #f4f4ea;
  border-radius: 20px;
  border: none;
  height: 45px;
  line-height: 33px;
  background-image: url(../images/down.png);
  background-size: 15px; }
  .form-select:focus {
    box-shadow: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 25px; }
  .custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .custom-control .custom-control-label:before {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      pointer-events: none;
      background-color: transparent;
      border: #adb5bd solid 2px; }
    .custom-control .custom-control-label:after {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      background: no-repeat 50%/50% 50%; }

.custom-control.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 18px;
  height: 18px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2px; }

.custom-control.custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #ffffff; }
  .custom-control.custom-checkbox .custom-control-label:before {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 2px solid #000000; }
  .custom-control.custom-checkbox .custom-control-label:after {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4dc329;
  border-color: #4dc329;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  background-size: 12px; }

.form-check {
  padding-left: 0; }

.custom-control-radio.custom-radio [type="radio"]:checked,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-control-radio.custom-radio [type="radio"]:checked + label,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:before,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: transparent; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #4dc329;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e4cc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 17px;
      left: 0px;
      bottom: 0px;
      border-radius: 50%;
      background-color: #FF0000;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #e5e4cc; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    background-color: #4dc329; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .btn-checkbox .custom_check {
    height: 15px;
    width: 15px;
    margin-top: -8px; }
    .btn-checkbox .custom_check i {
      font-size: 8px; }
  .btn-checkbox .active_border {
    font-size: 14px; }
  .custom-radio .custom-control-label {
    font-size: 14px; } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.datepicker {
  z-index: 999999 !important; }
  .datepicker:before {
    display: none; }
  .datepicker:after {
    display: none; }
  .datepicker table tr th {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    height: 35px;
    width: 35px;
    font-size: 14px;
    text-align: center; }
  .datepicker table tr td {
    border-top: 1px solid #ddd;
    border-radius: 0;
    height: 35px;
    width: 35px;
    font-size: 14px; }
    .datepicker table tr td.day:hover {
      background-color: #575c3a;
      color: #ffffff; }
    .datepicker table tr td.day.focused {
      background-color: #575c3a;
      color: #ffffff; }
    .datepicker table tr td.today {
      background-image: none;
      background-color: #575c3a;
      color: #ffffff;
      text-align: center; }
      .datepicker table tr td.today:hover {
        background-image: none;
        background-color: #575c3a;
        color: #ffffff; }
        .datepicker table tr td.today:hover:hover {
          background-image: none;
          background-color: #575c3a;
          color: #ffffff; }
      .datepicker table tr td.today.disabled {
        background-image: none;
        background-color: #575c3a;
        color: #ffffff; }
        .datepicker table tr td.today.disabled:hover {
          background-image: none;
          background-color: #575c3a;
          color: #ffffff; }

.datepicker-days .table-condensed tbody tr td {
  text-align: center; }
  .datepicker-days .table-condensed tbody tr td.active {
    background-image: none;
    background-color: #000000;
    color: #ffffff; }
  .datepicker-days .table-condensed tbody tr td.disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: no-drop; }

/*
.ui-datepicker{
	z-index: 99999999 !important;
	background-color: $white;
	border-radius: 20px 20px;
	padding: 5px;
	.ui-datepicker-header{
		@include clearfix();
		height: 35px;
		.ui-datepicker-prev{
			float: left;
			height: 35px;
			line-height: 35px;
			cursor: pointer;
		}
		.ui-datepicker-next{
			float: right;
			height: 35px;
			line-height: 35px;
			cursor: pointer;
		}
		.ui-datepicker-title{
			text-align: center;
			height: 35px;
			line-height: 35px;
		}
	}
	table{
		width: 100%;
		tr{
			th{
				border-bottom: 0px solid #ddd;
				border-radius: 0;
				height: 40px;
				width: 40px;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
			}
			td{
				border-top: 0px solid #ddd;
				border-radius: 0;
				height: 40px;
				width: 40px;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
				border-radius: 50%;
				&:hover{
					background-image: none;
					background-color: rgba(46, 209, 154, 1);
					color: $black;
				}

				&.ui-datepicker-today{
					background-image: none;
					background-color: rgba(46, 209, 154, 0.55);
					color: $black;
					&:hover{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}

				&.selectDay{
					&:hover{
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
					&.focused{
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}
				&.ui-datepicker-current-day{
					background-image: none;
					background-color: rgba(46, 209, 154, 0.55);
					color: $black;
					&:hover{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
				}
			}
		}
	}
}

.ui-datepicker-days{
	.table-condensed{
		tbody{
			tr{
				td{
					&.ui-datepicker-current-day{
						background-image: none;
						background-color: rgba(46, 209, 154, 0.55);
						color: $black;
					}
					&.disabled{
						&:hover{
							background-color: rgba(46, 209, 154, 0.55);
							color: $black;
							cursor: no-drop;
						}
					}
				}
			}
		}
	}
}

.ui-datepicker table tr td.ui-datepicker-current-day:hover, .ui-datepicker table tr td.ui-datepicker-current-day:hover:hover, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover:hover, .ui-datepicker table tr td.ui-datepicker-current-day:active, .ui-datepicker table tr td.ui-datepicker-current-day:hover:active, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:active, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover:active, .ui-datepicker table tr td.ui-datepicker-current-day.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day:hover.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover.ui-datepicker-current-day, .ui-datepicker table tr td.ui-datepicker-current-day.disabled, .ui-datepicker table tr td.ui-datepicker-current-day:hover.disabled, .ui-datepicker table tr td.ui-datepicker-current-day.disabled.disabled, .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover.disabled, .ui-datepicker table tr td.ui-datepicker-current-day[disabled], .ui-datepicker table tr td.ui-datepicker-current-day:hover[disabled], .ui-datepicker table tr td.ui-datepicker-current-day.disabled[disabled], .ui-datepicker table tr td.ui-datepicker-current-day.disabled:hover[disabled]
{
	background-color: rgba(46, 209, 154, 0.55);
	color: $black;
}
.ui-datepicker{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px 20px;
	overflow: hidden;
	.ui-datepicker-days{
		border: 0;
		table{
			border: 0;
			tr{
				border: 0;
				th{
					height: 40px;
					width: 40px;
					border: 0;
				}
				td{
					height: 40px;
					width: 40px;
					border: 0;
				}
			}
			tbody{
				tr{
					td{
						border-radius: 50%;
					}
				}
			}
		}
	}
}
*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.breadcame_section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 341px;
  background-position: center;
  margin-top: 80px;
  margin-bottom: 40px; }
  .breadcame_section.public {
    margin-bottom: 0; }
  .breadcame_section .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .breadcame_section .shadow img {
      width: 101%;
      object-fit: cover; }
  .breadcame_section .breadcame_area {
    padding-top: 106px;
    padding-left: 250px;
    padding-right: 250px; }
    .breadcame_section .breadcame_area h3 {
      color: #ffffff;
      font-size: 40px;
      font-weight: 600; }
    .breadcame_section .breadcame_area p {
      color: #ffffff;
      font-size: 14px;
      padding-top: 20px; }

.about-us-wrap {
  padding-top: 50px;
  padding-bottom: 70px; }
  .about-us-wrap.meta_met .our-story-wrap .group-img {
    width: 343px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 30px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px; }
    .about-us-wrap.meta_met .our-story-wrap .group-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .about-us-wrap .our-story-wrap {
    padding: 0 90px; }
    .about-us-wrap .our-story-wrap .content {
      padding: 0 50px; }
      .about-us-wrap .our-story-wrap .content h3 {
        font-size: 41px;
        font-weight: 600;
        padding-bottom: 15px; }
      .about-us-wrap .our-story-wrap .content p {
        padding-top: 20px;
        text-align: center; }
    .about-us-wrap .our-story-wrap .group-img {
      padding-top: 60px;
      border-radius: 20px;
      overflow: hidden;
      height: 620px; }
      .about-us-wrap .our-story-wrap .group-img img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover;
        overflow: hidden; }
    .about-us-wrap .our-story-wrap .img-content {
      padding-top: 60px;
      text-align: justify; }
  .about-us-wrap .our-mission-set {
    padding-top: 60px; }
    .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
      box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      width: 400px;
      margin: 0 auto;
      text-align: center; }
      .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .about-us-wrap .our-mission-set .content {
      padding-top: 50px; }
      .about-us-wrap .our-mission-set .content.vision-2 {
        text-align: justify; }
        .about-us-wrap .our-mission-set .content.vision-2 h3 {
          text-align: center; }
      .about-us-wrap .our-mission-set .content h3 {
        font-size: 41px;
        font-weight: 600;
        padding-bottom: 20px;
        text-align: center; }
      .about-us-wrap .our-mission-set .content p {
        padding-top: 30px;
        text-align: justify; }
  .about-us-wrap .history-wra {
    background-color: #ffffff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 20px;
    padding: 35px 50px; }
    .about-us-wrap .history-wra h4 {
      color: #000000;
      font-size: 24px;
      border-bottom: 1px solid #b7b7b7;
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-weight: 400; }
    .about-us-wrap .history-wra p {
      color: #000000;
      font-size: 14px;
      line-height: 25px;
      padding-bottom: 20px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
    width: 343px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcame_section {
    height: 200px;
    margin-top: 80px; }
    .breadcame_section .breadcame_area {
      padding-top: 83px;
      padding-left: 200px;
      padding-right: 200px; }
      .breadcame_section .breadcame_area h3 {
        font-size: 36px; }
  .about-us-wrap {
    padding-top: 50px;
    padding-bottom: 70px; }
    .about-us-wrap .our-story-wrap .group-img {
      padding-top: 35px; }
    .about-us-wrap .our-story-wrap .img-content {
      padding-top: 35px; }
    .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
      width: 323px; }
    .about-us-wrap .our-mission-set .content h3 {
      font-size: 36px; }
    .about-us-wrap .our-mission-set .content p {
      padding-top: 6px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .breadcame_section {
    height: 200px;
    margin-top: 80px; }
    .breadcame_section .breadcame_area {
      padding-top: 78px;
      padding-left: 100px;
      padding-right: 100px; }
      .breadcame_section .breadcame_area h3 {
        font-size: 36px; }
  .about-us-wrap {
    padding-top: 40px;
    padding-bottom: 55px; }
    .about-us-wrap .our-story-wrap {
      padding: 0 20px; }
      .about-us-wrap .our-story-wrap .content {
        padding: 0; }
      .about-us-wrap .our-story-wrap .group-img {
        padding-top: 35px; }
      .about-us-wrap .our-story-wrap .img-content {
        padding-top: 35px; }
    .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
      width: 290px; }
    .about-us-wrap .our-mission-set .content h3 {
      font-size: 36px; }
    .about-us-wrap .our-mission-set .content p {
      padding-top: 6px;
      font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .breadcame_section {
    height: 200px;
    margin-top: 65px; }
    .breadcame_section .breadcame_area {
      padding-top: 87px;
      padding-left: 50px;
      padding-right: 50px; }
      .breadcame_section .breadcame_area h3 {
        font-size: 30px; }
      .breadcame_section .breadcame_area p {
        padding-top: 10px; }
  .about-us-wrap {
    padding-top: 30px;
    padding-bottom: 40px; }
    .about-us-wrap .our-story-wrap {
      padding: 0 20px; }
      .about-us-wrap .our-story-wrap .content {
        padding: 0; }
        .about-us-wrap .our-story-wrap .content h3 {
          font-size: 33px; }
        .about-us-wrap .our-story-wrap .content p {
          padding-top: 15px;
          font-size: 13px; }
      .about-us-wrap .our-story-wrap .group-img {
        padding-top: 30px; }
      .about-us-wrap .our-story-wrap .img-content {
        padding-top: 30px; }
        .about-us-wrap .our-story-wrap .img-content p {
          font-size: 13px; }
    .about-us-wrap .our-mission-set {
      padding-top: 30px; }
      .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
        width: 250px; }
      .about-us-wrap .our-mission-set .content {
        padding-top: 30px; }
        .about-us-wrap .our-mission-set .content h3 {
          font-size: 26px; }
        .about-us-wrap .our-mission-set .content p {
          padding-top: 6px;
          font-size: 12px; }
    .about-us-wrap .history-wra {
      padding: 35px 32px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .breadcame_section {
    height: 200px;
    margin-top: 65px;
    margin-bottom: 20px; }
    .breadcame_section .breadcame_area {
      padding-top: 95px;
      padding-left: 10px;
      padding-right: 10px; }
      .breadcame_section .breadcame_area h3 {
        font-size: 26px; }
      .breadcame_section .breadcame_area p {
        padding-top: 10px;
        font-size: 12px; }
  .about-us-wrap {
    padding-top: 30px;
    padding-bottom: 40px; }
    .about-us-wrap .our-story-wrap {
      padding: 0; }
      .about-us-wrap .our-story-wrap .content {
        padding: 0; }
        .about-us-wrap .our-story-wrap .content h3 {
          font-size: 28px; }
        .about-us-wrap .our-story-wrap .content p {
          padding-top: 15px;
          font-size: 13px; }
      .about-us-wrap .our-story-wrap .group-img {
        padding-top: 30px;
        height: 400px; }
      .about-us-wrap .our-story-wrap .img-content {
        padding-top: 30px; }
        .about-us-wrap .our-story-wrap .img-content p {
          font-size: 13px; }
    .about-us-wrap .our-mission-set {
      padding-top: 30px; }
      .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
        width: 100%; }
      .about-us-wrap .our-mission-set .content {
        padding-bottom: 40px; }
        .about-us-wrap .our-mission-set .content.vision {
          padding-top: 20px; }
        .about-us-wrap .our-mission-set .content.vision-2 {
          padding-top: 20px;
          text-align: left !important;
          padding-bottom: 0; }
          .about-us-wrap .our-mission-set .content.vision-2 h3 {
            text-align: center; }
        .about-us-wrap .our-mission-set .content h3 {
          font-size: 26px; }
        .about-us-wrap .our-mission-set .content p {
          padding-top: 6px;
          font-size: 12px; }
    .about-us-wrap .history-wra {
      padding: 35px 15px;
      padding-bottom: 25px; }
      .about-us-wrap .history-wra h4 {
        font-size: 17px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .breadcame_section {
    height: 200px;
    margin-top: 65px;
    margin-bottom: 20px; }
    .breadcame_section .breadcame_area {
      padding-top: 95px;
      padding-left: 10px;
      padding-right: 10px; }
      .breadcame_section .breadcame_area h3 {
        font-size: 26px; }
      .breadcame_section .breadcame_area p {
        padding-top: 10px;
        font-size: 12px; }
  .about-us-wrap {
    padding-top: 30px;
    padding-bottom: 40px; }
    .about-us-wrap.meta_met .our-story-wrap .group-img {
      width: 100%; }
    .about-us-wrap .our-story-wrap {
      padding: 0; }
      .about-us-wrap .our-story-wrap .content {
        padding: 0; }
        .about-us-wrap .our-story-wrap .content h3 {
          font-size: 28px; }
        .about-us-wrap .our-story-wrap .content p {
          padding-top: 15px;
          font-size: 13px; }
      .about-us-wrap .our-story-wrap .group-img {
        padding-top: 30px; }
      .about-us-wrap .our-story-wrap .img-content {
        padding-top: 30px; }
        .about-us-wrap .our-story-wrap .img-content p {
          font-size: 13px; }
    .about-us-wrap .our-mission-set {
      padding-top: 30px; }
      .about-us-wrap .our-mission-set .our-mission-wrap .our-mission-img {
        width: 100%; }
      .about-us-wrap .our-mission-set .content {
        padding-bottom: 40px; }
        .about-us-wrap .our-mission-set .content.vision {
          padding-top: 20px; }
        .about-us-wrap .our-mission-set .content.vision-2 {
          padding-top: 20px;
          text-align: left !important;
          padding-bottom: 0; }
          .about-us-wrap .our-mission-set .content.vision-2 h3 {
            text-align: center; }
        .about-us-wrap .our-mission-set .content h3 {
          font-size: 26px; }
        .about-us-wrap .our-mission-set .content p {
          padding-top: 6px;
          font-size: 12px; }
    .about-us-wrap .history-wra {
      padding: 35px 15px;
      padding-bottom: 25px; }
      .about-us-wrap .history-wra h4 {
        font-size: 17px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.faq-accodination-wrap {
  padding-top: 20px;
  padding-bottom: 110px; }
  .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item {
    border-radius: 12px;
    margin-bottom: 30px;
    border: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button {
      border-radius: 12px;
      background-color: #ffffff;
      box-shadow: none;
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      padding-left: 30px;
      padding-top: 30px;
      padding-bottom: 25px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button::after {
        background-image: url(../images/plus.jpg);
        background-size: contain; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url(../images/minus.jpg);
        transform: none; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button:focus {
        box-shadow: none; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body {
      padding-left: 30px;
      padding-top: 0px;
      padding-bottom: 30px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body p {
        color: #000000;
        opacity: 1; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-accodination-wrap {
    padding-bottom: 80px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .faq-accodination-wrap {
    padding-bottom: 60px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .faq-accodination-wrap {
    padding-top: 10px;
    padding-bottom: 40px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button {
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 24px;
      font-size: 16px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body {
      padding-left: 24px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body p {
        font-size: 13px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .faq-accodination-wrap {
    padding-top: 10px;
    padding-bottom: 40px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button {
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 24px;
      font-size: 15px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button::after {
        width: 15px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        width: 15px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body {
      padding-left: 24px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body p {
        font-size: 13px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .faq-accodination-wrap {
    padding-top: 10px;
    padding-bottom: 40px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button {
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 24px;
      font-size: 15px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button::after {
        width: 15px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        width: 15px; }
    .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body {
      padding-left: 24px; }
      .faq-accodination-wrap .faq-accodiantion-inner .accordion .accordion-item .accordion-body p {
        font-size: 13px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.blog-wrap {
  padding-bottom: 100px; }
  .blog-wrap.frome-blog {
    padding-top: 0; }
  .blog-wrap .blog-inner .search_tags {
    position: relative;
    padding: 20px 82px;
    padding-bottom: 50px; }
    .blog-wrap .blog-inner .search_tags .list-inline {
      overflow: hidden;
      white-space: nowrap;
      display: block;
      margin: 0 16px;
      text-align: center; }
      .blog-wrap .blog-inner .search_tags .list-inline li {
        float: initial;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        font-size: 13px;
        color: #000000;
        margin: 0px 3px;
        background-color: transparent;
        border: 1px solid #000000; }
        .blog-wrap .blog-inner .search_tags .list-inline li:first-child {
          margin-left: 0; }
        .blog-wrap .blog-inner .search_tags .list-inline li:last-child {
          margin-right: 0; }
        .blog-wrap .blog-inner .search_tags .list-inline li.active {
          background-color: #575c3a;
          border-color: #575c3a;
          color: #ffffff; }
          .blog-wrap .blog-inner .search_tags .list-inline li.active a {
            color: #ffffff; }
        .blog-wrap .blog-inner .search_tags .list-inline li.btn-primary {
          height: 42px;
          line-height: 42px; }
        .blog-wrap .blog-inner .search_tags .list-inline li a {
          color: #000000; }
    .blog-wrap .blog-inner .search_tags .next_prev {
      position: absolute;
      top: 0;
      border: none;
      background-color: transparent;
      text-align: center;
      margin-top: 13px;
      font-size: 34px;
      line-height: 50px;
      color: #575c3a;
      cursor: pointer; }
      .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
        left: 60px;
        top: 4px;
        display: block; }
      .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
        right: 60px;
        top: 4px; }
  .blog-wrap .blog-inner .blog_wrap .blog_one_forth {
    margin-bottom: 25px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-inner .search_tags .list-inline {
    margin: 0 auto; }
  .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
    right: 40px; }
  .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
    left: 40px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blog-wrap.frome-blog {
    padding-top: 0;
    padding-bottom: 50px; }
  .blog-wrap .blog-inner .search_tags {
    padding: 20px 105px; }
    .blog-wrap .blog-inner .search_tags .list-inline {
      margin: 0 auto; }
    .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
      right: 40px; }
    .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
      left: 40px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blog-wrap.frome-blog {
    padding-top: 0;
    padding-bottom: 50px; }
  .blog-wrap .blog-inner .search_tags {
    padding: 20px 55px; }
    .blog-wrap .blog-inner .search_tags .list-inline {
      margin: 0 auto; }
    .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
      right: 18px; }
    .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
      left: 18px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blog-wrap.frome-blog {
    padding-top: 0;
    padding-bottom: 20px; }
  .blog-wrap .blog-inner .search_tags {
    padding: 20px 60px;
    padding-bottom: 20px; }
    .blog-wrap .blog-inner .search_tags .list-inline {
      margin: 0 auto; }
    .blog-wrap .blog-inner .search_tags .next_prev {
      font-size: 26px; }
      .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
        right: 10px; }
      .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
        left: 10px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blog-wrap.frome-blog {
    padding-top: 0;
    padding-bottom: 20px; }
  .blog-wrap .blog-inner .search_tags {
    padding: 20px 52px;
    padding-bottom: 20px; }
    .blog-wrap .blog-inner .search_tags .list-inline {
      margin: 0 auto; }
    .blog-wrap .blog-inner .search_tags .next_prev {
      font-size: 26px; }
      .blog-wrap .blog-inner .search_tags .next_prev.next_btn {
        right: 10px; }
      .blog-wrap .blog-inner .search_tags .next_prev.prev_btn {
        left: 10px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.blog_detail_section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
    border-radius: 20px;
    overflow: hidden;
    height: 415px;
    margin-bottom: 25px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%; }
  .blog_detail_section .blog_detail_area .blog_detail_content .date {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400; }
    .blog_detail_section .blog_detail_area .blog_detail_content .date i {
      margin-right: 2px; }
  .blog_detail_section .blog_detail_area .blog_detail_content .content_box {
    overflow: hidden; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h1, .blog_detail_section .blog_detail_area .blog_detail_content .content_box h2, .blog_detail_section .blog_detail_area .blog_detail_content .content_box h3, .blog_detail_section .blog_detail_area .blog_detail_content .content_box h4, .blog_detail_section .blog_detail_area .blog_detail_content .content_box h5, .blog_detail_section .blog_detail_area .blog_detail_content .content_box h6 {
      margin-bottom: 10px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h1 {
      font-size: 30px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h2 {
      font-size: 28px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h3 {
      font-size: 24px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h4 {
      font-size: 22px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h5 {
      font-size: 20px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h6 {
      font-size: 18px;
      font-weight: 400; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box p {
      padding-bottom: 15px;
      line-height: 26px;
      font-size: 14px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box span {
      padding-left: 20px;
      font-size: 14px;
      position: relative; }
      .blog_detail_section .blog_detail_area .blog_detail_content .content_box span::after {
        position: absolute;
        content: "";
        left: 0;
        top: 7px;
        background-color: #000000;
        width: 7px;
        height: 7px;
        border-radius: 50%; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box img {
      width: auto;
      max-width: 100%; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box ul {
      margin-bottom: 10px; }
      .blog_detail_section .blog_detail_area .blog_detail_content .content_box ul li {
        padding: 2px 0px 2px 12px;
        position: relative; }
        .blog_detail_section .blog_detail_area .blog_detail_content .content_box ul li:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          margin-top: 9px; }
        .blog_detail_section .blog_detail_area .blog_detail_content .content_box ul li a {
          color: #919191; }
          .blog_detail_section .blog_detail_area .blog_detail_content .content_box ul li a:hover {
            color: #575c3a; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box ol {
      margin-left: -15px;
      margin-bottom: 10px; }
      .blog_detail_section .blog_detail_area .blog_detail_content .content_box ol li {
        padding: 2px 0px 2px 0px; }
        .blog_detail_section .blog_detail_area .blog_detail_content .content_box ol li a {
          color: #919191; }
          .blog_detail_section .blog_detail_area .blog_detail_content .content_box ol li a:hover {
            color: #575c3a; }
  .blog_detail_section .blog_detail_area .blog_detail_content .share ul li {
    display: inline-block;
    padding-right: 10px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .share ul li a {
      color: #000000;
      padding-right: 6px; }
  .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
      font-weight: 500;
      color: #000000;
      font-size: 24px;
      padding-bottom: 15px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box ul li {
      padding: 7px 0px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box ul li a {
        display: block;
        color: #000000;
        font-size: 14px; }
  .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
    color: #000000;
    padding-top: 30px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
      font-weight: 600;
      font-size: 20px;
      padding-bottom: 25px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li {
      margin-right: 10px;
      margin-bottom: 10px;
      position: relative;
      background-color: transparent;
      border: 1px solid #000000;
      border-radius: 20px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li a {
        display: inline-block;
        color: #000000;
        font-size: 13px;
        padding: 10px 40px 10px 28px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li.active {
        background-color: #575c3a;
        border-color: #575c3a;
        color: #ffffff; }
        .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li.active a {
          color: #ffffff; }
        .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li.active .cross_icon {
          color: #ffffff; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box .list-inline li .cross_icon {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 10px;
        margin-right: 8px;
        color: #000000;
        cursor: pointer; }

.blog_section.related_blog_section {
  padding-top: 0; }
  .blog_section.related_blog_section .blog_area {
    padding-top: 0; }
    .blog_section.related_blog_section .blog_area .blog_columns {
      padding-top: 0; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_detail_section {
    padding: 30px 0; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
      height: auto; }
    .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
      padding: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
        font-size: 20px;
        padding-bottom: 15px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
      padding: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
        font-size: 20px;
        padding-bottom: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .blog_detail_section {
    padding: 30px 0; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
      height: auto; }
    .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
      padding: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
        font-size: 20px;
        padding-bottom: 15px; }
    .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
      padding: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
        font-size: 20px;
        padding-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .blog_detail_section {
    padding-top: 20px;
    padding-bottom: 10px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
      height: auto; }
    .blog_detail_section .blog_detail_area .blog_sidebar {
      padding-top: 30px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
        padding: 30px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
          font-size: 20px;
          padding-bottom: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
        padding: 15px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
          font-size: 20px;
          padding-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .blog_detail_section {
    padding-top: 10px;
    padding-bottom: 10px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h6 {
      font-size: 16px;
      line-height: 24px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
      height: auto; }
    .blog_detail_section .blog_detail_area .blog_sidebar {
      padding-top: 30px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
        padding: 15px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
          font-size: 20px;
          padding-bottom: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
        padding: 15px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
          font-size: 20px;
          padding-bottom: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .blog_detail_section {
    padding-top: 10px;
    padding-bottom: 10px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .content_box h6 {
      font-size: 16px;
      line-height: 24px; }
    .blog_detail_section .blog_detail_area .blog_detail_content .img_area {
      height: auto; }
    .blog_detail_section .blog_detail_area .blog_sidebar {
      padding-top: 30px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box {
        padding: 15px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .recent_news_box h6 {
          font-size: 20px;
          padding-bottom: 15px; }
      .blog_detail_section .blog_detail_area .blog_sidebar .tags_box {
        padding: 15px; }
        .blog_detail_section .blog_detail_area .blog_sidebar .tags_box h6 {
          font-size: 20px;
          padding-bottom: 15px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.video_section {
  padding-top: 40px;
  padding-bottom: 100px; }
  .video_section .side_bar_area .left {
    position: sticky;
    top: 0; }
    .video_section .side_bar_area .left .search_input_with_btn .form-group {
      position: relative; }
      .video_section .side_bar_area .left .search_input_with_btn .form-group .form-control {
        background-color: #e5e4cc;
        border-radius: 60px;
        font-size: 14px;
        color: #757575;
        padding-right: 45px; }
      .video_section .side_bar_area .left .search_input_with_btn .form-group .input-group-append {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 10px;
        padding-right: 20px; }
        .video_section .side_bar_area .left .search_input_with_btn .form-group .input-group-append a i {
          color: #000000; }
    .video_section .side_bar_area .left .side_bar_haeding h5 {
      font-size: 18px;
      color: #000000;
      margin-top: 30px;
      margin-bottom: 30px;
      font-weight: 600; }
    .video_section .side_bar_area .left .sidebar_area .side_bar_box {
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      border-radius: 10px;
      margin-bottom: 30px; }
      .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item {
        background-color: transparent;
        border: none; }
        .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button {
          font-weight: 400;
          color: #000000;
          background-color: transparent;
          border: none;
          font-size: 18px;
          box-shadow: none; }
          .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button::after {
            background-image: url(../images/plus.jpg);
            background-size: contain; }
          .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button:not(.collapsed)::after {
            background-image: url(../images/minus.jpg);
            transform: none; }
          .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button:focus {
            box-shadow: none; }
        .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-body .selt ul li .custom-control label {
          padding-left: 10px;
          color: #757575;
          font-size: 14px; }
        .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-body .selt ul li .custom-control-radio label {
          color: #757575;
          font-size: 14px; }
        .video_section .side_bar_area .left .sidebar_area .side_bar_box .accordion .accordion-item .accordion-body .selt ul li i {
          color: #f6c917;
          font-size: 20px; }
  .video_section .side_bar_area .creator_detail_area img {
    width: 100%;
    object-fit: cover; }
  .video_section .side_bar_area .creator_detail_area .info_area {
    text-align: center;
    margin-bottom: 30px; }
    .video_section .side_bar_area .creator_detail_area .info_area .inner_box {
      border-radius: 10px;
      overflow: hidden;
      background-color: white;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 30px;
      position: relative; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .img_area {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #575c3a; }
        .video_section .side_bar_area .creator_detail_area .info_area .inner_box .img_area img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .name {
        color: black;
        font-size: 18px;
        margin-top: 16px;
        font-weight: 400;
        word-break: break-all; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .designation {
        color: #919191;
        font-size: 14px; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .rating i {
        margin-right: 8px;
        color: #f6c917;
        font-size: 16px;
        margin-top: 6px; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .login-clck {
        padding-top: 20px; }
        .video_section .side_bar_area .creator_detail_area .info_area .inner_box .login-clck a.btn-primary {
          height: 46px;
          line-height: 46px;
          font-size: 16px; }
      .video_section .side_bar_area .creator_detail_area .info_area .inner_box .favt {
        position: absolute;
        right: 10px;
        top: 10px; }
        .video_section .side_bar_area .creator_detail_area .info_area .inner_box .favt a i {
          color: #FF0000;
          font-size: 18px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .video_section {
    padding-top: 10px;
    padding-bottom: 50px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .video_section {
    padding-top: 20px;
    padding-bottom: 30px; }
    .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button {
      font-size: 16px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button::after {
        margin-top: 0px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        margin-top: 12px; }
    .video_section .side_bar_area .creator_detail_area .info_area .inner_box .login-clck a.btn-primary {
      font-size: 14px;
      line-height: 40px;
      height: 40px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .video_section {
    padding-top: 0px;
    padding-bottom: 0px; }
    .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button {
      font-size: 16px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button::after {
        margin-top: 0px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        margin-top: 12px; }
    .video_section .side_bar_area .creator_detail_area {
      padding-top: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .video_section {
    padding-top: 10px;
    padding-bottom: 0px; }
    .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button {
      font-size: 16px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button::after {
        margin-top: 0px; }
      .video_section .side_bar_area .sidebar_area .side_bar_box .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        margin-top: 12px; }
    .video_section .side_bar_area .creator_detail_area {
      padding-top: 20px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.contact-wrap {
  padding-top: 20px; }
  .contact-wrap .cont-bck-main {
    position: relative;
    bottom: -120px; }
    .contact-wrap .cont-bck-main .contact-head {
      padding-bottom: 50px; }
      .contact-wrap .cont-bck-main .contact-head h3 {
        font-size: 42px;
        font-weight: 600; }
    .contact-wrap .cont-bck-main .cont-bck {
      background-color: #ffffff;
      box-shadow: 5px 4px 21px -6px rgba(0, 0, 0, 0.44);
      -webkit-box-shadow: 5px 4px 21px -6px rgba(0, 0, 0, 0.44);
      -moz-box-shadow: 7px 7px 21px -6px rgba(0, 0, 0, 0.44);
      border-radius: 20px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side {
        background-color: #e5e4cc;
        padding: 40px;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 20px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::after {
          position: absolute;
          content: "";
          background-color: #db9f15;
          bottom: -71px;
          right: 0;
          width: 300px;
          height: 250px;
          -webkit-transform: translateX(118px);
          -moz-transform: translateX(118px);
          -ms-transform: translateX(118px);
          -o-transform: translateX(118px);
          transform: translateX(118px);
          border-radius: 50%; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::before {
          position: absolute;
          content: "";
          background-color: #575c3a;
          opacity: 0.6;
          bottom: 71px;
          right: 60px;
          width: 150px;
          height: 150px;
          border-radius: 50%;
          z-index: 1; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .query-title-head-line h3 {
          font-size: 42px;
          color: #db9f15; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .query-title-head-line p {
          font-size: 15px;
          padding-top: 20px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
          padding-top: 20px;
          padding-bottom: 50px; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
            position: relative;
            margin-bottom: 25px; }
            .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li a {
              display: block;
              padding-left: 33px;
              color: #000000;
              font-size: 16px;
              position: relative; }
              .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li a:before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                font-family: 'Font Awesome 5 Pro';
                color: #575c3a;
                font-size: 18px;
                padding-top: 0px;
                font-weight: 700; }
            .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li.map a::before {
              content: "\f3c5"; }
            .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li.phone a::before {
              content: "\f879"; }
            .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li.email a::before {
              content: "\f2b6"; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .social-share {
          position: absolute;
          bottom: 30px;
          left: 30px; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .social-share ul li {
            display: inline-block; }
            .contact-wrap .cont-bck-main .cont-bck .query-side .social-share ul li a i {
              color: #575c3a;
              padding-right: 25px;
              font-size: 20px; }
      .contact-wrap .cont-bck-main .cont-bck .query-form {
        background-color: #ffffff;
        border-top-right-radius: 20px;
        border-top-left-radius: 0px;
        border: none;
        border-bottom-right-radius: 20px;
        padding: 40px;
        padding-top: 60px; }
        .contact-wrap .cont-bck-main .cont-bck .query-form .form-group {
          padding-bottom: 20px; }
          .contact-wrap .cont-bck-main .cont-bck .query-form .form-group .form-control {
            background-color: #f4f4ea; }
        .contact-wrap .cont-bck-main .cont-bck .query-form .submit {
          text-align: center;
          padding-top: 20px; }
          .contact-wrap .cont-bck-main .cont-bck .query-form .submit .btn-primary {
            padding: 0 116px; }
  .contact-wrap .maps {
    width: 100%;
    height: 450px;
    overflow: hidden; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-wrap {
    padding-top: 50px; }
    .contact-wrap .cont-bck-main {
      bottom: -80px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
        padding-bottom: 0px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
          margin-bottom: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-wrap {
    padding-top: 50px; }
    .contact-wrap .cont-bck-main {
      bottom: -80px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
        padding-bottom: 0px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
          margin-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .contact-wrap {
    padding-top: 90px; }
    .contact-wrap .cont-bck-main {
      bottom: -40px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
        padding-bottom: 154px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query::after {
          display: block;
          content: "";
          clear: both; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
          margin-bottom: 15px; }
      .contact-wrap .cont-bck-main .query-form {
        border-radius: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .contact-wrap {
    padding-top: 60px; }
    .contact-wrap .cont-bck-main {
      bottom: -40px; }
      .contact-wrap .cont-bck-main .contact-head {
        padding-bottom: 20px; }
        .contact-wrap .cont-bck-main .contact-head h3 {
          font-size: 36px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side {
        padding: 30px 20px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::after {
          width: 240px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::before {
          width: 100px;
          height: 100px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .query-title-head-line h3 {
          font-size: 36px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
          padding-bottom: 154px; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query::after {
            display: block;
            content: "";
            clear: both; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
            margin-bottom: 15px; }
      .contact-wrap .cont-bck-main .query-form {
        border-radius: 20px;
        padding: 30px 5px !important; }
    .contact-wrap .maps {
      height: 350px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .contact-wrap {
    padding-top: 60px; }
    .contact-wrap .cont-bck-main {
      bottom: -40px; }
      .contact-wrap .cont-bck-main .contact-head {
        padding-bottom: 20px; }
        .contact-wrap .cont-bck-main .contact-head h3 {
          font-size: 36px; }
      .contact-wrap .cont-bck-main .cont-bck .query-side {
        padding: 30px 20px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::after {
          width: 240px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side::before {
          width: 100px;
          height: 100px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .query-title-head-line h3 {
          font-size: 36px; }
        .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query {
          padding-bottom: 154px; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query::after {
            display: block;
            content: "";
            clear: both; }
          .contact-wrap .cont-bck-main .cont-bck .query-side .eleat-contact-query ul li {
            margin-bottom: 15px; }
      .contact-wrap .cont-bck-main .query-form {
        border-radius: 20px;
        padding: 30px 5px !important; }
    .contact-wrap .maps {
      height: 350px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.errorpage {
  padding: 50px 0;
  text-align: center; }
  .errorpage .eror_inner .img_area img {
    width: 780px;
    max-width: 65%;
    text-align: center;
    margin: 0 auto; }
  .errorpage .eror_inner .content {
    padding-top: 60px; }
    .errorpage .eror_inner .content h5 {
      font-size: 48px;
      font-weight: 600; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .errorpage {
    padding: 20px 0; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .errorpage .eror_inner .content {
    padding-top: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .errorpage {
    padding: 30px 0; }
    .errorpage .eror_inner .img_area img {
      max-width: 77%; }
    .errorpage .eror_inner .content {
      padding-top: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .errorpage {
    padding: 30px 0; }
    .errorpage .eror_inner .img_area img {
      max-width: 77%; }
    .errorpage .eror_inner .content {
      padding-top: 20px; }
      .errorpage .eror_inner .content h5 {
        font-size: 28px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .errorpage {
    padding: 30px 0; }
    .errorpage .eror_inner .img_area img {
      max-width: 77%; }
    .errorpage .eror_inner .content {
      padding-top: 20px; }
      .errorpage .eror_inner .content h5 {
        font-size: 28px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap {
  padding: 0 40px;
  padding-top: 20px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin-top: 10px;
  max-height: 900px;
  overflow: auto;
  height: auto; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #c9c9c3; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-moz-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #c9c9c3; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-moz-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #c9c9c3; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-ms-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #c9c9c3; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-o-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #c9c9c3; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-webkit-scrollbar-track {
    border-radius: 10px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-moz-scrollbar-track {
    border-radius: 10px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-moz-scrollbar-track {
    border-radius: 10px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-ms-scrollbar-track {
    border-radius: 10px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-o-scrollbar-track {
    border-radius: 10px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-webkit-scrollbar-thumb {
    background: #575c3a;
    border-radius: 10px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-webkit-scrollbar-thumb:hover {
      background: #575c3a; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-moz-scrollbar-thumb {
    background: #575c3a;
    border-radius: 10px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap::-moz-scrollbar-thumb:hover {
      background: #575c3a; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-moz-scrollbar-thumb {
    background: #575c3a;
    border-radius: 10px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-moz-scrollbar-thumb:hover {
      background: #575c3a; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-ms-scrollbar-thumb {
    background: #575c3a;
    border-radius: 10px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-ms-scrollbar-thumb:hover {
      background: #575c3a; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-o-scrollbar-thumb {
    background: #575c3a;
    border-radius: 10px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap:-o-scrollbar-thumb:hover {
      background: #575c3a; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #ffffff; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box {
      padding: 10px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      margin-bottom: 30px;
      text-align: center;
      background-color: #575c3a; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box .date {
        font-size: 14px;
        color: #ffffff;
        padding-top: 10px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box .name {
        font-size: 22px;
        color: #ffffff;
        font-weight: 600;
        margin-top: 6px;
        padding-bottom: 16px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head {
      position: relative; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head span {
        font-size: 22px;
        padding-bottom: 18px;
        font-weight: 600; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head span a {
          border-radius: 20px;
          color: #ffffff;
          height: 28px;
          line-height: 28px;
          padding: 0 20px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 15px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 {
        font-size: 14px;
        padding-top: 10px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 i {
          font-size: 23px;
          font-style: normal;
          font-family: 'Roboto Mono', monospace; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 span {
          padding-left: 4px;
          font-size: 27px;
          font-weight: 600; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head .back-drop {
        position: absolute;
        top: 0;
        left: 0; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head .back-drop a i {
          color: #000000;
          font-size: 26px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
      padding: 30px 20px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail.categories {
        padding-top: 0; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
        padding-bottom: 20px;
        padding-left: 16px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p {
          position: relative;
          font-size: 14px;
          padding-left: 26px; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after {
            position: absolute;
            content: "\f00c";
            left: 0;
            top: 0;
            font-family: 'Font Awesome 5 Pro';
            color: #575c3a;
            font-size: 16px;
            padding-top: 0px;
            font-weight: 700; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        margin-right: 10px;
        position: relative;
        padding-left: 0;
        display: inline-block;
        width: 31.60%;
        border-radius: 10px;
        margin-bottom: 20px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label .content_area::before {
          border-color: #575c3a; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control label {
          padding-bottom: 0; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label {
          background-color: rgba(87, 92, 58, 0.2);
          border-radius: 10px; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label:after {
            content: none; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label .content_area:after {
            position: absolute;
            z-index: 2;
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            color: #575c3a;
            top: 0;
            right: 0;
            font-size: 14px;
            height: 24px;
            width: 24px;
            line-height: 21px;
            background-color: #ffffff;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #575c3a;
            margin-right: 16px;
            margin-top: -10px; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label .content_area .left p {
            color: #575c3a;
            font-weight: 600; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-input:checked ~ .custom-control-label .content_area .right p {
            color: #575c3a;
            font-weight: 600; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
          padding: 20px 18px;
          display: table;
          color: #000000;
          width: 100%; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label:before {
            content: none; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area {
            display: table-cell;
            vertical-align: middle; }
            .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area .inner_check {
              display: flex;
              align-items: center; }
            .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area::before {
              content: "";
              border: 2px solid #999999;
              border-radius: 10px;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              position: absolute;
              width: 100%;
              padding-top: 23px;
              padding-bottom: 23px;
              margin-left: 0px;
              margin-top: 0px; }
            .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area .left {
              float: left;
              width: 50%; }
              .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area .left p {
                font-size: 16px;
                font-weight: 400;
                color: #222222;
                word-break: break-word; }
            .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area .right {
              float: right;
              width: calc(100% - 50%); }
              .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label .content_area .right p {
                float: right;
                font-size: 14px;
                font-weight: 400;
                color: #222222;
                word-break: break-word; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
    width: 47%; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
      padding: 18px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
    width: 47%; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
      padding: 18px; }
  .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
    padding: 0 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
      padding: 40px 0; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
        padding-left: 13px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
    padding: 20px 10px;
    padding-top: 30px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail.categories {
      padding-bottom: 20px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
      width: 90%;
      margin-right: 0; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
        padding: 18px 22px; }
  .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
    padding: 0 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
      padding: 40px 0; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
        padding-left: 13px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
    padding: 20px 10px;
    padding-top: 30px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail.categories {
      padding-bottom: 20px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
      width: 90%;
      margin-right: 0;
      margin-bottom: 12px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
        padding: 18px 22px; }
  .why-join-us-inner {
    padding-bottom: 60px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 40px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
          padding-left: 13px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .why-join-us-inner {
    padding-bottom: 60px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
          padding-left: 13px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap {
    padding: 0 10px;
    padding-top: 20px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap {
      padding: 0 10px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 10px;
        padding-top: 30px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail.categories {
          padding-bottom: 20px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
          padding-left: 0; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
          width: 100%;
          margin-right: 0;
          margin-bottom: 13px; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
            padding: 18px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .why-join-us-inner {
    padding-bottom: 60px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
          padding-left: 13px; }
  .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap {
    padding: 0 10px;
    padding-top: 20px; }
    .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap {
      padding: 0 10px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 10px;
        padding-top: 30px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail.categories {
          padding-bottom: 20px; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
          padding-left: 0; }
        .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control {
          width: 100%;
          margin-right: 0;
          margin-bottom: 13px; }
          .creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail .select_category .custom-control .custom-control-label {
            padding: 18px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.select_category_wrap {
  padding-top: 180px;
  padding-bottom: 100px; }
  .select_category_wrap .descript-head h3 {
    color: #575c3a;
    font-size: 42px;
    font-weight: 600; }
  .select_category_wrap .descript-head p {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 700px; }
  .select_category_wrap .diffent-catergoy {
    padding-top: 60px; }
    .select_category_wrap .diffent-catergoy .category-inner .category {
      text-align: center;
      margin-bottom: 20px; }
      .select_category_wrap .diffent-catergoy .category-inner .category::after {
        display: block;
        content: "";
        clear: both; }
      .select_category_wrap .diffent-catergoy .category-inner .category .category-img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 150px;
        padding: 30px;
        background-color: transparent;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 10px;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .select_category_wrap .diffent-catergoy .category-inner .category .category-img::after {
          display: block;
          content: "";
          clear: both; }
        .select_category_wrap .diffent-catergoy .category-inner .category .category-img img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
        .select_category_wrap .diffent-catergoy .category-inner .category .category-img.active {
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          background-color: #575c3a; }
          .select_category_wrap .diffent-catergoy .category-inner .category .category-img.active img {
            filter: brightness(0) invert(1); }
        .select_category_wrap .diffent-catergoy .category-inner .category .category-img:hover {
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          background-color: #575c3a;
          padding: 30px; }
          .select_category_wrap .diffent-catergoy .category-inner .category .category-img:hover img {
            filter: brightness(0) invert(1); }
      .select_category_wrap .diffent-catergoy .category-inner .category .name
p {
        width: 100px;
        color: #000000;
        max-width: 100px;
        font-size: 14px;
        font-weight: 500;
        word-break: break-all;
        margin: 0 auto; }
    .select_category_wrap .diffent-catergoy .join {
      padding-top: 50px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .select_category_wrap {
    padding-top: 153px;
    padding-bottom: 86px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .select_category_wrap {
    padding-top: 144px;
    padding-bottom: 70px; }
    .select_category_wrap .descript-head h3 {
      font-size: 36px; }
    .select_category_wrap .descript-head p {
      padding-top: 10px;
      padding-right: 300px; }
    .select_category_wrap .diffent-catergoy .join {
      padding-top: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .select_category_wrap {
    padding-top: 110px;
    padding-bottom: 70px; }
    .select_category_wrap .descript-head h3 {
      font-size: 30px; }
    .select_category_wrap .descript-head p {
      padding-top: 10px;
      padding-right: 200px; }
    .select_category_wrap .diffent-catergoy {
      padding-top: 40px; }
      .select_category_wrap .diffent-catergoy .join {
        padding-top: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .select_category_wrap {
    padding-top: 110px;
    padding-bottom: 70px; }
    .select_category_wrap .descript-head h3 {
      font-size: 25px; }
    .select_category_wrap .descript-head p {
      padding-top: 4px;
      padding-right: 0px; }
    .select_category_wrap .diffent-catergoy {
      padding-top: 40px; }
      .select_category_wrap .diffent-catergoy .join {
        padding-top: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .select_category_wrap {
    padding-top: 110px;
    padding-bottom: 70px; }
    .select_category_wrap .descript-head h3 {
      font-size: 25px; }
    .select_category_wrap .descript-head p {
      padding-top: 4px;
      padding-right: 0px; }
    .select_category_wrap .diffent-catergoy {
      padding-top: 40px; }
      .select_category_wrap .diffent-catergoy .join {
        padding-top: 20px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.public-main-wrap {
  background-color: #f2f2e6;
  padding-bottom: 30px; }
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part {
    margin-top: -106px; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
      width: 200px;
      height: 200px;
      overflow: hidden;
      margin: 0 auto;
      border-radius: 50%; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img img {
        width: 100%;
        object-fit: cover; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .star-rating {
      padding: 20px 0; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .star-rating ul li i {
        color: #f6c917;
        padding: 0 3px; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail p {
      font-weight: 500;
      font-size: 18px;
      word-break: break-all; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail span {
      color: #757575; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .follow-us {
      padding-top: 10px; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .follow-us ul li {
        display: inline-block;
        padding: 0 15px; }
        .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .follow-us ul li a {
          color: #000000; }
    .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description {
      padding-top: 15px;
      background-color: #ffffff;
      padding: 20px;
      margin-top: 20px;
      text-align: start;
      border-radius: 10px; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description::after {
        display: block;
        content: "";
        clear: both; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description h5 {
        color: #575c3a;
        float: left;
        width: 215px;
        word-break: break-word; }
      .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description p {
        font-size: 14px;
        float: left;
        width: calc(100% - 215px);
        padding-left: 20px; }
  .public-main-wrap .why-join-us-inner {
    padding: 40px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: 60px;
    padding-bottom: 120px;
    position: relative;
    min-height: 550px; }
    .public-main-wrap .why-join-us-inner h5 {
      font-weight: 600;
      font-size: 18px; }
    .public-main-wrap .why-join-us-inner .why-us-detail {
      padding: 0 66px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .headlines {
        padding: 0 90px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines h5 {
          padding-bottom: 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines.elt h5 {
          font-size: 30px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines ol {
          padding-left: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .headlines ol li {
            text-align: start !important;
            margin-bottom: 10px;
            position: relative; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines ul {
          margin: 0 auto;
          text-align: center;
          display: inline-block; }
          .public-main-wrap .why-join-us-inner .why-us-detail .headlines ul li {
            text-align: start !important;
            margin-bottom: 10px;
            position: relative; }
            .public-main-wrap .why-join-us-inner .why-us-detail .headlines ul li::after {
              position: absolute;
              content: "";
              background-color: #000000;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              top: 8px;
              left: -22px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info {
        padding-top: 40px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video {
          position: relative;
          height: 260px;
          max-width: 500px;
          min-width: 300px;
          border-radius: 20px;
          margin: 0 auto;
          overflow: hidden;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video img, .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video video, .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video iframe {
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video .play {
            position: absolute;
            top: 40%;
            left: 0;
            right: 0; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video .play a {
              color: #ffffff; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .left .understand-video .play a span {
                background-color: #575c3a;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                line-height: 60px;
                display: inline-block;
                opacity: 0.5; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .right {
          text-align: left;
          padding-left: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .right p {
            margin: 20px 0;
            padding: 0;
            font-size: 14px;
            border-left: 1px solid #575c3a;
            padding-left: 20px;
            margin-left: 25px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .right .btn-primary {
            padding: 0 40px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .audio {
          padding-top: 50px;
          padding-left: 66px;
          padding-right: 66px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .audio p {
            padding: 20px 0;
            font-size: 14px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .audio .sound audio {
            box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
            border-radius: 40px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper {
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          background-color: #ffffff;
          border-radius: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements {
            text-align: left;
            padding: 40px 30px;
            max-height: 500px;
            overflow: auto;
            overflow-x: hidden; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements::-webkit-scrollbar {
              width: 10px;
              border-radius: 10px;
              background-color: #c9c9c3; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements::-webkit-scrollbar-track {
              border-radius: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements::-webkit-scrollbar-thumb {
              background: #575c3a;
              border-radius: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements::-webkit-scrollbar-thumb:hover {
              background: #575c3a; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements::after {
              display: block;
              content: "";
              clear: both; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner {
              padding-bottom: 20px;
              border-bottom: 1px solid #575c3a;
              margin-bottom: 20px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner:last-child {
                padding-bottom: 0;
                border: none; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner::after {
                display: block;
                content: "";
                clear: both; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left {
                width: calc(100% - 245px);
                float: left; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left.ful {
                  width: 100%; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left span {
                  float: left;
                  display: block; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref {
                  padding-left: 20px; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref span {
                    padding-top: 8px;
                    color: #757575;
                    display: block; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref p strong {
                    font-weight: 500;
                    color: #000000; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right {
                width: 245px;
                float: right; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right::after {
                  display: block;
                  content: "";
                  clear: both; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img {
                  border-radius: 12px;
                  overflow: hidden;
                  width: 126px;
                  height: 109px;
                  position: relative;
                  margin-left: auto; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img img {
                    width: 100%;
                    object-fit: cover;
                    height: 100%; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img .play {
                    position: absolute;
                    top: 40%;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    text-align: center; }
                    .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img .play a {
                      color: #ffffff; }
                      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img .play a span {
                        background-color: #575c3a;
                        border-radius: 50%;
                        width: 30px;
                        height: 30px;
                        font-size: 12px;
                        line-height: 30px;
                        display: inline-block;
                        opacity: 0.7; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right span {
                  font-size: 16px; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right span strong {
                    font-weight: 500;
                    color: #000000; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper {
          position: relative; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper::after {
            display: block;
            content: "";
            clear: both; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
            text-align: left;
            background-color: #ffffff;
            border-radius: 150px;
            padding: 40px 95px;
            margin: 0 150px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 1;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap::after {
              display: block;
              content: "";
              clear: both; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
              width: 350px;
              float: left;
              border-right: 1px solid #575c3a; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p {
                font-weight: 500;
                font-size: 18px;
                padding-bottom: 15px; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p span {
                  font-weight: 400;
                  font-size: 16px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
              width: calc(100% - 350px);
              float: left;
              padding-top: 20px;
              padding-left: 70px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p {
                border: none;
                margin: 0;
                font-weight: 500;
                font-size: 18px;
                padding-bottom: 15px;
                padding-left: 0; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p span {
                  font-weight: 400;
                  font-size: 16px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join {
              position: absolute;
              bottom: -20px;
              right: 220px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join .btn-primary {
                padding: 0 40px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img {
            padding-top: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img::after {
              display: block;
              content: "";
              clear: both; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img img {
              width: 100%;
              object-fit: cover; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap {
          padding: 0 200px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group {
            padding-bottom: 20px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group label {
              padding-bottom: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group .form-control {
              box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group textarea {
              height: 177px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group textarea.form-control {
                border-radius: 16px;
                height: 177px;
                padding-top: 20px;
                box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap .form-group .rating ul li i {
              color: #f6c917;
              font-size: 22px;
              padding-right: 5px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .nav .nav-item .nav-link {
          box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
          background-color: #ffffff;
          border-radius: 40px;
          width: 115px;
          height: 45px;
          line-height: 45px;
          color: #000000;
          margin-right: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .nav .nav-item .nav-link.active {
            background-color: #575c3a;
            color: #ffffff;
            box-shadow: none; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner {
          max-height: 810px;
          overflow-y: auto !important;
          overflow-x: hidden;
          padding: 0 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner::-webkit-scrollbar-track {
            border-radius: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner::-webkit-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner img {
            width: 100%;
            object-fit: cover; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner {
            padding: 0 20px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner img {
              width: 100%;
              object-fit: cover; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .date {
              padding-top: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under {
              border-radius: 20px;
              overflow: hidden;
              margin-bottom: 20px;
              box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
              position: relative;
              height: 330px !important;
              background-color: #ffffff; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under.watching {
                position: relative; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under.watching::after {
                  position: absolute;
                  content: "";
                  width: 100%;
                  height: 100%;
                  background-color: rgba(105, 105, 105, 0.8);
                  top: 0;
                  left: 0;
                  right: 0; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under.watching::before {
                  position: absolute;
                  content: "";
                  height: 100%;
                  background: url("../../images/padlock.png");
                  top: 0%;
                  left: 0;
                  right: 0;
                  text-align: center;
                  margin: 0 auto;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: 125px;
                  z-index: 1; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg {
                position: relative;
                height: 218px;
                background-color: #f2f2e6; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg img, .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg video, .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg iframe {
                  width: 100%;
                  object-fit: cover;
                  height: 100%; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg .play {
                  position: absolute;
                  top: 40%;
                  left: 0;
                  right: 0;
                  margin: 0 auto;
                  text-align: center; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg .play a {
                    color: #ffffff; }
                    .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watchimg .play a span {
                      background-color: #575c3a;
                      border-radius: 50%;
                      width: 45px;
                      height: 45px;
                      font-size: 14px;
                      line-height: 45px;
                      display: inline-block;
                      opacity: 0.7; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail {
                padding: 20px;
                background-color: #ffffff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw::after {
                  display: block;
                  content: "";
                  clear: both; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw span {
                  color: #757575;
                  font-size: 14px; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw .left {
                  float: left; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw .right {
                  float: right; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail p {
                  padding-top: 10px;
                  font-size: 14px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .date {
            padding-bottom: 30px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .date p {
              font-weight: 500; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap {
            margin-bottom: 20px;
            border-radius: 14px;
            overflow: hidden; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap.listening {
              position: relative; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap.listening::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background-color: rgba(105, 105, 105, 0.8);
                top: 0;
                left: 0;
                right: 0; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap.listening::before {
                position: absolute;
                content: "";
                height: 100%;
                background: url("../../images/padlock.png");
                top: 0%;
                left: 0;
                right: 0;
                text-align: center;
                margin: 0 auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 61px;
                z-index: 1; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail {
              padding-top: 10px;
              background-color: #ffffff;
              padding: 20px;
              height: 125px !important;
              display: block; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail::after {
                display: block;
                content: "";
                clear: both; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .left {
                float: left; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .left span {
                  color: #757575;
                  font-size: 12px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .right {
                float: right; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .right span a i {
                  color: #000000; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .under_detail_audio {
                padding-top: 20px;
                padding-bottom: 10px; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .under_detail_audio::after {
                  display: block;
                  content: "";
                  clear: both; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .under_detail_audio p {
                  padding-top: 10px;
                  font-size: 14px; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap .audio-detail .under_detail_audio p::after {
                    display: block;
                    content: "";
                    clear: both; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
          padding-top: 60px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
            background-color: #ffffff;
            padding: 40px 14px;
            border-radius: 20px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
            overflow: hidden;
            -webkit-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            -ms-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            transition: 0.4s ease; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap:hover {
              background-color: #575c3a;
              color: #ffffff !important;
              -webkit-transition: 0.4s ease;
              -moz-transition: 0.4s ease;
              -ms-transition: 0.4s ease;
              -o-transition: 0.4s ease;
              transition: 0.4s ease; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap:hover .chhose-bt .btn-primary-2 {
                background-color: #ffffff;
                color: #000000;
                -webkit-transition: 0.4s ease;
                -moz-transition: 0.4s ease;
                -ms-transition: 0.4s ease;
                -o-transition: 0.4s ease;
                transition: 0.4s ease; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap:hover .chhose-bt .btn-primary {
                background-color: #ffffff;
                color: #000000;
                -webkit-transition: 0.4s ease;
                -moz-transition: 0.4s ease;
                -ms-transition: 0.4s ease;
                -o-transition: 0.4s ease;
                transition: 0.4s ease; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff {
              background-color: #575c3a;
              color: #ffffff;
              -webkit-transform: translateY(-50px);
              -moz-transform: translateY(-50px);
              -ms-transform: translateY(-50px);
              -o-transform: translateY(-50px);
              transform: translateY(-50px); }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff .member-ship-offer-inne .offer-detail ul li p::after {
                color: #ffffff; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff .member-ship-offer-inne .chhose-bt .btn-primary-2 {
                background-color: #ffffff;
                color: #575c3a; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff .member-ship-offer-inne .chhose-bt .btn-primary-2:hover {
                  background-color: #ffffff;
                  color: #000000; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h5 {
              font-size: 24px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
              font-size: 14px;
              padding: 25px 0; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 {
              font-size: 14px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 i {
                font-size: 23px;
                font-style: normal;
                font-family: 'Roboto Mono', monospace; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 span {
                padding-left: 4px;
                font-size: 27px;
                font-weight: 600; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
              padding: 40px 0; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
                padding-top: 16px;
                font-weight: 500; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
                padding-bottom: 30px; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li::after {
                  display: block;
                  content: "";
                  clear: both; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li:last-child {
                  padding-bottom: 0; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p {
                  position: relative;
                  font-size: 14px;
                  padding-left: 24px; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after {
                    position: absolute;
                    content: "\f00c";
                    left: 0;
                    top: 0;
                    font-family: 'Font Awesome 5 Pro';
                    color: #575c3a;
                    font-size: 16px;
                    padding-top: 0px;
                    font-weight: 700; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .left {
                  width: 20px;
                  float: left; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .right {
                  width: calc(100% - 20px);
                  float: left; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .right p {
                    border: none;
                    padding-left: 0;
                    margin: 0; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .chhose-bt .btn-primary-2 {
              color: #575c3a; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main {
          max-height: 570px;
          overflow-y: auto !important;
          overflow-x: hidden !important;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          touch-action: none;
          overflow: hidden;
          -ms-touch-action: none;
          touch-action: unset !important;
          border-radius: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main::-webkit-scrollbar-track {
            border-radius: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main::-webkit-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 20px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap::after {
              display: block;
              content: "";
              clear: both; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner {
              padding-bottom: 10px;
              padding-top: 30px;
              border-bottom: 1px solid #575c3a; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner:last-child {
                border-bottom: 0; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_head h4 {
                font-size: 16px;
                padding-bottom: 30px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail {
                padding-bottom: 30px; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail::after {
                  display: block;
                  content: "";
                  clear: both; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left {
                  float: left;
                  width: 250px;
                  display: flex; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left span {
                    float: left;
                    display: block;
                    padding-right: 70px; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left p {
                    float: left;
                    word-break: break-all; }
                .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right {
                  width: calc(100% - 250px);
                  float: right; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content {
                    float: left;
                    width: calc(100% - 200px); }
                    .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content p {
                      margin: 0;
                      padding-left: 30px;
                      word-break: break-all; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .dat {
                    float: right;
                    width: 130px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller {
        padding-top: 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap {
          padding: 0 250px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head {
            text-align: center;
            padding: 0 40px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
              font-size: 25px;
              padding-bottom: 30px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head p {
              font-size: 14px;
              color: #757575; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area {
            margin-top: 60px;
            padding: 60px 30px;
            border-radius: 20px;
            overflow: hidden;
            background-color: #ffffff;
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16); }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .content p {
              font-size: 20px;
              font-weight: 500;
              line-height: 33px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under {
              margin-top: 50px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main {
                border-radius: 40px;
                margin-bottom: 25px;
                position: relative;
                overflow: hidden;
                z-index: 1; }
                .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .left {
                  float: left;
                  position: relative;
                  z-index: 1; }
                .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .right {
                  float: right;
                  position: relative;
                  z-index: 1; }
                .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox {
                  border-radius: 40px;
                  position: relative; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border {
                    background-color: transparent;
                    border-color: #4dc329;
                    color: #000000; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border + .poll_bar {
                    background-color: #4dc329; }
                  .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox .active_border {
                    padding: 23px 20px;
                    line-height: 3px;
                    border-width: 2px;
                    background-color: transparent;
                    border-color: #f2f2e6;
                    position: relative;
                    z-index: 2; }
                .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .poll_bar {
                  background-color: #f2f2e6;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  height: 100%; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .vote p {
              font-size: 18px;
              color: #757575; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form {
            padding: 60px 30px;
            border-radius: 20px;
            overflow: hidden;
            background-color: #ffffff;
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16); }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .form-control {
              background-color: #f2f2e6; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .file-upload {
              width: 100%;
              border: 1px solid;
              border-color: #757575;
              border-style: dashed;
              text-align: center;
              border-radius: 20px;
              margin-bottom: 30px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .file-upload label.file-input {
                width: 100%;
                color: #000000;
                height: 140px;
                padding-top: 40px;
                cursor: pointer; }
                .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .file-upload label.file-input p {
                  padding-top: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .buttns .left {
              float: left; }
              .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .buttns .left .btn-primary-2 {
                padding: 0 40px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .buttns .right {
              float: right; }
              .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .buttns .right .btn-primary {
                padding: 0 40px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .question {
            text-align: center;
            border-top: 1px solid #999999;
            margin-top: 50px;
            padding-top: 20px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .question.back a i {
              padding-right: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .question a {
              color: #575c3a;
              font-size: 18px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .question a i {
                padding-left: 10px;
                color: #575c3a;
                font-size: 18px; }
  .public-main-wrap .members-wrap {
    padding: 60px 0; }
    .public-main-wrap .members-wrap .member-inner {
      display: flex; }
      .public-main-wrap .members-wrap .member-inner .members-first-one {
        margin: 0 auto; }
        .public-main-wrap .members-wrap .member-inner .members-first-one .left {
          box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 18px 0px;
          width: 332px;
          height: auto;
          border-radius: 30px;
          background-color: #ffffff;
          padding: 30px;
          float: left;
          margin-right: 25px;
          position: relative; }
          .public-main-wrap .members-wrap .member-inner .members-first-one .left.right {
            margin-right: 0; }
          .public-main-wrap .members-wrap .member-inner .members-first-one .left .member-pic img {
            float: left; }
          .public-main-wrap .members-wrap .member-inner .members-first-one .left .member-pic p {
            display: inline-block;
            padding-left: 10px;
            font-weight: 500; }
          .public-main-wrap .members-wrap .member-inner .members-first-one .left .member-pic span {
            float: right;
            width: 40px;
            height: 40px;
            background-color: #f2f2e6;
            border-radius: 50%;
            color: #4dc329;
            text-align: center;
            line-height: 40px;
            transform: rotate(49deg);
            font-weight: 600;
            font-size: 18px;
            position: absolute;
            right: 12px;
            top: 16px; }
          .public-main-wrap .members-wrap .member-inner .members-first-one .left .count {
            text-align: center;
            padding-top: 20px; }
            .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 {
              font-size: 48px;
              color: #575c3a;
              word-break: break-all; }
              .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 i {
                font-size: 40px;
                font-weight: 300; }
            .public-main-wrap .members-wrap .member-inner .members-first-one .left .count p {
              color: #757575;
              font-size: 14px; }
    .public-main-wrap .members-wrap .member-slider {
      padding-top: 80px; }
      .public-main-wrap .members-wrap .member-slider .owl-nav button {
        position: absolute;
        top: 40%;
        z-index: 2;
        font-size: 18px;
        background-color: #575c3a;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        outline: none;
        box-shadow: none;
        color: #ffffff;
        text-shadow: 1px 1px #00000060; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-prev {
          left: 20px; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-next {
          right: 20px; }
      .public-main-wrap .members-wrap .member-slider .slide-inner {
        padding: 0 211px; }
        .public-main-wrap .members-wrap .member-slider .slide-inner .slide-img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 auto; }
          .public-main-wrap .members-wrap .member-slider .slide-inner .slide-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .public-main-wrap .members-wrap .member-slider .slide-inner span {
          color: #757575;
          padding-top: 30px;
          font-size: 18px;
          display: block; }
        .public-main-wrap .members-wrap .member-slider .slide-inner .star-rating {
          padding-top: 20px;
          padding-bottom: 20px; }
          .public-main-wrap .members-wrap .member-slider .slide-inner .star-rating ul li i {
            color: #f6c917;
            padding: 0 4px;
            font-size: 20px; }
        .public-main-wrap .members-wrap .member-slider .slide-inner p {
          padding-top: 30px;
          font-size: 14px;
          color: #666666; }
  .public-main-wrap .side-var-inne {
    background-color: #575c3a;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1; }
    .public-main-wrap .side-var-inne ul li {
      padding-bottom: 30px; }
      .public-main-wrap .side-var-inne ul li:last-child {
        padding-bottom: 0; }
      .public-main-wrap .side-var-inne ul li.active a i {
        color: #f6c917; }
      .public-main-wrap .side-var-inne ul li a {
        color: #ffffff; }
        .public-main-wrap .side-var-inne ul li a:hover i {
          color: #f6c917; }
        .public-main-wrap .side-var-inne ul li a:hover span {
          display: inline-block; }
        .public-main-wrap .side-var-inne ul li a i {
          font-size: 20px; }
        .public-main-wrap .side-var-inne ul li a img {
          width: 18px;
          height: 18px;
          object-fit: cover; }
          .public-main-wrap .side-var-inne ul li a img.act {
            display: none; }
        .public-main-wrap .side-var-inne ul li a span {
          background-color: #f6c917;
          border-radius: 10px;
          padding: 5px 0px;
          font-size: 14px;
          position: absolute;
          margin-left: 14px;
          text-align: center;
          width: 150px;
          max-width: 160px;
          display: none; }
          .public-main-wrap .side-var-inne ul li a span::after {
            position: absolute;
            content: "\f0de";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            top: 0;
            left: 0;
            margin-top: 3px;
            margin-left: -4px;
            font-size: 18px;
            color: #f6c917;
            transform: rotate(-90deg); }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Extra large desktops and mac laptops*/
@media (min-width: 1199px) and (max-width: 1399px) {
  .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
    width: 349px; }
  .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
    width: calc(100% - 450px); } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .public-main-wrap .why-join-us-inner .why-us-detail {
    padding: 0 0px;
    padding-left: 100px; }
    .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
      margin: 0 80px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
        width: 270px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
        width: calc(100% - 270px); }
    .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe {
      padding-right: 20px; }
    .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
      font-size: 18px; }
    .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
      font-size: 26px !important; }
    .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .form-control::placeholder {
      font-size: 12px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .public-main-wrap .why-join-us-inner {
    padding-bottom: 50px; }
    .public-main-wrap .why-join-us-inner .why-us-detail {
      padding: 0;
      padding-left: 66px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap {
        padding: 0 110px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail p {
        font-size: 12px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
        padding: 40px 5px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
          padding: 15px 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
          padding: 20px 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
            padding-bottom: 16px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
            padding-left: 15px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left {
        float: left;
        width: 196px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left::after {
          display: block;
          content: "";
          clear: both; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left span {
          padding-right: 20px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right {
        width: calc(100% - 196px);
        padding-left: 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content {
          float: left;
          width: calc(100% - 140px); }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content p {
            margin: 0;
            padding-left: 20px;
            font-size: 14px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .dat {
          float: right;
          width: 130px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
        padding: 24px 50px;
        margin: 0 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
          width: 250px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
          width: calc(100% - 250px); }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join {
          right: 88px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img {
        padding-top: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap {
        padding: 0 100px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
          font-size: 18px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
          font-size: 27px !important; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form .form-group .form-control::placeholder {
          font-size: 12px; }
  .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 {
    font-size: 38px; }
  .public-main-wrap .members-wrap .member-slider .slide-inner {
    padding: 0 80px; }
  .public-main-wrap .side-var-inne {
    width: 56px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .public-main-wrap .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
    width: 180px;
    height: 180px; }
  .public-main-wrap .why-join-us-inner {
    padding-bottom: 50px; }
    .public-main-wrap .why-join-us-inner .why-us-detail {
      padding-left: 60px;
      padding-right: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .headlines {
        padding: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
        font-size: 18px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
        font-size: 27px !important; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .right {
        padding-left: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left span {
        font-size: 12px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref {
        padding-left: 25px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref p {
          font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref span {
          font-size: 12px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap {
        padding: 0 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner {
        padding-top: 30px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap {
          margin-bottom: 10px !important;
          height: 126px !important; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .date {
          text-align: center; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap {
          text-align: center;
          margin: 0 auto; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner {
          padding: 0 10px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
        padding: 40px 5px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
          padding: 15px 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
          padding: 20px 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
            padding-bottom: 16px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .right p {
              padding-left: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
            padding-left: 15px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .chhose-bt .btn-primary-2 {
          height: 35px;
          line-height: 35px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap {
        padding: 20px 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left {
          float: left;
          width: 196px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left::after {
            display: block;
            content: "";
            clear: both; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left span {
            padding-right: 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right {
          width: calc(100% - 196px);
          padding-left: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content {
            float: left;
            width: calc(100% - 140px); }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content p {
              margin: 0;
              padding-left: 20px;
              font-size: 14px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .dat {
            float: right;
            width: 130px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
        padding: 24px 50px;
        margin: 0 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
          width: 217px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p {
            padding-bottom: 10px;
            font-size: 14px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
          width: calc(100% - 217px); }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p {
            padding-bottom: 10px;
            font-size: 14px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join {
          right: 58px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img {
        padding-top: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap {
        padding: 0 60px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
          font-size: 27px !important; }
  .public-main-wrap .members-wrap .member-inner .members-first-one .left {
    width: 275px;
    height: auto;
    padding: 16px; }
    .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 {
      font-size: 34px; }
  .public-main-wrap .members-wrap .member-slider .slide-inner {
    padding: 0 80px; }
  .public-main-wrap .side-var-inne {
    width: 56px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
    width: 160px;
    height: 160px; }
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description h5 {
    width: 100%; }
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description p {
    width: 100%;
    padding-left: 0; }
  .public-main-wrap .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
    width: 160px;
    height: 160px; }
  .public-main-wrap .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description h5 {
    width: 100%; }
  .public-main-wrap .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description p {
    width: 100%; }
  .public-main-wrap .why-join-us-inner {
    padding-bottom: 50px;
    min-height: auto; }
    .public-main-wrap .why-join-us-inner h5 {
      font-weight: 600;
      font-size: 12px; }
    .public-main-wrap .why-join-us-inner .why-us-detail {
      padding: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .headlines {
        padding: 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines.elt h5 {
          font-size: 24px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines ul li {
          margin-left: 20px;
          margin-right: 10px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .right {
        padding-left: 0;
        text-align: center; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .right p {
          padding-left: 0px;
          margin-left: 0;
          border-left: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .audio {
        padding-left: 0;
        padding-right: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements {
        max-height: 780px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left {
          width: 100% !important; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left span {
            font-size: 14px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref {
            padding-left: 25px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref p {
              font-size: 14px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .left .bref span {
              font-size: 14px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements-wlper .announcements .accoun-inner .right .accnt-img {
          width: 100%;
          height: auto; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap {
        padding: 0 10px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe ul {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 5px 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content {
        padding-top: 60px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner {
          padding-top: 30px;
          height: 100%; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap {
            height: 126px !important; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner {
            padding: 0 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw .right {
              padding-top: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
        padding-top: 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
          padding: 40px 15px;
          margin-bottom: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
            padding: 15px 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
            padding: 20px 0; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
              font-size: 18px;
              font-weight: 500;
              padding-left: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
              padding-bottom: 16px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .right p {
                padding-left: 10px;
                text-align: start; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .chhose-bt .btn-primary-2 {
            height: 35px;
            line-height: 35px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap {
        padding: 10px 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left {
          float: left;
          width: 100%; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left::after {
            display: block;
            content: "";
            clear: both; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left span {
            padding-right: 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right {
          width: 100%;
          padding-left: 0px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content {
            float: left;
            width: calc(100% - 140px);
            text-align: left; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content p {
              margin: 0;
              padding-left: 0px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .dat {
            float: right;
            width: 130px;
            text-align: right; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
        padding: 9px 33px;
        margin: 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
          width: 125px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p {
            padding-bottom: 6px;
            font-size: 12px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
          width: calc(100% - 125px);
          text-align: left;
          padding-left: 15px;
          padding-top: 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p {
            padding-bottom: 6px;
            font-size: 12px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join {
          right: 37px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join .btn-primary {
            padding: 0 25px;
            line-height: 30px;
            height: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img {
        padding-top: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap {
        padding: 0 0px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head {
          padding: 0 15px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
            font-size: 12px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
            font-size: 24px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area {
          margin-top: 40px;
          padding: 40px 15px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under {
            margin-top: 26px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form {
          padding: 40px 10px; }
  .public-main-wrap .members-wrap {
    padding-bottom: 20px; }
    .public-main-wrap .members-wrap .member-inner .members-first-one .left {
      width: 100%;
      height: auto;
      padding: 16px;
      margin-bottom: 20px; }
      .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 {
        font-size: 34px; }
    .public-main-wrap .members-wrap .member-slider {
      padding-top: 37px; }
      .public-main-wrap .members-wrap .member-slider .slide-inner {
        padding: 0 20px; }
        .public-main-wrap .members-wrap .member-slider .slide-inner p {
          padding-top: 14px; }
      .public-main-wrap .members-wrap .member-slider .owl-nav button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-next {
          right: 0; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-prev {
          left: 0; }
  .public-main-wrap .side-bar .menu-tol {
    position: absolute;
    top: 2%;
    z-index: 2;
    left: 0px;
    right: 0;
    z-index: 10;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .public-main-wrap .side-bar .menu-tol a {
      color: #ffffff;
      font-size: 20px; }
    .public-main-wrap .side-bar .menu-tol .open_side {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .public-main-wrap .side-bar .side-var-inne {
    position: fixed;
    width: 105px;
    top: 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 10;
    margin-top: -242px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-transform: translateX(-137px);
    -moz-transform: translateX(-137px);
    -ms-transform: translateX(-137px);
    -o-transform: translateX(-137px);
    transform: translateX(-137px);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .public-main-wrap .side-bar .side-var-inne .close_side {
      position: absolute;
      right: -53px;
      top: 40%;
      padding: 6px 0;
      padding-left: 6px;
      padding-top: 11px;
      font-size: 20px;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      border-radius: 10px;
      display: block !important;
      z-index: 99; }
      .public-main-wrap .side-bar .side-var-inne .close_side::after {
        display: block;
        content: "";
        clear: both; }
      .public-main-wrap .side-bar .side-var-inne .close_side.close_opn {
        display: none !important; }
      .public-main-wrap .side-bar .side-var-inne .close_side a {
        color: #000000; }
    .public-main-wrap .side-bar .side-var-inne.side-blok {
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
    .public-main-wrap .side-bar .side-var-inne ul {
      overflow-y: scroll;
      height: 460px;
      width: 103px;
      overflow-x: hidden; }
      .public-main-wrap .side-bar .side-var-inne ul li {
        padding-bottom: 20px !important;
        position: relative;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .public-main-wrap .side-bar .side-var-inne ul li.active {
          padding-bottom: 20px !important;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          .public-main-wrap .side-bar .side-var-inne ul li.active a {
            color: #f6c917; }
            .public-main-wrap .side-bar .side-var-inne ul li.active a span {
              color: #f6c917; }
        .public-main-wrap .side-bar .side-var-inne ul li:hover a {
          color: #f6c917; }
          .public-main-wrap .side-bar .side-var-inne ul li:hover a span {
            color: #f6c917; }
        .public-main-wrap .side-bar .side-var-inne ul li a i {
          font-size: 24px;
          display: block; }
        .public-main-wrap .side-bar .side-var-inne ul li a span {
          margin-left: 0;
          position: unset;
          width: 90px;
          min-width: 90px;
          word-break: break-word;
          font-size: 12px;
          background-color: transparent;
          display: inline-block; }
          .public-main-wrap .side-bar .side-var-inne ul li a span::after {
            content: none; } }

/* Smaller phones */
@media (max-width: 360px) {
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
    width: 160px;
    height: 160px; }
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description h5 {
    width: 100%; }
  .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-detail .description p {
    width: 100%;
    padding-left: 0; }
  .public-main-wrap .public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img {
    width: 160px;
    height: 160px; }
  .public-main-wrap .why-join-us-inner {
    padding-bottom: 50px;
    min-height: auto; }
    .public-main-wrap .why-join-us-inner h5 {
      font-weight: 600;
      font-size: 12px; }
    .public-main-wrap .why-join-us-inner .why-us-detail {
      padding: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .headlines {
        padding: 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines.elt h5 {
          font-size: 24px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .headlines ul li {
          margin-left: 20px;
          margin-right: 10px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .right {
        padding-left: 0; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .right p {
          padding-left: 0;
          margin-left: 0;
          border-left: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .audio {
        padding-left: 0;
        padding-right: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left {
        width: 100% !important; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left span {
          font-size: 14px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref {
          padding-left: 25px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref p {
            font-size: 14px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .left .bref span {
            font-size: 14px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .announcements .accoun-inner .right .accnt-img {
        width: 100%;
        height: auto; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .review-wrap {
        padding: 0 10px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner {
        padding-top: 30px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner .audio-wrap {
          height: 126px !important; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner {
          padding: 0 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .listing-audio-wrap .list-tabe .tab-content .tab-pane .list-audio-inner.list-watch-inner .watch-under .watch-detail .daw .right {
            padding-top: 0; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
        padding-top: 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
          padding: 40px 15px;
          margin-bottom: 20px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap.diff {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
            padding: 15px 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
            padding: 20px 0; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h5 {
              font-size: 18px;
              font-weight: 500;
              padding-left: 10px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
              padding-bottom: 16px; }
              .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li .right p {
                padding-left: 10px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .chhose-bt .btn-primary-2 {
            height: 35px;
            line-height: 35px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap {
        padding: 10px 10px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left {
          float: left;
          width: 100%; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left::after {
            display: block;
            content: "";
            clear: both; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .left span {
            padding-right: 20px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right {
          width: 100%;
          padding-left: 0px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content {
            float: left;
            width: calc(100% - 140px); }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .content p {
              margin: 0;
              padding-left: 0px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .schedule-wrap_main .schedule_wrap .schedule_inner .schedlue_detail .right .dat {
            float: right;
            width: 130px;
            text-align: right; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap {
        padding: 9px 33px;
        margin: 0;
        top: -12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left {
          width: 115px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p {
            padding-bottom: 6px;
            font-size: 12px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .left p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right {
          width: calc(100% - 115px);
          text-align: left;
          padding-left: 15px;
          padding-top: 0; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p {
            padding-bottom: 6px;
            font-size: 12px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .right p span {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join {
          right: 37px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-in-touch-wrap .get-inner .join .btn-primary {
            padding: 0 25px;
            line-height: 30px;
            height: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .info .get-wraper .get-back_img {
        padding-top: 30px; }
      .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap {
        padding: 0 0px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head {
          padding: 0 15px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head h5 {
            font-size: 12px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .head .main {
            font-size: 24px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area {
          margin-top: 40px;
          padding: 40px 15px; }
          .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under {
            margin-top: 26px; }
            .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox .active_border .left p {
              font-size: 12px; }
        .public-main-wrap .why-join-us-inner .why-us-detail .poller .anser_pol_wrap .partiipate_form {
          padding: 40px 10px; }
  .public-main-wrap .members-wrap {
    padding-bottom: 20px; }
    .public-main-wrap .members-wrap .member-inner .members-first-one .left {
      width: 100%;
      height: auto;
      padding: 16px;
      margin-bottom: 20px; }
      .public-main-wrap .members-wrap .member-inner .members-first-one .left .count h4 {
        font-size: 34px; }
    .public-main-wrap .members-wrap .member-slider {
      padding-top: 37px; }
      .public-main-wrap .members-wrap .member-slider .slide-inner {
        padding: 0 20px; }
        .public-main-wrap .members-wrap .member-slider .slide-inner p {
          padding-top: 14px; }
      .public-main-wrap .members-wrap .member-slider .owl-nav button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-next {
          right: 0; }
        .public-main-wrap .members-wrap .member-slider .owl-nav button.owl-prev {
          left: 0; }
  .public-main-wrap .side-bar .menu-tol {
    position: absolute;
    top: 2%;
    z-index: 2;
    left: 0px;
    right: 0;
    z-index: 10;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .public-main-wrap .side-bar .menu-tol a {
      color: #ffffff;
      font-size: 20px; }
    .public-main-wrap .side-bar .menu-tol .open_side {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .public-main-wrap .side-bar .side-var-inne {
    position: fixed;
    width: 105px;
    top: 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 10;
    margin-top: -242px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-transform: translateX(-137px);
    -moz-transform: translateX(-137px);
    -ms-transform: translateX(-137px);
    -o-transform: translateX(-137px);
    transform: translateX(-137px);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .public-main-wrap .side-bar .side-var-inne .close_side {
      position: absolute;
      right: -53px;
      top: 40%;
      padding: 6px 0;
      padding-left: 6px;
      padding-top: 11px;
      font-size: 20px;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      border-radius: 10px;
      display: block !important;
      z-index: 99; }
      .public-main-wrap .side-bar .side-var-inne .close_side::after {
        display: block;
        content: "";
        clear: both; }
      .public-main-wrap .side-bar .side-var-inne .close_side.close_opn {
        display: none !important; }
      .public-main-wrap .side-bar .side-var-inne .close_side a {
        color: #000000; }
    .public-main-wrap .side-bar .side-var-inne.side-blok {
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
    .public-main-wrap .side-bar .side-var-inne ul {
      overflow-y: scroll;
      height: 460px;
      width: 103px;
      overflow-x: hidden; }
      .public-main-wrap .side-bar .side-var-inne ul li {
        padding-bottom: 20px !important;
        position: relative;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .public-main-wrap .side-bar .side-var-inne ul li.active {
          padding-bottom: 20px !important;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          .public-main-wrap .side-bar .side-var-inne ul li.active a {
            color: #f6c917; }
            .public-main-wrap .side-bar .side-var-inne ul li.active a span {
              color: #f6c917; }
        .public-main-wrap .side-bar .side-var-inne ul li:hover a {
          color: #f6c917; }
          .public-main-wrap .side-bar .side-var-inne ul li:hover a span {
            color: #f6c917; }
        .public-main-wrap .side-bar .side-var-inne ul li a i {
          font-size: 24px;
          display: block; }
        .public-main-wrap .side-bar .side-var-inne ul li a span {
          margin-left: 0;
          position: unset;
          width: 90px;
          min-width: 90px;
          word-break: break-word;
          font-size: 12px;
          background-color: transparent;
          display: inline-block; }
          .public-main-wrap .side-bar .side-var-inne ul li a span::after {
            content: none; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.login_wrap.register .login_inner .left-side {
  padding-bottom: 140px; }
  .login_wrap.register .login_inner .left-side .content {
    padding-bottom: 140px; }
    .login_wrap.register .login_inner .left-side .content h4 {
      padding: 0 18px; }

.login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav {
  margin-bottom: 40px;
  border-radius: 25px;
  background-color: #ffffff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
  padding: 5px; }
  .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav.nav-tabs .nav-link {
    width: 50%;
    border-radius: 20px;
    border: none;
    background-color: transparent;
    color: #000000; }
    .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav.nav-tabs .nav-link.active {
      border-radius: 20px;
      border: none;
      background-color: #575c3a;
      color: #ffffff; }
    .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav.nav-tabs .nav-link:hover {
      border: none; }
    .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav.nav-tabs .nav-link:focus-visible {
      border: none; }

.login_wrap.register .login_inner .right-side .form-group {
  padding-bottom: 20px; }
  .login_wrap.register .login_inner .right-side .form-group label {
    padding-bottom: 15px; }

.login_wrap.register .login_inner .right-side .login-clck {
  padding-top: 10px; }

.login_wrap .login_inner {
  padding: 140px 0; }
  .login_wrap .login_inner .left-side {
    background-color: #e5e4cc;
    border-radius: 50px;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    .login_wrap .login_inner .left-side .content {
      padding-bottom: 70px; }
      .login_wrap .login_inner .left-side .content h4 {
        font-size: 42px;
        padding: 0 48px;
        font-weight: 600; }
        .login_wrap .login_inner .left-side .content h4 span {
          color: #db9f15; }
    .login_wrap .login_inner .left-side .logi-banner img {
      width: 100%;
      object-fit: cover; }
  .login_wrap .login_inner .right-side .form-head-line {
    text-align: center;
    padding-bottom: 40px; }
    .login_wrap .login_inner .right-side .form-head-line h4 {
      font-size: 32px;
      font-weight: 600; }
  .login_wrap .login_inner .right-side .form-group {
    padding-bottom: 22px; }
    .login_wrap .login_inner .right-side .form-group label {
      font-size: 16px; }
    .login_wrap .login_inner .right-side .form-group .form-control {
      background-color: #f4f4ea;
      border: none;
      height: 45px;
      line-height: 45px;
      padding: 0 30px; }
  .login_wrap .login_inner .right-side .forget {
    text-align: end; }
    .login_wrap .login_inner .right-side .forget a {
      color: #575c3a;
      font-weight: 500; }
  .login_wrap .login_inner .right-side .login-clck {
    padding-top: 34px; }
    .login_wrap .login_inner .right-side .login-clck a.btn-primary {
      height: 46px;
      line-height: 46px;
      font-size: 16px; }
  .login_wrap .login_inner .right-side .login-option-head {
    text-align: center;
    padding-top: 30px;
    position: relative; }
    .login_wrap .login_inner .right-side .login-option-head::after {
      position: absolute;
      content: "";
      border-top: 1px solid #d4d4d4;
      left: 0;
      right: 0;
      bottom: 22%;
      z-index: 0; }
    .login_wrap .login_inner .right-side .login-option-head p {
      font-weight: 500;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 10px; }
  .login_wrap .login_inner .right-side .login-option {
    text-align: center;
    padding-top: 26px; }
    .login_wrap .login_inner .right-side .login-option ul li {
      display: inline-block;
      text-align: center;
      padding: 0 6px; }
      .login_wrap .login_inner .right-side .login-option ul li a {
        color: #575c3a; }
        .login_wrap .login_inner .right-side .login-option ul li a i {
          border: 1px solid #575c3a;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 50%; }
  .login_wrap .login_inner .right-side .dont-have-acc {
    text-align: center;
    padding-top: 50px; }
    .login_wrap .login_inner .right-side .dont-have-acc p {
      font-weight: 500; }
      .login_wrap .login_inner .right-side .dont-have-acc p a {
        color: #4dc329; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .login_wrap.register .login_inner .right-side {
    padding-left: 40px; }
  .login_wrap .login_inner .left-side {
    border-radius: 30px; }
    .login_wrap .login_inner .left-side .content h4 {
      padding: 0 18px; }
  .login_wrap .login_inner .right-side .form-head-line {
    padding-bottom: 30px; }
  .login_wrap .login_inner .right-side .login-clck {
    padding-top: 20px; }
  .login_wrap .login_inner .right-side .dont-have-acc {
    padding-top: 35px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .login_wrap.register .login_inner .left-side {
    height: 100%; }
    .login_wrap.register .login_inner .left-side .content h4 {
      padding: 0; }
  .login_wrap.register .login_inner .right-side {
    height: 100%; }
    .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav {
      margin-bottom: 20px; }
  .login_wrap .login_inner {
    padding-bottom: 80px; }
    .login_wrap .login_inner .left-side {
      border-radius: 28px; }
      .login_wrap .login_inner .left-side .content h4 {
        padding: 0;
        font-size: 35px; }
    .login_wrap .login_inner .right-side .form-head-line {
      padding-bottom: 30px; }
      .login_wrap .login_inner .right-side .form-head-line h4 {
        font-size: 30px; }
    .login_wrap .login_inner .right-side .form-group {
      padding-bottom: 16px; }
      .login_wrap .login_inner .right-side .form-group label {
        padding-bottom: 10px; }
    .login_wrap .login_inner .right-side .login-option-head {
      padding-top: 24px; }
    .login_wrap .login_inner .right-side .login-option {
      padding-top: 16px; }
    .login_wrap .login_inner .right-side .login-clck {
      padding-top: 20px; }
    .login_wrap .login_inner .right-side .dont-have-acc {
      padding-top: 22px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .login_wrap.register .login_inner .left-side {
    padding-bottom: 60px; }
    .login_wrap.register .login_inner .left-side .content {
      padding-bottom: 77px; }
  .login_wrap .login_inner {
    padding-top: 100px;
    padding-bottom: 70px; }
    .login_wrap .login_inner .left-side {
      margin-bottom: 40px;
      padding-top: 40px;
      border-radius: 28px; }
      .login_wrap .login_inner .left-side .content {
        padding-bottom: 30px; }
        .login_wrap .login_inner .left-side .content h4 {
          padding: 0;
          font-size: 35px; }
    .login_wrap .login_inner .right-side .form-head-line {
      padding-bottom: 30px; }
      .login_wrap .login_inner .right-side .form-head-line h4 {
        font-size: 30px; }
    .login_wrap .login_inner .right-side .form-group {
      padding-bottom: 16px; }
      .login_wrap .login_inner .right-side .form-group label {
        padding-bottom: 10px; }
    .login_wrap .login_inner .right-side .login-option-head {
      padding-top: 24px; }
    .login_wrap .login_inner .right-side .login-option {
      padding-top: 16px; }
    .login_wrap .login_inner .right-side .login-clck {
      padding-top: 20px; }
    .login_wrap .login_inner .right-side .dont-have-acc {
      padding-top: 22px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .login_wrap.register .login_inner .left-side {
    padding-bottom: 40px; }
    .login_wrap.register .login_inner .left-side .content {
      padding-bottom: 28px; }
  .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav {
    margin-bottom: 20px; }
  .login_wrap .login_inner {
    padding-top: 90px;
    padding-bottom: 50px; }
    .login_wrap .login_inner .left-side {
      margin-bottom: 40px;
      padding-top: 40px;
      padding-bottom: 24px;
      padding-left: 14px;
      padding-right: 14px;
      border-radius: 25px; }
      .login_wrap .login_inner .left-side .content {
        padding-bottom: 30px; }
        .login_wrap .login_inner .left-side .content h4 {
          padding: 0;
          font-size: 25px; }
    .login_wrap .login_inner .right-side .form-head-line {
      padding-bottom: 20px; }
      .login_wrap .login_inner .right-side .form-head-line h4 {
        font-size: 24px; }
      .login_wrap .login_inner .right-side .form-head-line h6 {
        font-size: 24px; }
    .login_wrap .login_inner .right-side .form-group {
      padding-bottom: 16px; }
      .login_wrap .login_inner .right-side .form-group label {
        padding-bottom: 10px; }
    .login_wrap .login_inner .right-side .login-option-head {
      padding-top: 24px; }
    .login_wrap .login_inner .right-side .login-option {
      padding-top: 16px; }
    .login_wrap .login_inner .right-side .login-clck {
      padding-top: 20px; }
    .login_wrap .login_inner .right-side .dont-have-acc {
      padding-top: 22px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .login_wrap.register .login_inner .left-side {
    padding-bottom: 40px; }
    .login_wrap.register .login_inner .left-side .content {
      padding-bottom: 28px; }
  .login_wrap.register .login_inner .right-side .shifte .form-inner-tbs .nav {
    margin-bottom: 20px; }
  .login_wrap .login_inner {
    padding-top: 90px;
    padding-bottom: 50px; }
    .login_wrap .login_inner .left-side {
      margin-bottom: 30px;
      padding-top: 40px;
      padding-bottom: 24px;
      padding-left: 14px;
      padding-right: 14px;
      border-radius: 25px; }
      .login_wrap .login_inner .left-side .content {
        padding-bottom: 30px; }
        .login_wrap .login_inner .left-side .content h4 {
          padding: 0;
          font-size: 25px; }
    .login_wrap .login_inner .right-side .form-head-line {
      padding-bottom: 20px; }
      .login_wrap .login_inner .right-side .form-head-line h6 {
        font-size: 24px; }
      .login_wrap .login_inner .right-side .form-head-line h4 {
        font-size: 24px; }
    .login_wrap .login_inner .right-side .form-group {
      padding-bottom: 16px; }
      .login_wrap .login_inner .right-side .form-group label {
        padding-bottom: 10px; }
    .login_wrap .login_inner .right-side .login-option-head {
      padding-top: 24px; }
    .login_wrap .login_inner .right-side .login-option {
      padding-top: 16px; }
    .login_wrap .login_inner .right-side .login-clck {
      padding-top: 20px; }
    .login_wrap .login_inner .right-side .dont-have-acc {
      padding-top: 22px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.sign_up_wrap {
  padding: 150px 300px;
  padding-bottom: 100px; }
  .sign_up_wrap.reset-password-wrap .signup_inner .main_title {
    padding-bottom: 20px; }
    .sign_up_wrap.reset-password-wrap .signup_inner .main_title img {
      width: 15%;
      margin-bottom: 30px; }
    .sign_up_wrap.reset-password-wrap .signup_inner .main_title h3 {
      font-size: 38px;
      font-weight: 600; }
  .sign_up_wrap.reset-password-wrap .signup_inner .form-group {
    margin-bottom: 15px; }
  .sign_up_wrap.reset-password-wrap .signup_inner .sign-up-buttn {
    padding-top: 20px !important; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .sign_up_wrap {
    padding: 0 500px;
    padding-top: 150px;
    padding-bottom: 100px; } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .sign_up_wrap {
    padding-bottom: 90px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .sign_up_wrap {
    padding: 0 100px;
    padding-top: 140px;
    padding-bottom: 90px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .sign_up_wrap {
    padding: 0 100px;
    padding-top: 140px;
    padding-bottom: 90px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .sign_up_wrap {
    padding: 0 20px;
    padding-top: 100px;
    padding-bottom: 50px; }
    .sign_up_wrap .main_title h3 {
      font-size: 30px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .sign_up_wrap {
    padding: 0 20px;
    padding-top: 100px;
    padding-bottom: 50px; }
    .sign_up_wrap .main_title h3 {
      font-size: 30px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.header_wraping {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  padding: 50px 0; }
  .header_wraping.second {
    position: fixed;
    background-color: #e5e4cc;
    padding: 10px 0;
    padding-bottom: 5px !important;
    z-index: 999; }
  .header_wraping.shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
  .header_wraping .header_area::after {
    display: block;
    content: "";
    clear: both; }
  .header_wraping .header_area ul {
    padding: 10px 0px; }
    .header_wraping .header_area ul li {
      display: inline-block; }
      .header_wraping .header_area ul li.search_li {
        position: relative; }
        .header_wraping .header_area ul li.search_li .search-box {
          background-color: #698474;
          border-radius: 50px;
          display: flex; }
          .header_wraping .header_area ul li.search_li .search-box:hover {
            background-color: #698474; }
          .header_wraping .header_area ul li.search_li .search-box .search-input {
            border: none;
            background: none;
            outline: none;
            float: left;
            color: #ffffff;
            font-size: 14px;
            transition: 0.8s ease;
            width: 0; }
            .header_wraping .header_area ul li.search_li .search-box .search-input::placeholder {
              color: #e7e7e7; }
            .header_wraping .header_area ul li.search_li .search-box .search-input.open {
              width: 250px;
              padding: 0 7px;
              padding-left: 17px; }
          .header_wraping .header_area ul li.search_li .search-box .search-btn {
            color: #ffffff;
            float: right;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #698474;
            line-height: 45px;
            text-align: center;
            align-items: center;
            transition: 0.8s ease; }
            .header_wraping .header_area ul li.search_li .search-box .search-btn i {
              font-size: 15px;
              font-weight: 300; }
      .header_wraping .header_area ul li a {
        font-size: 14px; }
        .header_wraping .header_area ul li a.btn-primary {
          height: 45px;
          line-height: 45px;
          padding: 0px 25px;
          border-radius: 45px; }
          .header_wraping .header_area ul li a.btn-primary:focus {
            box-shadow: none;
            border: none; }
  .header_wraping .header_area .left_area {
    float: left; }
    .header_wraping .header_area .left_area .logo {
      float: left;
      padding-right: 30px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 111px; }
    .header_wraping .header_area .left_area .menus {
      display: inline-block;
      padding-top: 2px; }
      .header_wraping .header_area .left_area .menus ul li a {
        padding-left: 20px;
        padding-right: 20px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        color: #000000; }
        .header_wraping .header_area .left_area .menus ul li a:hover {
          background-color: #575c3a;
          color: #ffffff; }
      .header_wraping .header_area .left_area .menus ul li.active a {
        background-color: #575c3a;
        color: #ffffff; }
        .header_wraping .header_area .left_area .menus ul li.active a.btn-prmary {
          background-color: #575c3a; }
  .header_wraping .header_area .right_area {
    float: right; }
    .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .btn {
      padding: 0; }
    .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-toggle {
      position: relative; }
      .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-toggle i {
        color: #000000;
        font-size: 20px;
        position: relative; }
      .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-toggle .doter {
        position: absolute;
        top: 0;
        right: 0; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-toggle .doter::after {
          position: absolute;
          content: "";
          top: -2px;
          right: 1px;
          background-color: #FF0000;
          border-radius: 50%;
          width: 8px;
          height: 8px; }
      .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-toggle::after {
        content: none; }
    .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu {
      background-color: #f2f2e6;
      border-radius: 3px;
      padding: 20px 0;
      overflow: hidden;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
      padding-bottom: 0;
      float: left;
      left: 0 !important;
      transform: translate(-332px, 27px) !important;
      inset: unset !important;
      width: 450px; }
      .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .heade {
        border-bottom: 1px solid #000000;
        padding-bottom: 10px;
        position: relative; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .heade h4 {
          text-align: center;
          font-size: 22px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .heade .cross {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 20px;
          padding-top: 2px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .heade .cross a i {
            color: #000000;
            font-size: 24px; }
      .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll {
        max-height: 900px;
        overflow: auto;
        height: auto;
        overflow-x: hidden;
        max-height: 600px;
        overflow: auto;
        min-height: 300px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li {
          width: 100%;
          border-bottom: 1px solid #000000;
          position: relative; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li:last-child {
            border: none; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li:hover .dropdown-item::after {
            background-color: #575c3a; }
          .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item {
            padding: 10px 20px;
            position: relative; }
            .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item::after {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              width: 4px;
              height: 100%;
              background-color: transparent; }
            .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item:hover {
              background-color: transparent; }
            .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area .read h4 {
              font-size: 16px;
              padding-bottom: 5px;
              white-space: pre-line;
              position: relative; }
              .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area .read h4::after {
                position: absolute;
                content: "";
                width: 8px;
                height: 8px;
                left: -14px;
                top: 25%;
                border-radius: 50%;
                background-color: #FF0000; }
            .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area h4 {
              font-size: 16px;
              padding-bottom: 5px;
              white-space: pre-line !important;
              position: relative !important; }
            .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area p {
              color: #757575;
              font-size: 14px;
              white-space: pre-line; }
    .header_wraping .header_area .right_area.second ul li.search_li {
      position: relative; }
      .header_wraping .header_area .right_area.second ul li.search_li .search-box {
        background-color: #f2f2e6;
        border-radius: 50px;
        display: flex; }
        .header_wraping .header_area .right_area.second ul li.search_li .search-box:hover {
          background-color: #f2f2e6; }
        .header_wraping .header_area .right_area.second ul li.search_li .search-box .search-input {
          border: none;
          background: transparent;
          outline: none;
          float: left;
          color: #000000;
          font-size: 14px;
          transition: 0.8s ease;
          width: 250px;
          padding: 0 7px;
          padding-left: 17px; }
          .header_wraping .header_area .right_area.second ul li.search_li .search-box .search-input::placeholder {
            color: #000000; }
        .header_wraping .header_area .right_area.second ul li.search_li .search-box .search-btn {
          color: #000000;
          float: right;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: transparent;
          line-height: 45px;
          text-align: center;
          align-items: center;
          transition: 0.8s ease; }
          .header_wraping .header_area .right_area.second ul li.search_li .search-box .search-btn i {
            font-size: 15px;
            font-weight: 300; }
    .header_wraping .header_area .right_area.second ul li.useree .dropdown:hover .dropdown-menu {
      display: block; }
    .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-toggle::after {
      content: none; }
    .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu {
      background-color: #f2f2e6;
      border-radius: 3px;
      padding: 0;
      overflow: hidden;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
      border: none; }
      .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li {
        width: 100%;
        border-bottom: 1px solid #000000;
        position: relative; }
        .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li:last-child {
          border: none; }
        .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li:hover .dropdown-item::after {
          background-color: #575c3a; }
        .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li .dropdown-item {
          padding: 10px 20px;
          position: relative; }
          .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li .dropdown-item::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background-color: transparent; }
          .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu li .dropdown-item:hover {
            background-color: transparent; }
    .header_wraping .header_area .right_area.second ul li a .img-box .user-img img {
      width: 45px;
      height: 45px;
      overflow: hidden;
      border-radius: 50%;
      object-fit: cover; }
    .header_wraping .header_area .right_area ul li {
      padding-right: 10px; }
      .header_wraping .header_area .right_area ul li.search_li {
        padding-right: 10px; }
        .header_wraping .header_area .right_area ul li.search_li span i {
          font-weight: 300; }
      .header_wraping .header_area .right_area ul li:last-child {
        padding-right: 0; }
  .header_wraping .header_area .responsive_menu .bar::after {
    display: block;
    content: "";
    clear: both; }
  .header_wraping .header_area .responsive_menu .bar .logo_box {
    float: left; }
  .header_wraping .header_area .responsive_menu .bar .divider {
    float: right; }
  .header_wraping .header_area .responsive_menu .bar .bell-icon {
    float: left; }
    .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .btn {
      padding: 0; }
    .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-toggle {
      position: relative; }
      .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-toggle i {
        color: #000000;
        font-size: 20px;
        position: relative; }
      .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-toggle .doter {
        position: absolute;
        top: 0;
        right: 0; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-toggle .doter::after {
          position: absolute;
          content: "";
          top: -2px;
          right: 1px;
          background-color: #FF0000;
          border-radius: 50%;
          width: 8px;
          height: 8px; }
      .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-toggle::after {
        content: none; }
    .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu {
      background-color: #f2f2e6;
      border-radius: 3px;
      padding: 20px 0;
      overflow: hidden;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
      padding-bottom: 0;
      float: left;
      left: 0 !important;
      transform: translate(-332px, 27px) !important;
      inset: unset !important;
      width: 450px; }
      .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .heade {
        border-bottom: 1px solid #000000;
        padding-bottom: 10px;
        position: relative; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .heade h4 {
          text-align: center;
          font-size: 22px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .heade .cross {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 20px;
          padding-top: 2px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .heade .cross a i {
            color: #000000;
            font-size: 24px; }
      .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll {
        max-height: 900px;
        overflow: auto;
        height: auto;
        max-height: 600px;
        overflow: auto;
        min-height: 300px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-track {
          border-radius: 10px; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll:-o-scrollbar-thumb:hover {
            background: #575c3a; }
        .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li {
          width: 100%;
          border-bottom: 1px solid #000000;
          position: relative; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li:last-child {
            border: none; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li:hover .dropdown-item::after {
            background-color: #575c3a; }
          .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item {
            padding: 10px 20px;
            position: relative; }
            .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item::after {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              width: 4px;
              height: 100%;
              background-color: transparent; }
            .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item:hover {
              background-color: transparent; }
            .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area .read h4 {
              font-size: 16px;
              padding-bottom: 5px;
              white-space: pre-line;
              position: relative; }
              .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area .read h4::after {
                position: absolute;
                content: "";
                width: 8px;
                height: 8px;
                left: -14px;
                top: 25%;
                border-radius: 50%;
                background-color: #FF0000; }
            .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area h4 {
              font-size: 16px;
              padding-bottom: 5px;
              white-space: pre-line; }
            .header_wraping .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll li .dropdown-item .notifications_area p {
              color: #757575;
              font-size: 14px; }
  .header_wraping .header_area .responsive_menu .bar .open_close {
    float: left;
    padding-top: 16px; }
    .header_wraping .header_area .responsive_menu .bar .open_close img {
      width: 30px; }
  .header_wraping .header_area .responsive_menu .bar.hide_bar {
    display: none; }
  .header_wraping .header_area .responsive_menu .open_menu {
    height: 100% !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 30px;
    width: 100%;
    background-color: #000000;
    z-index: 1;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box {
      float: left; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box img {
        width: 110px; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu {
      float: right; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
        width: 30px; }
    .header_wraping .header_area .responsive_menu .open_menu .menu-phone {
      padding-top: 40px;
      display: block;
      width: 100%; }
      .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li {
        padding-bottom: 20px; }
        .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li a {
          color: #ffffff;
          font-size: 18px; }
    .header_wraping .header_area .responsive_menu .open_menu.show_menu {
      display: block;
      z-index: 0;
      opacity: 1;
      height: 100vh;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wraping {
    padding-top: 30px;
    padding-bottom: 30px; }
    .header_wraping .header_area ul li a.btn-primary {
      height: 45px;
      line-height: 45px;
      padding: 0px 20px;
      border-radius: 45px;
      font-size: 14px; }
    .header_wraping .header_area .left_area .logo {
      padding-right: 20px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 100px; }
    .header_wraping .header_area .right_area.second ul li.search_li {
      position: relative;
      right: 0; }
    .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu {
      float: left;
      left: -115px; }
    .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu {
      width: 300px;
      transform: translate(-287px, 27px) !important; }
    .header_wraping .header_area .right_area ul li {
      padding-right: 8px; }
      .header_wraping .header_area .right_area ul li.search_li {
        position: absolute;
        right: 194px;
        padding-right: 20px; }
        .header_wraping .header_area .right_area ul li.search_li .search-input.open {
          width: 188px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_wraping {
    padding-top: 30px;
    padding-bottom: 30px; }
    .header_wraping.second {
      padding-bottom: 10px !important; }
      .header_wraping.second .header_area .left_area .logo a img {
        width: 90px;
        padding-top: 5px; }
    .header_wraping .header_area ul li a.btn-primary {
      height: 38px;
      line-height: 38px;
      padding: 0px 20px;
      border-radius: 45px;
      font-size: 12px; }
    .header_wraping .header_area .left_area .logo {
      padding-right: 20px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 100px; }
    .header_wraping .header_area .left_area .menus ul li a {
      padding-left: 13px;
      padding-right: 13px;
      height: 32px;
      line-height: 32px; }
    .header_wraping .header_area .right_area.second ul li.search_li {
      position: relative;
      right: 0; }
      .header_wraping .header_area .right_area.second ul li.search_li .search-box .search-input {
        width: 175px; }
    .header_wraping .header_area .right_area.second ul li.useree .dropdown .dropdown-menu {
      float: left;
      left: -115px; }
    .header_wraping .header_area .right_area.second ul li .bell-icon .dropdown .dropdown-menu {
      width: 327px;
      transform: translate(-287px, 27px) !important; }
    .header_wraping .header_area .right_area ul li {
      padding-right: 8px; }
      .header_wraping .header_area .right_area ul li.search_li {
        position: absolute;
        right: 194px;
        padding-right: 8px; }
        .header_wraping .header_area .right_area ul li.search_li .search-input.open {
          width: 168px; }
        .header_wraping .header_area .right_area ul li.search_li .search-btn {
          width: 38px;
          height: 38px;
          line-height: 38px; }
        .header_wraping .header_area .right_area ul li.search_li a {
          height: 38px;
          width: 38px;
          line-height: 38px; }
          .header_wraping .header_area .right_area ul li.search_li a span i {
            font-weight: 300;
            font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .header_wraping {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header_wraping::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping.second {
      padding-bottom: 10px !important; }
      .header_wraping.second .header_area .responsive_menu .bar::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping.second .header_area .responsive_menu .bar .logo_box img {
        width: 90px; }
      .header_wraping.second .header_area .responsive_menu .bar .bell-icon {
        padding-top: 15px;
        padding-right: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu {
          width: 300px;
          transform: translate(-262px, 27px) !important; }
          .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll {
            max-height: 220px;
            min-height: 200px; }
      .header_wraping.second .header_area .responsive_menu .bar .right_area.second {
        position: absolute;
        right: 47px;
        top: 6px; }
      .header_wraping.second .header_area .responsive_menu .bar .open_close {
        padding-top: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .open_close img {
          width: 23px; }
      .header_wraping.second .header_area .responsive_menu .bar.hide_bar {
        display: none; }
      .header_wraping.second .header_area .responsive_menu .open_menu .bar-open::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box {
        float: left; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box img {
          width: 90px; }
      .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu {
        float: right;
        padding-top: 9px; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
          width: 23px; }
      .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone {
        padding-top: 20px;
        display: block;
        width: 100%;
        height: calc(100% - 120px);
        overflow-x: hidden; }
        .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone ul li {
          display: block; }
      .header_wraping.second .header_area .responsive_menu .open_menu.show_menu {
        display: block;
        z-index: 0;
        opacity: 1;
        height: 100vh;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .header_wraping .header_area .left_area .logo {
      display: none;
      padding-right: 25px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 85%; }
    .header_wraping .header_area .left_area .menus {
      display: none; }
      .header_wraping .header_area .left_area .menus ul li {
        padding: 0 10px; }
    .header_wraping .header_area .right_area {
      display: none; }
    .header_wraping .header_area .responsive_menu .bar::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping .header_area .responsive_menu .bar .logo_box {
      float: left; }
    .header_wraping .header_area .responsive_menu .bar .open_close img {
      width: 30px; }
    .header_wraping .header_area .responsive_menu .bar.hide_bar {
      display: none; }
    .header_wraping .header_area .responsive_menu .open_menu {
      height: 100%;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      padding: 30px 30px;
      width: 100%;
      background-color: #000000;
      z-index: 1;
      opacity: 0;
      display: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box {
        float: left; }
        .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box img {
          width: 110px; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu {
        float: right; }
        .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
          width: 30px; }
      .header_wraping .header_area .responsive_menu .open_menu .menu-phone {
        padding-top: 20px;
        display: block;
        width: 100%;
        height: calc(100% - 120px);
        overflow-x: hidden; }
        .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li {
          padding-bottom: 20px;
          display: block; }
          .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li a {
            color: #ffffff;
            font-size: 18px; }
      .header_wraping .header_area .responsive_menu .open_menu.show_menu {
        display: block;
        z-index: 0;
        opacity: 1;
        height: 100vh;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .header_wraping {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header_wraping::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping.second {
      padding-bottom: 10px !important; }
      .header_wraping.second .header_area .responsive_menu .bar::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping.second .header_area .responsive_menu .bar .logo_box {
        float: left; }
        .header_wraping.second .header_area .responsive_menu .bar .logo_box img {
          width: 90px; }
      .header_wraping.second .header_area .responsive_menu .bar .bell-icon {
        padding-top: 15px;
        padding-right: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu {
          width: 300px;
          transform: translate(-262px, 27px) !important; }
          .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll {
            max-height: 395px; }
      .header_wraping.second .header_area .responsive_menu .bar .right_area.second {
        position: absolute;
        right: 47px;
        top: 13px; }
        .header_wraping.second .header_area .responsive_menu .bar .right_area.second ul li.search_li .search-box .search-btn {
          height: 35px;
          line-height: 35px; }
        .header_wraping.second .header_area .responsive_menu .bar .right_area.second ul li.search_li .search-box .search-input {
          width: 125px; }
      .header_wraping.second .header_area .responsive_menu .bar .open_close {
        padding-top: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .open_close img {
          width: 23px; }
      .header_wraping.second .header_area .responsive_menu .bar.hide_bar {
        display: none; }
      .header_wraping.second .header_area .responsive_menu .open_menu {
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 30px 20px;
        width: 100%;
        background-color: #000000;
        z-index: 1;
        opacity: 0;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open::after {
          display: block;
          content: "";
          clear: both; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box {
          float: left; }
          .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box img {
            width: 90px; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu {
          float: right;
          padding-top: 15px; }
          .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
            width: 23px; }
        .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone {
          padding-top: 20px;
          display: block;
          width: 100%;
          height: calc(100% - 120px);
          overflow-x: hidden; }
          .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone ul li {
            display: block; }
        .header_wraping.second .header_area .responsive_menu .open_menu.show_menu {
          display: block;
          z-index: 0;
          opacity: 1;
          height: 100vh;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .header_wraping .header_area .left_area .logo {
      display: none;
      padding-right: 25px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 85%; }
    .header_wraping .header_area .left_area .menus {
      display: none; }
      .header_wraping .header_area .left_area .menus ul li {
        padding: 0 10px; }
    .header_wraping .header_area .right_area {
      display: none; }
    .header_wraping .header_area .responsive_menu .bar::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping .header_area .responsive_menu .bar .logo_box {
      float: left; }
      .header_wraping .header_area .responsive_menu .bar .logo_box img {
        width: 90px; }
    .header_wraping .header_area .responsive_menu .bar .open_close {
      float: right;
      padding-top: 15px; }
      .header_wraping .header_area .responsive_menu .bar .open_close img {
        width: 23px; }
    .header_wraping .header_area .responsive_menu .bar.hide_bar {
      display: none; }
    .header_wraping .header_area .responsive_menu .open_menu {
      height: 100%;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      padding: 30px 20px;
      width: 100%;
      background-color: #000000;
      z-index: 9;
      opacity: 0;
      display: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box {
        float: left; }
        .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box img {
          width: 90px; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu {
        float: right;
        padding-top: 15px; }
        .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
          width: 23px; }
      .header_wraping .header_area .responsive_menu .open_menu .menu-phone {
        padding-top: 20px;
        display: block;
        width: 100%;
        height: calc(100% - 120px);
        overflow-x: hidden; }
        .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li {
          display: block; }
      .header_wraping .header_area .responsive_menu .open_menu.show_menu {
        display: block;
        z-index: 0;
        opacity: 1;
        height: 100vh;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; } }

/* Smaller phones */
@media (max-width: 360px) {
  .header_wraping {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header_wraping::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping.second {
      padding-bottom: 10px !important; }
      .header_wraping.second .header_area .responsive_menu .bar::after {
        display: block;
        content: "";
        clear: both; }
      .header_wraping.second .header_area .responsive_menu .bar .logo_box {
        float: left; }
        .header_wraping.second .header_area .responsive_menu .bar .logo_box img {
          width: 90px; }
      .header_wraping.second .header_area .responsive_menu .bar .bell-icon {
        padding-top: 15px;
        padding-right: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu {
          width: 300px;
          transform: translate(-242px, 27px) !important; }
          .header_wraping.second .header_area .responsive_menu .bar .bell-icon .dropdown .dropdown-menu .notification-scrll {
            max-height: 400px; }
      .header_wraping.second .header_area .responsive_menu .bar .right_area.second {
        position: absolute;
        right: 47px;
        top: 13px; }
        .header_wraping.second .header_area .responsive_menu .bar .right_area.second ul li.search_li .search-box .search-btn {
          height: 35px;
          line-height: 35px; }
        .header_wraping.second .header_area .responsive_menu .bar .right_area.second ul li.search_li .search-box .search-input {
          width: 125px; }
      .header_wraping.second .header_area .responsive_menu .bar .open_close {
        padding-top: 15px; }
        .header_wraping.second .header_area .responsive_menu .bar .open_close img {
          width: 23px; }
      .header_wraping.second .header_area .responsive_menu .bar.hide_bar {
        display: none; }
      .header_wraping.second .header_area .responsive_menu .open_menu {
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 30px 20px;
        width: 100%;
        background-color: #000000;
        z-index: 1;
        opacity: 0;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open::after {
          display: block;
          content: "";
          clear: both; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box {
          float: left; }
          .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .logo_box img {
            width: 90px; }
        .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu {
          float: right;
          padding-top: 15px; }
          .header_wraping.second .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
            width: 23px; }
        .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone {
          padding-top: 20px;
          display: block;
          width: 100%;
          height: calc(100% - 120px);
          overflow-x: hidden; }
          .header_wraping.second .header_area .responsive_menu .open_menu .menu-phone ul li {
            display: block; }
        .header_wraping.second .header_area .responsive_menu .open_menu.show_menu {
          display: block;
          z-index: 0;
          opacity: 1;
          height: 100vh;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .header_wraping .header_area .left_area .logo {
      display: none;
      padding-right: 25px; }
      .header_wraping .header_area .left_area .logo a img {
        width: 85%; }
    .header_wraping .header_area .left_area .menus {
      display: none; }
      .header_wraping .header_area .left_area .menus ul li {
        padding: 0 10px; }
    .header_wraping .header_area .right_area {
      display: none; }
    .header_wraping .header_area .responsive_menu .bar::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping .header_area .responsive_menu .bar .logo_box {
      float: left; }
    .header_wraping .header_area .responsive_menu .bar .open_close {
      float: right;
      padding-top: 18px; }
      .header_wraping .header_area .responsive_menu .bar .open_close img {
        width: 30px; }
    .header_wraping .header_area .responsive_menu .bar.hide_bar {
      display: none; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open::after {
      display: block;
      content: "";
      clear: both; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box {
      float: left; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .logo_box img {
        width: 110px; }
    .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu {
      float: right;
      padding-top: 20px; }
      .header_wraping .header_area .responsive_menu .open_menu .bar-open .cross_menu img {
        width: 30px; }
    .header_wraping .header_area .responsive_menu .open_menu .menu-phone {
      padding-top: 20px;
      display: block;
      width: 100%;
      height: calc(100% - 120px);
      overflow-x: hidden; }
      .header_wraping .header_area .responsive_menu .open_menu .menu-phone ul li {
        display: block; }
    .header_wraping .header_area .responsive_menu .open_menu.show_menu {
      display: block;
      z-index: 0;
      opacity: 1;
      height: 100vh;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.banner-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: 79px;
  height: 600px;
  max-height: 100%; }
  .banner-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(87, 92, 58, 0.6);
    z-index: 2; }
  .banner-wrap .banner_area .left_area {
    float: left; }
    .banner-wrap .banner_area .left_area .content {
      position: relative;
      z-index: 3;
      padding: 0 20px; }
      .banner-wrap .banner_area .left_area .content h3 {
        font-size: 55px;
        font-weight: 600;
        color: #ffffff; }
      .banner-wrap .banner_area .left_area .content p {
        padding: 26px 0;
        font-size: 18px;
        color: #ffffff;
        font-size: 500; }
  .banner-wrap .banner_area .right_area {
    float: right; }
    .banner-wrap .banner_area .right_area .banner_img {
      float: right;
      width: 100%;
      height: 400px; }
      .banner-wrap .banner_area .right_area .banner_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.understand {
  padding-top: 25px;
  padding-bottom: 60px; }
  .understand .understand-video {
    position: relative; }
    .understand .understand-video .video_image_box {
      border-radius: 20px;
      overflow: hidden;
      height: 384px; }
      .understand .understand-video .video_image_box img, .understand .understand-video .video_image_box video, .understand .understand-video .video_image_box iframe {
        width: 100%;
        object-fit: cover;
        position: relative;
        height: 100%; }
    .understand .understand-video .play {
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      font-size: 30px; }
      .understand .understand-video .play a {
        color: #ffffff; }
        .understand .understand-video .play a span {
          background-color: #575c3a;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          line-height: 100px;
          display: inline-block;
          opacity: 0.8; }
  .understand .content {
    padding-left: 50px; }
    .understand .content h2 {
      font-size: 42px;
      color: #000000;
      font-weight: 600; }
    .understand .content p {
      padding: 25px 0;
      font-size: 14px; }
  .understand .lapm {
    padding-top: 40px; }
    .understand .lapm .content h2 {
      text-align: end; }
    .understand .lapm .content p {
      padding: 25px 0;
      font-size: 14px;
      text-align: justify; }
    .understand .lapm .content a {
      float: right; }

.heading-lines {
  padding: 0 40px;
  padding-bottom: 45px; }
  .heading-lines.team {
    padding-bottom: 20px;
    padding-top: 20px; }
  .heading-lines h2 {
    font-size: 41px;
    font-weight: 600; }
  .heading-lines p {
    font-size: 14px;
    padding-top: 15px !important;
    padding: 0 211px; }

.who_us {
  padding-bottom: 60px; }
  .who_us .who_use_slide .varients_one-third {
    margin: 20px 0; }
    .who_us .who_use_slide .varients_one-third .varrients {
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
      padding: 30px; }
      .who_us .who_use_slide .varients_one-third .varrients img {
        width: 105px;
        height: 105px;
        object-fit: cover; }
      .who_us .who_use_slide .varients_one-third .varrients .content {
        padding-top: 25px; }
        .who_us .who_use_slide .varients_one-third .varrients .content h4 {
          font-size: 24px;
          font-weight: 600;
          padding-bottom: 10px; }
        .who_us .who_use_slide .varients_one-third .varrients .content p {
          padding: 14px 0;
          font-size: 14px; }
        .who_us .who_use_slide .varients_one-third .varrients .content a {
          color: #575c3a;
          position: relative;
          padding-right: 20px;
          font-weight: 500; }

.frome-blog {
  padding-bottom: 40px; }
  .frome-blog.blog-space {
    padding-bottom: 90px; }
  .frome-blog .blog_wrap .blog_one_forth .blog-inner {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
    overflow: hidden;
    margin: 10px 0; }
    .frome-blog .blog_wrap .blog_one_forth .blog-inner .blog-inner-img {
      overflow: hidden;
      touch-action: none;
      overflow: hidden;
      -ms-touch-action: none; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .blog-inner-img img {
        width: 101%;
        height: 230px;
        object-fit: cover;
        overflow: hidden; }
    .frome-blog .blog_wrap .blog_one_forth .blog-inner .content {
      padding: 20px;
      padding-bottom: 40px !important; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content .date p {
        padding-left: 20px;
        color: #000000;
        font-size: 15px;
        font-weight: 300;
        padding-top: 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content p {
        font-size: 18px;
        padding-top: 15px;
        font-weight: 500; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content span {
        display: block;
        font-size: 14px;
        padding: 18px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content a {
        color: #575c3a;
        padding-right: 20px;
        font-weight: 500; }

.top_creators {
  padding-top: 60px;
  padding-bottom: 60px; }
  .top_creators .top_creators_wrap .top_creators_one_forth {
    margin: 20px 0; }
    .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner {
      text-align: center;
      margin: 0 auto;
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
      padding: 70px 0; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .top_crearot-img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #575c3a;
        margin: 0 auto;
        overflow: hidden;
        touch-action: none;
        overflow: hidden;
        -ms-touch-action: none; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content {
        padding-top: 30px; }
        .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content p {
          font-size: 18px;
          color: #000000; }
        .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content span {
          display: block;
          color: #919191;
          font-size: 14px;
          padding-top: 5px; }
        .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content .social {
          padding-top: 15px; }
          .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content .social ul li {
            display: inline-block;
            padding: 0 3px; }
            .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content .social ul li a {
              color: #575c3a; }
              .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content .social ul li a i {
                border-radius: 50%;
                border: 1px solid #575c3a;
                width: 30px;
                height: 30px;
                line-height: 30px;
                font-size: 14px; }

.more_then_search {
  padding-bottom: 40px; }
  .more_then_search .more_then_inner {
    margin-top: 60px;
    background-image: url("../images/circles.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 520px;
    position: relative; }
    .more_then_search .more_then_inner .side-images::after {
      display: block;
      content: "";
      clear: both; }
    .more_then_search .more_then_inner .side-images .left {
      float: left;
      padding-left: 112px;
      padding-top: 73px; }
      .more_then_search .more_then_inner .side-images .left img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .side-images .right {
      float: right;
      padding-right: 97px;
      padding-top: 73px; }
      .more_then_search .more_then_inner .side-images .right img {
        width: 55px;
        height: 55px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .side-second::after {
      display: block;
      content: "";
      clear: both; }
    .more_then_search .more_then_inner .side-second .left {
      float: left;
      position: absolute;
      left: 178px;
      top: 123px; }
      .more_then_search .more_then_inner .side-second .left img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .side-second .right {
      float: right;
      position: absolute;
      right: 156px;
      bottom: 162px; }
      .more_then_search .more_then_inner .side-second .right img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .side-third::after {
      display: block;
      content: "";
      clear: both; }
    .more_then_search .more_then_inner .side-third .left {
      float: left;
      padding-left: 117px;
      padding-top: 14px; }
      .more_then_search .more_then_inner .side-third .left img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .side-third .right {
      float: right;
      padding-right: 25px; }
      .more_then_search .more_then_inner .side-third .right img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .more_then_search .more_then_inner .more_inner_in {
      padding: 0 248px; }
      .more_then_search .more_then_inner .more_inner_in .more-head-line {
        margin-bottom: 30px;
        padding: 0 56px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
          font-size: 40px;
          font-weight: 600; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line p {
          padding-top: 10px;
          font-size: 14px; }
      .more_then_search .more_then_inner .more_inner_in .search_bar .form-group {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
        border-radius: 34px;
        overflow: hidden;
        position: relative;
        padding-left: 45px !important;
        height: 65px;
        background-color: #ffffff; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control {
          border: none;
          position: relative;
          padding-left: 15px;
          padding-top: 22px;
          padding-right: 160px;
          background-color: transparent; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control:placeholder {
            color: #919191; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span {
          position: absolute;
          left: 0;
          top: 0;
          padding-left: 30px;
          padding-top: 24px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span a {
            color: #919191; }
            .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span a i {
              font-weight: 300; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button {
          position: absolute;
          right: 10px;
          top: 10px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button.btn-primary {
            width: 140px;
            height: 44px;
            line-height: 44px; }

.feature_section .content_area .title {
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .feature_section .content_area .title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000000; }
  .feature_section .content_area .title p {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #808080; }

.feature_section .content_area .content_box {
  margin-top: 60px; }
  .feature_section .content_area .content_box .heading {
    margin: 0 auto;
    text-align: center; }
    .feature_section .content_area .content_box .heading p {
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
      padding: 12px 36px;
      border-radius: 5px;
      background: #6A8475;
      display: inline-block; }
  .feature_section .content_area .content_box .inner_box {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px #0000001A; }
    .feature_section .content_area .content_box .inner_box ul {
      position: relative;
      z-index: 2;
      padding: 65px 40px; }
      .feature_section .content_area .content_box .inner_box ul li {
        padding-bottom: 20px;
        word-break: break-word; }
        .feature_section .content_area .content_box .inner_box ul li:last-child {
          padding-bottom: 0; }
        .feature_section .content_area .content_box .inner_box ul li .icon {
          display: flex;
          align-items: center; }
          .feature_section .content_area .content_box .inner_box ul li .icon::after {
            display: block;
            content: "";
            clear: both; }
          .feature_section .content_area .content_box .inner_box ul li .icon .left {
            width: 30px;
            float: left; }
            .feature_section .content_area .content_box .inner_box ul li .icon .left i {
              height: 30px;
              width: 30px;
              line-height: 30px;
              text-align: center;
              background-color: #6A8475;
              font-size: 18px;
              border-radius: 50%;
              color: #ffffff; }
          .feature_section .content_area .content_box .inner_box ul li .icon .right {
            float: left;
            padding-left: 15px;
            width: calc(100% - 30px); }
            .feature_section .content_area .content_box .inner_box ul li .icon .right p {
              color: #000000;
              font-size: 14px;
              font-weight: 400; }
    .feature_section .content_area .content_box .inner_box:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 440px;
      height: 440px;
      margin-left: -236px;
      margin-top: -216px;
      border-radius: 50%;
      background: linear-gradient(180deg, rgba(84, 195, 61, 0.37) 0%, rgba(84, 195, 61, 0.17) 38.02%, rgba(84, 195, 61, 0.2) 97.4%); }
    .feature_section .content_area .content_box .inner_box .image_2 {
      position: absolute;
      z-index: 0;
      right: 0;
      bottom: 0;
      margin-right: -99px;
      margin-bottom: -232px;
      width: 360px; }
      .feature_section .content_area .content_box .inner_box .image_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.feature_section.getstarted_section {
  padding-top: 75px;
  padding-bottom: 80px; }
  .feature_section.getstarted_section .content_area .content_box .box_area {
    padding-top: 60px;
    display: flex; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box {
      margin-right: 20px;
      background-color: transparent;
      width: 50%;
      height: 300px;
      perspective: 1000px;
      /* Remove this if you don't want the 3D effect */ }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box:last-child {
        margin-right: 0; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.9s;
      transform-style: preserve-3d; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box:hover .flip-box-inner {
      transform: rotateY(180deg); }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front, .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      /* Safari */
      backface-visibility: hidden; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0px 4px 40px 0px #0000001A;
      padding: 50px 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
        margin: 0 auto;
        text-align: center;
        width: 132px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front p {
        font-size: 24px;
        font-weight: 400;
        color: #000000;
        padding-top: 42px; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
      background-color: #575C3C;
      border-radius: 10px;
      box-shadow: 0px 4px 40px 0px #0000001A;
      padding: 50px 20px;
      transform: rotateY(180deg); }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back p {
        font-size: 16px;
        font-size: 400;
        color: #ffffff; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button.team_btn {
          padding-top: 40px;
          display: block; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
          height: 60px;
          line-height: 60px;
          color: #575C3C;
          background-color: #ffffff;
          font-size: 20px;
          font-weight: 400; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .banner-wrap {
    height: 900px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 70px; }
    .banner-wrap .banner_area .left_area .content p {
      font-size: 24px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .banner-wrap {
    height: 650px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 48px; }
    .banner-wrap .banner_area .left_area .content p {
      font-size: 20px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .banner-wrap {
    height: 650px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 48px; }
    .banner-wrap .banner_area .left_area .content p {
      font-size: 20px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-wrap {
    height: 650px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 55px; }
    .banner-wrap .banner_area .left_area .content p {
      font-size: 18px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-wrap {
    height: 520px; }
  .feature_section .content_area .content_box .inner_box:before {
    margin-left: -267px;
    margin-top: -217px; }
  .feature_section .content_area .content_box .inner_box .image_2 {
    margin-right: -117px;
    margin-bottom: -249px; }
  .feature_section.getstarted_section {
    padding-top: 65px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap {
    height: 520px; }
    .banner-wrap .banner_area .left_area .content p {
      padding: 18px 0; }
  .understand .content {
    padding-left: 30px; }
    .understand .content h2 {
      font-size: 35px; }
    .understand .content p {
      padding: 16px 0; }
  .heading-lines {
    padding: 0 40px;
    padding-bottom: 50px; }
    .heading-lines h2 {
      font-size: 41px;
      font-weight: 600; }
    .heading-lines p {
      font-size: 14px;
      padding-top: 15px !important;
      padding: 0 100px; }
  .who_us {
    padding-bottom: 30px; }
  .more_then_search .more_then_inner {
    background-size: contain;
    margin-top: 15px; }
    .more_then_search .more_then_inner .more_inner_in .more-head-line {
      padding: 0 20px; }
      .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
        font-size: 35px; }
    .more_then_search .more_then_inner .side-images .left {
      padding-left: 98px;
      padding-top: 94px; }
    .more_then_search .more_then_inner .side-images .right {
      padding-right: 83px;
      padding-top: 89px; }
    .more_then_search .more_then_inner .side-third .left {
      position: absolute;
      bottom: 78px;
      left: -14px; }
    .more_then_search .more_then_inner .side-third .right {
      position: absolute;
      bottom: 78px;
      right: 4px; }
    .more_then_search .more_then_inner .side-second .right {
      right: 143px; }
  .top_creators {
    padding-top: 0; }
  .feature_section .content_area .title h2 {
    font-size: 40px; }
  .feature_section .content_area .title p {
    padding-top: 20px; }
  .feature_section .content_area .content_box {
    margin-top: 55px; }
    .feature_section .content_area .content_box .inner_box:before {
      margin-left: -267px;
      margin-top: -217px; }
    .feature_section .content_area .content_box .inner_box .image_2 {
      margin-right: -117px;
      margin-bottom: -249px; }
  .feature_section.getstarted_section {
    padding-top: 55px; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
      padding: 40px 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
        width: 120px; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
      padding: 40px 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
        padding-top: 30px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
          height: 56px;
          line-height: 56px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-wrap {
    height: 517px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 34px; }
    .banner-wrap .banner_area .left_area .content p {
      padding: 20px 0; }
    .banner-wrap .banner_area .right_area {
      float: right; }
      .banner-wrap .banner_area .right_area .banner_img {
        float: right;
        width: 100%;
        height: auto; }
        .banner-wrap .banner_area .right_area .banner_img img {
          width: 100%;
          height: auto; }
  .understand .understand-video .video_image_box {
    height: 300px; }
  .understand .understand-video .play a {
    font-size: 20px; }
    .understand .understand-video .play a span {
      width: 60px;
      height: 60px;
      line-height: 60px; }
  .understand .content {
    padding-left: 10px; }
    .understand .content h2 {
      font-size: 23px; }
    .understand .content p {
      padding: 10px 0;
      font-size: 12px; }
  .heading-lines {
    padding: 0 40px;
    padding-bottom: 10px; }
    .heading-lines.team h2 {
      font-size: 36px; }
    .heading-lines h2 {
      font-size: 30px;
      font-weight: 600; }
    .heading-lines p {
      font-size: 14px;
      padding-top: 15px !important;
      padding: 0 50px; }
  .who_us {
    padding-bottom: 30px; }
    .who_us .who_use_slide .varients_one-third .varrients {
      height: auto;
      padding: 24px; }
      .who_us .who_use_slide .varients_one-third .varrients img {
        width: 90px;
        height: 90px; }
      .who_us .who_use_slide .varients_one-third .varrients .content h4 {
        font-size: 20px; }
  .frome-blog.blog-space {
    padding-bottom: 50px; }
  .frome-blog .blog_wrap .blog_one_forth {
    margin: 20px 0; }
  .top_creators {
    padding-top: 0px;
    padding-bottom: 40px; }
    .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner {
      margin: 20px 0;
      padding: 40px 0; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .top_crearot-img {
        width: 170px;
        height: 170px; }
  .more_then_search {
    background-image: url("../images/circles.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 30px 0; }
    .more_then_search .more_then_inner {
      background: none;
      height: auto; }
      .more_then_search .more_then_inner .side-images {
        display: none; }
      .more_then_search .more_then_inner .side-third {
        display: none; }
      .more_then_search .more_then_inner .side-second {
        display: none; }
      .more_then_search .more_then_inner .more_inner_in {
        padding: 0 85px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line {
          margin-bottom: 18px; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group {
          height: 47px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span {
            padding-top: 14px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control {
            padding-top: 5px;
            padding-right: 125px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button {
            top: 8px; }
            .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button.btn-primary {
              width: 100px;
              height: 32px;
              line-height: 32px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
          font-size: 32px; }
  .feature_section .content_area .title h2 {
    font-size: 36px; }
  .feature_section .content_area .title p {
    padding-top: 20px; }
  .feature_section .content_area .content_box {
    margin-top: 55px; }
    .feature_section .content_area .content_box .inner_box:before {
      margin-left: -229px;
      margin-top: -206px;
      width: 376px;
      height: 376px; }
    .feature_section .content_area .content_box .inner_box .image_2 {
      margin-right: -134px;
      margin-bottom: -255px; }
  .feature_section.getstarted_section {
    padding-top: 55px; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
      padding: 30px 15px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
        width: 94px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front p {
        font-size: 20px; }
    .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
      padding: 30px 15px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back p {
        font-size: 14px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
        padding-top: 25px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
          height: 50px;
          line-height: 50px;
          font-size: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .banner-wrap {
    height: 310px;
    margin-top: 58px; }
    .banner-wrap .banner_area .left_area .content h3 {
      font-size: 26px; }
    .banner-wrap .banner_area .left_area .content p {
      padding: 15px 0;
      font-size: 14px; }
    .banner-wrap .banner_area .right_area {
      float: right; }
      .banner-wrap .banner_area .right_area .banner_img {
        float: right;
        width: 100%;
        height: auto; }
        .banner-wrap .banner_area .right_area .banner_img img {
          width: 100%;
          height: auto; }
  .understand {
    padding-top: 18px;
    padding-bottom: 20px; }
    .understand .understand-video .video_image_box {
      height: 300px; }
    .understand .understand-video .play a {
      font-size: 20px; }
      .understand .understand-video .play a span {
        width: 60px;
        height: 60px;
        line-height: 60px; }
    .understand .content {
      padding-left: 0;
      padding-top: 15px; }
      .understand .content h2 {
        font-size: 20px; }
      .understand .content p {
        padding: 10px 0;
        font-size: 12px; }
      .understand .content a.btn-primary {
        height: 35px;
        line-height: 35px;
        font-size: 12px; }
  .heading-lines {
    padding: 0;
    padding-bottom: 20px; }
    .heading-lines.team h2 {
      font-size: 30px; }
    .heading-lines h2 {
      font-size: 26px; }
    .heading-lines p {
      font-size: 13px;
      padding-top: 10px !important;
      padding: 0; }
  .who_us {
    padding-top: 40px;
    padding-bottom: 20px; }
    .who_us .who_use_slide .varients_one-third {
      margin: 15px 0;
      padding-top: 0 !important; }
      .who_us .who_use_slide .varients_one-third .varrients {
        height: auto;
        padding: 24px; }
        .who_us .who_use_slide .varients_one-third .varrients img {
          width: 70px;
          height: 70px; }
        .who_us .who_use_slide .varients_one-third .varrients .content {
          padding-top: 15px; }
          .who_us .who_use_slide .varients_one-third .varrients .content h4 {
            font-size: 18px; }
  .frome-blog {
    padding-top: 0px;
    padding-bottom: 20px; }
    .frome-blog.blog-space {
      padding-bottom: 50px; }
    .frome-blog .blog_wrap .blog_one_forth {
      margin: 20px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content {
        padding: 12px;
        padding-bottom: 20px !important; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content p {
          font-size: 16px; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content span {
          padding: 10px 0; }
  .top_creators {
    padding-top: 0px;
    padding-bottom: 40px; }
    .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner {
      margin: 20px 0;
      padding: 30px 0; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .top_crearot-img {
        width: 160px;
        height: 160px; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content {
        padding-top: 20px; }
        .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content p {
          font-size: 16px; }
  .more_then_search {
    background-image: url("../images/circles.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 20px; }
    .more_then_search .more_then_inner {
      margin-top: 10px;
      background: none;
      height: auto; }
      .more_then_search .more_then_inner .side-images {
        display: none; }
      .more_then_search .more_then_inner .side-third {
        display: none; }
      .more_then_search .more_then_inner .side-second {
        display: none; }
      .more_then_search .more_then_inner .more_inner_in {
        padding: 0 10px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line {
          margin-bottom: 18px;
          padding: 0; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group {
          height: 47px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span {
            padding-top: 14px;
            padding-left: 18px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control {
            padding-top: 5px;
            padding-right: 110px;
            padding-left: 2px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button {
            top: 8px; }
            .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button.btn-primary {
              width: 90px;
              height: 32px;
              font-size: 12px;
              line-height: 32px;
              padding: 0; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
          font-size: 22px; }
  .feature_section .content_area .title {
    width: 80%; }
    .feature_section .content_area .title h2 {
      font-size: 26px; }
    .feature_section .content_area .title p {
      padding-top: 15px; }
  .feature_section .content_area .content_box {
    margin-top: 55px; }
    .feature_section .content_area .content_box .heading p {
      font-size: 16px; }
    .feature_section .content_area .content_box .inner_box ul {
      padding: 30px 20px; }
    .feature_section .content_area .content_box .inner_box:before {
      margin-left: -229px;
      margin-top: -206px;
      width: 376px;
      height: 376px; }
    .feature_section .content_area .content_box .inner_box .image_2 {
      margin-right: -134px;
      margin-bottom: -255px; }
  .feature_section.getstarted_section {
    padding-top: 55px; }
    .feature_section.getstarted_section .content_area .content_box .box_area {
      padding-top: 35px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
        padding: 40px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
          width: 115px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front p {
          font-size: 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
        padding: 30px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back p {
          font-size: 14px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
          padding-top: 40px; }
          .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
            height: 50px;
            line-height: 50px;
            font-size: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .banner-wrap {
    height: 264px;
    margin-top: 58px; }
    .banner-wrap .banner_area .left_area .content {
      padding: 0 10px; }
      .banner-wrap .banner_area .left_area .content h3 {
        font-size: 25px; }
      .banner-wrap .banner_area .left_area .content p {
        padding: 13px 0;
        font-size: 14px; }
    .banner-wrap .banner_area .right_area {
      float: none;
      padding-top: 20px; }
      .banner-wrap .banner_area .right_area .banner_img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center; }
        .banner-wrap .banner_area .right_area .banner_img img {
          width: 70%;
          height: auto; }
  .understand {
    padding-top: 18px;
    padding-bottom: 20px; }
    .understand .understand-video .video_image_box {
      height: 300px; }
    .understand .understand-video .play a {
      font-size: 20px; }
      .understand .understand-video .play a span {
        width: 60px;
        height: 60px;
        line-height: 60px; }
    .understand .content {
      padding-left: 0;
      padding-top: 15px; }
      .understand .content h2 {
        font-size: 20px; }
      .understand .content p {
        padding: 12px 0;
        font-size: 12px; }
    .understand .lapm .content {
      text-align: left !important; }
      .understand .lapm .content h2 {
        text-align: left !important; }
      .understand .lapm .content a {
        float: left; }
  .heading-lines {
    padding: 0;
    padding-bottom: 20px; }
    .heading-lines.team h2 {
      font-size: 28px; }
    .heading-lines h2 {
      font-size: 24px; }
    .heading-lines p {
      font-size: 12px;
      padding-top: 10px !important;
      padding: 0; }
  .who_us {
    padding-top: 40px;
    padding-bottom: 20px; }
    .who_us .who_use_slide .varients_one-third {
      margin: 15px 0;
      padding-top: 0 !important; }
      .who_us .who_use_slide .varients_one-third .varrients {
        height: auto;
        padding: 24px; }
        .who_us .who_use_slide .varients_one-third .varrients img {
          width: 80px;
          height: 80px; }
        .who_us .who_use_slide .varients_one-third .varrients .content {
          padding-top: 15px; }
          .who_us .who_use_slide .varients_one-third .varrients .content h4 {
            font-size: 18px; }
  .frome-blog {
    padding-top: 0px;
    padding-bottom: 20px; }
    .frome-blog.blog-space {
      padding-top: 0;
      padding-bottom: 30px; }
    .frome-blog .blog_wrap .blog_one_forth {
      margin: 20px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content {
        padding: 12px;
        padding-bottom: 20px !important; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content p {
          font-size: 16px; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content span {
          padding: 10px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .blog-inner-img img {
        height: 185px; }
  .top_creators {
    padding-top: 20px;
    padding-bottom: 20px; }
    .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner {
      margin: 20px 0;
      padding: 30px 0; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .top_crearot-img {
        width: 160px;
        height: 160px; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content {
        padding-top: 20px; }
  .more_then_search {
    background-image: url("../images/circles.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 10px; }
    .more_then_search .more_then_inner {
      margin-top: 10px;
      background: none;
      height: auto; }
      .more_then_search .more_then_inner .side-images {
        display: none; }
      .more_then_search .more_then_inner .side-third {
        display: none; }
      .more_then_search .more_then_inner .side-second {
        display: none; }
      .more_then_search .more_then_inner .more_inner_in {
        padding: 0 10px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line {
          margin-bottom: 18px;
          padding: 0; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group {
          height: 47px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span {
            padding-top: 14px;
            padding-left: 18px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control {
            padding-top: 5px;
            padding-right: 81px;
            padding-left: 2px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button {
            top: 10px; }
            .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button.btn-primary {
              width: 60px;
              height: 30px;
              font-size: 12px;
              line-height: 30px;
              padding: 0;
              font-size: 10px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
          font-size: 22px; }
  .feature_section .content_area .title {
    width: 100%; }
    .feature_section .content_area .title h2 {
      font-size: 26px; }
    .feature_section .content_area .title p {
      padding-top: 15px; }
  .feature_section .content_area .content_box {
    margin-top: 40px; }
    .feature_section .content_area .content_box .heading p {
      font-size: 16px;
      padding: 10px 36px; }
    .feature_section .content_area .content_box .inner_box {
      margin-top: 30px; }
      .feature_section .content_area .content_box .inner_box ul {
        padding: 30px 20px; }
      .feature_section .content_area .content_box .inner_box:before {
        margin-left: -229px;
        margin-top: -206px;
        width: 376px;
        height: 376px; }
      .feature_section .content_area .content_box .inner_box .image_2 {
        margin-right: -154px;
        margin-bottom: -255px; }
  .feature_section.getstarted_section {
    padding-top: 38px; }
    .feature_section.getstarted_section .content_area .content_box .box_area {
      display: block;
      padding-top: 10px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box {
        width: 100%;
        margin-right: 0;
        margin-top: 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
        padding: 40px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
          width: 115px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front p {
          font-size: 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
        padding: 30px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back p {
          font-size: 14px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
          padding-top: 40px; }
          .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
            height: 50px;
            line-height: 50px;
            font-size: 16px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .banner-wrap {
    height: 264px;
    margin-top: 58px; }
    .banner-wrap .banner_area .left_area .content {
      padding: 0 10px; }
      .banner-wrap .banner_area .left_area .content h3 {
        font-size: 25px; }
      .banner-wrap .banner_area .left_area .content p {
        padding: 13px 0;
        font-size: 14px; }
    .banner-wrap .banner_area .right_area {
      float: none;
      padding-top: 20px; }
      .banner-wrap .banner_area .right_area .banner_img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center; }
        .banner-wrap .banner_area .right_area .banner_img img {
          width: 70%;
          height: auto; }
  .understand {
    padding-top: 18px;
    padding-bottom: 20px; }
    .understand .understand-video .video_image_box {
      height: 300px; }
    .understand .understand-video .play a {
      font-size: 20px; }
      .understand .understand-video .play a span {
        width: 60px;
        height: 60px;
        line-height: 60px; }
    .understand .content {
      padding-left: 0;
      padding-top: 15px; }
      .understand .content h2 {
        font-size: 20px; }
      .understand .content p {
        padding: 12px 0;
        font-size: 12px; }
    .understand .lapm .content {
      text-align: left !important; }
      .understand .lapm .content h2 {
        text-align: left !important; }
      .understand .lapm .content a {
        float: left; }
  .heading-lines {
    padding: 0;
    padding-bottom: 20px; }
    .heading-lines.team h2 {
      font-size: 28px; }
    .heading-lines h2 {
      font-size: 24px; }
    .heading-lines p {
      font-size: 12px;
      padding-top: 10px !important;
      padding: 0; }
  .who_us {
    padding-top: 40px;
    padding-bottom: 20px; }
    .who_us .who_use_slide .varients_one-third {
      margin: 15px 0;
      padding-top: 0 !important; }
      .who_us .who_use_slide .varients_one-third .varrients {
        height: auto;
        padding: 24px; }
        .who_us .who_use_slide .varients_one-third .varrients img {
          width: 80px;
          height: 80px; }
        .who_us .who_use_slide .varients_one-third .varrients .content {
          padding-top: 15px; }
          .who_us .who_use_slide .varients_one-third .varrients .content h4 {
            font-size: 18px; }
  .frome-blog {
    padding-top: 0px;
    padding-bottom: 20px; }
    .frome-blog.blog-space {
      padding-top: 0;
      padding-bottom: 30px; }
    .frome-blog .blog_wrap .blog_one_forth {
      margin: 20px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .content {
        padding: 12px;
        padding-bottom: 20px !important; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content p {
          font-size: 16px; }
        .frome-blog .blog_wrap .blog_one_forth .blog-inner .content span {
          padding: 10px 0; }
      .frome-blog .blog_wrap .blog_one_forth .blog-inner .blog-inner-img img {
        height: 180px; }
  .top_creators {
    padding-top: 20px;
    padding-bottom: 20px; }
    .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner {
      margin: 20px 0;
      padding: 30px 0; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .top_crearot-img {
        width: 160px;
        height: 160px; }
      .top_creators .top_creators_wrap .top_creators_one_forth .top_creators_inner .content {
        padding-top: 20px; }
  .more_then_search {
    background-image: url("../images/circles.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 10px; }
    .more_then_search .more_then_inner {
      margin-top: 10px;
      background: none;
      height: auto; }
      .more_then_search .more_then_inner .side-images {
        display: none; }
      .more_then_search .more_then_inner .side-third {
        display: none; }
      .more_then_search .more_then_inner .side-second {
        display: none; }
      .more_then_search .more_then_inner .more_inner_in {
        padding: 0 10px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line {
          margin-bottom: 18px;
          padding: 0; }
        .more_then_search .more_then_inner .more_inner_in .search_bar .form-group {
          height: 47px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group span {
            padding-top: 14px;
            padding-left: 18px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group .form-control {
            padding-top: 5px;
            padding-right: 81px;
            padding-left: 2px; }
          .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button {
            top: 10px; }
            .more_then_search .more_then_inner .more_inner_in .search_bar .form-group button.btn-primary {
              width: 60px;
              height: 30px;
              font-size: 12px;
              line-height: 30px;
              padding: 0;
              font-size: 10px; }
        .more_then_search .more_then_inner .more_inner_in .more-head-line h3 {
          font-size: 22px; }
  .feature_section .content_area .title {
    width: 100%; }
    .feature_section .content_area .title h2 {
      font-size: 26px; }
    .feature_section .content_area .title p {
      padding-top: 15px; }
  .feature_section .content_area .content_box {
    margin-top: 40px; }
    .feature_section .content_area .content_box .heading p {
      font-size: 16px;
      padding: 10px 36px; }
    .feature_section .content_area .content_box .inner_box {
      margin-top: 30px; }
      .feature_section .content_area .content_box .inner_box ul {
        padding: 30px 20px; }
      .feature_section .content_area .content_box .inner_box:before {
        margin-left: -229px;
        margin-top: -206px;
        width: 376px;
        height: 376px; }
      .feature_section .content_area .content_box .inner_box .image_2 {
        margin-right: -154px;
        margin-bottom: -255px; }
  .feature_section.getstarted_section {
    padding-top: 38px; }
    .feature_section.getstarted_section .content_area .content_box .box_area {
      display: block;
      padding-top: 10px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box {
        width: 100%;
        margin-right: 0;
        margin-top: 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front {
        padding: 40px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front .image {
          width: 115px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-front p {
          font-size: 20px; }
      .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back {
        padding: 30px 15px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back p {
          font-size: 14px; }
        .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button {
          padding-top: 40px; }
          .feature_section.getstarted_section .content_area .content_box .box_area .flip-box-back .button a.btn-primary {
            height: 50px;
            line-height: 50px;
            font-size: 16px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.footer {
  background-color: #575c3a; }
  .footer .footer_area {
    padding-top: 60px;
    padding-bottom: 75px; }
    .footer .footer_area .one-forth .footer-lgo a img {
      width: 160px; }
    .footer .footer_area .one-forth .title h3 {
      font-size: 26px;
      font-weight: 500;
      color: #ffffff; }
    .footer .footer_area .one-forth .locte {
      padding-top: 35px;
      padding-bottom: 20px; }
      .footer .footer_area .one-forth .locte ul li {
        position: relative;
        padding-bottom: 15px; }
        .footer .footer_area .one-forth .locte ul li a {
          display: block;
          padding-left: 28px;
          color: #ffffff;
          font-size: 14px;
          font-weight: 300;
          position: relative; }
          .footer .footer_area .one-forth .locte ul li a:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            font-family: 'Font Awesome 5 Pro';
            font-size: 14px;
            color: #ffffff;
            font-weight: 500; }
        .footer .footer_area .one-forth .locte ul li.map a::before {
          content: "\f3c5"; }
        .footer .footer_area .one-forth .locte ul li.phone a::before {
          content: "\f879"; }
        .footer .footer_area .one-forth .locte ul li.mail a::before {
          content: "\f2b6"; }
    .footer .footer_area .one-forth .social-share ul li {
      display: inline-block;
      padding-right: 30px; }
      .footer .footer_area .one-forth .social-share ul li:last-child {
        padding-right: 0; }
      .footer .footer_area .one-forth .social-share ul li a {
        color: #ffffff;
        font-size: 18px; }
    .footer .footer_area .one-forth .footer-menu {
      padding-top: 30px; }
      .footer .footer_area .one-forth .footer-menu ul li {
        padding-bottom: 10px; }
        .footer .footer_area .one-forth .footer-menu ul li a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 300;
          padding-left: 15px;
          position: relative;
          display: block; }
          .footer .footer_area .one-forth .footer-menu ul li a::after {
            position: absolute;
            content: "\f105";
            left: 0;
            top: 0;
            font-family: 'Font Awesome 5 Pro';
            font-size: 14px;
            color: #ffffff;
            font-weight: 500; }
  .footer .copy-right {
    padding-bottom: 35px; }
    .footer .copy-right p {
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 2px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer {
    background-color: #575c3a; }
    .footer .footer_area {
      padding-top: 60px;
      padding-bottom: 60px; }
      .footer .footer_area .one-forth .footer-lgo img {
        width: 65%; }
      .footer .footer_area .one-forth .title h3 {
        font-size: 22px; }
    .footer .copy-right {
      padding-bottom: 30px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    background-color: #575c3a; }
    .footer .footer_area {
      padding-top: 60px;
      padding-bottom: 40px; }
      .footer .footer_area .one-forth .footer-lgo img {
        width: 70%; }
      .footer .footer_area .one-forth .social-share ul li {
        padding-right: 20px; }
      .footer .footer_area .one-forth .title h3 {
        font-size: 22px; }
    .footer .copy-right {
      padding-bottom: 30px; }
      .footer .copy-right p {
        font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .footer {
    background-color: #575c3a; }
    .footer .footer_area {
      padding-top: 50px;
      padding-bottom: 20px; }
      .footer .footer_area .one-forth {
        padding-bottom: 20px; }
        .footer .footer_area .one-forth .footer-menu {
          padding-top: 17px; }
        .footer .footer_area .one-forth .footer-lgo a img {
          width: 50%; }
        .footer .footer_area .one-forth .social-share ul li {
          padding-right: 20px; }
        .footer .footer_area .one-forth .title h3 {
          font-size: 22px; }
    .footer .copy-right {
      padding-bottom: 30px; }
      .footer .copy-right p {
        font-size: 11px;
        letter-spacing: 1px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .footer {
    background-color: #575c3a; }
    .footer .footer_area {
      padding-top: 50px;
      padding-bottom: 0px; }
      .footer .footer_area .one-forth {
        padding-bottom: 20px; }
        .footer .footer_area .one-forth::after {
          display: block;
          content: "";
          clear: both; }
        .footer .footer_area .one-forth .locte {
          padding-top: 30px;
          padding-bottom: 5px; }
          .footer .footer_area .one-forth .locte ul li {
            padding-bottom: 6px; }
            .footer .footer_area .one-forth .locte ul li a {
              padding-left: 23px;
              font-size: 12px;
              word-break: break-word; }
        .footer .footer_area .one-forth .footer-menu {
          padding-top: 17px; }
          .footer .footer_area .one-forth .footer-menu ul li a {
            font-size: 12px; }
        .footer .footer_area .one-forth .footer-lgo a img {
          width: 70%; }
        .footer .footer_area .one-forth .social-share ul li {
          padding-right: 20px; }
        .footer .footer_area .one-forth .title h3 {
          font-size: 16px; }
    .footer .copy-right {
      padding-bottom: 30px;
      padding-top: 40px; }
      .footer .copy-right p {
        font-size: 10px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .footer {
    background-color: #575c3a; }
    .footer .footer_area {
      padding-top: 50px;
      padding-bottom: 0px; }
      .footer .footer_area .one-forth {
        padding-bottom: 20px; }
        .footer .footer_area .one-forth::after {
          display: block;
          content: "";
          clear: both; }
        .footer .footer_area .one-forth .locte {
          padding-top: 30px;
          padding-bottom: 5px; }
          .footer .footer_area .one-forth .locte ul li {
            padding-bottom: 6px; }
            .footer .footer_area .one-forth .locte ul li a {
              padding-left: 23px;
              font-size: 12px;
              word-break: break-word; }
        .footer .footer_area .one-forth .footer-menu {
          padding-top: 17px; }
          .footer .footer_area .one-forth .footer-menu ul li a {
            font-size: 12px; }
        .footer .footer_area .one-forth .footer-lgo a img {
          width: 85%; }
        .footer .footer_area .one-forth .social-share ul li {
          padding-right: 20px; }
        .footer .footer_area .one-forth .title h3 {
          font-size: 16px; }
    .footer .copy-right {
      padding-bottom: 30px;
      padding-top: 40px; }
      .footer .copy-right p {
        font-size: 10px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.modal .modal-dialog {
  width: 510px;
  max-width: 95%; }
  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 30px;
    padding: 60px;
    position: relative; }
    .modal .modal-dialog .modal-content .modal-header {
      padding-top: 30px;
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      border: none; }
      .modal .modal-dialog .modal-content .modal-header h5 {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 30px; }
      .modal .modal-dialog .modal-content .modal-header p {
        font-size: 14px;
        font-weight: 500; }
      .modal .modal-dialog .modal-content .modal-header .btn-close {
        position: absolute;
        right: 25px;
        top: 25px;
        background-image: url(../images/time-cross.png);
        opacity: 1; }
        .modal .modal-dialog .modal-content .modal-header .btn-close:focus {
          box-shadow: none; }
    .modal .modal-dialog .modal-content .modal-body {
      padding-top: 35px;
      padding-left: 0;
      padding-right: 0; }
      .modal .modal-dialog .modal-content .modal-body .form-group .form-control {
        background-color: #f4f4ea; }
    .modal .modal-dialog .modal-content .modal-footer {
      border: none;
      padding: 0; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    padding: 38px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    padding: 38px; }
    .modal .modal-dialog .modal-content .modal-header {
      padding-top: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    padding: 26px; }
    .modal .modal-dialog .modal-content .modal-header {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0; }
      .modal .modal-dialog .modal-content .modal-header h5 {
        padding-bottom: 12px;
        font-size: 24px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding-top: 18px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .modal .modal-dialog .modal-content {
    padding: 26px; }
    .modal .modal-dialog .modal-content .modal-header {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0; }
      .modal .modal-dialog .modal-content .modal-header h5 {
        padding-bottom: 12px;
        font-size: 24px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding-top: 18px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.el_modal {
  z-index: 99995; }
  .el_modal .modal-dialog {
    width: 700px;
    max-width: 96%; }
    .el_modal .modal-dialog .modal-content {
      border: 0;
      border-radius: 0;
      padding: 40px;
      box-shadow: none;
      background-color: #ffffff;
      border-radius: 20px;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
      .el_modal .modal-dialog .modal-content .modal-header {
        margin: 0;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 0; }
        .el_modal .modal-dialog .modal-content .modal-header h5 {
          padding-bottom: 0; }
        .el_modal .modal-dialog .modal-content .modal-header .modal-title {
          color: #000000;
          font-weight: 600;
          font-size: 24px; }
        .el_modal .modal-dialog .modal-content .modal-header .btn-close {
          color: #000000;
          background: none;
          opacity: 1;
          font-size: 24px;
          margin: 0;
          padding: 0;
          height: 20px;
          width: 20px;
          line-height: 20px;
          border-radius: 0;
          box-shadow: none;
          text-decoration: none;
          outline: none; }
      .el_modal .modal-dialog .modal-content .modal-body {
        margin: 0;
        padding: 0px 0px;
        border: 0; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .form-body [class*="col-"]:last-child .form-group {
          border-bottom: 0; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .form-body .form-group {
          border-bottom: 1px solid #999999; }
          .el_modal .modal-dialog .modal-content .modal-body.poll .form-body .form-group .form-control {
            background-color: transparent;
            padding-bottom: 20px;
            padding-left: 0;
            border-radius: 0; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail [class*="col-"]:last-child .query_for {
          border-bottom: 0;
          margin-bottom: 0; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for {
          margin-bottom: 20px;
          border-bottom: 1px solid #000000;
          padding-bottom: 20px;
          padding-top: 20px; }
          .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .title_head p {
            font-size: 18px;
            font-weight: 600; }
          .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .file_img {
            /* .able-media-container{
                                        &.no_fullscreen{
                                            img{
                                                width: 100%;
                                                object-fit: cover;
                                                border-radius: 10px;
                                                border-bottom-left-radius: 0;
                                                border-bottom-right-radius: 0;
                                                max-height: 332px !important;
                                                height: 332px !important;
                                                min-height: 200px !important;
                                            }
                                            video,iframe{
                                            width: 100% !important;
                                            border-radius: 10px;
                                            border-bottom-left-radius: 0;
                                            border-bottom-right-radius: 0;
                                            max-height: 332px !important;
                                            height: 332px !important;
                                            min-height: 200px !important;
                                            object-fit: contain;
                                        }
                                        }
                                    }*/ }
            .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .file_img img {
              width: 100%;
              object-fit: cover;
              border-radius: 10px;
              max-height: 332px !important;
              height: 332px !important;
              min-height: 200px !important; }
            .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .file_img .able-controller img {
              width: auto !important;
              object-fit: unset !important;
              border-radius: 0px !important;
              max-height: auto !important;
              height: auto !important;
              min-height: auto !important; }
          .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .left {
            padding-bottom: 15px; }
          .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .content {
            border-radius: 20px;
            padding: 10px 20px;
            padding-left: 0; }
            .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .content p {
              word-break: break-all; }
        .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group {
          margin-bottom: 15px; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group label.el_label {
            width: 100%;
            display: block;
            color: #000000;
            font-weight: 500;
            padding-bottom: 10px; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group label.error {
            display: block;
            width: 100%;
            color: #575c3a; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group textarea {
            height: auto !important; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .form-control {
            height: 48px;
            border-radius: 20px;
            background-color: #f4f4ea; }
            .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .form-control.form-textarea {
              height: auto; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload {
            width: 100%;
            border: 1px solid;
            border-color: #757575;
            border-style: dashed;
            text-align: center;
            border-radius: 20px;
            margin-bottom: 30px;
            padding: 20px; }
            .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload label.file-input {
              width: 100%;
              color: #000000;
              height: 140px;
              padding-top: 40px;
              cursor: pointer; }
              .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload label.file-input p {
                padding-top: 15px;
                display: block;
                color: #000000; }
                .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload label.file-input p span {
                  color: #575c3a; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload-btn {
            width: auto;
            background-color: #575c3a;
            color: #000000;
            padding: 15px 25px;
            display: inline-block;
            cursor: pointer; }
            .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .file-upload-btn label {
              cursor: pointer; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .icon {
            position: absolute;
            top: 0;
            right: 0;
            color: #000000;
            font-size: 20px;
            margin-top: 10px;
            margin-right: 10px;
            z-index: 99; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .custom-control-radio label {
            padding-right: 20px; }
          .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .show-section {
            padding: 20px;
            position: relative; }
            .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .show-section .single-image a {
              text-align: center;
              position: absolute;
              left: 0;
              right: 0;
              top: 45%;
              background-color: #575c3a;
              width: 33px;
              height: 33px;
              line-height: 33px;
              color: #ffffff;
              border-radius: 50%;
              margin: 0 auto; }
            .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .show-section .single-image img, .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .show-section .single-image video, .el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .show-section .single-image iframe {
              object-fit: cover;
              max-width: 100%; }
      .el_modal .modal-dialog .modal-content .modal-footer {
        margin: 0;
        padding: 0px 0px 20px 0px;
        border: 0;
        display: block; }
        .el_modal .modal-dialog .modal-content .modal-footer::after {
          display: block;
          content: "";
          clear: both; }
        .el_modal .modal-dialog .modal-content .modal-footer .left_btn {
          float: left;
          margin: 0; }
        .el_modal .modal-dialog .modal-content .modal-footer .right_btn {
          margin: 0;
          float: right; }
        .el_modal .modal-dialog .modal-content .modal-footer .btn {
          width: 160px;
          height: 46px;
          margin: 0;
          padding: 0;
          text-align: center;
          line-height: 46px; }
  .el_modal.uploadFile .modal-dialog {
    width: 670px;
    max-width: 96%; }
  .el_modal.menu_category .modal-dialog .modal-content .modal-header {
    padding: 25px 30px 20px 30px;
    margin-bottom: 30px; }
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 100px; }
  .el_modal.booking_view_modal .modal-dialog {
    width: 550px;
    max-width: 96%; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 30px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .btn-close {
      margin-top: -55px;
      margin-right: -15px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body {
      padding-bottom: 50px; }
      .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area {
        color: #ffffff;
        padding-top: 25px; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area.booking_vleft {
          border-right: 1px solid #000000; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area h6 {
          padding-bottom: 25px;
          font-size: 18px;
          font-weight: 400; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area ul li {
          padding: 3px 0px;
          font-size: 13px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-footer .left_btn {
      float: unset; }
      .el_modal.booking_view_modal .modal-dialog .modal-content .modal-footer .left_btn .btn {
        width: 100%;
        text-align: center; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 40px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 70px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .el_modal .modal-dialog {
    width: auto; }
    .el_modal .modal-dialog .modal-content {
      padding: 10px; }
      .el_modal .modal-dialog .modal-content .modal-header {
        padding: 15px; }
      .el_modal .modal-dialog .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .file_img .able-media-container.no_fullscreen video {
          height: 217px !important;
          max-height: 217px !important; }
      .el_modal .modal-dialog .modal-content .modal-footer {
        padding: 0px 15px 15px 15px; }
        .el_modal .modal-dialog .modal-content .modal-footer .btn {
          width: 120px;
          height: 40px;
          line-height: 40px; }
  .el_modal.uploadFile .modal-dialog {
    width: auto; }
  .el_modal.menu_category .modal-dialog .modal-content .modal-header {
    padding: 15px;
    margin-bottom: 15px; }
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 30px; }
  .el_modal.booking_view_modal .modal-dialog {
    width: 100%; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 20px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .btn-close {
      margin-top: -20px;
      margin-right: -5px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body {
      padding-bottom: 50px; }
      .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area {
        padding-top: 20px; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area.booking_vleft {
          border-right: 0px;
          margin-bottom: 10px; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area h6 {
          padding-bottom: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .el_modal .modal-dialog {
    width: auto; }
    .el_modal .modal-dialog .modal-content {
      padding: 10px; }
      .el_modal .modal-dialog .modal-content .modal-header {
        padding: 15px; }
      .el_modal .modal-dialog .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px; }
        .el_modal .modal-dialog .modal-content .modal-body.poll .querty_detail .query_for .file_img .able-media-container.no_fullscreen video {
          height: 217px !important;
          max-height: 217px !important; }
      .el_modal .modal-dialog .modal-content .modal-footer {
        padding: 0px 15px 15px 15px; }
        .el_modal .modal-dialog .modal-content .modal-footer .btn {
          width: 120px;
          height: 40px;
          line-height: 40px; }
  .el_modal.uploadFile .modal-dialog {
    width: auto; }
  .el_modal.menu_category .modal-dialog .modal-content .modal-header {
    padding: 15px;
    margin-bottom: 15px; }
  .el_modal.menu_category.add_menu_modal .modal-dialog .modal-content .modal-footer {
    margin-top: 30px; }
  .el_modal.booking_view_modal .modal-dialog {
    width: 100%; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 20px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-header .btn-close {
      margin-top: -20px;
      margin-right: -5px; }
    .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body {
      padding-bottom: 50px; }
      .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area {
        padding-top: 20px; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area.booking_vleft {
          border-right: 0px;
          margin-bottom: 10px; }
        .el_modal.booking_view_modal .modal-dialog .modal-content .modal-body .booking_view_body .bview_area h6 {
          padding-bottom: 20px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.creator_dashboard .my_detail .detail_area .form-group {
  padding-bottom: 20px; }
  .creator_dashboard .my_detail .detail_area .form-group label {
    font-size: 14px; }
  .creator_dashboard .my_detail .detail_area .form-group .form-control {
    background-color: #f4f4ea;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0 30px; }

.creator_dashboard .my_detail .detail_area .bank-details .bank-details-block {
  background-color: #e5e4cc;
  border-radius: 30px;
  padding: 20px 47px;
  position: relative;
  display: none; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block.show {
    display: block; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block::after {
    display: block;
    content: "";
    clear: both; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met p {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 500; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
    float: left;
    width: 250px !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left p {
      font-size: 14px;
      padding-bottom: 10px;
      font-weight: 500; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
    float: left;
    border-left: 1px solid #999999;
    width: calc(100% - 250px) !important;
    padding-left: 30px; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right .deatil {
      float: left; }
      .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right .deatil p {
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 500; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right .joint {
      float: right;
      padding-left: 20px;
      padding-top: 20px; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .eft {
    position: absolute;
    top: 20px;
    right: 20px; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .eft i {
      background-color: #f2f2e6;
      color: #4dc329;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: block;
      text-align: center;
      line-height: 40px; }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
    width: 328px; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
    width: calc(100% - 337px); } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block {
    padding: 20px 20px; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met {
      text-align: start !important; }
      .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
        width: 167px !important;
        float: left !important; }
      .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
        width: calc(100% - 167px) !important;
        float: left !important;
        padding-top: 0 !important;
        padding-left: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block {
    padding: 20px 20px; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met {
      text-align: start !important; }
      .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
        width: 167px !important;
        float: left !important; }
      .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
        width: calc(100% - 167px) !important;
        float: left !important;
        padding-top: 0 !important;
        padding-left: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block {
    padding: 20px 27px !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
      width: 100% !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
      width: 100% !important;
      border: 0;
      padding-top: 0 !important; } }

/* Smaller phones */
@media (max-width: 360px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block {
    padding: 20px 20px !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
      width: 100% !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
      width: 100% !important;
      padding-left: 0px;
      border: 0;
      padding-top: 0 !important; }
    .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .eft {
      top: 11px !important;
      right: -6px !important; } }

/* Smaller phones */
@media (max-width: 320px) {
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .left {
    width: 100%; }
  .creator_dashboard .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
    width: 100%;
    padding-left: 0px;
    border: 0;
    padding-top: 0 !important; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.creater-side-bar {
  width: 290px;
  border-right: 1px solid #999999;
  position: relative;
  overflow: hidden; }
  .creater-side-bar::after {
    display: block;
    content: "";
    clear: both; }
  .creater-side-bar .side_bar_area {
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center;
    width: 290px;
    position: sticky;
    padding-right: 20px;
    top: 0;
    float: left; }
    .creater-side-bar .side_bar_area .box_area .image_area a .user-img-warp {
      width: 178px;
      height: 178px;
      position: relative;
      margin: 0 auto;
      padding-bottom: 20px; }
      .creater-side-bar .side_bar_area .box_area .image_area a .user-img-warp .user_img {
        width: 178px;
        height: 178px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto; }
        .creater-side-bar .side_bar_area .box_area .image_area a .user-img-warp .user_img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .creater-side-bar .side_bar_area .box_area .image_area a .user-img-warp .icon_camera {
        position: absolute;
        bottom: 6px;
        right: 22px; }
        .creater-side-bar .side_bar_area .box_area .image_area a .user-img-warp .icon_camera i {
          color: #ffffff;
          background: #4dc329;
          width: 35px;
          font-size: 20px;
          height: 35px;
          line-height: 38px;
          border-radius: 50%;
          display: block;
          text-align: center; }
    .creater-side-bar .side_bar_area .box_area .image_area .name {
      padding-top: 10px;
      font-size: 18px;
      padding-bottom: 5px; }
    .creater-side-bar .side_bar_area .box_area .image_area .post {
      color: #757575;
      font-size: 14px; }
    .creater-side-bar .side_bar_area .box_area .image_area .lets {
      position: relative;
      padding: 20px 0;
      margin-top: 10px; }
      .creater-side-bar .side_bar_area .box_area .image_area .lets:hover a {
        color: #575c3a !important; }
      .creater-side-bar .side_bar_area .box_area .image_area .lets::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        width: 107%;
        border-top: 1px solid #999999; }
      .creater-side-bar .side_bar_area .box_area .image_area .lets::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        width: 107%;
        border-bottom: 1px solid #999999; }
    .creater-side-bar .side_bar_area .box_area .menu_area {
      padding-top: 30px;
      padding-right: 0px; }
      .creater-side-bar .side_bar_area .box_area .menu_area ul li {
        padding: 10px 47px;
        padding-left: 30px;
        position: relative;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease; }
        .creater-side-bar .side_bar_area .box_area .menu_area ul li::after {
          position: absolute;
          content: "";
          left: 0;
          width: 10px;
          height: 24px;
          background-color: transparent;
          top: 23%;
          border-radius: 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .creater-side-bar .side_bar_area .box_area .menu_area ul li.active {
          background-color: #f2f2e6;
          border-radius: 20px;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          .creater-side-bar .side_bar_area .box_area .menu_area ul li.active::after {
            background-color: #575c3a;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .creater-side-bar .side_bar_area .box_area .menu_area ul li:hover {
          background-color: #f2f2e6;
          border-radius: 20px;
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -ms-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          .creater-side-bar .side_bar_area .box_area .menu_area ul li:hover::after {
            background-color: #575c3a;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .creater-side-bar .side_bar_area .box_area .menu_area ul li a {
          color: #000000; }
          .creater-side-bar .side_bar_area .box_area .menu_area ul li a .icon {
            float: left;
            padding-right: 20px; }
            .creater-side-bar .side_bar_area .box_area .menu_area ul li a .icon img {
              opacity: 0.7;
              width: 14px; }
          .creater-side-bar .side_bar_area .box_area .menu_area ul li a .text {
            text-align: start; }
      .creater-side-bar .side_bar_area .box_area .menu_area ul h6 {
        text-align: start;
        padding-left: 28px !important;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 600;
        position: relative; }
        .creater-side-bar .side_bar_area .box_area .menu_area ul h6::after {
          position: absolute;
          content: "";
          top: 50%;
          right: -19px;
          background-color: #eeeeee;
          width: 45%;
          height: 2px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .creater-side-bar {
    width: 100%;
    border-right: 0; }
    .creater-side-bar .side_bar_area {
      padding-top: 20px;
      padding-right: 0;
      border-right: none;
      width: 100%;
      position: unset;
      height: auto; }
      .creater-side-bar .side_bar_area .box_area .menu_area {
        padding-top: 0; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .creater-side-bar {
    width: 100%;
    border-right: 0; }
    .creater-side-bar .side_bar_area {
      padding-top: 20px;
      padding-right: 0;
      border-right: none;
      width: 100%;
      position: unset;
      height: auto;
      padding-bottom: 30px; }
      .creater-side-bar .side_bar_area .box_area .menu_area {
        padding-top: 0; } }

/* Smaller phones */
@media (max-width: 360px) {
  .creater-side-bar {
    width: 100%;
    border-right: 0; }
    .creater-side-bar .side_bar_area {
      padding-top: 20px;
      padding-right: 0;
      border-right: none;
      width: 100%;
      position: unset;
      height: auto;
      padding-bottom: 30px; }
      .creater-side-bar .side_bar_area .box_area .menu_area {
        padding-top: 0; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.btn-checkbox {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 12px;
  border-radius: 0px; }
  .btn-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: -5px;
    opacity: 0;
    z-index: 2; }
  .btn-checkbox .active_border {
    display: block;
    border: 0px solid #CECECE;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    border-radius: 5px; }
  .btn-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }
  .btn-checkbox input[type=radio]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #4dc329;
    color: #ffffff; }

.btn-checkbox.mind-checkbox {
  display: block; }
  .btn-checkbox.mind-checkbox .active_border {
    border: 1px solid #000;
    width: auto;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px; }
  .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }
  .btn-checkbox.mind-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #737373;
    color: #ffffff;
    border: 1px solid;
    border-color: #737373; }

.form-select {
  background-color: #f4f4ea;
  border-radius: 20px;
  border: none;
  height: 45px;
  line-height: 33px;
  background-image: url(../images/down.png);
  background-size: 15px; }
  .form-select:focus {
    box-shadow: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 25px; }
  .custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .custom-control .custom-control-label:before {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      pointer-events: none;
      background-color: transparent;
      border: #adb5bd solid 2px; }
    .custom-control .custom-control-label:after {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      background: no-repeat 50%/50% 50%; }

.custom-control.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 18px;
  height: 18px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2px; }

.custom-control.custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #ffffff; }
  .custom-control.custom-checkbox .custom-control-label:before {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 2px solid #000000; }
  .custom-control.custom-checkbox .custom-control-label:after {
    top: 2px;
    border-radius: 3px;
    height: 18px;
    width: 18px;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4dc329;
  border-color: #4dc329;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  background-size: 12px; }

.form-check {
  padding-left: 0; }

.custom-control-radio.custom-radio [type="radio"]:checked,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-control-radio.custom-radio [type="radio"]:checked + label,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:before,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: transparent; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #4dc329;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e4cc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 17px;
      left: 0px;
      bottom: 0px;
      border-radius: 50%;
      background-color: #FF0000;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #e5e4cc; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    background-color: #4dc329; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .btn-checkbox .custom_check {
    height: 15px;
    width: 15px;
    margin-top: -8px; }
    .btn-checkbox .custom_check i {
      font-size: 8px; }
  .btn-checkbox .active_border {
    font-size: 14px; }
  .custom-radio .custom-control-label {
    font-size: 14px; } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
.creator_wrap::after {
  display: block;
  content: "";
  clear: both; }

.creator_wrap .become-cretor-wrap {
  padding: 140px 300px; }
  .creator_wrap .become-cretor-wrap .become-inner .head {
    padding-bottom: 40px;
    padding-left: 90px; }
    .creator_wrap .become-cretor-wrap .become-inner .head h4 {
      font-size: 30px;
      font-weight: 500; }
    .creator_wrap .become-cretor-wrap .become-inner .head p {
      color: #757575;
      padding-top: 10px;
      font-size: 14px; }
  .creator_wrap .become-cretor-wrap .become-inner .become-form {
    position: relative; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      position: absolute;
      background-color: #999999;
      width: 2px;
      height: calc(100% - 374px);
      left: -1px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in.become-in-2 {
        height: calc(100% - 98px); }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in .progress-line {
        position: absolute;
        background-color: #4dc329;
        width: 2px;
        left: 0px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line {
      padding-bottom: 20px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle {
        padding-left: 90px;
        position: relative; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle::after {
          position: absolute;
          content: "";
          background-color: #999999;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          top: 0px;
          left: -13px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle-success {
        padding-left: 90px;
        position: relative; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle-success::after {
          position: absolute;
          content: "";
          background-color: #4dc329;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          top: 0px;
          left: -13px;
          z-index: 1; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line h6 {
        font-size: 18px;
        font-weight: 600; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .bte .btn-primary {
      padding: 0 40px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .add-account {
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      padding: 30px 0;
      margin: 30px 0; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .add-account::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .add-account .left {
        float: left; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .add-account .left h5 {
          font-weight: 600; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .add-account .right {
        float: right; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group {
      padding-left: 90px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .form-control {
        background-color: #f2f2e6; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle {
        padding-left: 90px;
        position: relative; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle.profile-photo-circle::after {
          margin-top: 14px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle.profile-photo-circle-2::after {
          margin-top: 27px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle::after {
          position: absolute;
          content: "";
          background-color: #999999;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          left: -13px;
          top: 0; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle-success {
        padding-left: 90px;
        position: relative; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle-success::after {
          position: absolute;
          content: "";
          background-color: #4dc329;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          top: 0px;
          left: -13px;
          z-index: 1; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group label {
        font-weight: 500;
        color: #000000; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .custom-control.what-cnt-border {
        border-top: 1px solid #999999;
        padding-top: 25px;
        margin-top: 10px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .custom-control.custom-checkbox .custom-control-label {
        color: #000000;
        padding-left: 20px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .custom-control.custom-checkbox .custom-control-label input {
          margin-top: 20px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .form-select {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo {
        border-top: 1px solid #000000;
        padding-top: 15px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo.cov {
          border: none; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo span {
          color: #757575;
          display: block;
          font-size: 14px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box {
          width: 150px;
          height: 150px;
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          margin: 20px 0; }
          .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover {
            width: 100%;
            height: 200px;
            border-radius: 20px; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box .edit {
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            text-align: center;
            top: 45%; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box .edit span {
              border-radius: 50%;
              width: 40px;
              height: 40px;
              line-height: 40px;
              background-color: rgba(0, 0, 0, 0.4);
              display: inline-block;
              text-align: center;
              align-items: center; }
              .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box .edit span i {
                color: #ffffff; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .what-your-cont.what-cnt-border {
        border-top: 1px solid #000000;
        padding-top: 15px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .what-your-cont h4 {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 10px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .what-your-cont p {
        font-size: 14px;
        color: #757575; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .what-your-cont textarea {
        margin-top: 30px;
        height: 130px !important;
        border-radius: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        padding-top: 10px;
        line-height: 25px;
        background-color: #f2f2e6; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video {
        padding-bottom: 20px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video h5 {
          font-size: 18px;
          font-weight: 400;
          padding-bottom: 20px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin {
          padding-left: 20px; }
          .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio {
            padding-bottom: 10px; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio label {
              padding-bottom: 5px; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte {
              display: none; }
              .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte.show {
                display: block; }
              .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload {
                width: 100%;
                border: 1px solid;
                border-color: #000000;
                border-style: dashed;
                text-align: center;
                border-radius: 20px;
                padding: 20px; }
                .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input {
                  width: 100%;
                  color: #000000;
                  height: 140px;
                  padding-top: 40px;
                  cursor: pointer; }
                  .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input i {
                    font-size: 20px; }
                  .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input p {
                    padding-top: 15px;
                    display: block;
                    color: #000000; }
              .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn {
                width: auto;
                background-color: #000000;
                color: #000000;
                padding: 15px 25px;
                display: inline-block;
                cursor: pointer; }
                .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn label {
                  cursor: pointer; }
              .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .custom-control-radio .mte .icon {
                position: absolute;
                top: 0;
                right: 0;
                color: #000000;
                font-size: 20px;
                margin-top: 10px;
                margin-right: 10px;
                z-index: 99; }
          .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .video-url {
            padding-left: 30px;
            display: block; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .video-url.close {
              display: none; }
            .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .vidoolin .video-url label {
              color: #757575; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .into-video .social_lik h5 {
          padding-bottom: 15px;
          font-weight: 500; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .input-group {
        position: relative;
        border-radius: 20px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .input-group .form-control {
          border-radius: 20px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .icon {
        position: absolute;
        right: 17px;
        top: 10px;
        z-index: 99; }

.creator_wrap .creater_inner {
  padding-top: 80px;
  height: 100%;
  max-height: 100%;
  display: flex; }
  .creator_wrap .creater_inner .right_side_wrap {
    width: calc(100% - 290px);
    float: left;
    position: relative; }
    .creator_wrap .creater_inner .right_side_wrap::after {
      display: block;
      content: "";
      clear: both; }
    .creator_wrap .creater_inner .right_side_wrap .head-crum {
      padding-top: 50px;
      padding-bottom: 40px;
      padding-left: 40px;
      border-bottom: 1px solid #999999;
      margin-bottom: 40px; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum.subscribers {
        text-align: center; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum.subscribers h4 {
          display: unset;
          text-align: center; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
        font-size: 30px;
        font-weight: 600;
        display: flex;
        color: #000000; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum h4 i {
          padding-right: 15px;
          font-size: 24px;
          padding-top: 4px; }
    .creator_wrap .creater_inner .right_side_wrap .head-main {
      padding-top: 50px !important;
      padding-bottom: 40px;
      padding: 0 30px; }
      .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        height: 341px;
        background-position: center; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img .edit {
          position: absolute;
          right: 20px;
          bottom: 20px;
          z-index: 2; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-img .edit span {
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #436e70;
            display: inline-block;
            text-align: center;
            align-items: center; }
            .creator_wrap .creater_inner .right_side_wrap .head-main .head-img .edit span i {
              color: #ffffff;
              opacity: 1; }
      .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre {
        margin-top: -60px;
        position: relative;
        z-index: 1; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
          width: 200px;
          height: 200px;
          border-radius: 50%;
          overflow: hidden;
          text-align: center;
          margin: 0 auto;
          position: relative; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img .edit {
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            text-align: center;
            top: 45%; }
            .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img .edit span {
              border-radius: 50%;
              width: 40px;
              height: 40px;
              line-height: 40px;
              background-color: rgba(0, 0, 0, 0.4);
              display: inline-block;
              text-align: center;
              align-items: center; }
              .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img .edit span i {
                color: #ffffff; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap {
      padding: 60px 10px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one {
        margin: 0 auto; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
          box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 18px 0px;
          height: auto;
          max-height: 100%;
          border-radius: 20px;
          background-color: #e5e4cc;
          padding: 30px;
          position: relative; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic img {
            float: left; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
            display: inline-block;
            padding-left: 10px;
            font-weight: 500; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic span {
            float: right;
            width: 40px;
            height: 40px;
            background-color: #f2f2e6;
            border-radius: 50%;
            color: #4dc329;
            text-align: center;
            line-height: 40px;
            transform: rotate(49deg);
            font-weight: 600;
            font-size: 18px;
            position: absolute;
            right: 12px;
            top: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count {
            text-align: center;
            padding-top: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
              font-size: 48px;
              color: #575c3a;
              word-break: break-all; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
                font-size: 40px;
                font-weight: 300; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count p {
              color: #757575;
              font-size: 14px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip {
        padding-top: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .meet {
          background-color: #e5e4cc;
          border-radius: 30px;
          padding: 20px;
          position: relative; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .meet.close {
            display: none; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .meet .meet-bt {
            position: absolute;
            right: 10px;
            top: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .meet p {
            font-weight: 500;
            padding-left: 28px;
            font-size: 18px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet {
          background-color: #e5e4cc;
          border-radius: 30px;
          padding: 20px 47px;
          position: relative;
          display: none; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet.show {
            display: block; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met p {
            font-size: 18px;
            padding-bottom: 20px;
            font-weight: 500; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
            float: left;
            width: 470px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left p {
              font-size: 14px;
              padding-bottom: 10px;
              font-weight: 500; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
            float: left;
            border-left: 1px solid #999999;
            width: calc(100% - 500px);
            padding-left: 40px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .deatil {
              float: left; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .deatil p {
                font-size: 14px;
                padding-bottom: 10px;
                font-weight: 500; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .joint {
              float: right;
              padding-left: 20px;
              padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .eft {
            position: absolute;
            top: 20px;
            right: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .eft i {
              background-color: #f2f2e6;
              color: #4dc329;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              display: block;
              text-align: center;
              line-height: 40px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 50px;
        margin-top: 40px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown {
          width: 120px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown a {
            height: 45px;
            display: block;
            padding: 0px 20px;
            line-height: 45px;
            color: #ffffff;
            font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown a:hover {
              color: #ffffff; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-toggle {
            position: relative;
            cursor: pointer;
            border-radius: 20px;
            background-color: #575c3a; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-toggle:before {
              position: absolute;
              content: '\f0d7';
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              top: 0;
              right: 21px;
              font-size: 18px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-toggle.show:before {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-toggle:after {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              margin-top: 17px;
              margin-right: 3px;
              border-top: 6px solid;
              border-right: 6px solid transparent;
              border-bottom: 0;
              border-left: 6px solid transparent; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu {
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li {
              float: initial;
              width: 100%; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li a {
                display: block;
                border-bottom: 1px solid #000000;
                position: relative;
                height: 42px;
                line-height: 42px;
                color: #000000; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li a:before {
                  position: absolute;
                  content: '';
                  top: 0;
                  left: 0;
                  height: 100%;
                  width: 5px;
                  background-color: #575c3a;
                  -webkit-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  transition: all 0.3s ease;
                  opacity: 0; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li a:hover {
                  color: #000000; }
                  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li a:hover:before {
                    opacity: 1; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li.active a:before {
                opacity: 1; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown .dropdown-menu li:last-child a {
                border-bottom: 0px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row {
        position: relative;
        margin: 20px 0; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box {
          background-color: #e5e4cc;
          border-radius: 20px;
          padding: 0px 30px 50px 80px;
          position: relative; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .title_on_dash {
            padding-bottom: 20px;
            padding-top: 20px;
            position: relative;
            left: -34px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .price_name {
            text-align: center;
            color: #000000;
            font-weight: 600;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 100%;
            margin-left: 25px;
            z-index: 5;
            display: flex;
            align-items: center;
            justify-content: center; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .price_name p {
              -webkit-transform: rotate(270deg);
              -moz-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
              -o-transform: rotate(270deg);
              transform: rotate(270deg); }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .month_name {
            text-align: center;
            color: #000000;
            font-weight: 600;
            font-size: 18px;
            padding-top: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue-mix {
          width: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue-mix img {
            width: 100%;
            object-fit: cover; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
        background: #e5e4cc;
        padding: 40px;
        border-radius: 20px;
        margin-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner::after {
          display: block;
          content: "";
          clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .title_on_dash {
          padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left {
          float: left;
          width: 280px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right {
          width: calc(100% - 290px);
          float: right;
          padding-right: 30px;
          padding-top: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels {
            display: inline-block;
            color: #ffffff;
            width: 100%;
            padding-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
              width: 6%;
              float: left; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box .box-inn {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #4dc329; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box .box-inn.decress-1 {
                  background-color: #83c56e; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box .box-inn.decress-2 {
                  background-color: #9ec492; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box .box-inn.decress-3 {
                  background-color: #b6c6b0; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box .box-inn.decress-4 {
                  background-color: #c1c5bf; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
              width: 30%;
              float: left;
              margin-top: -3px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star::after {
                display: block;
                content: "";
                clear: both; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li {
                display: inline-block; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
                  color: #f6c917;
                  padding: 0 3px;
                  font-size: 18px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
              float: left;
              width: 59%; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar .progress-bar-inner {
                background-color: #ffffff;
                width: 100%;
                height: 10px;
                position: relative;
                border-radius: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar .uper-bar {
                background-color: #4dc329;
                height: 10px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                border-radius: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .percent {
              float: left;
              width: 5%;
              padding-left: 20px;
              margin-top: -5px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .percent p {
                color: #000000; }
    .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
      padding: 0px 200px;
      padding-top: 30px;
      padding-bottom: 120px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-head-line {
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-head-line h6 {
          font-size: 21px;
          font-weight: 600; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .bte .btn-primary {
        padding: 0 40px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 30px 0;
        margin: 30px 0; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account::after {
          display: block;
          content: "";
          clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
          float: left; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left h5 {
            font-weight: 600; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
          float: right; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .set h5 {
        font-weight: 600; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group label {
        font-weight: 500; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .form-select {
        padding-left: 30px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont {
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont.what-cnt-border {
          border-top: 1px solid #999999;
          padding-top: 15px;
          margin-top: 15px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont p {
          font-size: 14px;
          color: #757575; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
          margin-top: 30px;
          height: 130px !important;
          border-radius: 20px;
          margin-bottom: 20px;
          font-size: 14px;
          padding-top: 10px;
          line-height: 25px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video h5 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin {
        padding-left: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio {
          padding-bottom: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio label {
            padding-bottom: 5px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte {
            display: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte.show {
              display: block; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload {
              width: 100%;
              border: 1px solid;
              border-color: #000000;
              border-style: dashed;
              text-align: center;
              border-radius: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input {
                width: 100%;
                color: #000000;
                height: 140px;
                padding-top: 40px;
                cursor: pointer; }
                .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input i {
                  font-size: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input p {
                  padding-top: 15px;
                  display: block;
                  color: #000000; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn {
              width: auto;
              background-color: #000000;
              color: #000000;
              padding: 15px 25px;
              display: inline-block;
              cursor: pointer; }
              .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn label {
                cursor: pointer; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .icon {
              position: absolute;
              top: 0;
              right: 0;
              color: #000000;
              font-size: 20px;
              margin-top: 10px;
              margin-right: 10px;
              z-index: 99; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url {
          padding-left: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url.close {
            display: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url label {
            color: #757575; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .input-group {
        position: relative;
        border-radius: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .input-group .form-control {
          border-radius: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .icon {
        position: absolute;
        right: 17px;
        top: 10px;
        z-index: 99; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set {
        margin-top: 30px;
        border-top: 1px solid #000000;
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item {
          border: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item p {
            color: #757575;
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button {
            padding-left: 0;
            border: none;
            background-color: transparent;
            color: #000000;
            box-shadow: none;
            font-size: 18px;
            font-weight: 600; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button:after {
              background-image: url(../images/down.png);
              background-size: 15px;
              transform: rotate(-180deg); }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button:not(.collapsed)::after {
              transform: rotate(0deg); }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-body {
          padding: 10px 0; }
    .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav {
      padding: 30px 0;
      justify-content: center;
      border-bottom: 1px solid #999999; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
        background-color: transparent;
        border: 1px solid #575c3a;
        border-radius: 30px;
        color: #000000;
        width: 15%;
        margin: 0 10px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link.active {
          background-color: #575c3a;
          color: #ffffff; }
    .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
      padding: 0px 200px;
      padding-top: 30px;
      padding-bottom: 120px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-head-line {
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-head-line h6 {
          font-size: 21px;
          font-weight: 600; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .bte .btn-primary {
        padding: 0 40px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 30px 0;
        margin: 30px 0; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account::after {
          display: block;
          content: "";
          clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
          float: left; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
          float: right; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group label {
        font-weight: 500; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .form-select {
        padding-left: 30px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont {
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
          font-size: 18px;
          font-weight: 400;
          padding-bottom: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont p {
          font-size: 14px;
          color: #757575; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
          margin-top: 30px;
          height: 130px !important;
          border-radius: 20px;
          margin-bottom: 20px;
          font-size: 14px;
          padding-top: 10px;
          line-height: 25px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video h5 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin {
        padding-left: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio {
          padding-bottom: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio label {
            padding-bottom: 5px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte {
            display: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte.show {
              display: block; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload {
              width: 100%;
              border: 1px solid;
              border-color: #000000;
              border-style: dashed;
              text-align: center;
              border-radius: 20px;
              overflow: hidden;
              padding: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input {
                width: 100%;
                color: #000000;
                height: 140px;
                padding-top: 40px;
                cursor: pointer; }
                .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input i {
                  font-size: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input p {
                  padding-top: 15px;
                  display: block;
                  color: #000000; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn {
              width: auto;
              background-color: #000000;
              color: #000000;
              padding: 15px 25px;
              display: inline-block;
              cursor: pointer; }
              .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn label {
                cursor: pointer; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .icon {
              position: absolute;
              top: 0;
              right: 0;
              color: #000000;
              font-size: 20px;
              margin-top: 10px;
              margin-right: 10px;
              z-index: 99; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url {
          padding-left: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url.close {
            display: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url label {
            color: #757575; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .input-group {
        position: relative;
        border-radius: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .input-group .form-control {
          border-radius: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .icon {
        position: absolute;
        right: 17px;
        top: 10px;
        z-index: 99; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set {
        margin-top: 30px;
        border-top: 1px solid #000000;
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item {
          border: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item p {
            color: #757575;
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button {
            padding-left: 0;
            border: none;
            background-color: transparent;
            color: #000000;
            box-shadow: none;
            font-size: 18px;
            font-weight: 600; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button:after {
              background-image: url(../images/down.png);
              background-size: 15px;
              transform: rotate(-180deg); }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-item .accordion-button:not(.collapsed)::after {
              transform: rotate(0deg); }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .toogl-set .accordion .accordion-body {
          padding: 10px 0; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .social_lik {
        padding-bottom: 15px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .social_lik h5 {
          font-weight: 600; }
    .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
      padding: 0 170px;
      padding-bottom: 90px; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner [class*="col-"]:nth-last-of-type(1) .setting-types {
        border: none; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner [class*="col-"]:nth-last-of-type(1) .setting-types .select2-container--default .select2-selection--multiple .select2-selection__choice {
          background-color: #e5e4cc; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner [class*="col-"]:nth-last-of-type(1) .setting-types .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
          color: #808080;
          transition: 0.2s ease-in-out; }
          .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner [class*="col-"]:nth-last-of-type(1) .setting-types .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #000000; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner [class*="col-"]:nth-last-of-type(1) .setting-types .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
          background-color: red; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
        border-bottom: 1px solid #999999;
        padding-bottom: 20px !important;
        margin-bottom: 20px;
        padding: 0 30px; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types h4 {
          font-size: 18px;
          padding-bottom: 20px;
          font-weight: 600; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types .setting-typ {
          padding-left: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types .setting-typ .custom-control-radio label p {
            color: #757575;
            font-size: 12px; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
      padding: 0px 40px;
      padding-bottom: 30px; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl {
        padding: 0;
        padding-top: 30px !important;
        padding-bottom: 130px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive {
          max-height: 900px;
          overflow: auto;
          height: auto; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead {
            position: sticky;
            top: 0; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead tr {
              position: sticky;
              top: 0px;
              background-color: #ffffff;
              z-index: 99; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead tr th {
                position: sticky;
                top: -30px;
                background-color: #ffffff;
                z-index: 99;
                white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody {
            border: none; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
              white-space: nowrap; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td a i {
                color: #808080;
                transition: 0.2s ease-in-out; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td a i:hover {
                  color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                overflow: hidden;
                float: left;
                margin-right: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box img, .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box video, .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box iframe {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name p {
                padding-top: 8px;
                float: left; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .rver p {
                color: #757575; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown {
                width: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-toggle {
                  text-align: right;
                  display: block;
                  color: #000000; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-toggle:before {
                    display: none; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-toggle::after {
                    content: none; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu {
                  background-color: #ffffff;
                  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
                  border: none;
                  padding: 0; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li {
                    border-bottom: 1px solid #000000; }
                    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li:last-child {
                      border: none; }
                    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li:hover a::before {
                      opacity: 1;
                      -webkit-transition: all 0.3s ease;
                      -moz-transition: all 0.3s ease;
                      -ms-transition: all 0.3s ease;
                      -o-transition: all 0.3s ease;
                      transition: all 0.3s ease; }
                    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li a {
                      display: block;
                      color: #000000;
                      padding: 15px 20px;
                      font-size: 14px;
                      position: relative; }
                      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li a::before {
                        position: absolute;
                        content: '';
                        top: 0;
                        left: 0;
                        height: 100%;
                        width: 5px;
                        background-color: #575c3a;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        opacity: 0; }
                      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li a i {
                        margin-right: 5px; }
                    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .dropdown.actions_dropdown .dropdown-menu li .dropdown-menu {
                      padding: 0; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .img-box {
                width: 90px;
                height: 90px;
                border-radius: 10px;
                overflow: hidden; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .img-box img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter {
        float: left;
        padding-left: 20px;
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-toggle::after {
          display: none; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu {
          min-width: 400px;
          padding-top: 20px !important;
          padding: 0 20px;
          transform: none !important;
          left: unset !important;
          right: 0 !important;
          top: 100% !important;
          padding-bottom: 20px !important;
          border: none;
          border-radius: 20px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group {
            position: relative;
            border-radius: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group .custom-control-radio label {
              padding-right: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group .input-group {
              position: relative;
              border-radius: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group .input-group .form-control {
                position: relative;
                border-radius: 20px;
                padding: 0 15px;
                background-color: #f2f2e6; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group .input-group .datepicker.dropdown-menu {
                min-width: 248px;
                padding: 0; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .form-group .input-group .icon {
                position: absolute;
                right: 11px;
                padding-top: 11px;
                z-index: 99; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu .sbt {
            float: right; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter a i {
          width: 40px;
          height: 40px;
          line-height: 40px;
          display: block;
          border-radius: 50%;
          background-color: #575c3a;
          color: #ffffff;
          text-align: center; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive {
        max-height: 900px;
        overflow: auto;
        height: auto;
        min-height: 250px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive:-o-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive::-webkit-scrollbar-thumb:hover {
          background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table {
          padding-right: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead {
            position: sticky;
            top: 0px; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead tr {
              border: none; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead tr th {
                position: sticky;
                top: -30px;
                background-color: #ffffff;
                z-index: 99;
                border: none;
                font-weight: 600; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody {
            border: none; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr {
              border-bottom: 1px solid #757575;
              color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr:last-child {
                border: none; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr a {
                color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
                padding: 20px 0;
                padding-left: 28px;
                border: none; }
                .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .full_td {
                  display: flex; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .full_td::after {
                    display: block;
                    content: "";
                    clear: both; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .full_td .left {
                    float: left;
                    width: 40px; }
                  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .full_td .right {
                    float: right;
                    width: calc(100% - 40px);
                    padding-left: 10px; }
    .creator_wrap .creater_inner .right_side_wrap .favourite-wrap {
      margin-bottom: 80px; }
      .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
        padding: 0 30px;
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl {
          max-height: 900px;
          overflow: auto;
          height: auto;
          padding: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-moz-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-moz-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-ms-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-o-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: #c9c9c3; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-webkit-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-moz-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-moz-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-ms-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-o-scrollbar-track {
            border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-webkit-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-webkit-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-moz-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl::-moz-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-moz-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-moz-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-ms-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-ms-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-o-scrollbar-thumb {
            background: #575c3a;
            border-radius: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl:-o-scrollbar-thumb:hover {
              background: #575c3a; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full {
            border-radius: 20px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
            overflow: hidden;
            margin-bottom: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .box-img {
              position: relative;
              height: 277px; }
              .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .box-img img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
              .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .box-img .fct {
                position: absolute;
                top: 20px;
                right: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .box-img .fct i {
                  color: #FF0000;
                  font-size: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .fvt-inner-detail {
              text-align: center;
              margin-top: -60px;
              padding-bottom: 40px;
              position: relative;
              z-index: 1; }
              .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .fvt-inner-detail .user-img {
                width: 140px;
                height: 140px;
                overflow: hidden;
                border-radius: 50%;
                text-align: center;
                margin: 0 auto; }
                .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .fvt-inner-detail .user-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .fvt-inner-detail p {
                font-size: 16px;
                padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .favt-srl .box-full .fvt-inner-detail span {
                color: #757575; }
    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap {
      padding-bottom: 80px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
        padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box {
          border-radius: 20px;
          border: 1px solid #999999;
          overflow: hidden;
          margin-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi {
            padding: 20px;
            border-bottom: 1px solid #999999; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .left {
              float: left; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .left p {
                padding-bottom: 6px;
                font-size: 14px; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .left p i {
                  font-style: normal;
                  color: #4dc329; }
                  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .left p i img {
                    width: 30px;
                    padding-right: 10px;
                    margin-top: -3px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .right {
              float: right; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .uper-edi .right i {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                background-color: #e5e5e5;
                color: #000000;
                display: block;
                text-align: center; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in {
            padding: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .inner-detail::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .inner-detail .left {
              float: left; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .inner-detail .left h5 {
                font-size: 24px;
                font-weight: 600; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .inner-detail .right {
              float: right; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .inner-detail .head::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in {
              padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .head h4 {
                font-size: 16px;
                color: #757575; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .head h4 span {
                  font-size: 32px;
                  font-style: normal;
                  color: #000000;
                  font-weight: 600; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .head h4 i {
                  font-size: 28px;
                  font-style: normal;
                  font-weight: 400;
                  color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .head p {
                color: #757575;
                padding-top: 8px;
                font-size: 14px; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail {
                padding: 30px 0; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail ul li {
                  padding-bottom: 20px; }
                  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail ul li p {
                    position: relative;
                    font-size: 14px;
                    padding-left: 26px; }
                    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail ul li p::after {
                      position: absolute;
                      content: "\f00c";
                      left: 0;
                      top: 0;
                      font-family: 'Font Awesome 5 Pro';
                      color: #575c3a;
                      font-size: 16px;
                      padding-top: 0px;
                      font-weight: 700; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .crown {
            padding: 40px 0; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .crown i {
              font-size: 70px;
              color: #4dc329; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .crown p {
              color: #000000; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
        padding: 0 200px;
        padding-bottom: 70px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .bte {
          padding-top: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .add-account {
          border-top: 1px solid #000000;
          border-bottom: 1px solid #000000;
          padding: 30px 0;
          margin: 30px 0; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .add-account::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .add-account .left {
            float: left; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .add-account .left h5 {
              font-weight: 600; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .add-account .right {
            float: right; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group label {
          font-weight: 500; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .form-select {
          padding-left: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .what-your-cont {
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 18px;
            font-weight: 400;
            padding-bottom: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .what-your-cont p {
            font-size: 14px;
            color: #757575; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 10px;
            height: 130px !important;
            border-radius: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            padding-top: 10px;
            line-height: 25px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video h5 {
          font-size: 18px;
          font-weight: 400;
          padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin {
          padding-left: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio {
            padding-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio label {
              padding-bottom: 5px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte {
              display: none; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte.show {
                display: block; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload {
                width: 100%;
                border: 1px solid;
                border-color: #000000;
                border-style: dashed;
                text-align: center; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input {
                  width: 100%;
                  color: #000000;
                  height: 140px;
                  padding-top: 40px;
                  cursor: pointer; }
                  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input i {
                    font-size: 20px; }
                  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload label.file-input p {
                    padding-top: 15px;
                    display: block;
                    color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn {
                width: auto;
                background-color: #000000;
                color: #000000;
                padding: 15px 25px;
                display: inline-block;
                cursor: pointer; }
                .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .file-upload-btn label {
                  cursor: pointer; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .custom-control-radio .mte .icon {
                position: absolute;
                top: 0;
                right: 0;
                color: #000000;
                font-size: 20px;
                margin-top: 10px;
                margin-right: 10px;
                z-index: 99; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url {
            padding-left: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url.close {
              display: none; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .into-video .vidoolin .video-url label {
              color: #757575; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet {
          border-top: 1px solid #000000;
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet .left {
            float: left; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet .left h4 {
              font-size: 18px;
              font-weight: 600; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet .left p {
              font-size: 14px;
              padding-top: 10px;
              color: #757575; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .befifet .right {
            float: right; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit {
          margin-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
            position: relative;
            float: left;
            width: 590px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left .form-control {
              position: relative;
              padding-left: 60px;
              padding-right: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left i {
              font-size: 20px;
              color: #000000; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left .filt {
              position: absolute;
              top: 12px;
              left: 23px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left .cross {
              position: absolute;
              right: 17px;
              top: 12px; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left .cross i {
                font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
            float: right;
            width: calc(100% - 620px); }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right .edt i {
              width: 40px;
              height: 40px;
              background-color: #575c3a;
              line-height: 40px;
              text-align: center;
              color: #ffffff;
              font-size: 16px;
              display: block;
              border-radius: 50%; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .Member_limit {
          padding-bottom: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .Member_limit .left {
            float: left; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .Member_limit .right {
            float: right; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .Member_limit .fill-member {
            width: 325px;
            padding-top: 40px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .Member_limit .fill-member::after {
              display: block;
              content: "";
              clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter {
          padding-top: 15px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary {
            padding: 0 40px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary-3 {
            padding: 0 40px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .left {
            float: left; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .right {
            float: right; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .right button {
              margin-right: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .right button:last-child {
                margin-right: 0; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
      padding-left: 40px;
      padding-right: 50px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
        width: 420px;
        float: left; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs {
          border: none; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link {
            border: 2px solid #575c3a;
            background-color: transparent;
            border-radius: 30px;
            padding: 0 40px;
            height: 45px;
            margin-right: 10px;
            color: #000000; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link.active {
              background-color: #575c3a;
              color: #ffffff; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary {
          padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary-2 {
          padding: 0 40px;
          height: 45px;
          line-height: 45px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
          display: block;
          content: "";
          clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
          float: left;
          padding-right: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
        float: right; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
          float: left;
          padding-right: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit .btn-primary {
            padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .search_input_with_btn {
          float: left; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .search_input_with_btn .form-group {
            position: relative; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .search_input_with_btn .form-group .form-control {
              background-color: #e5e4cc;
              border-radius: 60px;
              font-size: 14px;
              color: #000000;
              padding-right: 45px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .search_input_with_btn .form-group .input-group-append {
              position: absolute;
              right: 0;
              top: 0;
              padding-top: 10px;
              padding-right: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .search_input_with_btn .form-group .input-group-append a i {
                color: #000000; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
          float: left;
          padding-left: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-toggle::after {
            display: none; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu {
            min-width: 400px;
            padding-top: 20px !important;
            padding: 0 20px;
            transform: none !important;
            left: unset !important;
            right: 0 !important;
            top: 100% !important;
            padding-bottom: 20px !important;
            border: none;
            border-radius: 20px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group {
              position: relative;
              border-radius: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group .custom-control-radio label {
                padding-right: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group .input-group {
                position: relative;
                border-radius: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group .input-group .form-control {
                  position: relative;
                  border-radius: 20px;
                  padding: 0 15px;
                  background-color: #f2f2e6; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group .input-group .datepicker.dropdown-menu {
                  min-width: 248px;
                  padding: 0; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .form-group .input-group .icon {
                  position: absolute;
                  right: 11px;
                  padding-top: 11px;
                  z-index: 99; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu .sbt {
              float: right; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter a i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: block;
            border-radius: 50%;
            background-color: #575c3a;
            color: #ffffff;
            text-align: center; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap {
        margin-top: 40px;
        padding-top: 10px;
        margin-bottom: 120px;
        max-height: 900px;
        overflow: auto;
        height: auto; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-webkit-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-ms-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-o-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap:-o-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .date p {
          font-weight: 600; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box {
          border-radius: 20px;
          overflow: hidden;
          margin-bottom: 30px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box {
            position: relative;
            height: 230px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box img, .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box video, .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box iframe {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box .dlt {
              position: absolute;
              top: 20px;
              right: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .img-box .dlt i {
                color: #ffffff;
                background-color: #FF0000;
                width: 35px;
                height: 35px;
                display: block;
                text-align: center;
                border-radius: 50%;
                line-height: 35px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail {
            padding: 20px;
            position: relative; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail span {
              color: #757575; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail p {
              padding: 10px 0;
              font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail label {
              float: right; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail label::after {
                display: block;
                content: "";
                clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail .edt {
              position: absolute;
              top: 20px;
              right: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail .edt i {
                color: #000000; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail .drag {
              position: absolute;
              top: 20px;
              right: 48px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap .videio-box .detail .drag a i {
                color: #000000; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap {
        margin-top: 40px;
        padding-top: 10px;
        margin-bottom: 120px;
        max-height: 900px;
        overflow: auto;
        height: auto; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-webkit-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-ms-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-o-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap:-o-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box {
          border-radius: 20px;
          padding: 20px;
          overflow: hidden;
          margin-bottom: 30px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound {
            padding-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
              border-radius: 30px;
              box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail {
            position: relative; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail span {
              color: #757575; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail p {
              padding: 10px 0;
              font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail .edts {
              float: right; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail .edts span {
                padding-right: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .detail .edts span i {
                  color: #000000; }
    .creator_wrap .creater_inner .right_side_wrap .schdule-wrap {
      padding-top: 40px;
      padding-bottom: 140px;
      position: relative; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area {
        position: relative; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add {
          position: absolute;
          right: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
            padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc {
          width: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc a {
            color: #000000 !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc tr {
            border-color: #b1b1b1 !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc td {
            border-color: #b1b1b1 !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc th {
            border-color: #b1b1b1 !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-group {
            border-radius: 30px !important;
            border-color: transparent !important;
            overflow: hidden !important; }
            .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-group .fc-button-primary {
              background-color: #575c3a !important;
              border-radius: 0 !important;
              border-color: transparent !important;
              padding: 0 10px !important;
              height: 44px !important;
              color: #ffffff !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
            background-color: transparent !important;
            border-radius: 30px !important;
            border-color: #575c3a !important;
            padding: 0 33px !important;
            height: 44px !important;
            color: #000000;
            opacity: 1 !important; }
            .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary::first-letter {
              text-transform: capitalize !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-col-header-cell-cushion {
            color: #000000 !important;
            font-weight: 400 !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-non-business {
            background-color: transparent !important; }
          .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-scrollgrid {
            border-color: #b1b1b1 !important; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section {
      padding-bottom: 100px !important; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
        padding: 0 380px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head {
          text-align: left;
          padding: 0 33px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head h5 {
            font-size: 30px;
            padding-bottom: 15px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head p {
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head .add_poll {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head .add_poll .btn-primary {
              padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_empt_img {
          width: 100%;
          margin-top: 40px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_empt_img img {
            width: 100%;
            object-fit: cover; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
        padding: 0 200px;
        padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .poll_head {
          text-align: left;
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .poll_head h5 {
            font-size: 30px;
            padding-bottom: 15px;
            font-weight: 600; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .poll_head p {
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .poll_head .add_poll {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .poll_head .add_poll .btn-primary {
              padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box {
          padding-top: 60px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group label {
            font-weight: 500;
            font-size: 18px;
            color: #000000; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .optns {
            margin-bottom: 15px;
            position: relative; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .optns .form-control {
              position: relative; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .optns .cross {
              position: absolute;
              top: 0;
              right: 0;
              padding-right: 20px;
              padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .optns .cross a i {
                color: #000000; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .form-control {
            background-color: #f2f2e6;
            position: relative;
            border-radius: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .icon {
            position: absolute;
            top: 0;
            right: 0;
            padding-top: 10px;
            padding-right: 20px;
            z-index: 99; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .form-group .icon a i {
              color: #000000; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .add-option {
            float: right;
            padding-bottom: 15px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .last {
            padding-top: 45px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .last .left {
              float: left; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .last .right {
              float: right; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
        padding: 0 140px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head {
          text-align: left;
          padding: 0 33px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head h5 {
            font-size: 30px;
            padding-bottom: 15px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head p {
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head .add_poll {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head .add_poll .btn-primary {
              padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .dspt_head h5 {
          font-size: 25px;
          padding-bottom: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .dspt_head p {
          font-size: 16px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller {
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
            padding: 0 330px;
            padding-bottom: 60px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
              margin-top: 60px;
              padding: 60px 30px;
              border-radius: 20px;
              overflow: hidden;
              border: 1px solid #1e272c;
              background-color: #ffffff;
              box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16); }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .content p {
                font-size: 20px;
                font-weight: 500;
                line-height: 33px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under {
                margin-top: 50px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main {
                  border-radius: 40px;
                  margin-bottom: 15px;
                  position: relative;
                  overflow: hidden;
                  z-index: 1; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .left {
                    float: left;
                    position: relative;
                    z-index: 1; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .right {
                    float: right;
                    position: relative;
                    z-index: 1; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox {
                    border-radius: 40px;
                    position: relative;
                    overflow: hidden; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border {
                      background-color: transparent;
                      border-color: #4dc329;
                      color: #000000; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox.mind-checkbox input[type=radio]:checked + .active_border + .poll_bar {
                      background-color: #4dc329; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox .active_border {
                      padding: 23px 20px;
                      line-height: 3px;
                      border-width: 2px;
                      background-color: transparent;
                      border-color: #f2f2e6;
                      position: relative;
                      z-index: 2; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .poll_bar {
                    background-color: #f2f2e6;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    height: 100%; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .vote p {
                font-size: 18px;
                color: #757575; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .edit_poll {
                padding-top: 30px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .edit_poll .left {
                  float: left; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .edit_poll .left .btn-primary {
                    padding: 0 40px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .edit_poll .right {
                  float: right; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .edit_poll .right .btn-primary {
                    padding: 0 40px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form {
              padding: 60px 30px;
              border-radius: 20px;
              overflow: hidden;
              background-color: #ffffff;
              box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.16); }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .form-group .form-control {
                background-color: #f2f2e6; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .form-group .file-upload {
                width: 100%;
                border: 1px solid;
                border-color: #757575;
                border-style: dashed;
                text-align: center;
                border-radius: 20px;
                margin-bottom: 30px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .form-group .file-upload label.file-input {
                  width: 100%;
                  color: #000000;
                  height: 140px;
                  padding-top: 40px;
                  cursor: pointer; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .form-group .file-upload label.file-input p {
                    padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .buttns .left {
                float: left; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .buttns .left .btn-primary-2 {
                  padding: 0 40px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .buttns .right {
                float: right; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .partiipate_form .buttns .right .btn-primary {
                  padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history {
          border-top: 2px solid #999999;
          padding-top: 40px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .poll_head {
            padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area {
            padding-top: 60px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl {
              max-height: 900px;
              overflow: auto;
              height: auto;
              padding-top: 30px;
              padding-right: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-webkit-scrollbar {
                width: 10px;
                border-radius: 10px;
                background-color: #c9c9c3; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-moz-scrollbar {
                width: 10px;
                border-radius: 10px;
                background-color: #c9c9c3; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-moz-scrollbar {
                width: 10px;
                border-radius: 10px;
                background-color: #c9c9c3; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-ms-scrollbar {
                width: 10px;
                border-radius: 10px;
                background-color: #c9c9c3; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-o-scrollbar {
                width: 10px;
                border-radius: 10px;
                background-color: #c9c9c3; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-webkit-scrollbar-track {
                border-radius: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-moz-scrollbar-track {
                border-radius: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-moz-scrollbar-track {
                border-radius: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-ms-scrollbar-track {
                border-radius: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-o-scrollbar-track {
                border-radius: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-webkit-scrollbar-thumb {
                background: #575c3a;
                border-radius: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-webkit-scrollbar-thumb:hover {
                  background: #575c3a; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-moz-scrollbar-thumb {
                background: #575c3a;
                border-radius: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl::-moz-scrollbar-thumb:hover {
                  background: #575c3a; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-moz-scrollbar-thumb {
                background: #575c3a;
                border-radius: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-moz-scrollbar-thumb:hover {
                  background: #575c3a; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-ms-scrollbar-thumb {
                background: #575c3a;
                border-radius: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-ms-scrollbar-thumb:hover {
                  background: #575c3a; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-o-scrollbar-thumb {
                background: #575c3a;
                border-radius: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl:-o-scrollbar-thumb:hover {
                  background: #575c3a; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back {
                position: relative;
                border-radius: 10px;
                border: 1px solid #999999;
                padding: 30px;
                margin-bottom: 30px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back::after {
                  display: block;
                  content: "";
                  clear: both; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
                  width: 600px;
                  float: left; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .main-title {
                    margin-bottom: 20px; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .main-title::after {
                      display: block;
                      content: "";
                      clear: both; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .main-title p {
                      font-size: 18px;
                      font-weight: 600;
                      word-break: break-all;
                      padding-bottom: 20px;
                      padding-right: 20px; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .date_vote {
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    padding-left: 30px;
                    padding-bottom: 30px; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .date_vote::after {
                      display: block;
                      content: "";
                      clear: both; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .date_vote p {
                      font-size: 14px;
                      color: #757575; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left .date_vote span {
                      color: #4dc329;
                      padding-top: 5px;
                      font-size: 14px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
                  width: calc(100% - 600px);
                  float: right; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views::after {
                    display: block;
                    content: "";
                    clear: both; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels {
                    display: inline-block;
                    width: 100%;
                    padding-bottom: 10px; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels:last-child {
                      padding-bottom: 0; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .name {
                      float: left;
                      padding-right: 15px;
                      margin-top: -6px;
                      width: 24px; }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .name p {
                        color: #757575; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
                      float: left;
                      width: 88%;
                      position: relative;
                      z-index: 4; }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar:hover .toolip p {
                        display: inline-block; }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .toolip {
                        position: absolute;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        text-align: center;
                        z-index: 0; }
                        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .toolip p {
                          background-color: #000000;
                          padding: 4px;
                          border-radius: 4px;
                          display: inline-block;
                          position: relative;
                          color: #ffffff;
                          text-align: center;
                          display: none;
                          width: auto;
                          top: -26px;
                          transform: translate(1%, -52%);
                          z-index: 1; }
                          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .toolip p::after {
                            position: absolute;
                            content: '\f0da';
                            font-family: 'Font Awesome 5 Pro';
                            font-weight: 900;
                            left: 0;
                            right: 0;
                            text-align: center;
                            bottom: -27px;
                            right: 12px;
                            margin-top: 15px;
                            margin-right: -10px;
                            font-size: 30px;
                            color: #000000;
                            transform: rotate(90deg); }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .progress-bar-inner {
                        background-color: #ebebeb;
                        border-radius: 20px;
                        width: 100%;
                        height: 11px;
                        position: relative;
                        z-index: 4; }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .uper-bar {
                        background-color: #4dc329;
                        border-radius: 20px;
                        height: 11px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0; }
                        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar .uper-bar.dull {
                          background-color: #575c3a; }
                    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .percent {
                      float: left;
                      width: 5%;
                      padding-left: 20px;
                      margin-top: -5px; }
                      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .percent p {
                        color: #757575; }
    .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
      padding-right: 50px; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label {
        padding-bottom: 50px;
        padding-left: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label h5 {
          font-size: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label p {
          font-size: 14px;
          padding-top: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area {
        max-height: 900px;
        overflow: auto;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-webkit-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-moz-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-ms-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-o-scrollbar {
          width: 10px;
          border-radius: 10px;
          background-color: #c9c9c3; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-webkit-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-moz-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-ms-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-o-scrollbar-track {
          border-radius: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-webkit-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-webkit-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area::-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-moz-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-moz-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-ms-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-ms-scrollbar-thumb:hover {
            background: #575c3a; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-o-scrollbar-thumb {
          background: #575c3a;
          border-radius: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .side_bar_area:-o-scrollbar-thumb:hover {
            background: #575c3a; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message h5 {
          font-size: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message p {
          padding-top: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back {
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group h5 {
          text-align: center;
          font-size: 30px;
          text-align: center;
          padding-bottom: 15px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group label {
          text-align: start; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group .form-control {
          background-color: #f2f2e6; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .submit {
          float: right; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .submit .btn-primary {
            padding: 0 40px; }
  .creator_wrap .creater_inner .copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .creator_wrap .creater_inner .copy-right p {
      font-weight: 400; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e5e4cc;
  color: #000000; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 380px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 380px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 380px; }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
    width: 360px !important; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 280px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 280px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 280px; }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
    width: 360px !important; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
    padding: 0 180px;
    padding-bottom: 40px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
    width: 330px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
    width: calc(100% - 330px); }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
      width: 83%; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 280px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 280px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 280px; }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
    width: 340px !important; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
    padding: 0 130px;
    padding-bottom: 40px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
    width: 330px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
    width: calc(100% - 330px); }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
      width: 83%; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 230px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 230px;
    padding-top: 60px;
    padding-bottom: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 230px; }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
    width: 260px !important; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
    padding: 0 130px;
    padding-bottom: 40px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
    width: 330px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
    width: calc(100% - 330px); }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
      width: 83%; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
    width: 372px; }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
    width: 217px !important; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
    padding: 0 80px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
    padding: 0 80px;
    padding-bottom: 40px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
    padding: 0 80px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
      padding: 0;
      padding-bottom: 50px; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
        margin-top: 30px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
      width: 330px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
      width: calc(100% - 330px); }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
        width: 83%; }
  .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
    padding-right: 0px; }
  .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
    height: 190px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 154px; }
  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
    padding: 0px 20px;
    padding-bottom: 80px !important; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table tbody tr td .name .img-box {
      float: unset; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table thead tr th {
      font-size: 14px;
      white-space: nowrap; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table tbody tr td {
      white-space: nowrap;
      padding-left: 27px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 90px;
    padding-top: 40px;
    padding-bottom: 70px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 90px;
    padding-top: 40px;
    padding-bottom: 70px; }
  .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
    padding: 0 100px; }
  .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
    padding: 0 20px; }
    .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
      width: 100px;
      height: 100px; }
    .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
      height: 145px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
    padding: 0 10px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 50px; }
    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
      width: 528px; }
    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
      width: calc(100% - 568px); }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
    padding-left: 10px;
    padding-right: 20px; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
      display: block;
      content: "";
      clear: both; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
      width: 318px;
      float: left; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd {
        width: 237px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs {
          border: none; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item {
            margin-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item:last-child {
              margin-bottom: 0; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link {
              border: 2px solid #575c3a;
              background-color: transparent;
              border-radius: 30px;
              padding: 0 20px;
              height: 45px;
              margin-right: 10px;
              color: #000000; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link.active {
                background-color: #575c3a;
                color: #ffffff; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary {
          padding: 0 25px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary-2 {
          padding: 0 25px;
          height: 45px;
          line-height: 45px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
        float: left;
        padding-right: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
          padding: 0 12px; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
      padding-right: 10px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit .btn-primary {
        padding: 0 25px; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
      width: 267px !important; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
    width: 328px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
    width: calc(100% - 337px); }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
    font-size: 12px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
    font-size: 28px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
      font-size: 25px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
    padding: 40px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
      width: 9%; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
      width: auto;
      margin-top: -3px;
      margin-bottom: 10px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
        font-size: 18px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
      width: 90%; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
    padding: 0 26px; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
    padding: 0 22px; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
    font-size: 24px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
    padding: 0 50px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
    padding: 0 50px;
    padding-bottom: 30px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
    padding: 0 50px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
      padding: 0;
      padding-bottom: 50px; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
        margin-top: 30px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
      width: 230px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
      width: calc(100% - 230px); }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
        width: 78%; }
  .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
    padding-right: 0px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 100px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      height: calc(100% - 398px); }
  .creator_wrap .creater_inner .right_side_wrap .head-crum {
    padding-top: 42px;
    padding-bottom: 29px; }
    .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
      font-size: 25px; }
  .creator_wrap .creater_inner .right_side_wrap .copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px; }
    .creator_wrap .creater_inner .right_side_wrap .copy-right p {
      font-weight: 400;
      font-size: 12px; }
  .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
    height: 160px; }
    .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
      height: 100%; }
  .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
    width: 140px;
    height: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
    padding: 0px 20px; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table tbody tr td .name .img-box {
      float: unset; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table thead tr th {
      font-size: 14px;
      white-space: nowrap; }
    .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table tbody tr td {
      white-space: nowrap;
      padding-left: 27px; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
    padding: 0 30px;
    padding-top: 40px;
    padding-bottom: 70px; }
    .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
      text-align: center; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
        float: none; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
        padding-top: 20px;
        float: none; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
    width: auto; }
  .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
    padding: 0 30px;
    padding-top: 40px;
    padding-bottom: 70px; }
    .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
      text-align: center; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
        float: none; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
        padding-top: 20px;
        float: none; }
  .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
    padding: 0 20px;
    padding-bottom: 50px; }
    .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
      padding: 0; }
  .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
    padding: 0; }
    .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
      width: 100px;
      height: 100px; }
    .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
      height: 140px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
    padding: 0 10px; }
  .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
    padding: 0 20px; }
    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
      width: 330px; }
    .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
      width: calc(100% - 340px); }
  .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
    padding-left: 10px;
    padding-right: 10px; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
      display: block;
      content: "";
      clear: both; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
      width: 100%;
      float: left;
      padding-bottom: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd {
        width: 100%; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary {
          padding: 0 40px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary-2 {
          padding: 0 40px;
          height: 45px;
          line-height: 45px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
        float: left;
        padding-right: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
          padding: 0 12px; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
      width: 100%; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
        float: right; }
    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
      width: 347px !important; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
    width: 167px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
    width: calc(100% - 167px);
    padding-left: 20px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
    margin-right: 10px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
    margin-bottom: 30px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
      font-size: 12px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
      font-size: 28px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
        font-size: 25px; }
  .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
    padding: 20px; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left {
      width: 100%;
      float: none; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left::after {
        display: block;
        content: "";
        clear: both; }
    .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right {
      padding-top: 30px;
      float: none;
      width: 100%;
      padding-right: 0; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right::after {
        display: block;
        content: "";
        clear: both; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
        width: 9%; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
        width: auto;
        margin-top: -3px;
        margin-bottom: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
          font-size: 16px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
        width: 90%; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
    padding: 0 20px !important; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
    padding: 0 20px !important;
    font-size: 14px; }
  .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
    font-size: 20px !important;
    position: relative;
    left: -38px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
    padding: 0 30px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
    padding: 0 50px;
    padding-bottom: 30px; }
  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
    padding: 0 50px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head {
      padding: 0; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
      padding: 0;
      padding-bottom: 50px; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
        margin-top: 20px;
        padding: 30px 20px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
      width: 100%;
      padding-bottom: 15px; }
    .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
      width: 100%;
      padding-bottom: 45px; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
        width: 78%; }
  .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
    padding-right: 0px; }
    .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label p {
      padding-right: 0px; }
    .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message h5 {
      font-size: 25px; }
    .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back {
      padding-bottom: 30px; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group h5 {
        font-size: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 70px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      height: calc(100% - 393px); }
  .creator_wrap .creater_inner {
    display: block; }
    .creator_wrap .creater_inner .right_side_wrap {
      width: 100%;
      margin-bottom: 20px; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum {
        border-top: 1px solid #999999;
        padding-top: 28px;
        padding-bottom: 29px; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
          font-size: 25px; }
      .creator_wrap .creater_inner .right_side_wrap .copy-right {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .copy-right p {
          font-weight: 400;
          font-size: 14px; }
      .creator_wrap .creater_inner .right_side_wrap .head-main {
        border-top: 1px solid #000000; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
          height: 160px; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
            height: 100%; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
          width: 140px;
          height: 140px; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
        padding: 0px 20px;
        padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table thead tr td {
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table tbody tr td {
          white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table tbody tr td .name .img-box {
            float: unset; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table thead tr {
          white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table thead tr th {
            font-size: 14px;
            white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table .tbody tr {
          white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table .tbody tr td {
            white-space: nowrap; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
        padding: 0 30px;
        padding-top: 40px;
        padding-bottom: 70px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
          text-align: center; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
            float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
            padding-top: 20px;
            float: none; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
        width: auto; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
        padding: 0 30px;
        padding-top: 40px;
        padding-bottom: 70px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
          text-align: center; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
            float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
            padding-top: 20px;
            float: none; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
        padding: 0 20px;
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
          padding: 0; }
      .creator_wrap .creater_inner .right_side_wrap .favourite-wrap {
        margin-bottom: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
            width: 100px;
            height: 100px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
            height: 180px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
        padding: 0 10px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
        padding: 0 20px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
          width: 530px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
          width: calc(100% - 560px); }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
        padding-left: 0px;
        padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn {
          padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
            width: 300px;
            float: left;
            padding-bottom: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd {
              width: 237px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs {
                border: none; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item {
                  margin-bottom: 10px; }
                  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item:last-child {
                    margin-bottom: 0; }
                  .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link {
                    border: 2px solid #575c3a;
                    background-color: transparent;
                    border-radius: 30px;
                    padding: 0 20px;
                    height: 45px;
                    margin-right: 10px;
                    color: #000000; }
                    .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link.active {
                      background-color: #575c3a;
                      color: #ffffff; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary {
                padding: 0 30px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .lit .btn-primary-2 {
                padding: 0 30px;
                height: 45px;
                line-height: 45px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
              float: left;
              padding-right: 5px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
                padding: 0 12px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
            width: calc(100% - 330px);
            float: right; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd {
              width: calc(100% - 237px); }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
                padding-right: 5px; }
                .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit .btn-primary {
                  padding: 0 30px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
              float: left;
              padding-left: 8px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
          width: 258px !important; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap {
        padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
          width: 310px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
          width: calc(100% - 310px);
          padding-left: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
          margin-right: 10px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
          margin-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
            font-size: 14px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
            font-size: 28px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
              font-size: 25px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
          padding: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
            width: 9%; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
            width: auto;
            margin-top: -3px;
            margin-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
              font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
            width: 90%; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap {
        padding-bottom: 40px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
          padding: 0 20px !important; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
          padding: 0 20px !important;
          font-size: 14px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
          font-size: 20px !important;
          position: relative;
          left: -38px; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section {
        padding-bottom: 50px !important; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
          padding: 0 30px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_empt_img {
            padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
          padding: 0 50px;
          padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
          padding: 0 50px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head {
            padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
            padding: 0;
            padding-bottom: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
              margin-top: 20px;
              padding: 30px 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
            width: 100%;
            padding-bottom: 15px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
            width: 100%;
            padding-bottom: 45px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
              width: 78%; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
        padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label p {
          padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message h5 {
          font-size: 25px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back {
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group h5 {
            font-size: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 20px;
    padding-top: 100px;
    padding-bottom: 60px; }
    .creator_wrap .become-cretor-wrap .become-inner .head {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      height: calc(100% - 389px); }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in.become-in-2 {
        height: calc(100% - 117px); }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle-success {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group {
      padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group label {
        color: #000000; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle-success {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover {
        width: 100%;
        height: 120px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover .edit {
          top: 40%; }
  .creator_wrap .creater_inner {
    display: block; }
    .creator_wrap .creater_inner .right_side_wrap {
      width: 100%;
      margin-bottom: 10px; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum {
        border-top: 1px solid #999999;
        padding-top: 20px;
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
          font-size: 23px; }
      .creator_wrap .creater_inner .right_side_wrap .copy-right {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        position: unset; }
        .creator_wrap .creater_inner .right_side_wrap .copy-right p {
          font-weight: 400;
          font-size: 14px; }
      .creator_wrap .creater_inner .right_side_wrap .head-main {
        border-top: 1px solid #000000; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
          height: 160px; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
            height: 100%; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
          width: 140px;
          height: 140px; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
        padding: 0px 20px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl {
          padding-bottom: 0px;
          margin-bottom: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead tr td {
            white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
            white-space: nowrap; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box {
              float: unset; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead tr th {
          font-size: 14px;
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter {
          float: right; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu {
            min-width: 340px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
          width: auto; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
        padding: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
          padding: 0; }
      .creator_wrap .creater_inner .right_side_wrap .favourite-wrap {
        margin-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
          padding: 0;
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
            height: 238px !important; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img img {
              height: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
            width: 130px;
            height: 130px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap {
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail {
            padding: 10px 0; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
            width: 260px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
            width: calc(100% - 270px); }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter {
            padding-top: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary {
              padding: 0 23px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary-3 {
              padding: 0 23px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
        padding-left: 0px;
        padding-right: 00px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn {
          padding: 0 15px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
            width: 100%;
            float: left;
            padding-bottom: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.poll {
              width: 126px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link {
              padding: 0 30px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
              float: left;
              padding-right: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
                padding: 0 12px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
            width: 100%; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.poll {
              width: calc(100% - 126px); }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
              padding-right: 6px;
              padding-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .search_input_with_btn .form-group .form-control {
              width: 167px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
              float: right; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu {
                min-width: 340px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap {
          margin-bottom: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
            width: 282px !important; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap {
          margin-bottom: 0px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap {
          padding-top: 0;
          padding-bottom: 0; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet {
            padding: 20px 27px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
              width: 100%; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
              width: 100%;
              padding-left: 0px;
              border: 0;
              padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .deatil {
                float: unset; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
            margin-right: 10px;
            margin-top: 6px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown a {
              height: 34px;
              line-height: 34px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .title_on_dash {
            position: relative;
            left: -56px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
            margin-bottom: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
              font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
              font-size: 28px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
                font-size: 25px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
            padding: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left {
              width: 100%;
              height: auto; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right {
              float: left;
              width: 100%;
              padding-right: 20px;
              padding-top: 40px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
                width: 9%; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
                width: auto;
                margin-top: -3px;
                margin-bottom: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
                  font-size: 16px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
                width: 90%; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap {
        padding-top: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
          padding: 0 11px !important;
          font-size: 14px;
          height: 34px !important;
          line-height: 34px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
          padding: 0 11px !important;
          font-size: 14px;
          height: 34px !important; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
          font-size: 16px !important;
          position: relative;
          left: -29px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-group .fc-button-primary {
          padding: 0 4px !important;
          height: 34px !important; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section {
        padding-bottom: 0px !important; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_head {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_head h5 {
            font-size: 24px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head {
            padding: 0; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head h5 {
              font-size: 26px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head .add_poll {
              padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_empt_img {
            padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
          padding: 0 10px;
          padding-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box .last {
              padding-top: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head {
            padding: 0; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head h5 {
              font-size: 24px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
            padding: 0;
            padding-bottom: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
              margin-top: 10px;
              padding: 30px 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
              width: 100%;
              padding-bottom: 15px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
              width: 100%;
              padding-bottom: 45px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
                width: 78%; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
        padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label {
          padding-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label h5 {
            font-size: 24px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label p {
            padding-top: 10px;
            padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message h5 {
          font-size: 22px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back {
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group h5 {
            font-size: 22px; }
      .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met {
        text-align: center; }
        .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
          padding-left: 0; }
          .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .right .deatil {
            float: unset; } }

/* Smaller phones */
@media (max-width: 360px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 20px;
    padding-top: 100px;
    padding-bottom: 60px; }
    .creator_wrap .become-cretor-wrap .become-inner .head {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      height: calc(100% - 390px); }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in.become-in-2 {
        height: calc(100% - 117px); }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle-success {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group {
      padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle-success {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover {
        width: 100%;
        height: 120px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover .edit {
          top: 40%; }
  .creator_wrap .creater_inner {
    display: block; }
    .creator_wrap .creater_inner .right_side_wrap {
      width: 100%;
      margin-bottom: 10px; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum {
        border-top: 1px solid #999999;
        padding-top: 20px;
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
          font-size: 23px; }
      .creator_wrap .creater_inner .right_side_wrap .copy-right {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        position: unset; }
        .creator_wrap .creater_inner .right_side_wrap .copy-right p {
          font-weight: 400;
          font-size: 14px; }
      .creator_wrap .creater_inner .right_side_wrap .head-main {
        border-top: 1px solid #000000; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
          height: 160px; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
            height: 100%; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
          width: 140px;
          height: 140px; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
        padding: 0px 20px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl {
          padding-bottom: 0px;
          margin-bottom: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead tr td {
            white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
            white-space: nowrap; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box {
              float: unset; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead tr th {
          font-size: 14px;
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter {
          float: right; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu {
            min-width: 305px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
          width: auto; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
        padding: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
          padding: 0; }
      .creator_wrap .creater_inner .right_side_wrap .favourite-wrap {
        margin-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
          padding: 0;
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
            height: 230px !important; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img img {
              height: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
            width: 130px;
            height: 130px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail {
            padding: 10px 0; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
            width: 260px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
            width: calc(100% - 270px); }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter {
            padding-top: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary {
              padding: 0 23px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary-3 {
              padding: 0 23px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
        padding-left: 0px;
        padding-right: 00px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn {
          padding: 0 15px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
            width: 100%;
            float: left;
            padding-bottom: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
              display: block;
              content: "";
              clear: both; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.poll {
              width: 126px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.ltd .nav-tabs .nav-item .nav-link {
              padding: 0 22px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
              float: left;
              padding-right: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
                padding: 0 12px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
            width: 100%; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.poll {
              width: calc(100% - 126px); }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
              padding-right: 6px;
              padding-bottom: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .search_input_with_btn .form-group .form-control {
              width: 150px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
              float: right; }
              .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu {
                min-width: 305px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap {
          margin-bottom: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
            width: 234px !important; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .video-mains-wrap {
          margin-bottom: 0px; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard {
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap {
          padding-top: 0;
          padding-bottom: 0; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet {
            padding: 20px 27px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
              width: 100%; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
              width: 100%;
              padding-left: 0px;
              border: 0;
              padding-top: 10px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .deatil {
                float: unset; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
            margin-right: 10px;
            margin-top: 6px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown a {
              height: 34px;
              line-height: 34px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .title_on_dash {
            position: relative;
            left: -56px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
            margin-bottom: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
              font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
              font-size: 28px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
                font-size: 25px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
            padding: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left {
              width: 100%;
              height: auto; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right {
              float: left;
              width: 100%;
              padding-right: 20px;
              padding-top: 40px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
                width: 9%; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
                width: auto;
                margin-top: -3px;
                margin-bottom: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
                  font-size: 16px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
                width: 90%; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap {
        padding-top: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
          padding: 0 8px !important;
          font-size: 14px;
          height: 34px !important;
          line-height: 34px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
          padding: 0 11px !important;
          font-size: 14px;
          height: 34px !important; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
          font-size: 13px !important;
          position: relative;
          left: -29px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-group .fc-button-primary {
          padding: 0 4px !important;
          height: 34px !important; }
      .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section {
        padding-bottom: 0px !important; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_head {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_head h5 {
            font-size: 23px !important;
            font-weight: 600; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head {
            padding: 0; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head h5 {
              font-size: 26px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_head .add_poll {
              padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created .poll_empt_img {
            padding-bottom: 60px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form {
          padding: 0 10px;
          padding-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .poll_created_form .form_area .form_box {
            padding-top: 30px; }
        .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head {
            padding: 0; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_head h5 {
              font-size: 24px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap {
            padding: 0;
            padding-bottom: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area {
              margin-top: 10px;
              padding: 30px 20px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .content p {
                font-size: 16px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under {
                margin-top: 20px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main {
                  padding: 10px 0px; }
                  .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poller .anser_pol_wrap .poll_area .poll_inner_area .poll_area_under .poll_bar_main .btn-checkbox .active_border .left p {
                    font-size: 12px; }
          .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area {
            padding-top: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back {
              padding: 20px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .left {
                width: 100%;
                padding-bottom: 15px; }
              .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right {
                width: 100%;
                padding-bottom: 45px; }
                .creator_wrap .creater_inner .right_side_wrap .poll_wrap_section .active_poll .poll_history .history_area .poll_history_scrl .poll_inner_back .right .poll_views .levels .progresse-bar {
                  width: 70%; }
      .creator_wrap .creater_inner .right_side_wrap .subscribe_creator {
        padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label {
          padding-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label h5 {
            font-size: 24px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .head_label p {
            padding-top: 10px;
            padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .message h5 {
          font-size: 22px; }
        .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back {
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .subscribe_creator .feed_back .form-group h5 {
            font-size: 22px; }
      .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .eft {
        top: 20px !important;
        right: 5px !important; }
        .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .eft i {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 12px; }
      .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .right .deatil {
        float: unset; } }

/* Smaller phones */
@media (max-width: 320px) {
  .creator_wrap .become-cretor-wrap {
    padding: 140px 20px;
    padding-top: 100px;
    padding-bottom: 60px; }
    .creator_wrap .become-cretor-wrap .become-inner .head {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in {
      height: calc(100% - 390px); }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .become-in.become-in-2 {
        height: calc(100% - 117px); }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-head-line.bar-circle-success {
      padding-left: 30px; }
    .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group {
      padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle-success {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group.bar-circle {
        padding-left: 30px; }
      .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover {
        width: 100%;
        height: 120px; }
        .creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo .img-box.cover .edit {
          top: 40%; }
  .creator_wrap .creater_inner {
    display: block; }
    .creator_wrap .creater_inner .right_side_wrap {
      width: 100%;
      margin-bottom: 10px; }
      .creator_wrap .creater_inner .right_side_wrap .head-crum {
        border-top: 1px solid #999999;
        padding-top: 20px;
        padding-bottom: 20px; }
        .creator_wrap .creater_inner .right_side_wrap .head-crum h4 {
          font-size: 23px; }
      .creator_wrap .creater_inner .right_side_wrap .copy-right {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        position: unset; }
        .creator_wrap .creater_inner .right_side_wrap .copy-right p {
          font-weight: 400;
          font-size: 14px; }
      .creator_wrap .creater_inner .right_side_wrap .head-main {
        border-top: 1px solid #000000; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-img {
          height: 160px; }
          .creator_wrap .creater_inner .right_side_wrap .head-main .head-img img {
            height: 100%; }
        .creator_wrap .creater_inner .right_side_wrap .head-main .head-vre .head-user-img {
          width: 140px;
          height: 140px; }
      .creator_wrap .creater_inner .right_side_wrap .transaction-wrap {
        padding: 0px 20px; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl {
          padding-bottom: 0px;
          margin-bottom: 0px; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table thead tr td {
            white-space: nowrap; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
            white-space: nowrap; }
            .creator_wrap .creater_inner .right_side_wrap .transaction-wrap.rating-tbl .inner_dashboard .table_rows_area .table-responsive .table tbody tr td .name .img-box {
              float: unset; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table thead tr th {
          font-size: 14px;
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .table_rows_area .table-responsive .table tbody tr td {
          white-space: nowrap; }
        .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter {
          float: right; }
          .creator_wrap .creater_inner .right_side_wrap .transaction-wrap .inner_dashboard .filter ul li .dropdown-menu {
            min-width: 305px; }
      .creator_wrap .creater_inner .right_side_wrap .form-tabnt {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .nav .nav-link {
          width: auto; }
        .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard {
          padding: 0 10px;
          padding-top: 40px;
          padding-bottom: 30px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .bte .btn-primary {
            padding: 0 20px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account {
            text-align: center; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .left {
              float: none; }
            .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .add-account .right {
              padding-top: 20px;
              float: none; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont h4 {
            font-size: 16px; }
          .creator_wrap .creater_inner .right_side_wrap .form-tabnt .tab-content .creator_dashboard .my_detail .detail_area .form-group .what-your-cont textarea {
            margin-top: 20px;
            margin-bottom: 0; }
      .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap {
        padding: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .page-setting-wrap .page-set-inner .form-group .setting-types {
          padding: 0; }
      .creator_wrap .creater_inner .right_side_wrap .favourite-wrap {
        margin-bottom: 0; }
        .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner {
          padding: 0;
          padding-top: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img {
            height: 200px !important; }
            .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .box-img img {
              height: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .favourite-wrap .favt-inner .box-full .fvt-inner-detail .user-img {
            width: 130px;
            height: 130px; }
      .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap {
        padding-bottom: 80px; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner {
          padding: 0; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail {
            padding: 10px 0; }
        .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard {
          padding: 0 10px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .left {
            width: 260px; }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group .benfit .right {
            width: calc(100% - 270px); }
          .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter {
            padding-top: 50px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary {
              padding: 0 23px; }
            .creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .dlter .btn-primary-3 {
              padding: 0 23px; }
      .creator_wrap .creater_inner .right_side_wrap .rating_wrap {
        padding-left: 0px;
        padding-right: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn::after {
          display: block;
          content: "";
          clear: both; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left {
          width: 100%;
          float: left;
          padding-bottom: 20px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left::after {
            display: block;
            content: "";
            clear: both; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left.poll {
            width: 126px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit {
            float: left;
            padding-right: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .left .lit .btn-primary-3 {
              padding: 0 12px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right {
          width: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.poll {
            width: calc(100% - 126px); }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .lit {
            padding-right: 6px;
            padding-bottom: 10px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right.scd .search_input_with_btn .form-group .form-control {
            width: 120px; }
          .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter {
            float: right;
            padding-left: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .search_btn .right .filter ul li .dropdown-menu {
              min-width: 305px; }
        .creator_wrap .creater_inner .right_side_wrap .rating_wrap .rating_inner .listen-mains-wrap .audio-box .sound audio {
          width: 234px !important; }
      .creator_wrap .creater_inner .right_side_wrap .main_dashboard {
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap {
          padding-top: 0;
          padding-bottom: 0; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .left {
            width: 100%; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right {
            width: 100%;
            padding-left: 0px;
            border: 0;
            padding-top: 10px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .metting-setip .fix-meet .under-met .right .deatil {
              float: unset; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard {
            margin-right: 10px;
            margin-top: 6px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .select_dropdown_dashboard .dropdown a {
              height: 34px;
              line-height: 34px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .revenue_row .revenue_box .title_on_dash {
            position: relative;
            left: -56px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left {
            margin-bottom: 30px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .member-pic p {
              font-size: 14px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 {
              font-size: 28px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .member-inner .members-first-one .left .count h4 i {
                font-size: 25px; }
          .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner {
            padding: 20px; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .left {
              width: 100%;
              height: auto; }
            .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right {
              float: left;
              width: 100%;
              padding-right: 20px;
              padding-top: 40px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .box {
                width: 9%; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star {
                width: auto;
                margin-top: -3px;
                margin-bottom: 10px; }
                .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .star ul li i {
                  font-size: 16px; }
              .creator_wrap .creater_inner .right_side_wrap .main_dashboard .members_innber .members-wrap .Customer_satisfaction .inner .right .levels .progresse-bar {
                width: 90%; }
      .creator_wrap .creater_inner .right_side_wrap .schdule-wrap {
        padding-top: 0;
        padding-bottom: 0px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .add .btn-primary {
          padding: 0 11px !important;
          font-size: 14px;
          height: 34px !important;
          line-height: 34px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-primary {
          padding: 0 11px !important;
          font-size: 14px;
          height: 34px !important; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-toolbar-title {
          font-size: 12px !important;
          position: relative;
          left: -31px; }
        .creator_wrap .creater_inner .right_side_wrap .schdule-wrap .schdule_inner_area .fc .fc-button-group .fc-button-primary {
          padding: 0 4px !important;
          height: 34px !important; }
      .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met {
        text-align: center; }
        .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .right {
          padding-left: 0; }
          .creator_wrap .creater_inner .right_side_wrap .my_detail .detail_area .bank-details .bank-details-block .under-met .right .deatil {
            float: unset; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.why-join-us-inner {
  padding-bottom: 90px; }
  .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
    padding: 0 40px;
    padding-top: 20px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-top: 10px;
    max-height: 900px;
    overflow: auto;
    height: auto; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-webkit-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #c9c9c3; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-moz-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #c9c9c3; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-moz-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #c9c9c3; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-ms-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #c9c9c3; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-o-scrollbar {
      width: 10px;
      border-radius: 10px;
      background-color: #c9c9c3; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-webkit-scrollbar-track {
      border-radius: 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-moz-scrollbar-track {
      border-radius: 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-moz-scrollbar-track {
      border-radius: 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-ms-scrollbar-track {
      border-radius: 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-o-scrollbar-track {
      border-radius: 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-webkit-scrollbar-thumb {
      background: #575c3a;
      border-radius: 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-webkit-scrollbar-thumb:hover {
        background: #575c3a; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-moz-scrollbar-thumb {
      background: #575c3a;
      border-radius: 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap::-moz-scrollbar-thumb:hover {
        background: #575c3a; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-moz-scrollbar-thumb {
      background: #575c3a;
      border-radius: 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-moz-scrollbar-thumb:hover {
        background: #575c3a; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-ms-scrollbar-thumb {
      background: #575c3a;
      border-radius: 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-ms-scrollbar-thumb:hover {
        background: #575c3a; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-o-scrollbar-thumb {
      background: #575c3a;
      border-radius: 10px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap:-o-scrollbar-thumb:hover {
        background: #575c3a; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap {
      background-color: #ffffff;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
      border-radius: 20px;
      margin-bottom: 30px;
      background-color: #ffffff; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box {
        padding: 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-bottom: 30px;
        text-align: center;
        background-color: #575c3a; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box .date {
          font-size: 14px;
          color: #ffffff;
          padding-top: 10px; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .inner_box .name {
          font-size: 22px;
          color: #ffffff;
          font-weight: 600;
          margin-top: 6px;
          padding-bottom: 16px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head span {
        font-size: 22px;
        padding-bottom: 18px;
        font-weight: 600; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head span a {
          border-radius: 20px;
          color: #ffffff;
          height: 28px;
          line-height: 28px;
          padding: 0 20px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top: 15px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 {
        font-size: 14px;
        padding-top: 10px; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 i {
          font-size: 23px; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .head h4 span {
          padding-left: 4px;
          font-size: 27px;
          font-weight: 600; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 40px 20px;
        padding-top: 30px; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li {
          padding-bottom: 20px;
          padding-left: 16px; }
          .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p {
            position: relative;
            font-size: 14px;
            padding-left: 26px; }
            .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after {
              position: absolute;
              content: "\f00c";
              left: 0;
              top: 0;
              font-family: 'Font Awesome 5 Pro';
              color: #575c3a;
              font-size: 16px;
              padding-top: 0px;
              font-weight: 700; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
    padding: 0 10px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
      padding: 40px 0; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h4 {
        padding-left: 16px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
    padding: 0 10px;
    padding-top: 15px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
      padding: 40px 0; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h4 {
        padding-left: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .why-join-us-inner {
    padding-bottom: 30px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px;
      padding-top: 15px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 40px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h4 {
          padding-left: 16px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .why-join-us-inner {
    padding-bottom: 0px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px;
      padding-top: 15px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h4 {
          padding-left: 16px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .why-join-us-inner {
    padding-bottom: 0px; }
    .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap {
      padding: 0 10px;
      padding-top: 15px; }
      .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail {
        padding: 20px 0; }
        .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail h4 {
          padding-left: 16px; } }

/* Smaller phones */
@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

:root .scrollbar-thumb {
  background: #575c3a;
  border-radius: 10px; }
  :root .scrollbar-thumb:hover {
    background: #575c3a; }

:root .scrollbar-track {
  border-radius: 10px; }

:root .scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #c9c9c3; }

.succuess_section {
  padding-top: 150px;
  padding-bottom: 80px;
  margin: 0 auto;
  text-align: center; }
  .succuess_section .succes_inner {
    padding: 70px 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    border-radius: 15px; }
    .succuess_section .succes_inner .sign i {
      font-size: 90px;
      color: #575c3a; }
    .succuess_section .succes_inner .dspt {
      padding: 30px 0; }
      .succuess_section .succes_inner .dspt h5 {
        font-size: 40px;
        padding-bottom: 20px; }
      .succuess_section .succes_inner .dspt p {
        font-size: 14px;
        color: #757575; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .succuess_section {
    padding-top: 134px;
    padding-bottom: 56px; }
    .succuess_section .succes_inner {
      padding: 35px 30px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .succuess_section {
    padding-top: 134px;
    padding-bottom: 56px; }
    .succuess_section .succes_inner {
      padding: 35px 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .succuess_section {
    padding-top: 112px;
    padding-bottom: 56px; }
    .succuess_section .succes_inner {
      padding: 35px 30px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .succuess_section {
    padding-top: 112px;
    padding-bottom: 56px; }
    .succuess_section .succes_inner {
      padding: 35px 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .succuess_section {
    padding-top: 100px;
    padding-bottom: 40px; }
    .succuess_section .succes_inner {
      padding: 25px 20px; } }

/* Smaller phones */
