/*
:'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
'##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
 ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
 ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
 ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
 ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
. ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
:......::::........::..::::..::........::..:::::..::..:::::..::........::
General Here*/
@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular.eot');
  src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Regular.woff2') format('woff2'),
    url('../fonts/WorkSans-Regular.woff') format('woff'),
    url('../fonts/WorkSans-Regular.ttf') format('truetype'),
    url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSans-Thin';
  src: url('../fonts/WorkSans-Thin.eot');
  src: url('../fonts/WorkSans-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Thin.woff2') format('woff2'),
    url('../fonts/WorkSans-Thin.woff') format('woff'),
    url('../fonts/WorkSans-Thin.ttf') format('truetype'),
    url('../fonts/WorkSans-Thin.svg#WorkSans-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSans-Light';
  src: url('../fonts/WorkSans-Light.eot');
  src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Light.woff2') format('woff2'),
    url('../fonts/WorkSans-Light.woff') format('woff'),
    url('../fonts/WorkSans-Light.ttf') format('truetype'),
    url('../fonts/WorkSans-Light.svg#WorkSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff'),
        url('../fonts/WorkSans-Medium.ttf') format('truetype'),
        url('../fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/WorkSans-SemiBold.eot');
    src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/WorkSans-SemiBold.woff') format('woff'),
        url('../fonts/WorkSans-SemiBold.ttf') format('truetype'),
        url('../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html, body {
  padding: 0;
  margin: 0;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  background: #F9F9F9;
  color: #333;
  padding-right: 0 !important;
}

html {
  height: calc(100% - 70px);
  box-sizing: border-box;
}

body {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  padding-bottom: 8rem;
}

h1 {
  font-family: 'WorkSans-Thin';
  font-size: 32px;
  letter-spacing: -1px;
}

h2 {
  font-family: 'WorkSans-Light';
  font-size: 24px;
  letter-spacing: -0.4px;
}

h3 {
  font-family: 'WorkSans-Light';
  font-size: 20px;
  /*letter-spacing: -0.3px; */
}

h4 {
  font-family: 'WorkSans-Regular';
  font-size: 20px;
  /*letter-spacing: -0.2px; */
}

h5 {
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  /*letter-spacing: -0.2px; */
}

h6 {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  /*letter-spacing: 0px;*/
  text-transform: uppercase;
}

/*Classes Show Hidden*/
.show {
  display: block !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter-criteria>div:last-child {
  margin-bottom: 0px;
}

.clear-tags {
  margin-bottom: 10px;
  cursor: Pointer !important;
  border: none !important;
  background-color: #F9F9F9 !important;
}

.clear-tags:hover {
  color: #61A343;
}

.filter-tags:hover i.fa-close {
  color: #000;
}

/* Justified gallery hover caption animation*/
.justified-gallery>a>.caption.caption-visible, .justified-gallery>div>.caption.caption-visible {
  opacity: 0.7 !important;
  bottom: 0 !important;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}

.justified-gallery>a>.caption, .justified-gallery>div>.caption {
  display: initial !important;
  opacity: 0 !important;
  bottom: -10px !important;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}

/*
'##::::'##:'########:'##::: ##:'##::::'##:
 ###::'###: ##.....:: ###:: ##: ##:::: ##:
 ####'####: ##::::::: ####: ##: ##:::: ##:
 ## ### ##: ######::: ## ## ##: ##:::: ##:
 ##. #: ##: ##...:::: ##. ####: ##:::: ##:
 ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
 ##:::: ##: ########: ##::. ##:. #######::
..:::::..::........::..::::..:::.......:::
Menu Here*/
div#myMenu {
  position: absolute;
  top: 0px;
  float: left;
  width: 100%;
  z-index: 302;
}

div#myMenu .bg-inverse {
  background-color: rgba(41, 43, 44, 0) !important;
}

div#myMenu header.cd-header {
  border: 0px;
  height: 60px;
}

div#myMenu .cd-secondary-nav {
  right: 0px;
}

div#myMenu .cd-primary-nav-trigger-search i {
  position: relative;
  left: 50%;
  top: 50%;
}

div#myAffix {
  z-index: 1000;
  float: left;
  height: 70px;
  background: #ffffff;
  border-bottom: 1px solid #E5E5E5;
}

div#myAffix form.search-box-area .search-input-box input[type="text"] {
  background: #fff;
  border-radius: 5px;
  border: none;
  Font-size: 14px;
  font-family: 'WorkSans-SemiBold';
}

div#myAffix form.search-box-area .search-input-box {
  width: calc(100% - 0% - 50px);
  padding: 0px !important;
  border: 1px solid #e5e5e5;
}

div#myAffix .cd-secondary-nav a {
  display: inline-block;
  color: black;
  text-transform: capitalize;
  font-weight: 700;
}

div#myAffix form.search-box-area {
  margin: 10px 156px;
  max-width: 450px;
  border: 0px solid #E5E5E5;
  background-color: #fff;
  height: 50px;
  left: 0px;
  border-radius: 5px;
}

div#myAffix form.search-box-area .search-icon {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background: none;
  border: 1px solid #e5e5e5;
}

div#myAffix .cd-primary-nav-trigger-search {
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

div#myAffix .cd-primary-nav-trigger-search i {
  position: relative;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

div#myAffix .cd-primary-nav-trigger {
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
}

div#myAffixHome {
  z-index: 1000;
  float: left;
  height: 70px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

div#myAffixHome .navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  padding-left: 30px;
}

div#myAffixHome form.search-box-area .search-input-box input[type="text"] {
  border-radius: 5px;
  border: none;
  Font-size: 14px;
  font-family: 'WorkSans-SemiBold';
}

div#myAffixHome form.search-box-area .search-input-box {
  width: calc(100% - 0% - 50px);
  padding: 0px !important;
  border: 1px solid #e5e5e5;
}

div#myAffixHome .cd-secondary-nav a {
  font-family: 'WorkSans-Medium';
  display: inline-block;
  color: white;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: normal;
}

div#myAffixHome form.search-box-area {
  margin: 10px 156px;
  max-width: 450px;
  border: 0px solid #E5E5E5;
  background-color: #fff;
  height: 50px;
  left: 0px;
  border-radius: 5px;
}

div#myAffixHome form.search-box-area .search-icon {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background: none;
  border: 1px solid #e5e5e5;
}

div#myAffixHome .cd-primary-nav-trigger-search i {
  position: relative;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

div#myAffixHome .cd-primary-nav-trigger {
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
}

div#myAffixHome .cd-primary-nav-trigger-search {
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #FFFFFF;
  border-left: 1px solid #E5E5E5;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}

div#myAffixHome .dropdown-toggle.collapsed::after, div#myAffixHome .dropdown-toggle::after {
  position: absolute;
  left: 40px;
  top: 0px;
}

div#myAffixHome .dropdown:hover .dropdown-menu {
  display: block;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li {
  position: relative;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>a {
  color: #4A4A4A;
  font-family: 'WorkSans-Regular';
  font-weight: normal;
  font-size: 14px;
  width: 100%;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:nth-child(1) {
  min-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.avatar-wrapper {
  min-width: 5px;
  min-height: 5px;
  float: left;
  margin-left: auto;
  text-align: center;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper {
  width: calc(100% - 50px);
  float: left;
  margin-right: auto;
  margin-left: 5px;
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper a:nth-child(1) {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  color: #4A4A4A !important;
  position: absolute;
  width: 100%;
  line-height: 20px;
  display: block;
  top: 13px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 80px);
}

div#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper a:nth-child(2) {
  font-family: 'WorkSans-Medium';
  font-size: 11px;
  color: #9B9B9B !important;
  position: absolute;
  z-index: 1;
  line-height: 20px;
  display: block;
  top: 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 80px);
  text-transform: none !important;
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:not(:first-child)>a:hover,
#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:not(:first-child)>a.active {
  color: #61A343 !important;
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>a>img {
  border-radius: 50%;
  object-fit: cover;
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:nth-child(1)>div.avatar-wrapper>img {
  border-radius: 50%;
  object-fit: cover;
}

img.img-logo {
  width: 110px;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  padding-left: 30px;
}

.navbar-brand {
  margin-right: 30px;
}

.blue-menu {
  color: #166fa8 !important;
}

.green-menu {
  color: #61A343 !important;
}

.grey-menu {
  color: #9B9B9B !important;
}

div#div_autocomplete {
  color: #333;
  width: 100%;
  background: #fff;
}

ul.navbar-nav {
  font-family: 'WorkSans-Medium';
}

ul.suggest {
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px 18px;
  margin: -1px;
  display: none;
  width: calc(100% + 2px);
}

ul.suggest li {
  text-decoration: none;
  list-style: none;
  padding: 10px 0px;
  Font-size: 14px;
  Font-family: 'WorkSans-Medium';
}

img.suggest-img {
  width: 25px;
  padding: 0px 0px;
  margin-right: 30px;
}

.search-icon img {
  width: 22px;
  margin: 15px 14px 14px 19px;
}

/*
'##::::'##:'########::::'###::::'########::'########:'########::
 ##:::: ##: ##.....::::'## ##::: ##.... ##: ##.....:: ##.... ##:
 ##:::: ##: ##::::::::'##:. ##:: ##:::: ##: ##::::::: ##:::: ##:
 #########: ######:::'##:::. ##: ##:::: ##: ######::: ########::
 ##.... ##: ##...:::: #########: ##:::: ##: ##...:::: ##.. ##:::
 ##:::: ##: ##::::::: ##.... ##: ##:::: ##: ##::::::: ##::. ##::
 ##:::: ##: ########: ##:::: ##: ########:: ########: ##:::. ##:
..:::::..::........::..:::::..::........:::........::..:::::..::
Header Here*/

.bg-sample {
  background: url(../img/bg-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cta {
  height: 100vh;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.tagline {
  float: none;
  padding: 20px;
  max-width: 100%;
  background: rgba(7, 0, 0, 0.4);
  text-align: center;
  color: #FFF;
}

form.search-box-area {
  margin: 0 auto;
  max-width: 700px;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  height: 50px;
}

form.search-box-area .search-icon {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background: none;
  border: none;
}

form.search-box-area .search-input-box {
  padding: 0 5px;
}

form.search-box-area .search-input-box input[type="text"] {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  width: 100%;
  height: 48px;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

form.search-box-area .search-option {
  padding: 0;
  border-left: 1px solid #E5E5E5;
}

form.search-box-area .search-option .cs-select span {
  font-family: 'WorkSans-Regular';
  font-size: 12px;
  color: #333;
  padding-top: 13px;
  padding-bottom: 20px;
  height: 48px;
  width: 160px;
  padding-right: 10px;
  margin-right: 0px;
}

#formHome form.search-box-area div.cs-skin-elastic {
  background: transparent;
  /* font-size: 1.5em; */
  font-weight: 700;
  color: #5b8583;
  width: 100%;
  height: 48px;
}

#formHome>div.search-option>div>span,
#formHome>div.search-option>div>div>ul>li>span,
#formHome>div.search-option>div>select {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  font-weight: normal;
}

#formHome>div.search-option>div>div>ul>li:nth-child(1) {
  background: url(../img/svg/photo.svg) no-repeat;
  background-position: 17px 13px
}

#formHome>div.search-option>div>div>ul>li:nth-child(1) span {
  padding-left: 55px;
}

#formHome>div.search-option>div>div>ul>li:nth-child(2) {
  background: url(../img/svg/icon-pro-grey.svg) no-repeat;
  background-position: 15px 10px
}

#formHome>div.search-option>div>div>ul>li:nth-child(2) span {
  padding-left: 55px;
}

#section h3.title {
  font-size: 24px !important;
  font-family: 'WorkSans-Regular';
}

/*
:'######:::'#######::'##::: ##:'########:'########:'##::: ##:'########:
'##... ##:'##.... ##: ###:: ##:... ##..:: ##.....:: ###:: ##:... ##..::
 ##:::..:: ##:::: ##: ####: ##:::: ##:::: ##::::::: ####: ##:::: ##::::
 ##::::::: ##:::: ##: ## ## ##:::: ##:::: ######::: ## ## ##:::: ##::::
 ##::::::: ##:::: ##: ##. ####:::: ##:::: ##...:::: ##. ####:::: ##::::
 ##::: ##: ##:::: ##: ##:. ###:::: ##:::: ##::::::: ##:. ###:::: ##::::
. ######::. #######:: ##::. ##:::: ##:::: ########: ##::. ##:::: ##::::
:......::::.......:::..::::..:::::..:::::........::..::::..:::::..:::::
Content Here */
section#content {
  background: #ffffff;
}

#content .head-box {
  padding: 20px;
  text-align: center;
}

#content h4.desc {
  font-family: 'WorkSans-Light';
  letter-spacing: -0.2;
  text-align: center;
}

#select-option-home .select-with-border {
  border: 1px solid #E5E5E5;
  padding: 0px !important;
}

#select-option-home .cs-select span {
  font-family: 'WorkSans-Thin';
  color: #333;
  padding: 10px 30px !important;
}

.mybtn-green {
  padding: 10px 15px;
  background: #61A343;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.mybtn-green:hover {
  padding: 10px 15px;
  background: #61A343;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.mybtn-green.btn-center.blue-search:hover {
  background-color: #155A98;
}

.not-loaded {
  background: #f9f9f9;
}

.card-title {
  font-family: 'WorkSans-Light';
  line-height: 20px;
  color: #61A343;
  text-align: center;
}

.editorPick img.card-img-top.not-loaded {
  width: 100%;
}

.head-box {
  text-align: center;
  padding: 20px;
}

.editor-row-pick {
  margin-bottom: 30px;
}

.mybtn-green-revert-white {
  padding: 10px 30px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #61A343;
  border-radius: 3px;
  border: 1px solid #61A343;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
}

.mybtn-green-revert-white:hover {
  padding: 10px 30px;
  background: #FFFFFF;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #61A343;
  border-radius: 3px;
  border: 1px solid #61A343;
}

.btn-row {
  margin-bottom: 30px;
  margin-top: 15px;
}

.btn-float-right {
  text-align: center;
}

.mybtn-blue {
  padding: 10px 15px;
  background: #155A98;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.btn-float-left {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mybtn-white {
  padding: 10px 15px;
  background: #FFFFFF;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  text-decoration: none;
  color: #9B9B9B;
  border-radius: 4px;
  border: 1px solid #9B9B9B;
}

section#grid-gallery-home {
  padding: 20px;
  background: #fff;
  max-width: 100%;
}

.card-profile-title {
  font-family: 'WorkSans-Light';
  line-height: 26px;
  color: #4a4a4a;
  text-align: center;
}

p.card-profile-info {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  color: #9B9B9B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.btn-float-right {
  text-align: center;
}

.mybtn-blue:hover {
  padding: 10px 15px;
  background: #155A98;
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-text {
  font-family: 'WorkSans-Light';
  font-size: 14px;
  color: #333;
}

.mobile-filter-menu {
  font-family: 'WorkSans-Regular';
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.card-img-profile {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 10px 0px 10px 0px;
  object-fit: cover;
}

#profesional-photos .not-loaded {
  height: auto !important;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.sb-search .sb-search-input {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0px;
  outline: none;
  background: #FFF;
  border: 1px solid #e5e5e5;
  width: calc(100% - 70px);
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 0 3px 0px 0px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 0px;
  -webkit-appearance: none;
}

.sb-search-submit {
  background: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

button.formbutton, .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

button.formbutton {
  color: #333;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  z-index: 90;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
  /* border: 0; */
  height: 50px;
}

button.formbutton, .sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

#maincont #signupform {
  margin: 0 auto 20px auto;
  width: 80%;
}

.sb-search {
  position: relative;
  width: 0px;
  min-width: 50px;
  height: 50px;
}

#search-box-affix ul.suggest {
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 0px 0px;
  margin-top: 40px;
  display: none;
  width: calc(100% - 30px);
}


#search-box-affix>ul>li {
  padding-left: 30px;
  cursor: pointer;
}

#search-box-affix>ul>li:hover {
  background-color: #F9F9F9;
}

#search-box-affix>ul>li.selected {
  background-color: #F9F9F9;
}

#search-box-affix {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

#search-box-affix.long {
  width: calc(100% - 140px) !important;
}

button.formbutton span {
  font-size: 19px;
}

form#search-box-affix {
  position: absolute;
  left: 135px;
  top: 50%;
  margin-top: -20px;
}

.mobile-search-box .sb-search {
  width: 100%;
}

.mobile-search-box {
  margin-bottom: 10px;
}

.nav-link {
  display: block;
  padding: 0;
  text-align: center;
}

.blue-search {
  background: #155A98;
}

.profesional-photo .card {
  padding: 0px 20px;
}

.full-widht {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

h1.page-title {
  margin: 30px 0px;
}

p.description {
  line-height: 30px;
  font-family: WorkSans-Medium;
}

.form-group label {
  font-family: WorkSans-Medium;
}

label#cancel-forgot {
  padding: 20px 0px;
  font-family: WorkSans-Medium;
  cursor: pointer;
}

.has-danger small.help-block {
  color: #d9534f;
  font-size: 15px;
}

p.description-sign2 {
  font-size: 20px;
}

.row.sign-up-4 {
  margin-top: 40px;
}

.sign-up-4 .card {
  border: none;
}

h3.card-title.blue-menu {
  font-family: 'WorkSans-Regular';
  font-size: 20px;
}

div.quiz-like-or-not {
  background: #fff;
  padding: 20px;
  margin: 20px auto;
}

.question {
  vertical-align: middle;
  text-align: right;
  width: 100%;
}

span.skip {
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: #9B9B9B;
}

span.page-preference {
  position: absolute;
  bottom: 0px;
  right: 20px;
  color: #9B9B9B;
}

.question span {
  vertical-align: middle;
  margin: auto 0px;
  display: inline-block;
  padding-left: 20px;
}

.col-12.grid-image {
  margin: 20px 0px;
  padding: 0px;
}

h1.page-title {
  width: 100%;
}

.card-footer {
  background: none;
  border: 0px;
}

p.card-text {
  font-size: 16px;
  font-family: 'WorkSans-Light';
}

.not-found {
  background: #fff !important;
}

.not-found form#formLogin {
  background: #FFF;
  border: 0px solid #E5E5E5;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.privacy-policy {
  padding: 20px 0px;
}

.privacy-policy h2 {
  padding: 10px 0px;
}

.privacy-policy ul {
  -webkit-padding-start: 20px;
}

.tag-privacy p {
  font-size: 16px;
}

.privacy-policy p {
  margin-bottom: 30px;
  line-height: 25px;
}

span.name-photo {
  display: block;
  font-size: 16px;
  font-family: WorkSans-Medium;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 13px;
}

.icon-hover {
  height: 100%;
  padding: 10px 5px 0px 5px;
  text-align: right;
  width: 60px !important;
  display: flex;
}

.title-caption {
  width: calc(100% - 60px);
}

.icon-hover a i {
  cursor: pointer;
}

span.category-photo {
  color: #9B9B9B;
  font-family: WorkSans-Regular;
  padding-left: 10px;
  padding-top: 0px;
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


input[type=checkbox] {
  visibility: hidden;
}

/* SQUARED THREE */
.squaredThree {
  position: relative;
}

.squaredThree span {
  padding-left: 25px;
  display: block;
}

#photoFilterModal .squaredThree span.color-desc {
  padding-left: 55px;
  display: block;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
  box-shadow: none;
  border: 1px solid #e5e5e5;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(top, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid #61a343;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/* ROUNDED ONE */
.roundedOne {
  width: 16px;
  height: 16px;
  background: #fcfff4;
  margin: 10px auto;
  margin-top: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-flex;
  left: 0px;
  top: 0px;
}

#photoSearchModal .roundedOne {
  width: 16px;
  height: 16px;
  background: #fcfff4;
  margin: 20px auto;
  margin-top: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-flex;
  left: 20px;
  top: 0px;
  /* font-family: 'WorkSans-Regular' !important; */
  /* font-size: 14px !important; */
  font-weight: normal !important;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 0px;
  top: -5px;
  /*background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(top, #fff 0%, #fff 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}

#photoSearchModal .roundedOne label {
  top: -2px;
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #61a343;
  background: -webkit-linear-gradient(top, #61a343 0%, #61a343 100%);
  background: -moz-linear-gradient(top, #61a343 0%, #61a343 100%);
  background: -o-linear-gradient(top, #61a343 0%, #61a343 100%);
  background: -ms-linear-gradient(top, #61a343 0%, #61a343 100%);
  background: linear-gradient(top, #61a343 0%, #61a343 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 7px;
  left: 2px;
  left: 1.6px;
}

#photoSearchModal .roundedOne label:after {
  top: 4.4px;
  left: 1.8px;
}

input.form-check-input[type='radio']:after {
  background: url(../img/icon/radio-off-2x.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
}

input.form-check-input[type='radio']:checked:after {
  background: url(../img/icon/radio-on-2x.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #61A343;
  content: '';
  display: inline-block;
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=radio]:checked+label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.roundedOne span {
  margin-left: 28px;
  font-size: 16px;
  white-space: nowrap;
}

#photoSearchModal .roundedOne span {
  margin-left: 24px;
  font-size: 16px;
  white-space: nowrap;
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.filter-criteria .sprite {
  left: 35px;
}

#filterColor .squaredThree span, #filterColorMobile .squaredThree span {
  padding-left: 50px;
}

i.erase-filter {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -2px;
  font-size: 15px;
  color: #CCCCCC;
}

#selected-filter span.filter-tags {
  padding: 5px 10px;
}

div#section-mobile-title.fixed {
  margin-top: 50px;
  width: 100%;
  position: fixed;
  z-index: 100;
}

div#section-mobile-title {
  margin-top: 50px;
}

#section-photos {
  padding-top: 100px;
}

.sortBy {
  background: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.imgLP {
  height: calc(100vh);
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.imgContainer {
  vertical-align: middle;
  height: auto;
}

.setImgContainer {
  display: inline-block;
  height: calc(100vh);
}

.setImgContainerLandscape {
  position: relative;
  vertical-align: middle !important;
  width: 100% !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* vendor prefixes omitted due to brevity */
}

.imgContainer>* {
  vertical-align: middle;
  line-height: normal;
}

img.detailModalPhoto {
  max-width: 100%;
  max-height: 100%;
}

.likeSharePhoto {
  background: #000;
  display: block;
  position: relative;
  bottom: 0px;
  height: 70px;
  max-width: 100%;
  color: #fff;
  margin: 0 auto;
}

.mini-menu-modal .close-mini-menu-modal {
  z-index: 10;
  margin-right: 15px;
}

.mini-menu-modal .sprite {
  cursor: pointer;
}

div#cont {
  display: none;
}

.likeSharePhoto i.pampam-sprite {
  cursor: pointer;
}

.popover-content a.btn {
  padding: 3px;
  cursor: pointer;
}

.space-header {
  height: 70px;
}

ul.menu-tabs-article {
  list-style: none;
  -webkit-padding-start: 0px;
  display: inline-flex;
  font-family: WorkSans-Medium;
}

ul.menu-tabs-article li {
  padding: 0px 20px;
}

img.img-responsive {
  width: 100%;
}

.list-article {
  width: 100%;
  display: inline-flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0px;
  padding-bottom: 40px;
}

.list-article:first-child {
  padding-top: 0px;
}

.isi-other-article p {
  margin-bottom: 0px;
}

.title-article a {
  color: #61A343;
}

.atribut-article {
  font-family: WorkSans-Medium;
  padding-bottom: 20px;
  color: #9b9b9b !important;
}

.atribut-article>span>a {
  color: #145A97 !important;
}

.atribut-article span, .atribut-article-detail span {
  color: #155A98;
}

.isi-article p {
  line-height: 25px;
  margin-bottom: 0px;
}

.list-article .col-md-4 {
  padding-left: 0px;
}

.ads-frame {
  padding: 20px 0px;
}

.other-article {
  display: table;
}

.img-other-article {
  width: 130px;
  display: table-cell;
}

.isi-other-article {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 200px);
  padding-right: 10px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

.other-article:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.load-more {
  padding: 20px 0px;
}

button.btn.btn-load-more {
  color: #61a343;
  background: #F9F9F9;
  padding: 15px;
  font-family: 'WorkSans-Medium';
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  cursor: pointer;
}

form#formArticleMobile {
  margin-bottom: 20px;
}

form.form-search-mobile .search-icon {
  position: relative;
  height: 30px;
  width: 46px;
  padding: 0;
  background: none;
  border: none;
}

form.form-search-mobile .search-input-box input[type="text"] {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  width: 100%;
  height: 48px;
  border: none;
  padding: 5px;
  border-bottom: 0px solid #e5e5e5;
}

form.form-search-mobile.search-input-box {
  width: calc(100% - 120px - 46px);
}

form.form-search-mobile .search-option {
  width: 120px;
}

form.form-search-mobile .sprite-search-zoom {
  width: 35px;
  height: 30px;
  background-position: -390px -1275px;
}

.bg-top-article-post {
  height: calc(100vh - 200px);
  background-size: cover;
  margin-bottom: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.title-article h2 {
  color: #61a244;
}

.atribut-article-detail {
  font-family: WorkSans-Medium;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.isi-article-detail {
  padding-top: 20px;
}

.isi-article-detail img {
  width: 100% !important;
  height: auto !important;
}

.isi-article-detail p {
  padding-top: 10px;
  line-height: 30px;
}

.isi-article-detail p:first-child {
  padding-top: 0px;
}

ul.medsos-article {
  list-style: none;
  float: right;
  display: inline-flex;
  margin: 0px;
}

.medsos-article li {
  border-left: 1px solid #e5e5e5;
  padding: 0px 5px;
}

.text-atribut {
  float: left;
  display: block;
  vertical-align: middle;
  padding-top: 7px;
  color: #9b9b9b !important;
}

.text-atribut>span>a {
  color: #145A97 !important;
}

ul.pull-right.medsos-article li a {
  vertical-align: middle;
  display: block;
}

.design-by {
  position: relative;
  bottom: 0;
  color: #fff;
  height: calc(100vh - 200px);
  width: 100%;
  text-align: right;
}

span.align-text-bottom {
  position: absolute;
  bottom: 20px;
  right: 0px;
  /* display: table-cell; */
}

nav#nav-body {
  background: #fff;
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}

div#list-top {
  height: 15px;
  background: #145a97;
}

nav#nav-body li.nav-item {
  width: 25%;
  border-left: 1px solid #e5e5e5;
}

li.nav-item.active a, li.nav-item:hover a {
  border-bottom: 3px solid #61a343;
}

nav#nav-body li.nav-item:last-child {
  border-right: 1px solid #e5e5e5;
}

nav#nav-body li.nav-item a {
  padding: 20px 0px;
}

ul.navbar-nav.mx-auto {
  width: 100%;
}

div#list-top {
  height: 15px;
  background: #145a97;
  background: -webkit-linear-gradient(left, #145a97 25%, #58b0e8 40%, #61a343);
  background: -moz-linear-gradient(left, #145a97 25%, #58b0e8 40%, #61a343);
  background: -o-linear-gradient(left, #145a97 25%, #58b0e8 40%, #61a343);
  background: -ms-linear-gradient(left, #145a97 25%, #58b0e8 40%, #61a343);
  background: linear-gradient(left, #145a97 25%, #58b0e8 40%, #61a343);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#145a97', endColorstr='#58b0e8', GradientType=0);
}

section#body-contact {
  background: #fff;
}

ul.list-contact {
  list-style: none;
  /*-webkit-padding-start: 0px;*/
}

.col-md-6.contact-left {
  border-right: 1px solid #e5e5e5;
}

.contact-top {
  width: 80%;
  margin: 0 auto;
  display: inline-flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.contact-bottom {
  margin: 0 auto;
  padding-bottom: 20px;
}

ul.list-contact li a {
  display: inline-flex;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}

ul.list-contact li {
  padding-bottom: 20px;
}

.ket-contact {
  font-family: WorkSans-Medium;
  padding-left: 20px;
}

.ket-contact h4 {
  font-family: WorkSans-SemiBold;
  margin: 0px;
}

.dropdown-toggle.collapsed::after, .dropdown-toggle::after {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: -958px -203px;
  right: 1em;
  border-top: 0 solid;
}

.btn-for-pro a {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}

.for-pro-top {
  height: 400px;
  margin: auto 0;
  vertical-align: middle;
  align-content: center;
  display: grid;
}

.for-pro-top .tagline {
  vertical-align: middle;
}

section#body-for-pro-beauty {
  padding: 100px 0px;
  background: #fff;
}

.for-phone {
  background-image: url(../img/iphone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 251px;
  height: 500px;
  margin-right: 20px;
  position: relative;
}

.iphone {
  width: 216px;
  height: 385px;
  right: 21px;
  left: 16px;
  top: 57px;
  position: absolute;
}

.layar-phone {
  width: 216px;
  height: 385px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.for-text {
  width: calc(100% - 271px);
  padding: 100px 0px;
}

.content-grow {
  width: 80%;
  margin: 0 auto;
  display: inline-flex;
}

.button-for-text button {
  height: 40px;
  margin-right: 9px;
  padding: 0px 40px;
}

.button-for-text {
  display: flex;
}

section#body-for-pro-grow {
  padding: 20px 0px;
  background: #f9f9f9;
}

.pro-grow .card {
  background: none;
  border: none;
}

.title-section h1 {
  padding: 20px 0px;
}

.pro-grow h3.card-title {
  color: #9b9b9b;
  font-family: 'WorkSans-Regular';
}

.pro-grow p.card-text {
  color: #9b9b9b;
  font-size: 14px;
  font-family: 'WorkSans-Regular';
}

section#body-for-pro-bluprin {
  background: #fff;
  padding: 100px 0px;
}

section#body-for-pro-bluprin .title-section {
  padding: 20px 0px;
}

section#body-for-pro-wait {
  padding: 50px 0px;
  background: #f9f9f9;
}

section#body-for-pro-wait .btn-for-pro a {
  color: #61a244;
  font-family: WorkSans-Medium;
}

.bg-top-article-post span.align-text-bottom {
  color: #fff;
}

section#body-faq {
  background: #fff;
}

.faq-top {
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  padding-bottom: 20px;
}

h3.page-title-h3 {
  margin: 36px 0px;
}

ul.list-faq {
  list-style: none;
  -webkit-padding-start: 0px;
}

ul.list-faq li a {
  display: inline-flex;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}

ul.list-faq li {
  padding-bottom: 20px;
}

ul.right-section {
  border: 1px solid #e5e5e5;
  padding: 20px;
  padding-bottom: 0px;
  -webkit-padding-start: 20px;
}

.faq-top form#formArticle {
  margin: 0px;
}

.faq-top form.search-box-area .search-input-box {
  width: calc(100% - 46px);
}

input#searchBox {
  outline: 0px;
}

.list-faq-body {
  padding: 20px 0px 0px 0px;
}

.list-faq-body h3 {
  padding-top: 20px;
}

.list-faq-body .list-faq {
  border: 1px solid #e5e5e5;
}

.list-faq-body ul.list-faq li {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.list-faq-body ul.list-faq li a {
  padding: 15px;
  color: #64a347;
  width: 100%;
}

.list-faq-body ul.list-faq li:last-child {
  border-bottom: 0px solid #e5e5e5;
}

.back-bluprin a {
  color: #9B9B9B;
  font-family: WorkSans-Medium;
}

.faq-detail {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 20px 0px;
}

.faq-detail p {
  line-height: 30px;
}

.have-question {
  margin-bottom: 20px;
}

.have-question a {
  color: #61A343;
}

.profesional-list .card-img-top {
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
}

span.professional-business, span.professional-location {
  color: #9b9b9b;
  text-transform: uppercase;
  display: block;
}

span.professional-ratings {
  display: inline-block;
}

.professional-avatar {
  border-radius: 50%;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  border: 3px solid #F9F9F9;
  cursor: pointer;
}

#emblem {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.card-img-top.img-responsive {
  position: relative;
}

#pro-detail {
  position: absolute;
  right: 5px;
  top: 5px;
}

div#view-more-pro {
  background-color: #145A97;
  padding: 15px;
  margin: 0px 21px 20px 15px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'WorkSans-Medium';
}

img.professional-avatar-detail {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.project-info-detail {
  background: #fff;
  padding: 20px;
}

.img-pro-header {
  height: calc(100vh - 200px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-social {
  position: relative;
  padding-left: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
}

.clean-button-green, .clean-button-green:hover, .clean-button-blue, .clean-button-blue:hover {
  padding: 5px 20px;
  font-family: 'WorkSans-Light';
}

.title-pro-detail {
  display: inline-flex;
}

.title-pro-detail span.professional-ratings {
  display: inline-flex;
  vertical-align: middle;
  align-self: center;
  padding: 0px 10px;
}

span.message-count {
  display: inline-flex;
  vertical-align: middle;
  align-self: center;
  font-size: 16px;
}

.location-pro-detail {
  display: inline-grid;
}

.col-md-6.col-xs-12.info-center {
  padding-left: 20px;
}

span.others-info {
  display: inline-flex;
  font-family: WorkSans-Medium;
}

.emblem-detail {
  margin-left: 10px;
}

.image-upload>input {
  display: none;
}

label.btn-upload {
  width: 100%;
  background: #F9F9F9;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  color: #61A343;
  font-family: WorkSans-Medium;
}

button.btn-upload.green-btn {
  width: 100%;
  background: #61a343;
  color: #fff;
  padding: 10px 0px;
  border-radius: 5px;
  border: 1px solid #f9f9f9;
  font-family: WorkSans-Medium;
  cursor: pointer;
}

.my-form-set.btn-section {
  width: 80% !important;
  margin: 0 auto;
}

div#sendMessage {
  width: 80%;
  margin: 0 auto;
}

div#sendMessage .modal-dialog {
  max-width: 500px !important;
  margin: 30px auto !important;
}

button.btn-cancel {
  background: none;
  border: none;
  color: #9b9b9b;
  cursor: pointer;
}

section#header-article ul.menu-tabs-article a {
  color: #333;
}

section#header-article ul.menu-tabs-article a.nav-link.active {
  color: #61a343;
}

section#header-article {
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}

#header-article .dropdown-menu {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  top: 15px;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}

section#body-article {
  background: #fff;
  padding: 20px 0px;
}

div#three-sixty {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  padding: 20px;
}


span.others-info-modal {
  display: flex;
  vertical-align: middle;
  margin: 0 auto;
  font-family: WorkSans-Medium;
}

button.clean-button-blue.btn-modal {
  padding: 10px;
  border-radius: 4px;
}

.project-result-info-pro {
  padding: 20px;
}

.img-360 {
  height: 180px;
  text-align: center;
  align-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1px;
  display: grid;
  vertical-align: middle;
  color: #fff;
  font-size: 50px;
  font-family: WorkSans-Medium;
  font-style: italic;
}

.threeSixty {
  cursor: pointer;
}

.stars-input {
  display: grid;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0px;
}

.caption span.label {
  display: none;
}

.account-menu {
  margin-top: 69px;
  background: #FFF;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.consultHireBoard {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.consultHireBoard p {
  font-size: 17px;
  line-height: 30px;
  width: 60%;
  margin: 20px auto;
}

a.clean-button-blue.btn-modal {
  padding: 10px 15px;
  border-radius: 3px;
}

.account-menu ul.acc-menu li.acc-menu-list a {
  color: #333;
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-family: WorkSans-Medium;
  position: relative !important;
}

#threeSixty .modal-content {
  height: calc(100vh);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

iframe#threeSixtyEmbed {
  height: calc(100vh);
}

i#close360 {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

#threeSixty .modal-dialog {
  max-width: 100%;
  margin: 0px;
  position: relative;
}

.card-acc-body-inbox {
  padding: 20px;
}

.card-acc-head-inbox {
  padding: 20px !important;
}

ul.sidebar-menu {
  /*position: fixed;*/
  -webkit-padding-start: 0px;
  list-style: none;
  width: 255px;
}

ul.sidebar-menu li {
  background: #fff;
  display: inline-block;
  width: 100%;
}

ul.sidebar-menu li a {
  padding: 10px;
  padding-left: 20px;
  display: block;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-left: 8px solid #e5e5e5;
  margin-bottom: 1px;
}

a.sidebar-menu-list.side-active {
  color: #145a97;
  border-left: 8px solid #145a97;
}

img#userfile_preview {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

img#userfile_preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.image-upload label.btn-upload {
  width: auto;
  padding: 10px 50px;
  margin-bottom: 10px;
}

.img-thumbnail span {
  color: #9b9b9b;
  margin-bottom: 10px;
}

.img-thumbnail {
  padding: 20px;
  border-radius: 0px;
  border: 2px dashed #e5e5e5;
}

button.clean-button-green, button.clean-button-green:hover, button.clean-button-blue, button.clean-button-blue:hover {
  border-radius: 3px;
  /*padding: 10px 40px;*/
}

.setting-checkbox-pro {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
  padding: 20px;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: none;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #61a343;
  background-color: #61a343;
  border: 3px solid #ddd;
}

.custom-control-indicator {
  width: 15px;
  height: 15px;
}

ul.social-media-link-modal {
  list-style: none;
  display: inline-flex;
  padding: 10px 0px;
  -webkit-padding-start: 0px;
}

ul.social-media-link-modal li {
  color: #333;
  padding: 10px;
}

ul.social-media-link-modal li a {
  color: #333;
}

div#save-pro-modal .img-logo {
  padding: 20px 0px 5px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.dz-message {
  display: grid;
}

.dz-message div.clean-button-green {
  display: inline-table;
  margin: 0 auto;
  margin: 10px auto;
}

.col-md-6.list-edit-pro {
  margin-bottom: 20px;
}

.img-edit {
  height: 300px;
  background: #9b9b9b;
  text-align: center;
}

.form-pro-edit {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

img.img-edit-pro {
  max-width: 100%;
  /*max-height: 300px;*/
}

.img-add-board {
  max-height: 300px;
  overflow: hidden;
  background: #fff;
}

.title-add-board-modal h3 {
  display: -webkit-inline-box;
  font-size: 16px;
}

.title-add-board-modal span {
  float: right;
}

.title-add-board-modal {
  border-bottom: 1px solid #e5e5e5;
}

.content-add-board-modal ul {
  list-style: none;
  -webkit-padding-start: 0px;
}

.ket-add-board:hover {
  background: #e5e5e5;
  cursor: pointer;
}

.content-add-board-modal {
  margin-top: 20px;
  min-height: 150px;
}

.ket-add-board {
  width: calc(100% - 50px);
}

.img-thumb-add-board-modal {
  width: 50px;
  height: 50px;
}

.content-add-board-modal ul li {
  display: flex;
  padding-bottom: 20px;
}

.ket-add-board {
  width: calc(100% - 50px);
  display: grid;
  padding-left: 10px;
}

.ket-add-board label {
  margin-bottom: 0px;
  font-size: 16px;
}

.img-thumb-add-board-modal {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

span.create-new-btn {
  cursor: pointer;
}

.row.h-100.drag-drop-img {
  border: 2px dashed #e5e5e5;
  margin: 0px 0px;
}

.row.h-100 {
  margin: 0px 0px;
}

li.select2-results__option span i {
  position: inherit;
  display: table-cell;
  text-align: left;
  float: left;
  margin: 0px 10px;
  margin-top: 11px;
}

.icon-hover {
  cursor: pointer;
  z-index: 100000000;
}

div#AccountSummaryWrap.card-acc, div#history.card-acc, div#EnthusiastWrap.card-acc, div#TrafficDataWrap.card-acc {
  margin-bottom: 20px;

}


.leads-table-wrapper .table tr td {
  padding: 20px;
}

.card-acc-footer {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

input.form-control.pagination-input {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto;
}

ul.pagination {
  vertical-align: middle;
  float: right;
  display: table;
  margin-bottom: 0px;
  text-align: right;
}

ul.pagination li {
  vertical-align: middle;
  padding: 0px 2px;
  display: table-cell;
  text-align: right;
}

.col-md-2.col-sm-6.col-xs-6.select-business {
  width: 50%;
  padding-top: 20px;
}

#messageModal .modal-content {
  width: 300px;
  margin: 0 auto;
}

.col-lg-12.info-payment {
  padding: 10px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.col-9.select-date {
  display: flex;
  max-width: 100%;
}

select.form-control.col-sm-4 {
  margin-right: 5px;
}

select.form-control.select-tanggal {
  width: 100px;
  margin-right: 10px;
}

select.form-control.select-tahun {
  width: 200px;
  margin-left: 10px;
}

.banner-home {
  min-height: 400px;
  height: calc(100vh - 250px);
}

.hero-index {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tagline h1.title {
  letter-spacing: -1px;
  max-width: 900px;
  margin: auto;
}

.img-card-container {
  width: 100%;
  overflow: hidden;
}

.filter-criteria {
  padding: 0px !important;
}

.filter-criteria-title {
  padding: 10px !important;
}

.filter-criteria-option {
  margin-top: 0px !important;
}

.form-check {
  padding: 20px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.form-check:last-child {
  margin-bottom: 30px !important;
}

.form-check-input {
  cursor: pointer;
}

.photo-detail-header {
  width: 100% !important;
}

.photo-detail-header .professional-info .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
}

.mybtn-blue-small, .mybtn-blue-small:hover, .mybtn-green-small, .mybtn-green-small:hover {
  padding: 8px 8px !important;
  font-family: 'WorkSans-Light';
  display: inline-flex;
  font-size: 12px;
}

.photo-detail-header .professional-info {
  margin-bottom: 10px;
  display: inline-flex;
  width: 100%;
}

.container-search {
  margin-bottom: 30px;
}

h4.mobile-title {
  padding-bottom: 10px;
}

.account-menu .right-menu-account .leads-total-at-top {
  font-family: "WorkSans-Medium";
  font-size: 14px;
  color: #5c5c5c;
  font-weight: normal;
}

.select2-container .select2-selection--single {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
}

.input-group-addon:not(:last-child) {
  border-radius: 0px !important;
  background: #fff;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
  border-color: #e5e5e5 !important;
}

#editProAcc .image_upload_div {
  height: 100%;
  border: none;
}

#editProAcc .card {
  height: 100%;
  border: none;
  margin-bottom: 0px;
}

#editProAcc .card-group {
  padding: 20px;
  background: #fff;
}

#editProAcc .primary-tag {
  position: absolute;
  right: 60px;
  top: 11px;
  width: 50px;
  height: 20px;
  background: rgba(7, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: none;
}

#editProAcc .primary-image .primary-tag {
  display: block;
}

.create-new-board-from-add-photo-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

.create-new-board-from-add-photo-modal.show {
  left: 0%;
}

.filter-criteria-title {
  font-size: 20px !important;
}

.squaredThree span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

form#search-box-affix {
  position: absolute;
  left: 135px;
  top: 50%;
  margin-top: -18px;
}

.sb-search .sb-search-input {
  padding: 0 3px 0px 0px !important;
  background-color: #fff !important;
  height: 35px !important;
  font-size: 14px !important;
}

button.formbutton, .sb-search-submit {
  background-color: #fff !important;
  height: 35px !important;
}

.cd-primary-nav-trigger-search img {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  cursor: pointer;
}


.sb-search .sb-search-input::-webkit-input-placeholder {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

.sb-search .sb-search-input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

.sb-search .sb-search-input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

.modal-body {
  overflow-y: hidden !important;
}

/* Home Page */
#section {
  padding-top: 10px;
  padding-bottom: 40px;
}

#section .head-box {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.sprite-search-menu-top {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
}

.container-search div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.select-with-border div {
  padding: 0px !important;
}

#select-option-home .container.row .left-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 30px !important;
}

#select-option-home .container.row .right-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 30px !important;
}

.editorPick {
  padding-top: 0px !important;
}

.container-grid-for-lg:nth-child(1) {
  padding-bottom: 0px !important;
}

.btn-profesional {
  margin-top: 30px !important;
}

.btn-profesional .left-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-profesional .right-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

form.search-box-area {
  margin: 0 auto;
  max-width: 770px;
  height: 60px;
}

form.search-box-area .search-input-box {
  width: calc(100% - 150px - 70px);
  padding-left: 0px;
}

form.search-box-area .search-option {
  width: 170px;
}

#searchBoxModalProfesional::-webkit-input-placeholder {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#searchBoxModalProfesional:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#searchBoxModalProfesional::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#searchBoxModalPhoto::-webkit-input-placeholder {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#searchBoxModalPhoto:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#searchBoxModalPhoto::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

form.search-box-area .search-option .cs-placeholder form.search-box-area .search-option .cs-options>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px;
  font-weight: normal !important;
  color: #333;
}

form.search-box-area .search-option .cs-select .cs-placeholder {
  text-align: center;
}

form.search-box-area .search-option .cs-select .cs-placeholder::after {
  position: relative !important;
  margin-top: 0px !important;
  float: none;
  left: 5px;
  top: 12px;
}

form.search-box-area .search-option .cs-select .cs-selected span::after {
  background: none !important;
}

form.search-box-area .search-icon {
  height: 60px !important;
  width: 60px !important;
}

.search-icon img {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.cs-select.cs-active .cs-options {
  width: 100% !important;
}

.setImgContainer {
  position: relative;
}

.setImgContainerLandscape {
  position: relative;
}

.likeSharePhoto {
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0px !important;
  height: 40px !important;
  max-width: none !important;
  max-height: none !important;
}

.photo-detail-header .professional-info .short-info span.name {
  display: block;
  font-family: "WorkSans-Light";
  color: #333;
  font-size: 20px;
  min-height: 25px !important;
  margin-top: 5px !important;
}

.photo-detail-header .professional-info .avatar img {
  border: 2px solid #e5e5e5 !important;
}

.photo-detail-header .professional-info .avatar img {
  border: 2px solid #e5e5e5 !important;
  position: relative;
  top: 10%;
}

.photo-detail-header .mybtn-green-small {
  text-align: center;
  display: block;
  vertical-align: middle;
  width: 49%;
  float: left;
  margin-right: 5px;
}

.photo-detail-header .mybtn-green-small img {
  margin-right: 2px;
}

.photo-detail-header .mybtn-blue-small {
  text-align: center;
  display: block;
  vertical-align: middle;
  width: 49%;
  margin-left: 5px;
}

.photo-detail-header .mybtn-blue-small img {
  margin-right: 2px;
}

.mybtn-blue-small, .mybtn-blue-small:hover, .mybtn-green-small, .mybtn-green-small:hover {
  padding: 8px 8px !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px;
}

.photo-detail-header .professional-info .short-info span.ratings {
  float: left !important;
  font-family: "WorkSans-SemiBold" !important;
  font-size: 10px !important;
  color: #ABABAB !important;
  margin-top: 3px;
  margin-left: 5px;
}

.photo-detail-header .professional-info .short-info span.professional-ratings {
  float: left;
}

.img-container {
  position: relative !important;
  width: 100% !important;
  height: calc(100vh) !important;
}

.likeSharePhoto {
  /*background: rgba(7, 0, 0, 0.4);*/
  background: rgba(7, 0, 0, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  /* Standard syntax */
  height: 100px !important;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  bottom: 0 !important;
  left: 0 !important;
  padding-top: 60px !important;
  vertical-align: bottom !important;
  position: absolute;
  max-width: none !important;
  max-height: none !important;
}

.imgContainer .img-fluid {
  width: 100% !important;
}

.imgContainer .image-wrapper-portrait {
  display: inline-block;
  height: 100% !important;
  width: auto !important;
  position: relative;
}

.landscape {
  width: 100% !important;
  height: auto !important;
}

.portrait {
  height: 100% !important;
  width: auto !important;
}

.setImgContainer img {
  height: 100% !important;
  width: auto !important;
}

.image-mobile-container.setImgContainer img {
  height: 100% !important;
  width: auto !important;
  margin: auto;
}

.setImgContainerLandscape {
  height: auto !important;
  width: 100% !important;
}

.setImgContainerLandscape img {
  vertical-align: middle !important;
}

.container.other-photos {
  padding-left: 15px !important;
}

.container.other-projects {
  padding-left: 15px !important;
}


#section-photos .container .row .col-photo-filter-photos-page {
  padding-right: 0px !important;
}

#section-photos>div>div>div.col-photos-gallery-photos-page>div.search-result-info.hidden-sm-down>p {
  font-family: 'WorkSans-Regular' !important;
}

#section-photos .container .row .col-photos-gallery-photos-page {
  padding-left: 20px !important;
  font-weight: normal !important;
}

#section-photos .container .row .col-photo-filter-professional-page {
  padding-right: 0px !important;
}

#section-photos .container .row .col-photos-gallery-professional-page {
  padding-left: 15px !important;
}

.card-group.profesional-list .card {
  margin-bottom: 20px !important;
}

.card-group.profesional-list .card-title {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
}

.card-group.profesional-list span.professional-business, span.professional-location {
  font-family: 'WorkSans-Medium';
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}

.img-pro-header {
  height: 400px !important;
}

h1.professional-name {
  margin-bottom: 0px !important;
}


.title-pro-detail span.professional-ratings {
  padding-right: 5px !important;
  margin-top: 5px !important;
}

.title-pro-detail span.message-count {
  padding-top: 5px;
}

.image-upload label.btn-upload {
  width: 100% !important;
  padding: 10px 50px;
  margin-bottom: 10px;
}

.read-more-trigger {
  height: 100% !important;
}

.read-more-wrap {
  line-height: 25px;
}

.read-more-state:checked~.read-more-wrap {
  line-height: 25px;
  /*background-color: #333;*/
}

.read-more-state~.read-more-wrap p {
  max-height: 100px;
  overflow-y: hidden;
}

.read-more-state:checked~.read-more-wrap p {
  max-height: none;
  overflow-y: hidden;
}


span.message-count {
  position: relative;
  top: -3px !important;
}

.title-pro-detail span.message-count {
  padding-top: 18px;
}

#section-account .inspiration-board {
  position: relative;
  border: 1px solid #E5E5E5;
  background: #FFF;
  margin-bottom: 0px;
}

#section-account .inspiration-board .small-image img.third-image {
  width: 100%;
  padding-left: 0px;
}

#section-account .inspiration-board .small-image img.second-image {
  width: 100%;
  padding-right: 0px;
}

#section-account .inspiration-board img.first-image {
  width: 100%;
  margin-bottom: 0px;
}

#section-account .create-new-board .board-placeholder span.create-new-board-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #61A343;
  font-family: WorkSans-Light;
}

#section-account .card-acc {
  background: #FFF;
  margin-bottom: 0px;
}

#section-account .card-acc-widget img.professional-avatar {
  width: 100%;
  border-radius: 50%;
  margin-top: 0px;
  height: auto;
}

#section-account .sticky .card-acc {
  background: #FFF;
  margin-bottom: 20px;
}

#section-account .card-home-feed-project .image-home-feed-area .image-right-placeholder {
  margin-left: 3px !important;
  margin-bottom: 3px !important;
}

#section-account .card-home-feed-project .image-home-feed-area .image-right-placeholder {
  width: 100% !important;
  padding-bottom: 70% !important;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #e5e5e5;
  background-position: center;
  background-size: cover;
}

#section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder {
  width: 100% !important;
  padding-bottom: 71% !important;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder img {
  position: relative;
}

#section-account .card-home-feed-project .home-feed-project-title h4.project-title {
  font-family: 'WorkSans-Light';
  font-size: 24px;
}

#section-account .card-home-feed-project .home-feed-project-title span.project-info {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

#section-account .card-home-feed-project .home-feed-project-body p {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  max-height: 95px;
  overflow-y: hidden;
}

#section-account>div>div.home-feed-project-title>a {
  text-decoration: none !important;
}

#section-account .card-home-feed-project .home-feed-project-title h4.project-title {
  font-family: 'WorkSans-Regular' !important;
  font-size: 24px !important;
}


#section-account>div>div.home-feed-project-title {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#section-account>div>div.home-feed-project-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#section-account .card-hero-image .hero-wording h3 {
  font-size: 32px !important;
  font-family: 'WorkSans-Light' !important;
  font-weight: normal !important;
  margin-bottom: 0px !important;
}

#section-account .card-hero-image .hero-wording p {
  font-size: 16px !important;
}

#section-account .clean-button-blue-small, #section-account .clean-button-blue-small:hover {
  padding: 5px 0px !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  width: 200px !important;
}

#section-account .container .row .left-side {
  padding-left: 15px !important;
  padding-right: 10px !important;
}

#section-account .container .row .right-side {
  padding-left: 10px !important;
  padding-right: 15px !important;
}

#section-account .card-acc .card-acc-head {
  padding: 20px !important;
}

#section-account .card-acc .card-acc-head .user-result-info h2.total-result-info {
  font-family: 'WorkSans-Thin' !important;
  font-size: 30px !important;
  font-weight: normal !important;
}

#section-account .right-side .card-acc {
  margin-bottom: 20px !important;
}

#section-account .card-acc-message {
  margin: 0px !important;
}

#section-account .widget-divider {
  width: auto !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

#section-account .card-acc-widget span.widget-title {
  font-family: "WorkSans-Light" !important;
}

#section-account .card-acc-message span.message-title {
  color: #00B7FD;
}

#section-account .card-acc-widget span.professional-name {
  font-family: "WorkSans-Medium" !important;
  font-size: 14px !important;
}

#section-account .card-acc-widget span.professional-name a {
  color: #333 !important;
}

#section-account .card-acc-widget span.professional-info {
  font-family: "WorkSans-Medium" !important;
  font-size: 12px ! !important;
  color: #ABABAB !important;
}

#section-account .card-home-feed-project .home-feed-project-title h4.project-title {
  font-size: 24px !important;
}

#section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder {
  width: 100% !important;
  padding-bottom: calc(71% + 3px) !important;
  background: #e5e5e5;
  background-position: center;
  background-size: cover;
}

#section-account .card-home-feed-project .image-home-feed-area {
  padding: 0;
  max-width: calc(75% - 3px) !important;
}

#section-account .card-acc-message {
  min-height: 100px;
}

#section-account div.home-feed-project-title>a {
  text-decoration: none;
}

#section-account .card-acc .card-acc-body {
  padding: 20px !important;
}

#section-account .card-acc .card-acc-head {
  min-height: 30px !important;
}

#section-account .card-acc-widget .professional-project-photo a {
  float: left;
  width: calc(25% - 1px);
  height: 0;
  padding-bottom: calc(25% - 1px);
  margin: 0 0.5px;
  position: relative;
}

#section-account .card-acc-widget .professional-project-photo img.project-photo-list {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-account .card-acc-widget a.widget-article:hover .img-article img {
  opacity: 0.7;
}

#section-account .card-acc-widget .article-tags {
  margin-bottom: 20px !important;
  position: relative;
  display: block;
}

#section-account .card-acc-widget a.widget-article {
  margin-bottom: 0px !important;
}

#section-account .card-acc-widget .article-tags a {
  font-family: "WorkSans-SemiBold";
  color: #333;
  margin-bottom: 100px !important;
}

#section-account .card-acc-widget a .img-article img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#section-account .card-acc.acc-user-home-profile .card-acc-head {
  padding: 10px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}

#section-account .inspiration-board .small-image {
  height: 80px;
  position: relative;
}

#section-account .inspiration-board .small-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#section-account .inspiration-board .big-image {
  height: 150px;
  position: relative;
  margin-bottom: 1px;
}

#section-account .inspiration-board .big-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#section-account .card-saved-professionals .professional-hero-image {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 72%;
}

#section-account .card-saved-professionals .professional-hero-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#section-account .select2-container .select2-selection--single {
  height: 39px;
}

span.others-info {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#savePro span.others-info {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

h1.professional-name {
  font-family: 'WorkSans-Light';
  font-size: 24px;
  font-weight: normal;
  margin-top: 5px;
  color: #4a4a4a;
}

#savePro h1.professional-name {
  font-family: 'WorkSans-Light';
  font-size: 28px;
  font-weight: normal;
  margin-top: 10px;
  color: #4a4a4a;
  letter-spacing: 0.7px;
}

.project-result-info-pro {
  padding-bottom: 10px !important;
}

.border-top-bottom-when-small {
  min-height: 54px !important;
  position: relative;
  padding-right: 20px !important;
}

.share p {
  min-width: 10px;
  min-height: 10px;
  position: relative;
  top: 50%;
}

.share a {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  float: left;
}

.share p a {
  min-width: 10px;
  min-height: 10px;
  position: relative !important;
  top: 50% !important;
  color: #ababab !important;
  text-decoration: none;
}

.share p a:hover {
  color: #333 !important;
}

.share i {
  min-width: 10px;
  min-height: 10px;
  position: relative;
  top: 30%;
}

.other-photo .container .row>div {
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.image-card .card-image-description span.card-image-name {
  font-family: 'WorkSans-Medium';
  font-size: 16px;
  color: #72AF54;
}

.image-card .card-image-description span.card-city {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  color: #ABABAB;
}

.img-360 {
  margin-bottom: 5px;
}

.form-group .form-control::-webkit-input-placeholder {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

#WorkDetail>form>div>div>span>span.selection>span>ul>li>input::-webkit-input-placeholder {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
  color: #ababab;
  padding-left: 15px;
}

#WorkDetail>form>div>div>span>span.selection>span>ul>li>input:-moz-placeholder {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
  color: #ababab;
  padding-left: 15px;
}

#WorkDetail>form>div>div>span>span.selection>span>ul>li>input::-moz-placeholder {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
  color: #ababab;
  padding-left: 15px;
}

.img-uploaded-placeholder {
  max-width: 200px;
  max-height: 200px;
}

.account-menu #AccountProfileMobileMenu ul.acc-menu li.acc-menu-list a {
  font-size: 16px !important;
  font-family: 'WorkSans-Regular';
  font-weight: normal;
}

.acc-user-home-avatar-box {
  padding: 0px !important;
  padding-left: 15px !important;
  max-width: 70px !important;
  width: 70px !important;
}

.acc-user-home-avatar-box img.user-avatar {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
}

.acc-user-home-name-box {
  padding-left: 5px !important;
}

.acc-user-home-name-box span.user-name {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  font-weight: normal !important;
}

.acc-user-home-avatar-box {
  padding: 0px !important;
  padding-left: 25px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.acc-user-home-name-box {
  padding-left: 20px !important;
}

#AccountProfileMobileMenu ul.acc-menu li.acc-menu-list {
  margin-right: 30px !important;
  position: relative;
}

#AccountProfileMobileMenu ul.acc-menu li.acc-menu-list a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.info-acc-message-list {
  style="min-height: 100px;
position: relative;
  display: inline-block;
}

#bluprin_welcome_message ul.info-acc-message-list {
  position: relative;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

#bluprin_welcome_message ul.info-acc-message-list li {
  float: left;
  background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
  background-size: 10px 10px;
  padding-left: 20px;
}

#bluprin_welcome_message ul.info-acc-message-list li {
  float: left;
  background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
  background-size: 10px 10px;
  padding-left: 20px;
  min-height: 30px;
}

#bluprin_welcome_message ul.info-acc-message-list li a {
  color: #61A343;
  font-size: 14px !important;
  font-family: WorkSans-Regular !important;
}

#bluprin_welcome_message {
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
}

#bluprin_welcome_message_md ul.info-acc-message-list li {
  min-height: 30px;
}

.clean-button-blue:hover {
  background: #246CAE !important;
}

#photos>a>i {
  cursor: pointer;
  right: 5px;
  top: 5px;
  color: #e5e5e5;
  position: absolute;
  font-size: 20px;
  display: block !important;
}

.filter-criteria-title i {
  top: 5px;
}

.modal .filter-criteria-title i {
  top: 0px !important;
}

.progress {
  border-radius: 500px;
  position: relative;
  overflow: visible;
  margin-top: 10px;
}

.progress-bar {
  position: relative;
  border-radius: 500px;
}

.progress-bar span {
  color: #333;
  float: right;
  right: 0;
  margin-right: 2px;
  margin-top: -15px;
  position: absolute;
  font-family: "WorkSans-Medium";
  font-size: 12px !important;
  color: #797979 !important;
}

#ProjectsWrap .my-form-set,
#ReviewsWrap .my-form-set,
#EditorialWrap .my-form-set {
  padding-right: 25px !important;
}

.welcome-to-bluprin .card-acc-body .my-form-set button.clean-button-green, .welcome-to-bluprin .card-acc-body .my-form-set button.clean-button-green:hover {
  max-width: 100% !important;
}

.clean-button-grey-small {
  padding: 5px 20px !important;
  background: #f9f9f9 !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  color: #72af54 !important;
  border: 1px solid #e5e5e5 !important;
}

.close {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}

.select2-container-multi .select2-choices .select2-search-field {
  width: 100% !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  display: block !important;
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: #464a4c !important;
  background-color: #fff !important;
  background-image: none !important;
  background-clip: padding-box !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-family: WorkSans-Regular !important;
  color: #ABABAB !important;
  margin: 0 !important;
  border-color: #e5e5e5 !important;
}

.select2-container-multi .select2-choices {
  border: 1px solid #e5e5e5 !important;
}

.select2-container .select2-choice {
  display: block !important;
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: #464a4c !important;
  background-color: #fff !important;
  background-image: none !important;
  background-clip: padding-box !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-family: WorkSans-Regular !important;
  color: #ABABAB !important;
  margin: 0 !important;
  border-color: #e5e5e5 !important;
  height: 37px !important;
}

.select2-container .select2-choice .select2-arrow {
  background: #fff !important;
  border: none !important;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container .select2-choice .select2-arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container-multi .select2-choices .select2-search-field input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.select2-container-multi .select2-choices .select2-search-field input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.select2-container-multi .select2-choices .select2-search-field input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

.photo-detail-project h2.project-name a {
  margin-bottom: 0;
  font-family: "WorkSans-Thin";
  color: #61A343;
}

.select2-container .select2-choice>.select2-chosen {
  color: #4A4A4A;
}

/*
'########::'#######:::'#######::'########:'########:'########::
 ##.....::'##.... ##:'##.... ##:... ##..:: ##.....:: ##.... ##:
 ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##:::: ##:
 ######::: ##:::: ##: ##:::: ##:::: ##:::: ######::: ########::
 ##...:::: ##:::: ##: ##:::: ##:::: ##:::: ##...:::: ##.. ##:::
 ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##::. ##::
 ##:::::::. #######::. #######::::: ##:::: ########: ##:::. ##:
..:::::::::.......::::.......::::::..:::::........::..:::::..::
Footer Here */

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 30px;
}

#footer ul.menu-footer {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

#footer ul.menu-footer li {
  padding: 0;
}

#footer ul.menu-footer li a {
  padding: 0 10px;
  display: inline-block;
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

#footer ul.menu-footer li:last-child a {
  border-right: none;
}

#footer .footer-left-bottom {
  font-family: 'WorkSans-Medium';
  font-size: 11px;
  color: #ABABAB;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
}

#footer .footer-left-bottom a:hover {
  text-decoration: none;
}

#footer .footer-left-bottom a {
  color: #ABABAB !important;
}

#footer ul.social-media-link {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer ul.social-media-link li {
  padding: 0 5px;
  display: inline-block;
}

#footer ul.social-media-link li a {
  color: #333000;
}

/*
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
:'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
'##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
 ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
 ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
 ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
 ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
. ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
:......::::........::..::::..::........::..:::::..::..:::::..::........::
Modal general Here */
.modal {
  -webkit-overflow-scrolling: touch;
}

.modal-header {
  background: #F9F9F9;
}

.modal-body ul.suggest {
  background: #fff;
  padding: 0px 0px;
  border: 0px;
}

.modal-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

/*
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
'########::'########:'########::::'###::::'####:'##::::::::'######::
 ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
 ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
 ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
 ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
 ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
 ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
........:::........:::::..:::::..:::::..::....::........:::......:::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Photo Details Modal Here */
#photoDetailsModal {
  overflow: hidden;
}

#photoDetailsModal .container-fluid {
  overflow: hidden !important;
}

#photoDetailsModal>div>div>div>div>div>div>button.mybtn-blue-small,
#photoDetailsModal>div>div>div>div>div>div>button.mybtn-green-small {
  font-size: 14px !important;
  padding-top: 5px !important;
}

#photoDetailsModal>div>div>div>div>div>div>button.mybtn-blue-small span,
#photoDetailsModal>div>div>div>div>div>div>button.mybtn-green-small span {
  position: relative;
  top: 5px !important;
}

#photoDetailsModal .photo-detail-header .professional-info .short-info span.ratings {
  float: left !important;
  font-family: "WorkSans-Medium" !important;
  font-size: 12px !important;
  color: #ABABAB !important;
  margin-top: 3px;
  margin-left: 5px;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}

#photoDetailsModal>div>div>div>div>div.photo-detail-left>div.photo-detail-project>table>tbody>tr>td.text-green>a {
  color: #61A343 !important;
}

#photoDetailsModal>div>div>div>div>div.photo-detail-right>div.mini-menu-modal>div>i {
  right: 0px;
  top: 20px;
  position: relative;
}

#photoDetailsModal>div>div>div>div>div.photo-detail-left>div.photo-detail-project>div>h4 {
  font-family: "WorkSans-Light" !important;
  font-size: 18px !important;
}

#photoDetailsModal .mini-menu-modal {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
}

#photoDetailsModal .mini-menu-modal .title-mobile {
  text-align: center;
}

#photoDetailsModal .mini-menu-modal .title-mobile h1 {
  font-family: "WorkSans-Medium" !important;
  font-size: 20px !important;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#photoDetailsModal .mini-menu-modal .title-mobile h1 a {
  font-family: "WorkSans-Medium" !important;
  font-size: 20px !important;
  color: #4a4a4a;
}

#photoDetailsModal .mini-menu-modal .title-mobile h2 {
  font-family: "WorkSans-Regular" !important;
  font-size: 16px !important;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#photoDetailsModal .mini-menu-modal .title-mobile h2 a {
  font-family: "WorkSans-Regular" !important;
  font-size: 16px !important;
  color: #4a4a4a;
}

#photoDetailsModal>div>div>div>div>div.photo-detail-right>div.mini-menu-modal>a {
  opacity: 1 !important;
}

#photoDetailsModal .mini-menu-modal .sprite {
  margin-right: 10px;
}

#photoDetailsModal .other-photo .container .row>div {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

#photoDetailsModal .other-photo .container .row>div img {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#photoDetailsModal #carouselPhotoDetails>a.carousel-control-prev {
  opacity: 1 !important;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  top: 50%;
}

#photoDetailsModal #carouselPhotoDetails>a.carousel-control-next {
  opacity: 1 !important;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  top: 50%;
}

#photoDetailsModal .setImgContainerLandscape img.detailModalPhoto {
  width: 100% !important;
  max-height: 100%;
}

#photoDetailsModal {
  /*background: rgba(0, 0, 0, 0.8);*/
}

#photoDetailsModal .container.other-photos .row>div {
  margin-bottom: 5px;
}

#photoDetailsModal .container.other-photos .row a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  float: left;
}

#photoDetailsModal .container.other-photos .row a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#photoDetailsModal .container.other-projects .row a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  float: left;
  margin-bottom: 5px;
}

#photoDetailsModal .container.other-projects .row a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#photoDetailsModal div.mini-menu-footer {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  bottom: -120px;
  z-index: 9999;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

#photoDetailsModal div.mini-menu-modal-mobile {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  text-align: center;
}

#photoDetailsModal div.mini-menu-modal-mobile i.sprite {
  top: 0px !important;
}

#photoDetailsModal>div>div>div>div>div>div>table>tbody>tr>td.left-col-table {
  vertical-align: top;
}

#photoDetailsModal>div>div>div>div>div.ps--theme_default>div.photo-detail-project>h2 {
  font-family: "WorkSans-Light" !important;
}

#photoDetailsModal a {
  text-decoration: none;
}

/*
:::'###::::'########::'########::
::'## ##::: ##.... ##: ##.... ##:
:'##:. ##:: ##:::: ##: ##:::: ##:
'##:::. ##: ##:::: ##: ##:::: ##:
 #########: ##:::: ##: ##:::: ##:
 ##.... ##: ##:::: ##: ##:::: ##:
 ##:::: ##: ########:: ########::
..:::::..::........:::........:::
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Add Photo Modal Here */

#add-photo-modal>div {
  margin: auto !important;
  margin-top: 10% !important;
}

#add-photo-modal .modal-dialog {
  max-width: 700px !important;
  max-height: 600px !important;
}

#add-photo-modal>div>div>div.modal-body>div>div:nth-child(2)>div.content-add-board-modal>div>form>div.my-form-set.btn-section.text-center>button {
  margin-top: 10px !important;
}

#add-photo-modal>div>div>div.modal-body>div>div:nth-child(2) {
  max-height: 240px;
  overflow-y: hidden !important;
}

/*
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
'########:'####:'##:::::::'########:'########:'########::
 ##.....::. ##:: ##:::::::... ##..:: ##.....:: ##.... ##:
 ##:::::::: ##:: ##:::::::::: ##:::: ##::::::: ##:::: ##:
 ######:::: ##:: ##:::::::::: ##:::: ######::: ########::
 ##...::::: ##:: ##:::::::::: ##:::: ##...:::: ##.. ##:::
 ##:::::::: ##:: ##:::::::::: ##:::: ##::::::: ##::. ##::
 ##:::::::'####: ########:::: ##:::: ########: ##:::. ##:
..::::::::....::........:::::..:::::........::..:::::..::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Photo Filter Modal */
#photoFilterModal {
  padding-right: 0px !important;
}

#photoFilterModal>div>div>div.modal-body>button {
  margin: auto !important;
  margin-top: 20px !important;
}

#photoFilterModal>div>div>div.modal-body>div>div>div.filter-criteria-title {
  font-family: "WorkSans-Medium";
  font-size: 14px !important;
  padding: 20px !important;
}

#photoFilterModal .modal-body {
  background: #F9F9F9;
  height: calc(100vh - 61px - 60px);
  overflow-y: auto !important;
}

#filterColorMobilePro>div>div>span {
  padding-left: 50px !important;
}

#photoFilterModal>div>div>div.modal-footer>button.mybtn-green {
  font-family: "WorkSans-Regular" !important;
  font-size: 14px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/*
'########::'########:'##::::'##:'####:'########:'##:::::'##:
 ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
 ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
 ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
 ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
 ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
 ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
..:::::..::........:::::...:::::....::........:::...::...:::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Review Professional Modal Here */


#reviewPro .my-form-set {
  text-align: left;
  margin-bottom: 10px;
}

#reviewPro .my-form-set label {
  font-family: WorkSans-Medium;
}

#reviewPro .modal-dialog {
  max-width: 700px !important;
}

#reviewPro .modal-body {
  padding: 30px 50px !important;
}

#reviewPro img.professional-avatar-detail {
  margin-top: 0px !important;
}

#reviewPro h1.professional-name {
  margin-top: 10px !important;
}

#reviewPro .stars-input {
  padding: 15px 0px !important;
  margin: 15px 0px !important;
}

#reviewPro .stars-input>span {
  font-family: 'WorkSans-Light';
  font-size: 14px;
  color: #5C5C5C;
}

#reviewPro .stars-input h3 {
  font-family: 'WorkSans-Light';
  font-size: 24px;
}

#reviewPro .squaredThree span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
}

#reviewPro .clean-button-green, #reviewPro .clean-button-green:hover, #reviewPro .clean-button-blue, #reviewPro .clean-button-blue:hover {
  padding: 10px 30px !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 10px !important;
}

#reviewPro .my-form-set .form-control {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
}

#reviewPro .my-form-set #exampleTextarea {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #333 !important;
}

#reviewPro .my-form-set #exampleTextarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

#reviewPro .my-form-set #exampleTextarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

#reviewPro .my-form-set #exampleTextarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB !important;
}

#reviewPro div.clear-rating {
  display: none !important;
}

/*
:'######:::::'###::::'##::::'##:'########:
'##... ##:::'## ##::: ##:::: ##: ##.....::
 ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
. ######::'##:::. ##: ##:::: ##: ######:::
:..... ##: #########:. ##:: ##:: ##...::::
'##::: ##: ##.... ##::. ## ##::: ##:::::::
. ######:: ##:::: ##:::. ###:::: ########:
:......:::..:::::..:::::...:::::........::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Save Professional Modal Here */


#save-pro-modal .location-pro-detail {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
}

#save-pro-modal .location-pro-detail span.address.professional-address {
  position: relative;
  display: block;
  font-family: 'WorkSans-Light';
  font-size: 16px;
  margin-bottom: 10px;
  width: 100% !important;
}

#save-pro-modal button.clean-button-blue, #save-pro-modal button.clean-button-blue:hover {
  margin-top: 10px;
  padding: 5px 60px;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

/*
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
:'######::'########::::'###::::'########:::'######::'##::::'##:
'##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
 ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
. ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
:..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
'##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
. ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
:......:::........::..:::::..::..:::::..:::......:::..:::::..::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Photo SEarch Modal Here */

#photoSearchModal {
  padding-right: 0 !important
}

#photoSearchModal .modal-header {
  background: #ffffff;
}

#photoSearchModal h4.modal-title {
  font-family: 'WorkSans-Regular';
  color: #333;
}

#photoSearchModal .reset {
  font-family: 'WorkSans-Regular';
  color: #9B9B9B;
}

#photoSearchModal .cancel {
  font-family: 'WorkSans-Regular';
  color: #9B9B9B;
}

#photoSearchModal .modal-body {
  height: auto !important;
  min-height: calc(100vh - 110px) !important;
  overflow-y: hidden !important;
}

#photoSearchModal ul.nav.nav-tabs {
  width: 100%;
}

#photoSearchModal ul.nav.nav-tabs li {
  width: 50%;
}

#photoSearchModal .mobile-filter-menu {
  border-top: none;
  margin: 0 auto;
  width: 100%;
}

#photoSearchModal .mybtn-green {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 10px 10px;
}

#photoSearchModal .nav-tabs .nav-link.photos-button {
  color: #a5a4a5;
  background-color: #fff;
  border: none;
}

#photoSearchModal .nav-tabs .nav-link.photos-button.active {
  color: #71ac56;
  background-color: #fff;
  border: none;
}

#photoSearchModal .nav-tabs .nav-link.photos-button .photo-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/search-photo-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  transform: none;
  margin-right: 5px;
}

#photoSearchModal .nav-tabs .nav-link.photos-button.active .photo-icon {
  background-image: url(../img/svg/search-photo-green.svg);
}

#photoSearchModal .nav-tabs .nav-link.professional-button {
  color: #a5a4a5;
  background-color: #fff;
  border: none;
}

#photoSearchModal .nav-tabs .nav-link.professional-button.active {
  color: #2e7eb2;
  background-color: #fff;
  border: none;
}

#photoSearchModal .nav-tabs .nav-link.professional-button .professional-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/search-pro-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  transform: none;
  margin-right: 5px;
}

#photoSearchModal .nav-tabs .nav-link.professional-button.active .professional-icon {
  background-image: url(../img/svg/search-pro-blue.svg);
}

#photoSearchModal .modal-dialog {
  margin: 0 auto !important;
}

#photoSearchModal>div.mobile-search-box {
  height: 60px !important;
}

#photoSearchModal .filter-criteria-title i {
  top: 0px !important;
}

#photoSearchModal>div.mobile-search-box #search-box-modal-photo {
  height: 60px !important;
}

#photoSearchModal #search-box-modal-photo>button,
#photoSearchModal #search-box-modal-Profesional>button {
  width: 60px !important;
  height: 60px !important;
}

#photoSearchModal #search-box-modal-photo>button>i,
#photoSearchModal #search-box-modal-Profesional>button>i {
  width: 50px !important;
  height: 40px !important;
}

#photoSearchModal #searchBoxModalPhoto,
#photoSearchModal #searchBoxModalProfesional {
  width: calc(100% - 60px) !important;
  left: 60px !important;
  height: 60px !important;
}

#photoSearchModal div.adv-filter>h6 {
  margin-top: 30px !important;
}

#photoSearchModal #searchBoxModalPhoto::-webkit-input-placeholder,
#photoSearchModal #searchBoxModalProfesional::-webkit-input-placeholder {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

#photoSearchModal #searchBoxModalPhoto:-moz-placeholder,
#photoSearchModal #searchBoxModalProfesional:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

#photoSearchModal #searchBoxModalPhoto::-moz-placeholder,
#photoSearchModal #searchBoxModalProfesional::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  color: #ABABAB !important;
  font-weight: normal !important;
}

#photoSearchModal div.adv-filter>div.filter-criteria {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#photoSearchModal div.adv-filter>div>div.filter-criteria-title {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

/*
:'######::'########::'########::::'###::::'########:'########:
'##... ##: ##.... ##: ##.....::::'## ##:::... ##..:: ##.....::
 ##:::..:: ##:::: ##: ##::::::::'##:. ##::::: ##:::: ##:::::::
 ##::::::: ########:: ######:::'##:::. ##:::: ##:::: ######:::
 ##::::::: ##.. ##::: ##...:::: #########:::: ##:::: ##...::::
 ##::: ##: ##::. ##:: ##::::::: ##.... ##:::: ##:::: ##:::::::
. ######:: ##:::. ##: ########: ##:::: ##:::: ##:::: ########:
:......:::..:::::..::........::..:::::..:::::..:::::........::
'########:::'#######:::::'###::::'########::'########::
 ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
 ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
 ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
 ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
 ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
 ########::. #######:: ##:::: ##: ##:::. ##: ########::
........::::.......:::..:::::..::..:::::..::........:::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Create Board Modal Here*/


#createBoardModalNew .modal-dialog.vertical-align-center {
  background: rgba(0, 0, 0, 0.5);
}

#createBoardModalNew .modal-content {
  margin: 0px 30%;
}

#createBoard button.btn-upload.green-btn {
  width: 200px !important;
  cursor: pointer;
}

#createBoard #professionals-project-modal>form>div.my-form-set.text-left>input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#createBoard #professionals-project-modal>form>div.my-form-set.text-left>input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

#createBoard #professionals-project-modal>form>div.my-form-set.text-left>input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
  padding: 0px
}

/*
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
:'######::'########::::'###::::'########:::'######::'##::::'##:
'##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
 ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
. ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
:..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
'##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
. ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
:......:::........::..:::::..::..:::::..:::......:::..:::::..::
'########:'##:::'##:'########::'########:
... ##..::. ##:'##:: ##.... ##: ##.....::
::: ##:::::. ####::: ##:::: ##: ##:::::::
::: ##::::::. ##:::: ########:: ######:::
::: ##::::::: ##:::: ##.....::: ##...::::
::: ##::::::: ##:::: ##:::::::: ##:::::::
::: ##::::::: ##:::: ##:::::::: ########:
:::..::::::::..:::::..:::::::::........::
Photo Search Type Here */

#photoSearchType .modal-content {
  width: inherit;
  height: inherit;
  pointer-events: all;
  margin: 0 10px;
  border-radius: 0px;
}

#photoSearchType button.cancel {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoSearchType .cancel {
  float: right;
  font-family: 'WorkSans-Regular';
  color: #9B9B9B;
  font-size: 14px;
}

/*
:'######:::::'###::::'########:::'#######::'##::::'##::'######::'########:
'##... ##:::'## ##::: ##.... ##:'##.... ##: ##:::: ##:'##... ##: ##.....::
 ##:::..:::'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##: ##:::..:: ##:::::::
 ##:::::::'##:::. ##: ########:: ##:::: ##: ##:::: ##:. ######:: ######:::
 ##::::::: #########: ##.. ##::: ##:::: ##: ##:::: ##::..... ##: ##...::::
 ##::: ##: ##.... ##: ##::. ##:: ##:::: ##: ##:::: ##:'##::: ##: ##:::::::
. ######:: ##:::: ##: ##:::. ##:. #######::. #######::. ######:: ########:
:......:::..:::::..::..:::::..:::.......::::.......::::......:::........::
'##:::::::
 ##:::::::
 ##:::::::
 ##:::::::
 ##:::::::
 ##:::::::
 ########:
........::
Carousel Here */

#carouselExampleControls i.my-carousel-arrow {
  font-size: 36px;
  color: #9B9B9B;
}

#carouselPhotoDetails .carousel-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*

'########::'#######::'########::'##::::'##:
 ##.....::'##.... ##: ##.... ##: ###::'###:
 ##::::::: ##:::: ##: ##:::: ##: ####'####:
 ######::: ##:::: ##: ########:: ## ### ##:
 ##...:::: ##:::: ##: ##.. ##::: ##. #: ##:
 ##::::::: ##:::: ##: ##::. ##:: ##:.:: ##:
 ##:::::::. #######:: ##:::. ##: ##:::: ##:
..:::::::::.......:::..:::::..::..:::::..::
'##::::::::'#######:::'######:::'####:'##::: ##:
 ##:::::::'##.... ##:'##... ##::. ##:: ###:: ##:
 ##::::::: ##:::: ##: ##:::..:::: ##:: ####: ##:
 ##::::::: ##:::: ##: ##::'####:: ##:: ## ## ##:
 ##::::::: ##:::: ##: ##::: ##::: ##:: ##. ####:
 ##::::::: ##:::: ##: ##::: ##::: ##:: ##:. ###:
 ########:. #######::. ######:::'####: ##::. ##:
........:::.......::::......::::....::..::::..::
Form Login */

form#formLogin, form#formForgot, form#creatNew {
  background: #FFF;
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-top: 10%;
  margin-bottom: 10%;
}

div#login {
  margin-top: 70px;
  vertical-align: middle;
  min-height: 480px;
}

div#login .mybtn-green {
  color: #fff !important;
}

div#login .mybtn-green:hover {
  background-color: #7dbd60 !important;
}

div#login .mybtn-blue:hover {
  font-family: 'WorkSans-Medium' !important;
  background-color: #246CAE !important;
}

div#login #formLogin>div:nth-child(8)>label>a {
  text-decoration: none;
}

#formLogin .my-form-set {
  margin: 15px 0px;
}

#formLogin .my-form-set label a {
  color: #333000;
  font-size: 16px;
}

#formLogin h1.page-title {
  text-align: center !important;
  margin: 30px auto !important;
}

/*
'########::'##::::'##::'#######::'########::'#######::
 ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
 ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
 ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
 ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
..:::::::::..:::::..:::.......::::::..::::::.......:::
:'######:::'#######::'########::'########:
'##... ##:'##.... ##: ##.... ##:... ##..::
 ##:::..:: ##:::: ##: ##:::: ##:::: ##::::
. ######:: ##:::: ##: ########::::: ##::::
:..... ##: ##:::: ##: ##.. ##:::::: ##::::
'##::: ##: ##:::: ##: ##::. ##::::: ##::::
. ######::. #######:: ##:::. ##:::: ##::::
:......::::.......:::..:::::..:::::..:::::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Photo Sort Modal Here */
#photoSortModal {
  padding-right: 0px !important;
}

#photoSortModal .modal-header {
  background: #155A98;
}

#photoSortModal button.reset {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoSortModal .reset {
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoSortModal button.cancel {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#photoSortModal .cancel {
  float: right;
  font-family: 'WorkSans-Thin';
  font-size: 14px;
  color: #FFF;
}

#photoSortModal h4.modal-title {
  width: 100%;
  font-family: 'WorkSans-Medium';
  text-align: center;
  color: #FFF;
}

#photoSortModal .modal-footer {
  justify-content: center;
}

#photoSortModal .modal-footer {
  padding: 12px 15px;
}

#photoSortModal .mybtn-green {
  margin: 0;
  padding: 5px 20px;
}

#photoSortModal .modal-dialog {
  margin: 0 !important;
  height: 100%;
}

#photoSortModal .modal-body {
  height: auto !important;
  height: calc(100vh - 61px - 60px) !important;
  background: #F9F9F9;
}

#photoSortModal>div>div>div.modal-body>button {
  margin: auto !important;
  margin-top: 20px !important;
}

#photoSortModal>div>div>div.modal-footer>button.mybtn-green {
  font-family: "WorkSans-Regular" !important;
  font-size: 14px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/*
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Profesional Project Modal Here */


#professionals-project-modal .cs-skin-elastic>span {
  border: 1px solid #e5e5e5;
}

#professionals-project-modal .my-form-set {
  padding-bottom: 10px;
}

#professionals-project-modal .cs-skin-elastic.cs-active .cs-options ul li {
  border: 1px solid #e5e5e5;
}

#professionals-project-modal>form>div:nth-child(1)>div>div>span {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#professionals-project-modal>form>div:nth-child(1)>div>div>div>ul>li>span {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*
:'######:::::'###::::'##::::'##:'########:
'##... ##:::'## ##::: ##:::: ##: ##.....::
 ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
. ######::'##:::. ##: ##:::: ##: ######:::
:..... ##: #########:. ##:: ##:: ##...::::
'##::: ##: ##.... ##::. ## ##::: ##:::::::
. ######:: ##:::: ##:::. ###:::: ########:
:......:::..:::::..:::::...:::::........::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'##::::'##::'#######::'########:::::'###::::'##:::::::
 ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
 ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
 ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
 ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
 ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
 ##:::: ##:. #######:: ########:: ##:::: ##: ########:
..:::::..:::.......:::........:::..:::::..::........::
Save Professional Modal Here */

#savePro div.location-pro-detail>span.others-info {
  margin: auto;
}

#savePro div.location-pro-detail>span.others-info>ul {
  padding-left: 0px !important;
}

#savePro div.location-pro-detail>span.others-info>ul li {
  display: inline;
  padding-right: 0px !important;
}

#savePro div.location-pro-detail>span.others-info>ul li a {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

#savePro .modal-dialog {
  max-width: 500px !important;
  margin: auto !important;
  margin-top: 5% !important;
}

#savePro #save-pro-modal>div.location-pro-detail>span.others-info>ul {
  margin-bottom: 10px !important;
  margin: auto;
}

#savePro>div>div>div.modal-body {
  padding: 20px !important;
}

/*
'##::::'##::'#######::'##::::'##:'########:
 ##:::: ##:'##.... ##: ###::'###: ##.....::
 ##:::: ##: ##:::: ##: ####'####: ##:::::::
 #########: ##:::: ##: ## ### ##: ######:::
 ##.... ##: ##:::: ##: ##. #: ##: ##...::::
 ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
 ##:::: ##:. #######:: ##:::: ##: ########:
..:::::..:::.......:::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Home Page here */
#home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container {
  width: 100% !important;
  float: left !important;
  position: relative !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container:after {
  content: "" !important;
  display: block !important;
  padding-bottom: 100% !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div {
  min-height: 520px !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div {
  min-height: 380px !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.card-block>h4 {
  height: 45px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.card-block>h4 {
  font-family: WorkSans-Light;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 30px;
  letter-spacing: -0.5px;
  height: 58px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.card-block {
  padding: 20px;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.card-block>.category-article {
  text-align: center;
  font-family: WorkSans-SemiBold;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: -0.3px;
  /* line-height: 30px; */
  padding-bottom: 10px;
  text-transform: uppercase;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.card-block>p {
  height: 70px !important;
  overflow: hidden !important;
}



#home-page #section>div>div.row.hidden-sm-down>div:nth-child(1)>div>a>div.image-container {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
  position: relative;
  margin-top: 40px;
}

#home-page #section>div>div.row.hidden-sm-down>div:nth-child(1)>div>a>div.image-container img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 0px;
  top: 0;
  left: 0;
}

#home-page #carouselExampleControls>div>div.carousel-item>div>a>div.image-container {
  width: 80% !important;
  height: 0 !important;
  margin: auto;
  padding-bottom: 80% !important;
  position: relative;
  margin-top: 10px;
}

#home-page #carouselExampleControls>div>div.carousel-item>div>a>div.image-container img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 0px;
  top: 0;
}

#home-page #container-grid>div>div {
  text-align: left !important;
}

#home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container>img.hover {
  opacity: 0.7;
}

#home-page #select-option-home>div:nth-child(3)>div.left-button>a:hover {}

#home-page #section>div.container.row>div.left-button>a:hover {
  background-color: #7DBD60;
}

#home-page #section>div.container.row>div.right-button>a,
#home-page #section>div.container.row>div.right-button>a:hover {
  color: #61A343;
  border-color: #e5e5e5;
  font-family: 'WorkSans-Medium' !important;
}

#home-page #section>div>div:nth-child(3)>div>a {
  border-color: #e5e5e5;
  font-family: 'WorkSans-Medium' !important;
  color: #fff;
}


#home-page #section>div>div:nth-child(3)>div>a:hover {
  background: #7DBD60;
}


#home-page #section>div>div.row.btn-profesional>div.left-button>a {
  font-family: 'WorkSans-Medium' !important;
  font-weight: normal;
}

#home-page #section>div>div.row.btn-profesional>div.left-button>a:hover {
  background-color: #246CAE;
  font-family: 'WorkSans-Medium' !important;
  font-weight: normal;
}

#home-page #section>div>div.row.btn-profesional>div.right-button>a {
  color: #155A98;
  border-color: #e5e5e5;
  font-family: 'WorkSans-Medium' !important;
  font-weight: normal;
}

#home-page {
  overflow-x: hidden;
}

#home-page #select-option-home>div.container.row.container-search>div:nth-child(4)>a:hover {
  background-color: #7DBD60;
}

#home-page #select-option-home>div.container.row.container-search>div>div>div>span {
  font-family: 'WorkSans-Regular' !important;
  font-weight: normal;
  padding-left: 20px !important;
}

#home-page #select-option-home>div.container.row.container-search>div>div>div>div>ul>li>span {
  font-family: 'WorkSans-Regular' !important;
  font-weight: normal;
  padding-left: 20px !important;
}

#home-page #select-option-home>div.container.row.container-search>div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#home-page #section>div.container.row {
  margin-top: 10px !important;
}

#home-page #section>div.container.row>div.left-button {
  padding-right: 10px !important;
}

#home-page #section>div.container.row>div.right-button {
  padding-left: 10px !important;
}

#formHome>div.search-icon {
  cursor: pointer;
}

#home-page div.search-icon.sprite-search-grey {
  width: 25px;
  height: 25px;
  background: url(../img/svg/search-grey.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}

#home-page div.search-icon.sprite-search-grey:hover {
  width: 25px;
  height: 25px;
  background: url(../img/svg/search-black.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}

#home-page form.search-box-area .search-option .cs-select .cs-placeholder::after {
  left: 8px;
  top: 9px;
}

#home-page form.search-box-area .search-option {
  width: 180px;
}

#home-page form.search-box-area .search-option {
  width: 180px;
}

#home-page .sprite-photo-selected {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/photo.svg);
  background-size: 20px 20px;
}

#home-page .sprite-pro-selected {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/icon-pro-grey.svg);
  background-size: 20px 20px;
}

#home-page #select-option-home .cs-skin-elastic.cs-active .cs-options ul li {
  margin: 0;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

#home-page #select-option-home .cs-skin-elastic.cs-active .cs-options ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}

#home-page #select-option-home>div.container.row.container-search>div>div>div>div>ul {
  position: relative;
  max-height: 220px;
  overflow-y: hidden;
}

#home-page .cs-select .cs-selected span::after {
  display: none;
}

#home-page #select-option-home>div.container.row.container-search>div>div>div>div>ul>li.cs-selected>span {
  color: #61A343;
}

#home-page #select-option-home>div.container.row.container-search>div>div>div>div>ul>li:hover {
  background: #F9F9F9;
}

#home-page #search_professional2:hover {
  background: #7DBD60;
}

#home-page #section h3.title {
  font-size: 30px !important;
  letter-spacing: -1px !important;
}

#home-page ul#photosFilter {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
  font-family: 'WorkSans-Medium';
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
}

#home-page ul#photosFilter li {
  text-decoration: none;
  list-style: none;
  display: inline;
  border: none;
}

#home-page ul#photosFilter li.your-inspiration {
  color: #9b9b9b;
}

#home-page ul#photosFilter li a {
  font-family: 'WorkSans-Medium';
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: none;
}

#home-page ul#photosFilter li a:hover {
  font-family: 'WorkSans-Medium';
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: underline;
}

#myAffixHome>div>header>nav>ul>li>ul.user-detail {
  margin-left: 0px !important;
  position: relative;
  top: 8px;
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown {
  border-radius: 0px;
  width: 250px;
  top: 30px;
  left: -215px;
  padding-bottom: 25px;
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li {
  width: 100%;
  height: 35px;
  line-height: 50px;
  vertical-align: middle;
  margin-left: 0px;
  padding-left: 20px;
}

#myAffixHome>div>header>nav>ul>li.user {
  margin-left: 0px;
}

#myAffixHome>div>header>nav>ul>li.user>ul>li {
  margin-left: 0px;
}

#home-page #section>div>div.row.hidden-md-down>div>div {
  padding: 0px;
  max-width: 210px !important;
  height: 290px;
}

#home-page #section>div>div.row.hidden-md-down>div>div:first-child {
  margin-left: auto;
}

#home-page #section>div>div.row.hidden-md-down>div>div:last-child {
  margin-right: auto;
}

#home-page #section>div>div.row.hidden-md-down>div>div a {
  height: 100%;
}

#home-page #section>div>div.row.hidden-md-down>div>div a:hover {
  background: #F9F9F9;
}

#home-page #carouselExampleControls>div>div>div {
  padding: 0px !important;
}

#home-page #carouselExampleControls>div>div>div>a:hover {
  background: #F9F9F9;
}

/*
'##::::'##::'#######::'##::::'##:'########:
 ##:::: ##:'##.... ##: ###::'###: ##.....::
 ##:::: ##: ##:::: ##: ####'####: ##:::::::
 #########: ##:::: ##: ## ### ##: ######:::
 ##.... ##: ##:::: ##: ##. #: ##: ##...::::
 ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
 ##:::: ##:. #######:: ##:::: ##: ########:
..:::::..:::.......:::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Photos Page here */

#photos-page .filter-criteria-title {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
}

#photos-page #professional-page .filter-criteria-title {
  padding: 15px !important;
}

#photos-page .filter-criteria-title i {
  top: 2px;
}

#photos-page #section-photos {
  padding-top: 90px;
}

#photos-page #professional-page #section-photos {
  padding-top: 90px;
}

#photos-page #professional-page #section-photos {
  padding-top: 90px;
}

#photos-page .form-check {
  padding: 20px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin-bottom: 0px;
}

#photos-page #select-option-home .cs-skin-elastic.cs-active .cs-options ul li:hover {
  background-color: #e5e5e5;
}

#photos-page .mobile-filter-menu .text-filter {
  position: relative;
  float: left;
  margin: 0;
  margin-left: 5px;
  margin-top: 2px;
}

#photos-page .mobile-filter-menu .link-filter {
  position: relative;
  float: right;
  margin: 0;
  margin-right: 5px;
  margin-top: 2px;
}

#photos-page .mobile-filter-menu .link-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#photos-page .mobile-filter-menu .link-filter ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

#photos-page .mobile-filter-menu .link-filter ul li a {
  color: #4a4a4a;
}

/*
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Professional Page Here */

#professional-page #section-photos>div {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#professional-page #section-photos>div>div>div:nth-child(1) {
  padding-right: 10px !important;
}

#professional-page #section-photos>div>div>div:nth-child(2) {
  padding-left: 10px !important;
}

#professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div {
  padding-left: 0px !important;
  padding-right: 20px !important;
}

#professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div>div {
  margin-bottom: 20px !important;
}

#professional-page #section-photos>div>div>div>div>div>div>div.filter-criteria-title {
  width: calc(100% - 10px) !important;
}

#professional-page #section-photos>div>div>div>div>div>div>div.filter-criteria-title>i {
  position: absolute;
  right: 10px;
  top: 25px;
}

#professional-page #section-photos>div>div>div>div>div>div>div.filter-criteria-title {
  font-family: "WorkSans-Light";
  font-size: 15px !important;
  font-weight: normal !important;
}

#professional-page #section-photos>div>div>div>div>div>div>div.filter-criteria-title>span {
  font-family: "WorkSans-Light";
  font-size: 20px !important;
}

#professional-page #view-more-pro {
  margin-left: 0px !important
}

#professional-page .card-img-top.img-responsive {
  cursor: pointer;
}

#professional-page #section-photos>div>div>div.col-photos-gallery-professional-page>div.card-group.profesional-list>div>div>div.card-block>h4 {
  cursor: pointer;
}

#professional-page #section-photos>div>div>div.col-photos-gallery-professional-page>div.card-group.profesional-list>div>div>div.card-block.text-center>span.professional-business {
  cursor: pointer;
}

#professional-page #section-photos>div>div>div.col-photos-gallery-professional-page>div.card-group.profesional-list>div>div>div.card-block.text-center>span.professional-location {
  cursor: pointer;
}

#professional-page .filter-criteria-title {
  padding: 20px !important;
}

#professional-page .sprite-star-grey {
  width: 10px !important;
  height: 10px !important;
  background-size: 10px 10px !important;
}

#professional-page .sprite-star,
#professional-page .sprite-star-grey,
#professional-page .sprite-star-half,
#professional-page .sprite-star-empty {
  width: 10px !important;
  height: 10px !important;
  background-size: 10px 10px !important;
}

#professional-page #section-photos>div>div>div>div.card-group.profesional-list>div>a>div>div>h4 {
  color: #333 !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section-photos>div>div>div.col-photos-gallery-professional-page>div.card-group.profesional-list>div>a>div>div>span.professional-business {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#professional-page #section-photos>div>div>div>div.card-group.profesional-list>div>a:hover>div>div>h4 {
  color: #61A343 !important;
}

#professional-page #select-option-home {
  border: 1px solid #E5E5E5;
  padding: 0px !important;
  font-family: 'WorkSans-Regular' !important;
  font-weight: normal !important;
}

#professional-page #select-option-home>div>span {
  padding-left: 20px !important;
}

#professional-page #select-option-home .cs-select span {
  font-family: 'WorkSans-Regular' !important;
  color: #333 !important;
  padding-left: 20px !important;
  font-weight: normal !important;
}

#professional-page #select-option-home>div>div>ul {
  max-height: 211px !important;
  overflow: hidden;
  position: relative;
  float: left;
}

#select-option-home>div>div>ul>li {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

#select-option-home #section-photos>div>div>div.col-photo-filter-professional-page>div>div>div:nth-child(3)>div.filter-criteria-title>i {
  display: none;
}


/*
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'########::'########:'########::::'###::::'####:'##:::::::
 ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
 ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
 ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
 ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
 ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
 ########:: ########:::: ##:::: ##:::: ##:'####: ########:
........:::........:::::..:::::..:::::..::....::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Professional Project Detail Page Here */

#professionals-project-detail .row.align-items-center>div:nth-child(1) {
  max-width: 8.333333% !important;
}

#professionals-project-detail .row.align-items-center>div:nth-child(2) {
  max-width: 50% !important;
}

#professionals-project-detail .row.align-items-center>div:nth-child(3) {
  max-width: 41.666667%;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.others-info>ul {
  padding-left: 0px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.others-info>ul li {
  display: inline;
  padding-right: 2px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.others-info>ul li a {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  color: #9b9b9b;
}


#professionals-project-detail>div>div.project-info-detail,
#professionals-project-detail>div>div.project-info-detail>div,
#professionals-project-detail>div>div.project-info-detail>div>div {
  position: relative;
  display: block;
  float: left;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>span.professional-ratings.pro-star {
  position: relative;
  top: -22px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>span.professional-ratings.message-count {
  position: relative;
  top: -20px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail {
  width: 100%;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>h1 {
  max-width: 100%;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div>div.professional-ratings.pro-star {
  top: 0px;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div>div.message-count {
  top: 2px;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div>div.professional-ratings.pro-star,
#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div>div.message-count {
  position: relative;
  display: block;
  float: left;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.others-info>ul {
  padding-top: 3px;
}

#professionals-project-detail>div>div.project-info-detail>div>div.text-right>button.clean-button-green {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

#professionals-project-detail>div>div.project-info-detail>div>div.text-right>button.clean-button-green a {
  text-align: center;
}

#professionals-project-detail>div>div>div>div.text-right>button.clean-button-green>a>span {
  left: 30px;
}


#professionals-project-detail .sprite-star,
#professionals-project-detail .sprite-star-half,
#professionals-project-detail .sprite-star-grey,
#professionals-project-detail .sprite-star-empty {
  width: 15px !important;
  height: 15px !important;
  background-size: 15px 15px !important;
  margin-right: 2px !important;
}

#professionals-project-detail #section-account>div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#professionals-project-detail #section-account>div>div.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div.text-right>button.clean-button-green>a>span {
  margin-top: 5px !important;
}

#professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div.text-right>button.clean-button-blue>a>span {
  margin-top: 5px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.text-right>button.clean-button-green,
#professionals-project-detail>div>div.project-info-detail>div>div.text-right>button.clean-button-blue {
  font-family: 'WorkSans-Medium' !important;
  font-weight: normal !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.text-right>button.clean-button-green:hover {
  background: #7DBD60 !important;
}

#professionals-project-detail #container_project>div>div.home-feed-project-title,
#professionals-project-detail #container_project>div>div.home-feed-project-body {
  padding: 20px 0px !important;
  margin: 0 5px !important;
}

#professionals-project-detail #container_project>div>div.home-feed-project-body {
  padding-top: 0px !important;
}

#professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.address {
  font-size: 14px !important;
  color: #4a4a4a !important;
}

#professionals-project-detail #container_project>div>div.home-feed-project-body>span {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px;
  margin-top: 0px !important;
  position: relative;
  display: block;
  color: #9b9b9b;
}

#professionals-project-detail #container_project>div>div.home-feed-project-body>span a {
  color: #9b9b9b;
}


#professionals-project-detail #container_project>div>div.home-feed-project-body>div {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px;
}

#professionals-project-detail #container_project>div>div.home-feed-project-body>div p {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
}

#professionals-project-detail #section-account .card-home-feed-project .home-feed-project-title {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

#professionals-project-detail #section-account .card-home-feed-project .home-feed-project-title {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

#professionals-project-detail #pro-detail-left-col {
  padding-right: 10px;
}

#professionals-project-detail #pro-detail-right-col {
  padding-left: 10px;
}

/*
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Professional Project Page Here */


#professionals-project .project-navigation .stat-and-share span.share {
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px 10px;
  line-height: 0px;
}

#professionals-project .pro-project-review h4.review-title {
  margin-bottom: 5px !important;
}

#professionals-project .pro-project-review .list-review p.review-content {
  font-size: 14px !important;
  font-family: WorkSans-Regular;
}

#professionals-project .project-result-info span.name-result-info {
  font-family: "WorkSans-SemiBold" !important;
  font-size: 10px !important;
  color: #ABABAB !important;
}

#professionals-project table.professional-connected .text-left {
  font-family: "WorkSans-Medium" !important;
  font-size: 14px !important;
  color: #333 !important;
}

#professionals-project table.professional-connected tr td:nth-child(1) {
  display: inline-flex;
  width: 10%;
  float: left;
  min-width: 0px !important;
  min-height: 0px !important;
  border: none !important;
}

#professionals-project table.professional-connected tr td:nth-child(2) {
  display: block;
  width: 63%;
  float: left;
  margin-top: 3px;
  border: none !important;
}

#professionals-project table.professional-connected tr td:nth-child(3) {
  display: block;
  width: 27%;
  float: left;
  min-height: 0px !important;
  border: none !important;
}

#professionals-project table.professional-connected tr td:nth-child(1) {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#professionals-project table.professional-connected tr td:nth-child(2) {
  padding-top: 13px !important;
  padding-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#professionals-project table.professional-connected tr td:nth-child(3) {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}

#professionals-project>div>table>tbody>tr>td.text-left>a {
  color: #333 !important;
}

#professionals-project>div>div>div>div>div>table>tbody>tr>td.text-left>a {
  color: #333 !important;
}

#professionals-project .image-upload label.btn-upload {
  width: 100% !important;
}

#professionals-project .image-upload label.btn-upload {
  padding: 10px 0px !important;
}

#professionals-project .pro-project-review h4.review-title {
  font-size: 20px !important;
}

#professionals-project .project-result-info {
  border-bottom: none !important;
}

#professionals-project>div>table>tbody>tr>td:nth-child(1) {
  padding: 20px !important;
  width: 65px !important;
  padding-right: 0px !important;
}

#professionals-project>div>table>tbody>tr>td:nth-child(1) i {
  float: left !important;
  margin-left: 0px !important;
}

#professionals-project>div>table>tbody>tr>td.text-left {
  padding: 20px !important;
  padding-left: 0px !important;
  width: calc(100% - 165px) !important;
  margin-top: 0px !important;
  padding-top: 24px !important;
}

#professionals-project>div>table>tbody>tr>td:nth-child(3) {
  padding: 20px !important;
  width: 100px !important;
  padding-top: 24px !important;
  text-align: right !important;
}

#professionals-project .message-shortcut .cs-select span {
  font-family: 'WorkSans-Regular';
  color: #333;
  padding: 0.64em !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#professionals-project .cs-select>span::after {
  right: 20px !important;
}

#professionals-project table.professional-connected tr {
  border-top: 1px solid #E5E5E5;
}

#professionals-project .project-navigation a.pro-nav {
  font-size: 14px;
  color: #72AF54;
  margin-left: 2px;
}

#professionals-project .project-navigation h2 {
  font-family: 'WorkSans-Thin';
  font-size: 32px;
  font-weight: normal;
  color: #5C5C5C;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

#professionals-project .project-navigation .stat-and-share span.statistic {
  font-family: 'WorkSans-Regular';
  font-size: 12px;
  font-weight: normal;
  color: #5C5C5C;
}

#professionals-project .project-navigation .stat-and-share span.share {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  color: #ABABAB;
  padding: 0px !important;
  width: 54px;
  height: 54px;
  border-left: 1px solid #e5e5e5;
  display: inline-block;
  float: right;
  text-align: center;
}

#professionals-project .project-navigation .stat-and-share span.share:nth-child(6) {
  border-left: none;
}

#professionals-project .project-navigation .stat-and-share span.share:nth-child(1) {
  border-right: 1px solid #e5e5e5;
}

#professionals-project .project-navigation .stat-and-share {
  min-height: 54px;
  position: relative;
}

#professionals-project .other-photo h4 {
  font-family: 'WorkSans-Light';
  font-size: 18px;
  color: #5C5C5C;
}

#professionals-project {
  margin-top: 15px !important;
}

#professionals-project .message-shortcut .cs-skin-elastic.cs-active .cs-options ul li {
  width: calc(100% + 2px);
  margin: 0;
  margin-left: -1px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

#professionals-project>div>div>div>div>div>table>tbody>tr>td:nth-child(1) {
  padding: 20px !important;
  width: 65px !important;
  padding-right: 0px !important;
}

#professionals-project>div>div>div>div>div>table>tbody>tr>td:nth-child(1) i {
  float: left !important;
  margin-left: 0px !important;
}

#professionals-project>div>div>div>div>div>table>tbody>tr>td.text-left {
  padding: 20px !important;
  padding-left: 0px !important;
  width: calc(100% - 165px) !important;
  margin-top: 0px !important;
  padding-top: 24px !important;
}

#professionals-project>div>div>div>div>div>table>tbody>tr>td:nth-child(3) {
  padding: 20px !important;
  width: 100px !important;
  padding-top: 24px !important;
  text-align: right !important;
}

#professionals-project span.others-info {
  margin: auto;
}

#professionals-project span.others-info>ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

#professionals-project span.others-info>ul li {
  display: inline;
  padding-right: 2px !important;
}

#professionals-project span.others-info>ul li a {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

#professionals-project .sprite-star,
#professionals-project .sprite-star-half,
#professionals-project .sprite-star-grey,
#professionals-project .sprite-star-empty {
  width: 15px !important;
  height: 15px !important;
  background-size: 15px 15px !important;
  margin-right: 2px !important;
}

#professionals-project .project-navigation {
  padding: 20px !important;
}

#professionals-project div.project-content {
  font-size: 16px !important;
}

#professionals-project>div>div>div>div.my-card>div>div>div>span:nth-child(4)>a:hover i {}

#professionals-project>div>div>div>div.my-card>div>div>div>span:nth-child(3)>a:hover i {}

#professionals-project>div>div>div>div.my-card>div>div>div>span:nth-child(2)>a:hover i {}

#professionals-project>div>div>div>div.my-card>div>div>div>span:nth-child(1)>a:hover i {}

#professionals-project>div>div>div>div.my-card>div>div>div>table>tbody>tr>td>a {
  color: #61A343;

}

#professionals-project>div>div>div>div.other-photo>div {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#professionals-project>div>div>div>div.other-photo h4 {
  margin-left: 0px !important;
  margin-bottom: 20px;
}

#professionals-project>div>div>div>div.other-photo>div>div {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

#professionals-project>div>div>div>div.other-photo>div>div>div>div>a:hover img {
  opacity: 0.7;
}

#professionals-project>div>div>div>div.my-card>div>div.detail-project-wrapper {
  margin-top: 30px !important;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-left>table>tbody>tr>td.left-col-table {
  vertical-align: top;
  display: block;
  position: relative;
  float: left;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-left>table>tbody>tr>td:nth-child(2) {
  display: block;
  position: relative;
  float: left;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-left>table>tbody>tr>td:nth-child(2) a {
  position: absolute !important;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-left>table>tbody>tr>td:nth-child(2):hover a {
  position: relative !important;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-rights>table>tbody>tr>td.left-col-table {
  vertical-align: top;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-rights>table>tbody>tr>td:nth-child(2) {
  position: relative;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-rights>table>tbody>tr>td:nth-child(2)>div {
  position: absolute !important;
  max-width: 100%;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#professionals-project>div>div>div>div.my-card>div>div>div.col.project-info-table-rights>table>tbody>tr>td:nth-child(2):hover>div {
  position: relative !important;
  top: -1px;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}


#professionals-project>div>div>div>div.other-photo>div>div>div>div img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

#professionals-project>div>div>div>div.my-card>div>h2 {
  float: left;
  max-width: calc(100% - 200px);
}

#professionals-project>div>div.professional-about-wrap>div>div>h3 {
  line-height: 25px;
  font-size: inherit !important;
}

#professionals-project>div>div>div.col-md-12.col-lg-8>div.my-card>div>div.project-content {
  position: relative;
}

#professionals-project>div>div>div>div>div>div.project-result-info-pro>a {
  text-decoration: none;
}

/*#professionals-project > div > div > div.col-md-12.col-lg-8 > div.my-card > div > div.project-content > label {
  text-align: center;
  color: #61A343;
}*/
#professionals-project>div>div>div>div.my-card>div>h3 {
  font-family: "WorkSans-Regular" !important;
  font-size: 16px !important;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#professionals-project>div>div>div>div.my-card>div>h3 a {
  font-family: "WorkSans-Regular" !important;
  font-size: 16px !important;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}


/*
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
 ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
 ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
 ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
 ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
Professional Project New Page Here */

#acc-user-inbox-wrapper.pro-project-new #editProAcc>div>div>div>div>div>div>div.img-edit {
  height: 246px !important;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding>div {
  height: 100% !important;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop {
  height: 530px;
  width: 320px;
  border: 2px dashed #e5e5e5;
  display: table;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a {
  display: table-cell;
  vertical-align: middle;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>span {
  font-size: 16px !important;
  font-family: WorkSans-Regular;
  color: #ABABAB;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>small {
  font-size: 12px !important;
  font-family: WorkSans-Medium;
  color: #d6d6d6;
}

#acc-user-inbox-wrapper.pro-project-new textarea {
  resize: vertical;
  height: 202px;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center>h2 {
  font-size: 18px !important;
  font-family: WorkSans-Light;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(3)>div>button {
  width: 100px !important;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(1) a,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(1) a:hover,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(2) a,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(2) a:hover {
  font-size: 14px !important;
  font-family: WorkSans-Medium;
  color: #494949;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div>div>div:nth-child(1)>a,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div>div>div:nth-child(1)>a:hover,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div>div>div:nth-child(2)>a,
#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div>div>div:nth-child(1)>a:hover {
  font-size: 14px !important;
  font-family: WorkSans-Medium;
  color: #797979;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding>div>div {
  padding: 30px;
}

#acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(3) {
  padding-right: 0px !important;
}

#acc-user-inbox-wrapper.pro-project-new #section-account .settings-board {
  right: 20px;
}

#acc-user-inbox-wrapper.pro-project-new .img-edit {
  height: 246px !important;
}

#acc-user-inbox-wrapper.pro-project-new .img-edit img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  object-fit: cover !important;
  height: 246px !important;
  width: 100%;
  height: 100%;
}

#acc-user-inbox-wrapper.pro-project-new #editProAcc>div>div>div>div {
  margin-bottom: 30px !important;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>button {
  width: 200px !important;
  cursor: pointer;
}

#acc-user-inbox-wrapper.pro-project-new .uk-form-file input[type="file"] {
  height: 100% !important;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>span.drag-drop-info {
  font-family: 'WorkSans-Thin' !important;
  font-size: 16px !important;
  color: #ababab !important;
  margin-top: 20px !important;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>span.drag-drop-or {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #e5e5e5 !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
  display: block !important;
}

#acc-user-inbox-wrapper.pro-project-new #upload-drop>a>small {
  max-width: 200px !important;
  margin: auto;
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper.pro-project-new #AreaSize {
  width: calc(100% - 80px) !important;
  float: left;
}

#acc-user-inbox-wrapper.pro-project-new #BusinessDetailWrap>div>form>div>div>div>label {
  width: 100% !important;
}

#acc-user-inbox-wrapper.pro-project-new .sqm-box {
  width: 80px;
  min-height: 39px;
  position: relative;
  display: block;
  float: left;
  border: 1px solid rgba(0, 0, 0, .15);
  border-left: none;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 1rem;
}

#acc-user-inbox-wrapper.pro-project-new #formsubmit>div>div>div>span>span.selection>span>span.select2-selection__arrow>b {
  background: url(../img/arrow-bottom.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 15px !important;
  height: 15px !important;
  left: -3px !important;
  top: 12px !important;
  border: none !important;
}

/*
:'######:::'#######::'##::: ##::'######::'##::::'##:'##:::::::'########:
'##... ##:'##.... ##: ###:: ##:'##... ##: ##:::: ##: ##:::::::... ##..::
 ##:::..:: ##:::: ##: ####: ##: ##:::..:: ##:::: ##: ##:::::::::: ##::::
 ##::::::: ##:::: ##: ## ## ##:. ######:: ##:::: ##: ##:::::::::: ##::::
 ##::::::: ##:::: ##: ##. ####::..... ##: ##:::: ##: ##:::::::::: ##::::
 ##::: ##: ##:::: ##: ##:. ###:'##::: ##: ##:::: ##: ##:::::::::: ##::::
. ######::. #######:: ##::. ##:. ######::. #######:: ########:::: ##::::
:......::::.......:::..::::..:::......::::.......:::........:::::..:::::
:::'###::::'##::: ##:'########:::::'##::::'##:'####:'########::'########:
::'## ##::: ###:: ##: ##.... ##:::: ##:::: ##:. ##:: ##.... ##: ##.....::
:'##:. ##:: ####: ##: ##:::: ##:::: ##:::: ##:: ##:: ##:::: ##: ##:::::::
'##:::. ##: ## ## ##: ##:::: ##:::: #########:: ##:: ########:: ######:::
 #########: ##. ####: ##:::: ##:::: ##.... ##:: ##:: ##.. ##::: ##...::::
 ##.... ##: ##:. ###: ##:::: ##:::: ##:::: ##:: ##:: ##::. ##:: ##:::::::
 ##:::: ##: ##::. ##: ########::::: ##:::: ##:'####: ##:::. ##: ########:
..:::::..::..::::..::........::::::..:::::..::....::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Consult And Hire Page Here */

#consult-and-hire h1.page-title {
  font-family: WorkSans-Thin !important;
  font-size: 32px !important;
  margin-bottom: 10px !important;
}

#consult-and-hire p.description {
  font-family: WorkSans-Regular !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 20px;
}

#consult-and-hire p.description.submitted {
  font-family: WorkSans-Regular !important;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 20px;
}

#consult-and-hire .form-group label em {
  color: #72AF54;
}

#consult-and-hire .form-check-label {
  padding-left: 10px !important;
  padding-right: 30px !important;
}

#consult-and-hire .form-check .form-check-label .squaredThree {
  width: 15px !important;
  height: : 15px !important;
  position: relative;
  margin: auto;
}

#consult-and-hire #upload-project-photo {
  border: 1px dashed #ABABAB;
}

#consult-and-hire #upload-project-photo span.drag-drop-info {
  width: 100%;
  font-family: WorkSans-Thin;
  font-size: 20px;
  color: #ababab;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

#consult-and-hire #upload-project-photo span.drag-drop-info-or {
  width: 100%;
  display: block;
  font-family: WorkSans-Thin;
  font-size: 12px;
  color: #ababab;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#consult-and-hire #upload-project-photo small {
  font-family: WorkSans-Medium !important;
  font-size: 12px !important;
  color: #ABABAB !important;
  margin-top: 10px !important;
}

#consult-and-hire .clean-button-grey-white-text {
  padding: 8px 30px;
  background: #fff;
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  text-decoration: none;
  color: #61A343;
  border-radius: 5px;
  border: 1px solid #ABABAB;
  cursor: pointer !important;
  margin-top: 8px !important;
}

#consult-and-hire button.clean-button-green,
#consult-and-hire button.clean-button-green:hover,
#consult-and-hire button.clean-button-blue,
#consult-and-hire button.clean-button-blue:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  padding: 10px 0px !important;
  max-width: 200px !important;
  width: 200px !important;
  border-radius: 5px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  /* padding: 10px 40px; */
}

#consult-and-hire .clean-button-grey, #consult-and-hire .clean-button-grey:hover {
  padding: 10px 0px !important;
  max-width: 200px !important;
  width: 200px !important;
  background: #fff !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #61A343 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

#consult-and-hire .col-lg-6 {
  max-width: none !important;
  width: 100% !important;
}

#consult-and-hire p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#consult-and-hire span.testimonial-by {
  font-size: 16px !important;
}

#consult-and-hire .user-features span.title {
  margin-top: 0px !important;
}

#consult-and-hire .cnh-wrapper {
  width: 750px !important;
}

#consult-and-hire #ExpectedTimetoStartConstruction.form-control[readonly] {
  background: #fff !important;
}

#consult-and-hire>div>div:nth-child(2)>div>div>form>div>div>div>div>label>span {
  margin-left: 5px !important;
}

#consult-and-hire .user-features span.title {
  font-family: 'WorkSans-Light';
  font-size: 20px;
  margin-top: 20px !important;
}

#consult-and-hire>div>div:nth-child(2)>div>div>div>div {
  margin-top: 10px;
}




/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
'##::::'##::'#######::'##::::'##:'########:
 ##:::: ##:'##.... ##: ###::'###: ##.....::
 ##:::: ##: ##:::: ##: ####'####: ##:::::::
 #########: ##:::: ##: ## ### ##: ######:::
 ##.... ##: ##:::: ##: ##. #: ##: ##...::::
 ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
 ##:::: ##:. #######:: ##:::: ##: ########:
..:::::..:::.......:::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Home Page Here */

#account-user-home #section-account>div>div>div>div {
  padding-left: 0px;
  padding-right: 0px;
}

#account-user-home #section-account>div>div>div>div>div.row {
  margin-left: 0px;
  margin-right: 0px;
}

#account-user-home #section-account>div>div>div>div>div.home-feed-project-title {
  padding-left: 20px;
  padding-right: 20px;
}

#account-user-home #section-account>div>div>div>div>div.home-feed-project-body {
  padding-left: 20px;
  padding-right: 20px;
}

#account-user-home #section-account>div>div>div.left-side>div>div>div {
  margin-bottom: 0px;
  position: relative;
}

#account-user-home #section-account>div>div>div>div {
  margin-bottom: 20px;
}

#account-user-home #container_project>div>a {
  text-decoration: none !important;
}

#account-user-home #container_project>div>a>div.home-feed-project-title>h4 {
  font-family: 'WorkSans-Regular' !important;
  font-weight: normal !important;
  width: 100% !important;
}

#account-user-home #container_project>div>a>div.home-feed-project-title {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: none !important;
}

#account-user-home #container_project>div>div>div>p {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
}

#account-user-home #container_project>div>div>span {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px;
  margin-top: 0px !important;
  position: relative;
  display: block;
  color: #9b9b9b;
}

#account-user-home #container_project>div>div>span a {
  color: #9b9b9b;
}

#account-user-home #container_project>div>div {
  padding: 20px 5px;
  padding-top: 0pc;
}

#account-user-home #section-account .card-acc .card-acc-head .user-result-info ul.result-info-list li {
  padding: 0 !important;
}

#pro_container>div>div.acc-user-home-avatar-box {
  padding-left: 15px !important;
}

#pro_container>div>div.acc-user-home-name-box {
  padding-left: 10px !important;
}

#pro_container>div.row.align-items-center.widget-add-margin-bottom {
  margin-bottom: 0px !important;
}

.widget-action {
  color: #61A343 !important;
  cursor: pointer;
}

#account-user-home #article_container>a>p {
  font-family: 'WorkSans-Regular' !important;
  font-weight: lighter !important;
  font-size: 18px !important;
  color: #4A4A4A !important;
  line-height: 20px !important;
  margin-top: 5px;
  margin-bottom: 20px;
}

#section-account a.home-feed-view-more {
  border: 1px solid #E5E5E5 !important;
  color: #61A244 !important;
}

#account-user-home .article_mobile {
  width: 100%;
  background: #fff;
  min-height: 100px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  float: left;
}

#account-user-home .clearfix {
  margin-bottom: 0px !important;
}

#account-user-home .slick-dots li.slick-active button:before {
  opacity: 1;
  color: blue;
}

#account-user-home .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #e5e5e5;
}

#account-user-home .article-mobile-title {
  text-align: center;
  position: relative;
  min-height: 20px;
}

#account-user-home .article-mobile-title h1 {
  font-family: 'WorkSans-Medium';
  font-weight: normal;
  font-size: 20px;
  color: #4a4a4a;
  padding-top: 20px;
  position: relative;
}

#account-user-home .article-mobile-title h2 {
  font-family: 'WorkSans-Regular';
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

#account-user-home #section-account>div>div>div>div.article_mobile>div.swiped-article {
  text-align: center;
}

#account-user-home #section-account>div>div>div>div.article_mobile>div.swiped-article>div>div>div>a {
  text-decoration: none;
}

#account-user-home #section-account>div>div>div>div.article_mobile>div.swiped-article h1 {
  font-family: 'WorkSans-Regular';
  font-weight: normal;
  font-size: 20px;
  color: #4a4a4a;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

#account-user-home #section-account>div>div>div>div.article_mobile>div.swiped-article>div>div>div>a>img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

#account-user-home #article_container_mobile {
  padding-top: 20px;
}

#account-user-home #article_container_mobile>div:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

#account-user-home #article_container_mobile>div {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: table;
  min-height: 20px;
  float: left;
}

#account-user-home #article_container_mobile>div>a {
  width: 100%;
  position: relative;
  display: table;
  min-height: 20px;
  float: left;
  text-decoration: none;
}

#account-user-home #article_container_mobile>div>a>img {
  width: 80px;
  height: 80px;
  float: left;
  padding: 10px;
  position: relative;
  display: block;
  object-fit: cover;
}

#account-user-home #article_container_mobile>div>a .article_mobile_title {
  width: 100%;
  font-family: 'WorkSans-Regular';
  font-weight: normal;
  font-size: 16px;
  color: #4a4a4a;
  /*float: left;*/
  position: relative;
  display: block;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}

#account-user-home .thresixtywrapper {
  position: absolute;
  width: 45px;
  height: 25px;
  right: 20px;
  top: -43px;
  cursor: pointer;
}

#account-user-home .refresh-article-button-mobile {
  width: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: WorkSans-Medium;
  font-size: 14px;
}

#account-user-home .refresh-article-button-mobile:focus {
  outline: 0;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
'########:::'#######:::::'###::::'########::'########::
 ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
 ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
 ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
 ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
 ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
 ########::. #######:: ##:::: ##: ##:::. ##: ########::
........::::.......:::..:::::..::..:::::..::........:::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Board page Here */

#acc-user-board-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100% !important;
  margin: 0 auto 0px;
  position: relative;
}

#acc-user-board-wrapper .consultHireBoard {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#acc-user-board-wrapper .create-new-board-title {
  font-size: 24px !important;
}

#acc-user-board-wrapper .create-new-board-title p {
  font-family: WorkSans-Regular;
  font-size: 18px !important;
}

#acc-user-board-wrapper #section-account {
  padding-top: 30px;
  padding-bottom: 0px !important;
}

#acc-user-board-wrapper #section-account .container .row>div {
  margin-bottom: 20px;
}

#acc-user-board-wrapper #section-account .inspiration-board span.inspiration-project-title {
  font-family: WorkSans-Thin;
  font-size: 18px !important;
}

#acc-user-board-wrapper #section-account .inspiration-board span.inspiration-total-photo {
  font-family: WorkSans-Medium;
  font-size: 14px !important;
  color: #cfcfcf;
}

#acc-user-board-wrapper .consultHireBoard h1 {
  font-family: WorkSans-Thin;
  font-size: 32px !important;
}

#acc-user-board-wrapper .consultHireBoard p {
  font-family: WorkSans-Regular;
  font-size: 16px !important;
  margin-top: 0px !important;
}

#acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
  padding: 10px 15px;
  border-radius: 3px;
  font-family: WorkSans-Medium;
  font-size: 14px !important;
}

#acc-user-board-wrapper #section-account .inspiration-board {
  min-height: 300px;
}

#acc-user-board-wrapper #section-account .inspiration-board img.first-image {
  margin-bottom: 0px !important;
  background: #e5e5e5;
  border: none !important;
}

#acc-user-board-wrapper #section-account .inspiration-board .small-image img.second-image {
  padding-right: 1px !important;
  background: #e5e5e5;
}

#acc-user-board-wrapper #section-account .inspiration-board .small-image img.third-image {
  padding-left: 0px;
  background: #e5e5e5;
}

#acc-user-board-wrapper #section-account .create-new-board {
  min-height: 330px;
}

#acc-user-board-wrapper #section-account .inspiration-board {
  min-height: 100%;
}

#acc-user-board-wrapper #section-account>div>div>div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#acc-user-board-wrapper>div>div>div>div.consultHireBoard {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
}

#acc-user-board-wrapper #section-account>div>div>div:nth-child(1)>a>div {
  margin-bottom: 0px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
'########:::'#######:::::'###::::'########::'########::
 ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
 ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
 ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
 ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
 ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
 ########::. #######:: ##:::: ##: ##:::. ##: ########::
........::::.......:::..:::::..::..:::::..::........:::
'########::'########:'########::::'###::::'####:'##:::::::
 ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
 ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
 ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
 ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
 ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
 ########:: ########:::: ##:::: ##:::: ##:'####: ########:
........:::........:::::..:::::..:::::..::....::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Board Detail Page Here */

#acc-user-board-detail-wrapper #acc-user-board-detail-inner {
  margin: 0px !important;
  background: #FFFFFF;
  padding-top: 30px;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area>a,
#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area>a:hover {
  font-family: WorkSans-Medium;
  font-size: 14px !important;
  color: #61a244;
  text-decoration: none;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 30px;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area {
  text-align: center;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media {
  margin-bottom: 30px;
}

#acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media span {
  padding-left: 10px;
  padding-right: 10px;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
:'######:::::'###::::'##::::'##:'########:
'##... ##:::'## ##::: ##:::: ##: ##.....::
 ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
. ######::'##:::. ##: ##:::: ##: ######:::
:..... ##: #########:. ##:: ##:: ##...::::
'##::: ##: ##.... ##::. ## ##::: ##:::::::
. ######:: ##:::: ##:::. ###:::: ########:
:......:::..:::::..:::::...:::::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Save page Here */


#acc-user-save-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100% !important;
  margin: 0 auto 0px;
  position: relative;
}

#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body img.professional-avatar {
  top: 25px;
}

#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body span.professional-name {
  font-family: WorkSans-Light;
  font-size: 20px !important;
  color: #5c5c5c;
}

#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body span.professional-business,
#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body span.professional-location {
  font-family: WorkSans-Medium;
  font-size: 11px !important;
}

#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body span.professional-business {
  margin-top: 8px !important;
}

#acc-user-save-wrapper #section-account .card-saved-professionals .card-saved-professionals-body {
  padding-top: 40px !important;
}

#acc-user-save-wrapper #section-account .card-acc-user-message h4.message-subject {
  font-family: WorkSans-Light;
  font-size: 20px !important;
}

#acc-user-save-wrapper #section-account .card-acc-body p {
  font-family: WorkSans-Light;
  font-size: 14px !important;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

#acc-user-save-wrapper #section-account .card-acc .card-acc-body {
  margin-bottom: 20px;
}

#acc-user-save-wrapper #section-account .left-side>div {
  padding-left: 0px;
  padding-right: 0px;
}

#acc-user-save-wrapper #section-account .left-side {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 20px;
}

#acc-user-save-wrapper #section-account .right-side .row>div {
  padding-left: 10px;
  padding-right: 10px;
}

#acc-user-save-wrapper #section-account {
  padding-bottom: 0px !important;
}

#acc-user-save-wrapper .clean-button-blue {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#acc-user-save-wrapper #section-account .card-saved-professionals a.send-message-professional:hover {
  text-decoration: underline;
}

#acc-user-save-wrapper #section-account .card-saved-professionals a.visit-professional:hover .professional-hero-image img {
  opacity: 0.7;
}

#acc-user-save-wrapper #section-account>div>div>div.right-side>div>div>div>a.visit-professional>div.professional-hero-image>i {
  cursor: pointer;
  right: 5px;
  top: 5px;
  color: #e5e5e5;
  position: absolute;
  font-size: 20px;
  display: none !important;
}

#acc-user-save-wrapper #section-account>div>div>div.right-side>div>div>div>a.visit-professional:hover>div.professional-hero-image>i {
  display: block !important;
}

#acc-user-save-wrapper #section-account>div>div>div.left-side>div>div.card-acc.hidden-sm-down>div>div>div>div>button {
  font-family: WorkSans-Medium;
  font-size: 14px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
'########::::'###::::'##::::'##:'########:
 ##.....::::'## ##::: ##:::: ##: ##.....::
 ##::::::::'##:. ##:: ##:::: ##: ##:::::::
 ######:::'##:::. ##: ##:::: ##: ######:::
 ##...:::: #########:. ##:: ##:: ##...::::
 ##::::::: ##.... ##::. ## ##::: ##:::::::
 ##::::::: ##:::: ##:::. ###:::: ########:
..::::::::..:::::..:::::...:::::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Fave Page Here */

#acc-user-fave-wrapper #photos .close-button {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  background: url(../img/svg/close-white-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#acc-user-fave-wrapper #section-account .image-wrapper {
  padding-right: -100px !important;
}

#acc-user-fave-wrapper #section-account .container .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#acc-user-fave-wrapper #section-account .empty-notification {
  font-size: 16px;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
'####:'##::: ##:'########:::'#######::'##::::'##:
. ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
: ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
: ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
: ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
: ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
'####: ##::. ##: ########::. #######:: ##:::. ##:
....::..::::..::........::::.......:::..:::::..::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Inbox Page Here */

#acc-user-inbox-wrapper #section-account .image-wrapper {
  padding-right: -100px !important;
}

#acc-user-inbox-wrapper td.avatar.bg-inbox-client,
#acc-user-inbox-wrapper td.avatar.bg-inbox-professional {
  padding-left: 20px !important;
}

.g-sprite-notification-alert {
  width: 13px !important;
  height: 13px !important;
  position: absolute !important;
  top: 8px;
  right: -12px;
}

#acc-user-inbox-wrapper #section-account .container .row>div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(1) .card-acc-inbox .card-acc-head-inbox {
  cursor: pointer;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(1) .card-acc-inbox .card-acc-body-inbox {
  padding: 0px !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox {
  background: none !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-head-inbox {
  background: #FFF !important;
  height: 70px !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox {
  padding: 0px !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list {
  background: #FFF !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table {
  table-layout: fixed;
  width: 100%;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr {
  border-bottom: 1px solid #eceeef;
  position: relative !important;
  height: 90px !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr:hover {
  background: #f9f9f9;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td {
  border-top: none !important;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.avatar {
  cursor: pointer;
  width: 80px;
  padding-left: 20px;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr .date {
  font-family: "WorkSans-Medium" !important;
  font-size: 12px !important;
  color: #ababab;
  width: 100px;
  padding-left: 20px;
  position: absolute !important;
  right: 0;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.sender-subject {
  cursor: pointer;
  width: 100%;
  padding-right: 100px;
}

#acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.sender-subject p.subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
  margin: 0px !important;
  padding: 10px;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  text-align: center;
  margin-top: 30px !important;
  font-family: WorkSans-Medium;
  color: #72AF54;
  font-size: 14px !important;
  cursor: pointer;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox {
  cursor: auto;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject span.sender-unread {
  font-family: "WorkSans-Medium" !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject p.subject {
  font-family: "WorkSans-Light" !important;
  font-size: 16px !important;
  font-weight: normal;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .inbox-message-list td.sender-subject span.sender {
  font-family: "WorkSans-Light";
  font-size: 16px !important;
  font-weight: normal;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .filter-criteria-option {
  padding: 0px;
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .filter-criteria-title {
  cursor: pointer !important;
}

#acc-user-inbox-wrapper #section-account {
  padding-bottom: 0px !important;
}

#acc-user-inbox-wrapper .card-acc-head-inbox a,
#acc-user-inbox-wrapper .card-acc-head-inbox a:hover {
  font-family: "WorkSans-Medium";
  font-size: 16px !important;
  font-weight: normal;
  color: #72af54 !important;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject span.sender {
  font-family: "WorkSans-Medium";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .date {
  font-family: "WorkSans-Medium" !important;
  font-size: 12px !important;
  color: #ababab;
  min-width: 100px;
  padding-left: 20px;
  position: absolute !important;
  right: 0;
  background: transparent !important;
  margin-right: 10px;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject p.body-message {
  font-family: "WorkSans-Regular";
  font-size: 16px !important;
  padding-right: 12%;
}

#acc-user-inbox-wrapper .attached-file {
  cursor: pointer;
}

#acc-user-inbox-wrapper .attached-image img {
  max-width: 100%;
  max-height: 80%;
  padding-right: 12%;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail form.reply-form {
  padding-left: 80px;
  width: 100%;
  padding-right: 12%;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td {
  border-top: none;
  border-bottom: 1px solid #eceeef;
  padding-top: 20px;
  padding-bottom: 20px;
}

#acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.date {
  border: none;
}

#acc-user-inbox-wrapper .clean-button-grey {
  font-family: "WorkSans-Medium";
  font-size: 12px !important;
  color: #72af54 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 180px;
  margin-right: 10px;
  margin-bottom: 5px;
}

#acc-user-inbox-wrapper button.clean-button-green,
#acc-user-inbox-wrapper button.clean-button-green:hover,
#acc-user-inbox-wrapper button.clean-button-blue,
#acc-user-inbox-wrapper button.clean-button-blue:hover {
  font-family: "WorkSans-Medium";
  font-size: 14px !important;
  width: 180px !important;
}

#acc-user-inbox-wrapper #section-account>div>div>div>div>div>div>table>tbody>tr:nth-child(1)>td.avatar.bg-inbox-client {
  padding-left: 20px !important;
}

#acc-user-inbox-wrapper #section-account>div>div.row.align-items-center.page-title-set-action>div>h2 {
  font-family: 'WorkSans-Light' !important;
  font-size: 18px !important;
  color: #797979 !important;
}

#acc-user-inbox-wrapper #section-account {
  padding-bottom: 30px !important;
}

#acc-user-inbox-wrapper>div.container-fluid.bg-about-intro {
  background-attachment: local !important;
  height: 600px !important;
  margin-top: 0px !important
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
:'######::'########:'########:'########:'####:'##::: ##::'######::::'######::
'##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::'##... ##:
 ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..::: ##:::..::
. ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:. ######::
:..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##:::..... ##:
'##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::'##::: ##:
. ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::. ######::
:......:::........:::::..::::::::..:::::....::..::::..:::......:::::......:::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Settings Page Here */

#acc-user-inbox-wrapper button.clean-button-green,
#acc-user-inbox-wrapper button.clean-button-green:hover,
#acc-user-inbox-wrapper.user-settings button.clean-button-blue,
#acc-user-inbox-wrapper.user-settings button.clean-button-blue:hover {
  width: 100% !important;
}

#acc-user-inbox-wrapper.user-settings .setting-checkbox-pro .custom-radio {
  margin-right: 50px !important;
  margin-left: 10px !important;
}

#acc-user-inbox-wrapper.user-settings .custom-radio .custom-control-indicator {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ababab;
}

#acc-user-inbox-wrapper.user-settings .custom-control-input:checked~.custom-control-indicator {
  color: #61a343;
  background-color: #61a343;
  border: 3px solid #ddd;
}

#acc-user-inbox-wrapper.user-settings #menuSide {
  width: 245px !important;
  padding-left: 0px;
}

#acc-user-inbox-wrapper.user-settings .setting-checkbox-pro p {
  color: #5c5c5c !important;
}

#acc-user-inbox-wrapper.user-settings .clean-button-green,
#acc-user-inbox-wrapper.user-settings #sosmed>div.card-acc-body-inbox>div>form>div>button.clean-button-blue,
#acc-user-inbox-wrapper.user-settings .clean-button-green:hover,
#acc-user-inbox-wrapper.user-settings #sosmed>div.card-acc-body-inbox>div>form>div>button:hover {
  width: 200px !important;
  height: 40px !important;
}

#acc-user-inbox-wrapper.user-settings .btn-upload,
#acc-user-inbox-wrapper.user-settings .btn-upload:hover {
  width: 230px !important;
  min-height: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#acc-user-inbox-wrapper.user-settings .clean-button-green {
  font-family: "WorkSans-Medium" !important;
  font-size: 14px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::'########:'####:'##:::::::'########:
 ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
 ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
 ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
 ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
 ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
 ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
..:::::::::..:::::..:::.......:::..::::::::....::........::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Profile Page Here */

#acc-user-inbox-wrapper.pro-profile #menuSide {
  width: 247px !important;
  padding-left: 0px;
  margin-bottom: 20px !important;
}

#acc-user-inbox-wrapper.pro-profile #menuSide li {
  background: #fff !important;
  display: inline-block !important;
  width: 100% !important;
}

#acc-user-inbox-wrapper.pro-profile #menuSide li a {
  padding: 20px !important;
  display: block !important;
  color: #333 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: 8px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.pro-profile #menuSide li a.sidebar-menu-list.side-active {
  color: #145a97 !important;
  border-left: 8px solid #145a97 !important;
}

#acc-user-inbox-wrapper.pro-profile #section-account .container .row .float-sidebar {
  padding-left: 15px !important;
  padding-right: 15px !important;
  z-index: 999 !important;
}

#acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
  padding-top: 0px;
}


#acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) button.clean-button-green,
#acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) button.clean-button-green:hover,
#acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) button.clean-button-blue,
#acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) button.clean-button-blue:hover {
  width: 100% !important;
}

#acc-user-inbox-wrapper.pro-profile #bluprin_award {
  margin-top: 0px;
}

#acc-user-inbox-wrapper.pro-profile #bluprin_award .col.text-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile #section-account .card-acc {
  margin-bottom: 30px;
}

#acc-user-inbox-wrapper.pro-profile .form-group label {
  font-family: "WorkSans-Regular";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile .form-group span {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
  color: #ababab;
}

#acc-user-inbox-wrapper.pro-profile .cover-image-wrapper {
  background-color: #9b9b9b;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile .cover-image-wrapper .clean-button-grey {
  margin-top: 25px;
  border: 1px solid #ffffff;
  background-color: #8c8c8c;
  color: #ffffff !important;
}

#acc-user-inbox-wrapper.pro-profile .cover-image-wrapper .form-text {
  margin-top: 25px;
  color: #ffffff !important;
}


#acc-user-inbox-wrapper.pro-profile .company-logo-image-wrapper {
  background-color: #ffffff;
  border: 2px dashed #e5e5e5;
  text-align: center;
  padding-bottom: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile .company-logo-image-wrapper .clean-button-grey {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-image: url(../img/svg/profile-image.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#acc-user-inbox-wrapper.pro-profile .company-logo-image-wrapper .form-text {
  margin-top: 25px;
  color: #9b9b9b !important;
}

#acc-user-inbox-wrapper.pro-profile .name-label {
  width: 100%;
  position: relative;
  float: left;
}

#acc-user-inbox-wrapper.pro-profile #salutation {
  width: 60px;
  position: relative;
  float: left;
  height: 38.5px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
  border-radius: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile #name {
  width: calc(50% - 60px);
  position: relative;
  border-left: none;
  float: left;
  margin-bottom: 15px;
}

#acc-user-inbox-wrapper.pro-profile #last-name {
  width: calc(50%);
  position: relative;
  border-left: none;
  float: left;
  margin-bottom: 15px;
}

#acc-user-inbox-wrapper.pro-profile #section-account #PersonalProfileWrap.card-acc .card-acc-body {
  padding-top: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile .card-image-description .project-name {
  font-family: "WorkSans-Regular";
  font-size: 18px !important;
}


#acc-user-inbox-wrapper.pro-profile .card-image-description .icon-detail-project {
  font-family: "WorkSans-Medium";
  font-size: 12px !important;
  color: #9b9b9b;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop {
  padding: 0px;
  padding-bottom: 0px !important;
  background-color: #F9F9F9 !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.cover-image-wrapper>a {
  width: 100% !important;
  height: 300px;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.cover-image-wrapper #upload-cover {
  height: 100% !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.cover-image-wrapper>a>button {
  margin-right: 0px !important;
  margin-top: 140px !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.cover-image-wrapper #CoverImageHelp {
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.company-logo-image-wrapper>a {
  width: 100% !important;
  height: 200px;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.company-logo-image-wrapper #upload-profile {
  height: 100% !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.company-logo-image-wrapper>a>img {
  margin-right: 0px !important;
  margin-top: 30px !important;
}

#acc-user-inbox-wrapper.pro-profile #upload-drop.company-logo-image-wrapper #ProfileImageHelp {
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile #PersonalProfileWrap>div.card-acc-body>form>div.my-form-set>button.clean-button-green {
  width: 200px !important;
  height: 40px !important;
}

#acc-user-inbox-wrapper.pro-profile .review-pro-project h4.project-review-name {
  font-family: "WorkSans-Light";
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

#acc-user-inbox-wrapper.pro-profile .review-pro-project span.reviewer-name {
  font-family: "WorkSans-Medium";
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

#acc-user-inbox-wrapper.pro-profile .review-pro-project span.other-detail-review {
  font-family: "WorkSans-Medium";
  font-size: 14px;
  color: #ABABAB;
  margin-bottom: 5px;
}

#acc-user-inbox-wrapper.pro-profile .review-pro-project p {
  font-family: "WorkSans-Regular";
  font-size: 16px;
}

#acc-user-inbox-wrapper.pro-profile #section-account .container .row div.project-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 30px;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Project Page Here */

#acc-user-inbox-wrapper.pro-profile.pro-project #section-account .container .row .no-padding:nth-child(2) {
  padding-top: 0px;
}

#acc-user-inbox-wrapper.pro-profile.pro-project img.card-image-1-1 {
  object-fit: cover !important;
  height: 180px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-project img.card-image-1-2 {
  object-fit: cover !important;
  height: 80px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-project img.card-image-1-3 {
  object-fit: cover !important;
  height: 80px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
:::'###::::'##::: ##::::'###::::'##:::::::'##:::'##:'########:'####::'######::
::'## ##::: ###:: ##:::'## ##::: ##:::::::. ##:'##::... ##..::. ##::'##... ##:
:'##:. ##:: ####: ##::'##:. ##:: ##::::::::. ####:::::: ##::::: ##:: ##:::..::
'##:::. ##: ## ## ##:'##:::. ##: ##:::::::::. ##::::::: ##::::: ##:: ##:::::::
 #########: ##. ####: #########: ##:::::::::: ##::::::: ##::::: ##:: ##:::::::
 ##.... ##: ##:. ###: ##.... ##: ##:::::::::: ##::::::: ##::::: ##:: ##::: ##:
 ##:::: ##: ##::. ##: ##:::: ##: ########:::: ##::::::: ##::::'####:. ######::
..:::::..::..::::..::..:::::..::........:::::..::::::::..:::::....:::......:::
:'######:::::'########:::::'###:::::'######:::'########:
'##... ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::..::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
. ######::::: ########::'##:::. ##: ##::'####: ######:::
:..... ##:::: ##.....::: #########: ##::: ##:: ##...::::
'##::: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
. ######::::: ##:::::::: ##:::: ##:. ######::: ########:
:......::::::..:::::::::..:::::..:::......::::........::
Account Professional Analytics page Here */

#acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account .container .row .no-padding:nth-child(2) {
  padding-top: 0px;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics span.aso-card-value {
  line-height: 50px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div {
  margin-left: -20px !important;
  margin-right: -20px;
  margin-bottom: -20px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row.hidden-sm-down>div {
  border-top: none !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper {
  border-bottom: none !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row.hidden-sm-down {
  border-top: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics div.card-acc-body>div>table>tbody>tr:nth-child(1)>td {
  border-top: none !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row.hidden-sm-down>div {
  border-bottom: none !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(2) {
  padding-right: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(3) {
  padding-left: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td.hidden-sm-down.text-right>button {
  height: 40px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div>button {
  height: 40px !important;
  padding: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-head>h3 {
  font-weight: normal !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div>div>span.aso-card-title {
  font-family: WorkSans-Medium !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div>div>span.aso-card-value {
  font-family: WorkSans-Thin !important;
  font-size: 48px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>h5 {
  font-family: WorkSans-Light !important;
  font-size: 18px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>div>span {
  font-family: WorkSans-Regular !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>div>span>i {
  position: relative;
  top: 3px;
  margin-left: 20px;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>span {
  font-family: WorkSans-Medium !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li {
  display: inline;
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul {
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li a {
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li a.active,
#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li a.active:hover,
#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li a:hover {
  color: #72af54 !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li:nth-child(1) {
  margin-right: 10px;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li:nth-child(3) {
  margin-right: 10px;
  margin-left: 10px;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div>ul>li:nth-child(5) {
  margin-left: 10px;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div>div>span.aso-card-title {
  font-family: "WorkSans-Medium";
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div>div>span.aso-card-value {
  font-family: "WorkSans-Thin";
  font-size: 48px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div:nth-child(1)>div>span.aso-card-value,
#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div:nth-child(2)>div>span.aso-card-value {
  color: #166fa9;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div:nth-child(3)>div>span.aso-card-value,
#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div>div.row>div:nth-child(4)>div>span.aso-card-value {
  color: #83a958;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div {
  text-align: center;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div>div.graph-wrapper {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
  position: relative !important;
  display: inline-block !important;
  font-family: "WorkSans-Medium";
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td>div:nth-child(4)>span.value-details>i.my-sprite {
  margin-right: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td.hidden-sm-down.text-right>button {
  height: 40px !important;
  width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  top: 1px !important;
  position: relative;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.title-details {
  font-family: "WorkSans-Medium";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.value-details {
  font-family: "WorkSans-Regular";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-4.col-xs-12.pull-md-8>button {
  font-family: "WorkSans-Medium";
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div {
  padding-right: 15px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-8.col-xs-12.push-md-4>ul {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-8.col-xs-12.push-md-4>ul>li:nth-child(1) {
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-8.col-xs-12.push-md-4>ul>li:nth-child(2) {
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-8.col-xs-12.push-md-4>ul>li:nth-child(3) {
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-8.col-xs-12.push-md-4>ul>li:nth-child(4) {
  padding-right: 5px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #history>div.card-acc-body>div>table>tbody>tr>td:nth-child(1) {
  font-family: "WorkSans-Medium";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #history>div.card-acc-body>div>table>tbody>tr>td:nth-child(2) {
  font-family: "WorkSans-Regular";
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div {
  top: 25% !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div.modal-content {
  width: 400px !important;
  text-align: center !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #myModalLabel {
  font-family: "WorkSans-Light";
  font-size: 20px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-header>button {
  font-family: "WorkSans-Medium";
  font-size: 14px !important;
  color: #ababab !important;
  top: 25px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>h4 {
  margin-top: 20px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>h4>b {
  font-family: "WorkSans-Light";
  font-size: 20px !important;
  font-weight: normal !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>button {
  width: 200px !important;
  margin-top: 20px !important;
  font-family: "WorkSans-Medium";
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>p {
  font-family: "WorkSans-Regular";
  font-size: 14px !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>a,
#acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div>div.modal-body>a:hover {
  font-family: "WorkSans-Medium";
  font-size: 16px !important;
  color: #72af54 !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #menuSide {
  margin-bottom: 30px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div>div {
  border-bottom: none !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head {
  padding-top: 8px !important;
  padding-bottom: 9px !important;
}

#acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head {
  padding-top: 8px !important;
  padding-bottom: 9px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
:'######::'########:'########:'########:'####:'##::: ##::'######:::
'##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::
 ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..:::
. ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:
:..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##::
'##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::
. ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::
:......:::........:::::..::::::::..:::::....::..::::..:::......::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Setting Page Here */


#acc-user-inbox-wrapper.pro-profile.pro-setting #section-account .container .row .no-padding:nth-child(2) {
  padding-top: 0px;
}

#acc-user-inbox-wrapper.pro-setting #EmailNotificationWrap>div.card-acc-body-more-padding {
  padding: 15px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:::'#######::::::::'##:'########::'######::'########:
 ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
 ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
 ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
 ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
 ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
 ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Project Page Here */


#acc-user-inbox-wrapper.pro-project #section-account .card-acc .card-acc-body-more-padding-img {
  padding: 20px !important;
}

#acc-user-inbox-wrapper.pro-project #section-account .container .row div.project-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 20px !important;
}

#acc-user-inbox-wrapper.pro-project #section-account .card-acc .card-acc-body-more-padding-img {
  padding-bottom: 0px !important;
}

#acc-user-inbox-wrapper.pro-project #section-account .card-acc .card-acc-body-more-padding {
  padding: 20px;
}

#acc-user-inbox-wrapper.pro-project #ProjectsWrap .my-form-set, #ReviewsWrap .my-form-set, #EditorialWrap .my-form-set {
  padding-right: 0px !important;
}

#acc-user-inbox-wrapper.pro-project #ReviewsWrap>div.card-acc-head>div>div.col.text-right>div>a {
  color: #72af54 !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-project #ReviewsWrap>div.card-acc-body-more-padding>div>div>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #72af54 !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########:'########::'####:'########::'#######::'########::'####::::'###::::
 ##.....:: ##.... ##:. ##::... ##..::'##.... ##: ##.... ##:. ##::::'## ##:::
 ##::::::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##:::: ##:: ##:::'##:. ##::
 ######::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ########::: ##::'##:::. ##:
 ##...:::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##.. ##:::: ##:: #########:
 ##::::::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##::. ##::: ##:: ##.... ##:
 ########: ########::'####:::: ##::::. #######:: ##:::. ##:'####: ##:::: ##:
........::........:::....:::::..::::::.......:::..:::::..::....::..:::::..::
'##::::::::::'########:::::'###:::::'######:::'########:
 ##:::::::::: ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::::::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ##:::::::::: ########::'##:::. ##: ##::'####: ######:::
 ##:::::::::: ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ########:::: ##:::::::: ##:::: ##:. ######::: ########:
........:::::..:::::::::..:::::..:::......::::........::
Account Professional Editorial Page Here */

#acc-user-inbox-wrapper.pro-profile.pro-editorial #section-account>div>div>div.col-12.col-md-12.col-lg-3.no-padding {
  padding-top: 0px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########:'########::'####:'########::'#######::'########::'####::::'###::::
 ##.....:: ##.... ##:. ##::... ##..::'##.... ##: ##.... ##:. ##::::'## ##:::
 ##::::::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##:::: ##:: ##:::'##:. ##::
 ######::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ########::: ##::'##:::. ##:
 ##...:::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##.. ##:::: ##:: #########:
 ##::::::: ##:::: ##:: ##::::: ##:::: ##:::: ##: ##::. ##::: ##:: ##.... ##:
 ########: ########::'####:::: ##::::. #######:: ##:::. ##:'####: ##:::: ##:
........::........:::....:::::..::::::.......:::..:::::..::....::..:::::..::
'##::::::::::'########::'########:'########::::'###::::'####:'##:::::::
 ##:::::::::: ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
 ##:::::::::: ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
 ##:::::::::: ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
 ##:::::::::: ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
 ##:::::::::: ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
 ########:::: ########:: ########:::: ##:::: ##:::: ##:'####: ########:
........:::::........:::........:::::..:::::..:::::..::....::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Editorial Detail Page Here */

#acc-user-inbox-wrapper.pro-editorial-detail #section-account>div>div:nth-child(2)>div>div>div {
  width: 75% !important;
  margin: auto;
}

#acc-user-inbox-wrapper.pro-editorial-detail #upload-drop>a>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  color: #ababab !important;
  line-height: 20px;
}

#acc-user-inbox-wrapper.pro-editorial-detail #upload-drop>a>span>span {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  color: #d6d6d6 !important;
}

#acc-user-inbox-wrapper.pro-editorial-detail .clean-button-white {
  padding: 4px 50px !important;
  font-family: 'WorkSans-Medium' !important;
}

#acc-user-inbox-wrapper.pro-editorial-detail #upload-drop>a>small {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  color: #ababab !important;
  margin-top: 20px;
}

#acc-user-inbox-wrapper.pro-editorial-detail #section-account>div>div:nth-child(2)>div>div>div>form>p {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-editorial-detail #section-account>div>div:nth-child(2)>div>div>div>form>div.my-form-set.text-center {
  margin-top: 10px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########::'########:'##::::'##:'####:'########:'##:::::'##:
 ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
 ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
 ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
 ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
 ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
 ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
..:::::..::........:::::...:::::....::........:::...::...:::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Review Page Here */

#acc-user-inbox-wrapper.pro-review #save-pro-modal>img {
  width: 200px !important;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div>form>div {
  margin-top: 30px !important;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div {
  max-width: 700px !important;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div>form>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div>form>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 24px !important;
  margin-top: 20px;
}

#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div>form>div>span>a,
#acc-user-inbox-wrapper.pro-review #previewPro>div>div>div>form>div>span>a:hover {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  margin-top: 20px;
  color: #5c5c5c;
}

#acc-user-inbox-wrapper.pro-review #section-account .container .row>div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-review div.my-form-set.text-center>button {
  width: 200px !important;
  height: 40px !important;
}


/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
:'######::'##::::'##:'########:::'######:::'######::'########::'####:
'##... ##: ##:::: ##: ##.... ##:'##... ##:'##... ##: ##.... ##:. ##::
 ##:::..:: ##:::: ##: ##:::: ##: ##:::..:: ##:::..:: ##:::: ##:: ##::
. ######:: ##:::: ##: ########::. ######:: ##::::::: ########::: ##::
:..... ##: ##:::: ##: ##.... ##::..... ##: ##::::::: ##.. ##:::: ##::
'##::: ##: ##:::: ##: ##:::: ##:'##::: ##: ##::: ##: ##::. ##::: ##::
. ######::. #######:: ########::. ######::. ######:: ##:::. ##:'####:
:......::::.......:::........::::......::::......:::..:::::..::....::
'########::'########:'####::'#######::'##::: ##:
 ##.... ##:... ##..::. ##::'##.... ##: ###:: ##:
 ##:::: ##:::: ##::::: ##:: ##:::: ##: ####: ##:
 ########::::: ##::::: ##:: ##:::: ##: ## ## ##:
 ##.....:::::: ##::::: ##:: ##:::: ##: ##. ####:
 ##::::::::::: ##::::: ##:: ##:::: ##: ##:. ###:
 ##::::::::::: ##::::'####:. #######:: ##::. ##:
..::::::::::::..:::::....:::.......:::..::::..::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Subscription page here */

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(1)>div>h2 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(1)>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(3)>div>h2 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(3)>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div {
  min-height: 130px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  vertical-align: middle;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div>div>span.subscription-item-detail {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div>div>span.subscription-item-value {
  font-family: 'WorkSans-Medium' !important;
  font-size: 32px !important;
  color: #333 !important;
  line-height: 30px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1)>div>small {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1)>div>a,
#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1)>div>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #72af54 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr:nth-child(1)>td>span.plan-type {
  font-family: 'WorkSans-Medium' !important;
  font-size: 24px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr:nth-child(1)>td>span.plan-price {
  font-family: 'WorkSans-Light' !important;
  font-size: 24px !important;
  line-height: 20px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr:nth-child(1)>td>span.plan-period {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr>td.add-border-right.text-left {
  color: #ababab !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr>td:nth-child(2)>small {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr>td:nth-child(4) {
  background: #a8e24c;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr>td:nth-child(3) {
  background: #fbfbfb;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr:nth-child(10)>td>div>button {
  margin: 0px !important;
  width: 80% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 5px !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.upgrade-table>tbody>tr:nth-child(10)>td>div>button.clean-button-grey-white-text-small {
  background-color: #9b9b9b !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.most-popular {
  margin-bottom: 0px !important;
  border: none;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.table.most-popular>tbody>tr>td {
  border: none;
  background: transparent !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.table.most-popular>tbody>tr>td.active:nth-child(3) {
  background: #9b9b9b !important;
  border: none !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: center !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>table.table.most-popular>tbody>tr>td.active:nth-child(4) {
  background: #61a343 !important;
  border: none !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  text-align: center !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.bs-wizard>div.col-xs-12.col-sm-4.col-md-4.col-lg-3.bs-wizard-step.active>div.text-center.bs-wizard-stepnum {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.bs-wizard>div.col-xs-12.col-sm-4.col-md-4.col-lg-3.bs-wizard-step.disabled>div.text-center.bs-wizard-stepnum {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.bs-wizard>div.col-xs-12.col-sm-4.col-md-4.col-lg-3.bs-wizard-step.complete>div.text-center.bs-wizard-stepnum {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.bs-wizard>div.col-xs-12.col-sm-4.col-md-4.col-lg-3.bs-wizard-step>a {
  margin-top: -7px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 24px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 .custom-radio .custom-control-indicator {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ababab;
  position: relative;
  min-width: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

#acc-user-inbox-wrapper.pro-sub-1 .custom-control-input:checked~.custom-control-indicator {
  color: #61a343;
  background-color: #61a343;
  border: 3px solid #ddd;
  position: relative;
  min-width: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div:nth-child(1)>label>i {
  left: 100px !important;
  top: 17px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div:nth-child(2)>label>i {
  left: 90px !important;
  top: 17px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div>label>span.main-label {
  font-family: 'WorkSans-Medium' !important;
  font-size: 24px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div>label>p {
  margin-left: 25px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div>label>div {
  margin-left: 25px;
}

#acc-user-inbox-wrapper.pro-sub-1 .progress-bar {
  height: 3px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #SilverPeriod {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #GoldPeriod {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div>label>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 15px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div:nth-child(1) label {
  border: 2px solid #e5e5e5;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div:nth-child(2) label {
  border: 2px solid #e5e5e5;
  background-color: #f9f9f9;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-center>span.total-price-upgrade {
  font-family: 'WorkSans-Medium' !important;
  font-size: 24px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-center>span.price-information {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
  margin-bottom: 20px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-center>div>button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-center>div>a,
#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-center>div>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab;
  margin-top: 10px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>h3 {
  margin-bottom: 0px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.info-payment>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.info-payment {
  margin-bottom: 30px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>label {
  border: none !important;
  background: none !important;
  padding-top: 10px !important;
  padding-left: 0px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>div {
  padding-right: 0px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>div>select {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div.my-form-set.text-center>button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div:nth-child(1)>div.select-date {
  display: flex;
  max-width: 100%;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 24px !important;
  margin-top: 20px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>p:nth-child(3) {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  margin-top: 10px;
}

#acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>p:nth-child(5) {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'##::::'##::'######::'########:'########::
 ##:::: ##:'##... ##: ##.....:: ##.... ##:
 ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
 ##:::: ##:. ######:: ######::: ########::
 ##:::: ##::..... ##: ##...:::: ##.. ##:::
 ##:::: ##:'##::: ##: ##::::::: ##::. ##::
. #######::. ######:: ########: ##:::. ##:
:.......::::......:::........::..:::::..::
:'######::'####::'######:::'##::: ##:'##::::'##:'########::
'##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
 ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
. ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
:..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
'##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
. ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
:......:::....:::......::::..::::..:::.......:::..:::::::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account User Signup Page Here */

#acc-user-inbox-wrapper.sign-up #formLogin>div.row.justify-content-md-center>h1 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div {
  border-width: 5px !important;
  border-color: #f9f9f9;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div>div>h3 {
  font-family: 'WorkSans-SemiBold' !important;
  font-size: 20px !important;
  color: #5c5c5c !important;
  height: 50px;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div>div>p {
  margin-top: 10px !important;
  padding-left: 10px;
  padding-right: 10px;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1)>div>div>a,
#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1)>div>div>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2)>div>div>a,
#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2)>div>div>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1) {
  padding-right: 10px !important;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2) {
  padding-left: 10px !important;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2) {
  position: relative;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div {
  height: 100%;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div>div {
  padding-bottom: 0px;
}

#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div>a,
#acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div>div>a:hover {
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

#formLogin>div:nth-child(2)>div:nth-child(2)>div>a:hover {
  background-color: #246CAE !important;
  font-family: 'WorkSans-Medium' !important;
}

#formLogin>div:nth-child(2)>div:nth-child(1)>div>a:hover {
  background-color: #7DBD60 !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-green {
  margin-right: 5px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-blue {
  margin-left: 5px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(5)>label {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(6)>label {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(5)>label a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(6)>label a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin {
  border: none;
  padding-left: 50px;
  padding-right: 50px;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(5) {
  margin-bottom: 0px !important
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div:nth-child(6) {
  margin-top: 0px !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-blue:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  cursor: pointer !important;
  background-color: #246CAE !important;
}

#acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-green:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  cursor: pointer !important;
  background-color: #7DBD60 !important;
}

#acc-user-inbox-wrapper.sign-user-2 #formLogin>div.row.justify-content-md-center>h1 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
  margin-bottom: 10px !important;
}

#acc-user-inbox-wrapper.sign-user-2 #formLogin>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.sign-user-2 #formLogin>div.my-form-set.text-center.full-widht>button {
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-8>h1 {
  margin-top: 10px;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>div>span:nth-child(2)>i.pampam-sprite.sprite-signup-require-no {
  cursor: pointer;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>div>span:nth-child(2)>i.pampam-sprite.sprite-signup-require-yes {
  cursor: pointer;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>div>span:nth-child(1) {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-8>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>span {
  bottom: 15px !important;
  min-width: 10px !important;
  width: 100px !important;
  text-align: right;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>span>a,
#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>span>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-12.grid-image {
  margin-top: 0px !important;
}

#acc-user-inbox-wrapper.sign-user-3 #container-grid>img {
  width: 100% !important;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.grid-skip-button {
  margin-top: 10px !important;
}

#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div>span>a,
#acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div>span>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
  ;
}

#acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div:nth-child(1)>div>div>div>span {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.sign-user-3 i.pampam-sprite.sprite-signup-require-no,
#acc-user-inbox-wrapper.sign-user-3 i.pampam-sprite.sprite-signup-require-yes {
  cursor: pointer;
}

#acc-user-inbox-wrapper.sign-user-3 #login>div>div>div {
  max-width: 1300px !important;
}

#acc-user-inbox-wrapper.sign-user-3 #login span.skip>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #ababab !important;
}

#acc-user-inbox-wrapper.sign-user-3 {
  overflow-x: hidden;
}

#acc-user-inbox-wrapper.sign-user-4 #formLogin>div.row.justify-content-sm-center>h1 {
  margin-bottom: 10px !important;
}

#acc-user-inbox-wrapper.sign-user-4 #formLogin>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.sign-user-4 #formLogin>div.row.sign-up-4>div>div>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

#acc-user-inbox-wrapper.sign-user-4 #formLogin>div.row.sign-up-4>div>div>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  margin-bottom: 25px !important;
}

#acc-user-inbox-wrapper.sign-user-4 #formLogin>div.row.sign-up-4>div>div>div>a {
  border-radius: 0px;
}

/*
:::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
:'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
'##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
 #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
 ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
 ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
:'######::'####::'######:::'##::: ##:'##::::'##:'########::
'##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
 ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
. ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
:..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
'##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
. ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
:......:::....:::......::::..::::..:::.......:::..:::::::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Account Professional Signup Page Here */

#acc-user-inbox-wrapper.sign-pro span.mandatory-sign {
  color: #72af54 !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(7)>label {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  margin-bottom: 0px !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(8)>label {
  margin-top: 0px !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(7)>label>a,
#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(7)>label>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  color: #61A343 !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(8)>label>a,
#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(8)>label>a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  color: #61A343 !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(7) {
  margin-bottom: 10px !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(8) {
  margin-top: 0px !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(7)>label>span a {
  font-size: 12px !important;
  color: #61A343 !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(8)>label>span>a {
  font-size: 12px !important;
  color: #61A343 !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(6)>button {
  cursor: pointer;
  font-family: 'WorkSans-Medium' !important;
  width: 200px !important;
}

#acc-user-inbox-wrapper.sign-pro #formLogin>div:nth-child(6)>button:hover {
  background: #246CAE !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin>div.row.justify-content-sm-center>h1 {
  margin-bottom: 20px !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin>p {
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin>div.row.sign-up-4>div>div>div.card-block>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin>div.row.sign-up-4>div>div>div.card-block>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin>a>p {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.sign-pro-2 #formLogin {
  padding-left: 100px;
  padding-right: 100px;
}

/*
'##::::::::'#######:::'######:::'####:'##::: ##:
 ##:::::::'##.... ##:'##... ##::. ##:: ###:: ##:
 ##::::::: ##:::: ##: ##:::..:::: ##:: ####: ##:
 ##::::::: ##:::: ##: ##::'####:: ##:: ## ## ##:
 ##::::::: ##:::: ##: ##::: ##::: ##:: ##. ####:
 ##::::::: ##:::: ##: ##::: ##::: ##:: ##:. ###:
 ########:. #######::. ######:::'####: ##::. ##:
........:::.......::::......::::....::..::::..::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Login Page Here */

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(3)>label.pull-right #forgotPassword-btn>a,
#acc-user-inbox-wrapper.login #formLogin>div:nth-child(3)>label.pull-right #forgotPassword-btn>a:hover {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  color: #72af54 !important;
}

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(4)>button {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
  cursor: pointer;
}

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(6)>button {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
  cursor: pointer;
}

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(5)>label {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(7)>label {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.login #formLogin>div:nth-child(7)>label a,
#acc-user-inbox-wrapper.login #formLogin>div:nth-child(7)>label a:hover {
  color: #72af54 !important;
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.login #formForgot>div.row.justify-content-md-center.text-center>div>h1 {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

#acc-user-inbox-wrapper.login #formForgot>div.row.justify-content-md-center.text-center>div>p {
  line-height: normal;
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.login #formForgot {
  padding: 30px !important;
}

/*
:::'###::::'########::'########:'####::'######::'##:::::::'########:
::'## ##::: ##.... ##:... ##..::. ##::'##... ##: ##::::::: ##.....::
:'##:. ##:: ##:::: ##:::: ##::::: ##:: ##:::..:: ##::::::: ##:::::::
'##:::. ##: ########::::: ##::::: ##:: ##::::::: ##::::::: ######:::
 #########: ##.. ##:::::: ##::::: ##:: ##::::::: ##::::::: ##...::::
 ##.... ##: ##::. ##::::: ##::::: ##:: ##::: ##: ##::::::: ##:::::::
 ##:::: ##: ##:::. ##:::: ##::::'####:. ######:: ########: ########:
..:::::..::..:::::..:::::..:::::....:::......:::........::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Article Page Here */

#acc-user-inbox-wrapper.article #formArticle>div.search-icon {
  height: 30px !important;
  width: 46px !important;
}

#acc-user-inbox-wrapper.article #formArticle {
  height: 50px !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-input-box {
  width: calc(100% - 120px - 46px);
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>span {
  padding: 14px 10px 10px 14px !important;
  width: 100% !important;
  height: auto !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option {
  width: 120px !important;
  height: 48px !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.article #header-article>div.container-fluid>div>ul>li>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.article #header-article>div.container-fluid>div>ul>li>a:hover,
#acc-user-inbox-wrapper.article #header-article>div.container-fluid>div>ul>li>a.active {
  border-bottom: 3px solid #61a343;
}

#acc-user-inbox-wrapper.article div>div>div.title-article>a>h2 {
  font-family: 'WorkSans-Light' !important;
  font-size: 28px !important;
}

#acc-user-inbox-wrapper.article div>div>div.title-article>a {
  text-decoration: none;
}

#acc-user-inbox-wrapper.article #highlights>div:nth-child(1)>div>div.atribut-article {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div.col-md-8.col-sm-12.col-xs-12.content-article.d-inline-block>div.atribut-article>span>a {
  color: #166fa9 !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.isi-article>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.article #body-article>div>div>div>div>div>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #333 !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>div>ul>li.cs-selected>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  font-weight: normal;
  width: 100% !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  font-weight: normal;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>div>ul>li:nth-child(1) {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  font-weight: normal;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>div>ul>li>span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  font-weight: normal;
  width: 100% !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.atribut-article-detail>div>span>a,
#acc-user-inbox-wrapper.article #highlights>div>div>div.atribut-article-detail>div>span>a:hover {
  color: #166fa9 !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.isi-article-detail {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.title-article>h2 {
  margin-bottom: 20px;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.back-button a,
#acc-user-inbox-wrapper.article #highlights>div>div>div.back-button a:hover {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  color: #72af54;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.back-button {
  margin-bottom: 28px;
  padding-top: 20px;
}

#acc-user-inbox-wrapper.article #highlights>div>div.img-article {
  padding-top: 5px !important;
}

#acc-user-inbox-wrapper.article #formArticle>div.search-option>div>span {
  padding-top: 11px !important;
}

#acc-user-inbox-wrapper.article form.search-box-area .search-option .cs-select .cs-placeholder::after {
  top: 10px !important;
}

#acc-user-inbox-wrapper.article .related-article-title {
  font-family: 'WorkSans-Light' !important;
  font-size: 24px !important;
  margin-top: 30px !important;
  margin-bottom: 20px;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.image-related-article-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.image-related-article-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.related-article-caption {
  position: relative;
  margin-top: 20px;
  float: left;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.related-article-caption div.caption-title {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #333 !important;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.related-article-caption div.caption-content {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  color: #333 !important;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 5px;
}

#acc-user-inbox-wrapper.article div.related-article-content>div>div>div.related-article-caption a {
  color: #333 !important;
}

#acc-user-inbox-wrapper.article #body-article>div>div>div>div>div.related-article-content>div {
  margin-left: -4px;
  margin-right: -8px;
}

#acc-user-inbox-wrapper.article #body-article>div>div>div>div:nth-child(2)>div.related-article-content>div>div {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
}

#acc-user-inbox-wrapper.article #body-article>div>div>div>div:nth-child(2)>div.related-article-content {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.article #highlights>div>div>div.title-article>h2 {
  font-family: 'WorkSans-Light' !important;
  font-size: 32px !important;
}

#highlights>div>div>div.isi-article-detail>p>span>span {
  font-family: 'WorkSans-Regular' !important;
}

#acc-user-inbox-wrapper.article #body-article>div>div>div.hidden-md-down>div.sidebar-nyangkut>div>a>div.img-other-article>img {
  height: 90px;
  object-fit: cover;
}

/*
:::'###::::'########:::'#######::'##::::'##:'########:
::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
:'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
'##:::. ##: ########:: ##:::: ##: ##:::: ##:::: ##::::
 #########: ##.... ##: ##:::: ##: ##:::: ##:::: ##::::
 ##.... ##: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
 ##:::: ##: ########::. #######::. #######::::: ##::::
..:::::..::........::::.......::::.......::::::..:::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
About Page Here */

#acc-user-inbox-wrapper.about #about>div>div>div>ul>li>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
}

#acc-user-inbox-wrapper.about #about>div>div>div>ul {
  border-bottom: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.about #about>div>div>div>ul>li:nth-child(1) {
  border-right: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.about #about>div>div>div>ul>li:nth-child(2) {
  border-right: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.about #about>div>div>div>ul>li:nth-child(3) {
  border-right: 1px solid #e5e5e5 !important;
}

#acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>h2 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
  margin-top: 20px;
}

#acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
  margin-top: 20px;
}

#abouttab>div.container>div>div>div.row-photo {
  margin-top: 20px;
}

#acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>img {
  object-fit: cover;
}

#acc-user-inbox-wrapper.about>div.container-fluid.bg-about-intro {
  /*height: calc(82vh) !important;*/
}

#acc-user-inbox-wrapper.about #abouttab>div.container-fluid.bg-about-end {
  background-attachment: local !important;
  height: 450px !important;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 10px;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>p {
  line-height: 30px !important;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper {
  cursor: pointer;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper .about-profile-photo {
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper:hover .about-profile-photo {
  filter: grayscale(0%);
}

#acc-user-inbox-wrapper.about .photo-square-wrapper .caption {
  width: 100%;
  /* background: rgba(7, 0, 0, 0.4); */
  background: rgba(7, 0, 0, 0.4);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  z-index: 10;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper:hover .caption {
  opacity: 1;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper .caption p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(1) {
  font-family: 'WorkSans-Medium' !important;
  font-size: 24px !important;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 15px;
}

#acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(2) {
  font-family: 'WorkSans-Regular' !important;
  font-size: 18px !important;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 15px;
}

/*
'########::'#######::'########::
 ##.....::'##.... ##: ##.... ##:
 ##::::::: ##:::: ##: ##:::: ##:
 ######::: ##:::: ##: ########::
 ##...:::: ##:::: ##: ##.. ##:::
 ##::::::: ##:::: ##: ##::. ##::
 ##:::::::. #######:: ##:::. ##:
..:::::::::.......:::..:::::..::
'########::'########:::'#######::'########:'########::'######:::'######::'####:
 ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
 ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
 ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
 ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
 ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
 ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
:'#######::'##::: ##::::'###::::'##:::::::
'##.... ##: ###:: ##:::'## ##::: ##:::::::
 ##:::: ##: ####: ##::'##:. ##:: ##:::::::
 ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
 ##:::: ##: ##. ####: #########: ##:::::::
 ##:::: ##: ##:. ###: ##.... ##: ##:::::::
. #######:: ##::. ##: ##:::: ##: ########:
:.......:::..::::..::..:::::..::........::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
For Professional Page Here */

#acc-user-inbox-wrapper.for-pro>div.container-fluid.bg-about-intro.bg-top-article-post>div>div>div>div.btn-for-pro.text-center>button {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  padding-left: 30px;
  padding-right: 30px;
}

#acc-user-inbox-wrapper.for-pro>div.container-fluid.bg-about-intro.bg-top-article-post>div>div>div>div.btn-for-pro.text-center>button:hover {
  background: #246CAE;
}

#acc-user-inbox-wrapper.for-pro>div.container-fluid.bg-about-intro.bg-top-article-post>div>div>div>div.btn-for-pro.text-center>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 14px !important;
  text-decoration: none;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text {
  padding-left: 30px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text>div.title-for-text>h1 {
  line-height: 50px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text>div.title-for-text>label {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text>div.button-for-text {
  margin-top: 10px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-grow>div>div>div.pro-grow.text-center>div>div>div>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 20px !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-grow>div>div>div.pro-grow.text-center>div>div>div>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div>p {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div {
  margin-top: 150px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-wait>div>div>div>h1 {
  font-family: 'WorkSans-Light' !important;
  font-size: 32px !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-wait>div>div>div>h3 {
  font-family: 'WorkSans-Light' !important;
  font-size: 16px !important;
  margin-top: 15px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-wait>div>div>div>div>button {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-wait>div>div>div>div>button:hover {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background: #246CAE;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-wait>div>div>div>div>a {
  font-family: 'WorkSans-Medium' !important;
  font-size: 12px !important;
  text-decoration: none;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-grow>div>div>div.pro-grow.text-center>div>div>div>div>h3 {
  font-family: 'WorkSans-Regular' !important;
  color: #333;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-grow>div>div>div.pro-grow.text-center>div>div>div>div>p {
  color: #333 !important;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text>div.button-for-text>a>button.mybtn-blue {
  width: 200px !important;
  cursor: pointer;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-beauty>div>div>div>div.for-text>div.button-for-text>a>button.mybtn-blue:hover {
  width: 200px !important;
  cursor: pointer;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background: #246CAE;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div>div>a>button {
  width: 200px !important;
  cursor: pointer;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
}

#acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div>div>a>button:hover {
  width: 200px !important;
  cursor: pointer;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background: #246CAE;
}

/*
:'######:::'#######::'##::: ##:'########::::'###:::::'######::'########:
'##... ##:'##.... ##: ###:: ##:... ##..::::'## ##:::'##... ##:... ##..::
 ##:::..:: ##:::: ##: ####: ##:::: ##:::::'##:. ##:: ##:::..::::: ##::::
 ##::::::: ##:::: ##: ## ## ##:::: ##::::'##:::. ##: ##:::::::::: ##::::
 ##::::::: ##:::: ##: ##. ####:::: ##:::: #########: ##:::::::::: ##::::
 ##::: ##: ##:::: ##: ##:. ###:::: ##:::: ##.... ##: ##::: ##:::: ##::::
. ######::. #######:: ##::. ##:::: ##:::: ##:::: ##:. ######::::: ##::::
:......::::.......:::..::::..:::::..:::::..:::::..:::......::::::..:::::
'########:::::'###:::::'######:::'########:
 ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ########::'##:::. ##: ##::'####: ######:::
 ##.....::: #########: ##::: ##:: ##...::::
 ##:::::::: ##.... ##: ##::: ##:: ##:::::::
 ##:::::::: ##:::: ##:. ######::: ########:
..:::::::::..:::::..:::......::::........::
Contact Page Here */

#acc-user-inbox-wrapper.contact #body-contact>div>div>h1 {
  font-family: 'WorkSans-Thin' !important;
  font-size: 32px !important;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-bottom {
  padding-bottom: 50px !important;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container {
  margin-top: 30px;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-top>div>ul>li div {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-top>div>ul>li div>h4 {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-bottom>div>h3 {
  font-family: 'WorkSans-Regular' !important;
  font-size: 16px !important;
}

#acc-user-inbox-wrapper.contact #login {
  min-height: calc(100vh - 185px);
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-top>div>ul>li>span {
  float: left;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-top>div>ul>li>div {
  float: left;
}

#acc-user-inbox-wrapper.contact #body-contact>div.container>div>div.contact-top>div.col-md-6>ul>li>a:hover>div>span.text {
  color: #61A343;
  text-decoration: underline;
}

/*
'##::::::::::'#####:::'##:::::::::::'########:::::'###:::::'######:::'########:
 ##:::'##:::'##.. ##:: ##:::'##::::: ##.... ##:::'## ##:::'##... ##:: ##.....::
 ##::: ##::'##:::: ##: ##::: ##::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
 ##::: ##:: ##:::: ##: ##::: ##::::: ########::'##:::. ##: ##::'####: ######:::
 #########: ##:::: ##: #########:::: ##.....::: #########: ##::: ##:: ##...::::
...... ##::. ##:: ##::...... ##::::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
:::::: ##:::. #####::::::::: ##::::: ##:::::::: ##:::: ##:. ######::: ########:
::::::..:::::.....::::::::::..::::::..:::::::::..:::::..:::......::::........::
404 Page Here */

#acc-user-inbox-wrapper.not-found #login>div>div>div>div {
  margin-top: 10% !important;
}

#acc-user-inbox-wrapper.not-found #formLogin>div.row.sign-up-4>div>div>div>h3 {
  margin-top: 20px !important;
}

/*
:'######::'########::'########::'####:'########:'########::'######::
'##... ##: ##.... ##: ##.... ##:. ##::... ##..:: ##.....::'##... ##:
 ##:::..:: ##:::: ##: ##:::: ##:: ##::::: ##:::: ##::::::: ##:::..::
. ######:: ########:: ########::: ##::::: ##:::: ######:::. ######::
:..... ##: ##.....::: ##.. ##:::: ##::::: ##:::: ##...:::::..... ##:
'##::: ##: ##:::::::: ##::. ##::: ##::::: ##:::: ##:::::::'##::: ##:
. ######:: ##:::::::: ##:::. ##:'####:::: ##:::: ########:. ######::
:......:::..:::::::::..:::::..::....:::::..:::::........:::......:::
Sprites Here */

.title-caption {
  width: calc(100% - 70px);
}

.icon-hover {
  width: 70px !important;
}

.love {
  margin-right: 7px;
  margin-top: 0px;
}

.sprite-love {
  background-image: url(../img/icon/like-2x.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.sprite-love-1 {
  background-image: url(../img/icon/like-red-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.sprite-photos {
  background-image: url(../img/icon/add-2x.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.sprite-photos-1 {
  background-image: url(../img/icon/add-blue-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.sprite-like-white {
  background-image: url(../img/icon/like-white-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

.sprite-add-white {
  background-image: url(../img/icon/add-white-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 25px !important;
  height: 25px !important;
}

/*.sprite-share-white {
    background-image: url(../img/icon/share-white-2x.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 25px !important;
}*/
.g-sprite-board-plus {
  background-image: url(../img/icon/board-plus-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 50px !important;
  height: 50px !important;
}

.g-sprite-notification-alert {
  background-image: url(../img/icon/alert-2x.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.g-sprite-profile-facebook {
  background-image: url(../img/svg/profile-fb.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
  background-position: 3px 0px;
}

.g-sprite-profile-twitter {
  background-image: url(../img/svg/profile-tw.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-profile-ig {
  background-image: url(../img/svg/profile-ig.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-profile-wa {
  background-image: url(../img/svg/profile-wa.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-web {
  background-image: url(../img/svg/detail-web.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-instagram {
  background-image: url(../img/svg/detail-ig.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-facebook {
  background-image: url(../img/svg/detail-fb.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-twitter {
  background-image: url(../img/svg/detail-tw.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-wa {
  background-image: url(../img/svg/detail-wa.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-phone {
  background-image: url(../img/svg/detail-phone.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-message-small {
  background-image: url(../img/svg/detail-message.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.g-sprite-pro-add-small {
  background-image: url(../img/svg/detail-save.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 20px !important;
}

.sprite-analytics-0 {
  background-image: url(../img/svg/analytics-0.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
}

.sprite-analytics-1 {
  background-image: url(../img/svg/analytics-1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
  background-position: center;
}

.sprite-analytics-2 {
  background-image: url(../img/svg/analytics-2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
  background-position: center;
}

.sprite-analytics-3 {
  background-image: url(../img/svg/analytics-3.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
  background-position: center;
}

.sprite-analytics-4 {
  background-image: url(../img/svg/analytics-4.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
  background-position: center;
}

.sprite-analytics-5 {
  background-image: url(../img/svg/analytics-5.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 16px !important;
  background-position: center;
}

.sprite-star {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/review-on.svg);
  background-size: 20px 20px;
}

.sprite-star-half {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/review-half.svg);
  background-size: 20px 20px;
}

.sprite-star-empty {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/review-off.svg);
  background-size: 20px 20px;
}

.sprite-star-grey {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/review-grey.svg);
  background-size: 20px 20px;
}

.sprite-star-big {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/review-on-big.svg);
  background-size: 30px 30px;
}

.sprite-star-half-big {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/review-half-big.svg);
  background-size: 30px 30px;
}

.sprite-star-empty-big {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/review-off-big.svg);
  background-size: 30px 30px;
}

.sprite-star-grey-big {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/review-grey-big.svg);
  background-size: 30px 30px;
}

.sprite-detail-pro {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: url(../img/svg/save-pro.svg);
  background-size: 32px 32px;
}

.sprite-detail-pro-saved {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: url(../img/svg/save-pro-saved.svg);
  background-size: 32px 32px;
}

.sprite-emblem-gold {
  text-indent: -9999px;
  width: 22px;
  height: 20px;
  background: url(../img/svg/member-gold.svg);
  background-size: 22px 20px;
}

.sprite-emblem-silver {
  text-indent: -9999px;
  width: 22px;
  height: 20px;
  background: url(../img/svg/member-silver.svg);
  background-size: 22px 20px;
}

.sprite-detail-website {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-web.svg);
  background-size: 25px 25px;
}

.sprite-detail-ig {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-ig.svg);
  background-size: 25px 25px;
}

.sprite-detail-fb {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-fb.svg);
  background-size: 25px 25px;
}

.sprite-detail-tw {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-tw.svg);
  background-size: 25px 25px;
}

.sprite-detail-wa {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-wa.svg);
  background-size: 25px 25px;
}

.sprite-detail-phone {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-phone.svg);
  background-size: 25px 25px;
}

.sprite-detail-design-fee {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/svg/detail-design-fee.svg);
  background-size: 25px 25px;
}

.sprite-send-message {
  text-indent: -9999px;
  width: 22px !important;
  height: 20px;
  background: url(../img/svg/message-white.svg);
  background-size: 22px 20px;
}

.sprite-save-pro {
  text-indent: -9999px;
  width: 22px !important;
  height: 20px;
  background: url(../img/svg/save-white.svg);
  background-size: 22px 20px;
}

.sprite-pro-fb-new {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/article-fb.svg);
  /*background-size: 20px 20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-pro-tweet-new {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/article-tw.svg);
  /*background-size: 20px 20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-pro-mail-new {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/article-email.svg);
  /*background-size: 20px 20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-pro-gplus-new {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/article-gplus.svg);
  /*background-size: 20px 20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-pro-pinterest-new {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/article-pinterest.svg);
  /*background-size: 20px 20px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-hint {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: url(../img/svg/hint.svg);
  /*background-size: 12px 12px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-setting {
  text-indent: -9999px;
  width: 29px;
  height: 29px;
  background: url(../img/svg/settings-white.svg);
  /*background-size: 29px 29px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-bluprin {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-bluprin.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-inspiration {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-inspiration.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-professional {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-professionals.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-email {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-email.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-desk {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-desk.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-profile {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-profile.svg);
  /*background-size: 110px 110px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-circle-project {
  text-indent: -9999px;
  width: 110px;
  height: 110px;
  background: url(../img/svg/circle-project.svg);
  /*background-size: 110px 110px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-customer {
  text-indent: -9999px;
  width: 100px;
  height: 70px;
  background: url(../img/svg/pro-customers.svg);
  /*background-size: 100px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-bussines {
  text-indent: -9999px;
  width: 45px;
  height: 70px;
  background: url(../img/svg/pro-business.svg);
  /*background-size: 45px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-company {
  text-indent: -9999px;
  width: 75px;
  height: 70px;
  background: url(../img/svg/pro-exposure.svg);
  /*background-size: 75px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-statics {
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../img/svg/pro-statistics.svg);
  /*background-size: 70px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-featured-article {
  text-indent: -9999px;
  width: 65px;
  height: 70px;
  background: url(../img/svg/pro-articles.svg);
  /*background-size: 65px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-local-events {
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../img/svg/pro-events.svg);
  /*background-size: 70px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-partnership {
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../img/svg/pro-partnerships.svg);
  /*background-size: 70px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-partnership {
  text-indent: -9999px;
  width: 105px;
  height: 70px;
  background: url(../img/svg/pro-partnerships.svg);
  /*background-size: 105px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-online-directory {
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../img/svg/pro-directory.svg);
  /*background-size: 70px 70px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-fb-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-fb.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-instagram-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-ig.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-linkedin-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-in.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-gplus-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-gplus.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-wa-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-wa.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-line-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/line.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-mail-green-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-email-green.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-contact-mail-blue-new {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/contact-email-blue.svg);
  /*background-size: 40px 40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-fb-detail-article {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-fb.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.sprite-fb-detail-article:hover {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-fb-green.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.sprite-twitter-detail-article {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-tw.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.sprite-twitter-detail-article:hover {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-tw-green.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.sprite-gplus-detail-article {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-gplus.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.sprite-gplus-detail-article:hover {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-gplus-green.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.sprite-mail-detail-article {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-email.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.sprite-mail-detail-article:hover {
  width: 30px;
  height: 30px;
  background: url(../img/svg/article-email-green.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.close-white-circle {
  width: 30px;
  height: 30px;
  background: url(../img/svg/close-white-circle.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.sprite-arrow-left-modal {
  width: 50px;
  height: 50px;
  background: url(../img/svg/arrow-left-white.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.sprite-arrow-left-modal:hover {
  width: 50px;
  height: 50px;
  background: url(../img/svg/arrow-left-white-hover.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.sprite-arrow-right-modal {
  width: 50px;
  height: 50px;
  background: url(../img/svg/arrow-right-white.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

.sprite-arrow-right-modal:hover {
  width: 50px;
  height: 50px;
  background: url(../img/svg/arrow-right-white-hover.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.sprite-close-modal {
  width: 25px;
  height: 25px;
  background: url(../img/svg/close-white.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.sprite-like-white {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-like-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-like-white-hover {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-like-white-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-like-white-active {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-like-white-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-like-black {
  width: 20px;
  height: 21px;
  background: url(../img/svg/photo-like-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-like-green-hover {
  width: 20px;
  height: 21px;
  background: url(../img/svg/photo-like-green-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-like-green {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-like-green-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-add-white {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-save-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-add-white-hover {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-save-white-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-add-white-active {
  width: 20px !important;
  height: 21px !important;
  background: url(../img/svg/photo-save-white-active.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-add-black {
  width: 20px;
  height: 21px;
  background: url(../img/svg/photo-save-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.photo-save-blue-hover {
  width: 20px;
  height: 21px;
  background: url(../img/svg/photo-save-blue-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-add-blue {
  width: 20px;
  height: 21px;
  background: url(../img/svg/photo-save-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-share-white {
  width: 20px;
  height: 21px;
  background: url(../img/svg/share-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-share-white-hover {
  width: 20px;
  height: 21px;
  background: url(../img/svg/share-white-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-share-black {
  width: 20px;
  height: 21px;
  background: url(../img/svg/share-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sprite-arrow-left-modal-mobile {
  width: 40px;
  height: 40px;
  background: url(../img/svg/arrow-left-black.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  left: auto;
}

.sprite-arrow-right-modal-mobile {
  width: 40px;
  height: 40px;
  background: url(../img/svg/arrow-right-black.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

span.professional-ratings .sprite-star,
span.professional-ratings .sprite-star-half,
span.professional-ratings .sprite-star-grey,
span.professional-ratings .sprite-star-empty {
  width: 15px !important;
  height: 15px !important;
  background-size: 15px 15px !important;
  margin-right: 2px !important;
  position: relative !important;
  top: 2px !important
}


.likeSharePhoto span {
  margin: 0px 10px !important;
}

/*
'##::::'##:'########:'########::'####::::'###::::
 ###::'###: ##.....:: ##.... ##:. ##::::'## ##:::
 ####'####: ##::::::: ##:::: ##:: ##:::'##:. ##::
 ## ### ##: ######::: ##:::: ##:: ##::'##:::. ##:
 ##. #: ##: ##...:::: ##:::: ##:: ##:: #########:
 ##:.:: ##: ##::::::: ##:::: ##:: ##:: ##.... ##:
 ##:::: ##: ########: ########::'####: ##:::: ##:
..:::::..::........::........:::....::..:::::..::
:'#######::'##::::'##:'########:'########::'##:::'##::::'##::::'##::'######::
'##.... ##: ##:::: ##: ##.....:: ##.... ##:. ##:'##:::::. ##::'##::'##... ##:
 ##:::: ##: ##:::: ##: ##::::::: ##:::: ##::. ####:::::::. ##'##::: ##:::..::
 ##:::: ##: ##:::: ##: ######::: ########::::. ##:::::::::. ###::::. ######::
 ##:'## ##: ##:::: ##: ##...:::: ##.. ##:::::: ##::::::::: ## ##::::..... ##:
 ##:.. ##:: ##:::: ##: ##::::::: ##::. ##::::: ##:::::::: ##:. ##::'##::: ##:
: ##### ##:. #######:: ########: ##:::. ##:::: ##::::::: ##:::. ##:. ######::
:.....:..:::.......:::........::..:::::..:::::..::::::::..:::::..:::......:::
Media Query XS Here */

@media (max-width: 577px) {

  /*
  :'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
  '##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
   ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
   ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
   ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
   ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
  . ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
  :......::::........::..::::..::........::..:::::..::..:::::..::........::
  General Here*/
  body {
    padding-bottom: 18rem;
  }

  .image-grid-photos {
    margin-top: 10px !important;
  }

  .search-result-info {
    margin-top: 80px;
    margin-bottom: 10px;
  }

  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-9.select-date {
    max-width: 100%;
    display: block;
  }

  select.form-control.select-tanggal {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  select.form-control.select-tahun {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  ul.pagination {
    vertical-align: middle;
    display: table;
    margin-bottom: 0px;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }

  .card-acc-footer {
    text-align: center;
  }

  .account-menu {
    margin-top: 50px;
  }

  #section-account .create-new-board {
    position: relative;
    border: 1px dashed #E5E5E5;
    background: #FFF;
    min-height: 150px;
  }

  div#sendMessage {
    width: 100%;
  }

  .clean-button-green, .clean-button-green:hover, .clean-button-blue, .clean-button-blue:hover {
    padding: 5px 20px;
    font-family: 'WorkSans-Light';
    margin-bottom: 10px;
    width: 200px;
  }

  .col-xl-5.col-lg-5.col-md-12.text-right {
    text-align: center !important;
  }

  div#professionals-project-detail .container {
    padding: 0px;
  }

  .location-pro-detail {
    padding: 10px 0px;
  }

  .col-md-5.col-md-12.text-right {
    text-align: center !important;
    padding-top: 10px;
  }

  span.others-info {
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
  }

  .title-pro-detail {
    display: block;
  }

  .project-info-detail {
    text-align: center;
  }

  .profesional-list .col-md-6.col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
  }

  section#body-for-pro-bluprin .title-section {
    padding: 20px 0px;
    text-align: center !important;
  }

  section#body-for-pro-bluprin {
    padding: 10px 0px;
  }

  .content-grow {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
  }

  section#body-for-pro-beauty {
    padding: 20px 0px;
  }

  .for-text {
    width: 100%;
    padding: 0px 20px;
    text-align: center;
  }

  .button-for-text {
    /*display: inline-grid;*/
    display: block;
  }

  .button-for-text a {
    padding-bottom: 10px;
  }

  nav#nav-body .navbar-toggler {
    border: none;
    color: #61a244;
    padding: 20px 0px;
    width: 100%;
  }

  nav#nav-body li.nav-item {
    width: 100%;
    border-left: 0px solid #e5e5e5;
  }

  nav#nav-body li.nav-item:last-child {
    border-right: 0px solid #e5e5e5;
  }

  .contact-top {
    width: 100%;
    display: block;
  }

  h1.page-title {
    margin: 20px 0px;
  }

  ul.medsos-article {
    list-style: none;
    display: inline-flex;
    margin: 0px auto;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    width: auto;
    margin-top: 10px;
    -webkit-padding-start: 0px;
    float: none;
  }

  .medsos-article li {
    border-right: 1px solid #e5e5e5;
  }

  .atribut-article-detail {
    border-top: 0px solid #e5e5e5;
  }

  .text-atribut {
    float: left;
    display: block;
    vertical-align: middle;
    padding-top: 7px;
    width: 100%;
  }

  span.align-text-bottom {
    position: absolute;
    bottom: 20px;
    right: 25%;
    left: 25%;
    text-align: center;
    margin: 0 auto;
  }

  ul.menu-tabs-article li {
    padding: 0px 0px;
  }

  a.dropdown-item.active {
    color: #61a244 !important;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
  }

  form.form-search-mobile .search-input-box {
    width: calc(100% - 120px - 46px);
  }

  form.form-search-mobile .search-option {
    width: 120px;
  }

  .space-header {
    height: 50px;
  }

  img.detailModalPhoto {
    /*max-height: 300px;*/
    /*width: 100% !important;*/
  }

  .imgLP {
    height: 300px;
  }

  #section-photos {
    padding-top: 40px;
  }

  #photos-page #section-photos {
    padding-top: 40px;
  }

  #professional-page #section-photos {
    padding-top: 40px;
  }

  .profesional-photo .card {
    padding: 0px 10px;
    max-width: 210px;
    margin: 0 auto;
  }

  img.card-img-top {
    margin: 10px auto;
    display: block;
  }

  .card-img-profile {
    border-radius: 50%;
    width: 150px;
    margin: 20px auto 20px auto;
  }

  .card-deck .card:not(:last-child) {
    margin: auto;
    text-align: center;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 10px;
    text-align: center;
  }

  .container {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-logo-mobile {
    display: block !important;
  }

  .img-logo-dekstop {
    display: none !important;
  }

  .cd-secondary-nav li {
    display: inline-block;
    margin-left: 10px !important;
  }

  form#search-box-affix {
    display: none;
  }

  .cd-header {
    background: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .row {
    margin-right: -9px;
  }

  #acc-user-inbox-wrapper.sign-user-3 .row {
    margin-right: -12px;
  }

  ul.menu-tabs-article {
    display: block;
  }

  form.search-box-area .search-option .cs-select span {
    margin-top: 1px;
    padding-top: 13px;
    padding-bottom: 14px;
    display: none;
  }

  .list-article {
    display: block;
    text-align: center;
  }

  .list-article .col-md-4 {
    padding-right: 0px;
    margin-bottom: 10px;
  }

  section#header-article {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .tagline h1.title {
    /*font-size: 20px;
        text-align: center;
        font-family: WorkSans-Regular;*/
    font-size: 25px;
    text-align: center;
    font-family: WorkSans-SemiBold;
    max-width: 400px;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 620px;
    height: 50px;
  }

  form.search-box-area .search-input-box {
    width: calc(100% - 30px - 70px);
    padding-left: 0px;
  }

  form.search-box-area .search-option {
    width: 50px !important;
  }

  .tagline {
    float: none;
    padding: 20px 10px 10px 10px;
    width: 100%;
    background: rgba(7, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
  }

  #select-option-home .container.row .right-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
  }

  .container.tagline {
    width: 100% !important;
  }

  .container-search:nth-child(0) {
    margin-bottom: 10px !important;
  }

  .photo-detail-left {
    width: 100%;
    float: left;
  }

  .photo-detail-right {
    width: 100%;
    float: left;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 100%;
    height: 50px;
  }

  form.search-box-area .search-icon {
    height: 50px !important;
    width: 50px !important;
  }

  .search-icon img {
    width: 20px !important;
    height: 20px !important;
  }

  form.search-box-area .search-input-box {
    /*width: calc(100% - 120px - 46px);*/
    width: calc(100% - 100px);
  }

  form.search-box-area .search-option {
    width: 50px !important;
  }

  .cs-skin-elastic.cs-active .cs-options {
    /*width: 50px !important;*/
  }

  .image-wrapper-portrait {
    width: 100% !important;
    height: auto !important;
  }

  .image-wrapper-landscape {
    width: 100% !important;
    height: auto !important;
  }

  .landscape {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .portrait {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .photo-detail-right {
    height: auto !important;
    min-height: 10px !important;
    max-height: none !important;
    /*background-color: #FFFFFF !important;*/
  }

  .imgLP {
    min-height: 10px !important;
    max-height: none !important;
    display: inline;
    height: auto !important;
  }

  .imgContainer {
    width: 100% !important;
    height: auto !important;
  }

  .imgContainer {
    width: 100% !important;
    height: auto !important;
  }

  .setImgContainerLandscape {
    /*top:0;
        transform: translateY(0);*/
    /* vendor prefixes omitted due to brevity */
  }

  #section-photos .container .row .col-photos-gallery-photos-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .img-pro-header {
    height: 300px !important;
  }

  #section-account .card-home-feed-project {
    padding-right: 6px !important;
  }

  .border-top-bottom-when-small {
    padding-right: calc(50% - 140px) !important;
  }

  .project-info-table-left {
    min-width: 100% !important;
  }

  .project-info-table-rights {
    min-width: 100% !important;
  }

  .my-card {
    margin: 0px !important;
  }

  .border-top-bottom-when-small {
    padding-right: calc(50% - 110px) !important;
  }

  .project-info-table-left {
    min-width: 100% !important;
    display: block;
    max-width: none;
  }

  .project-info-table-rights {
    min-width: 100% !important;
    display: block;
    max-width: none;
  }

  .other-photo .container .row div {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .acc-user-home-avatar-box {
    padding: 0px !important;
    padding-left: 30px !important;
    max-width: 100px !important;
    width: 100px !important;
  }

  .acc-user-home-avatar-box img.user-avatar {
    width: 50px !important;
    height: 50px;
  }

  #section-account .card-acc .card-acc-head .result-info-list-medium-v h2.total-result-info {
    font-family: 'WorkSans-Thin' !important;
    font-size: 30px !important;
    font-weight: normal !important;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list {
    position: relative;
    display: table;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    width: 100% !important;
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li a {
    color: #61A343;
    font-size: 14px !important;
    font-family: WorkSans-Regular !important;
  }

  #bluprin_welcome_message_md {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 20px !important;
  }

  #section-account .container .row .align-items-center .col {
    padding: 0px !important;
  }

  #section-account .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #section-account .card-home-feed-project {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .container .row .left-side {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .card-hero-image {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project .home-feed-project-title {
    padding: 15px 30px;
  }

  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    font-size: 24px !important;
  }

  #section-account .card-home-feed-project .home-feed-project-body {
    padding: 15px 30px;
  }

  #section-account a.home-feed-view-more {
    width: calc(100% - 60px) !important;
    margin: auto !important;
  }

  #section-account .card-home-feed-project .home-feed-project-title span.three-sixty-icon {
    right: 30px;
  }

  #section-account {
    padding: 20px 0;
  }

  #AccountProfileMobileMenu ul.acc-menu li.acc-menu-list {
    margin-right: 0px !important;
  }

  #section-account .card-hero-image img {
    min-height: 300px !important;
  }

  div#section-mobile-title {
    margin-top: 0px !important;
  }

  div#section-mobile-title .mobile-filter-menu {
    border-top: none !important;
  }

  #acc-user-inbox-wrapper.inbox-detail #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-head-inbox {
    margin-top: 20px;
  }

  .g-sprite-notification-alert {
    top: 8px;
    right: auto;
    margin-left: 18px;
  }

  #ProjectsWrap .my-form-set,
  #ReviewsWrap .my-form-set,
  #EditorialWrap .my-form-set {
    padding-right: 0px !important;
  }

  .for-pro-top {
    height: 350px;
  }

  /*
    '##::::'##:'########::::'###::::'########::'########:'########::
     ##:::: ##: ##.....::::'## ##::: ##.... ##: ##.....:: ##.... ##:
     ##:::: ##: ##::::::::'##:. ##:: ##:::: ##: ##::::::: ##:::: ##:
     #########: ######:::'##:::. ##: ##:::: ##: ######::: ########::
     ##.... ##: ##...:::: #########: ##:::: ##: ##...:::: ##.. ##:::
     ##:::: ##: ##::::::: ##.... ##: ##:::: ##: ##::::::: ##::. ##::
     ##:::: ##: ########: ##:::: ##: ########:: ########: ##:::. ##:
    ..:::::..::........::..:::::..::........:::........::..:::::..::
    Header Here*/
  #formHome .search-input-box #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox {
    border-bottom: none;
  }

  /*
    '##::::'##:'########:'##::: ##:'##::::'##:
     ###::'###: ##.....:: ###:: ##: ##:::: ##:
     ####'####: ##::::::: ####: ##: ##:::: ##:
     ## ### ##: ######::: ## ## ##: ##:::: ##:
     ##. #: ##: ##...:::: ##. ####: ##:::: ##:
     ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
     ##:::: ##: ########: ##::. ##:. #######::
    ..:::::..::........::..::::..:::.......:::
    Menu Here*/
  div#myMenu {
    position: fixed !important;
  }

  div#myAffixHome {
    height: 50px;
  }

  div#myAffix {
    height: 50px;
  }

  /*
    '########::'#######:::'#######::'########:'########:'########::
     ##.....::'##.... ##:'##.... ##:... ##..:: ##.....:: ##.... ##:
     ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##:::: ##:
     ######::: ##:::: ##: ##:::: ##:::: ##:::: ######::: ########::
     ##...:::: ##:::: ##: ##:::: ##:::: ##:::: ##...:::: ##.. ##:::
     ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##::. ##::
     ##:::::::. #######::. #######::::: ##:::: ########: ##:::. ##:
    ..:::::::::.......::::.......::::::..:::::........::..:::::..::
    Footer Here */
  #footer .footer-left-bottom {
    width: 100%;
  }

  #footer>div>div>div>div.footer-left>ul>li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /*
    '########::'##::::'##::'#######::'########::'#######::
     ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
     ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
     ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
     ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
     ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
     ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
    ..:::::::::..:::::..:::.......::::::..::::::.......:::
    '########::'########:'########::::'###::::'####:'##::::::::'######::
     ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
     ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
     ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
     ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
     ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
     ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
    ........:::........:::::..:::::..:::::..::....::........:::......:::
    '##::::'##::'#######::'########:::::'###::::'##:::::::
     ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
     ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
     ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
     ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
     ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
     ##:::: ##:. #######:: ########:: ##:::: ##: ########:
    ..:::::..:::.......:::........:::..:::::..::........::
    Photo Details Modal Here */
  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
      margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 0 !important;
    max-width: 100% !important;
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 100% !important;
    right: 0 !important;
  }

  /*
    '########::'########:'##::::'##:'####:'########:'##:::::'##:
     ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
     ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
     ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
     ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
     ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
     ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
    ..:::::..::........:::::...:::::....::........:::...::...:::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '##::::'##::'#######::'########:::::'###::::'##:::::::
     ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
     ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
     ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
     ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
     ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
     ##:::: ##:. #######:: ########:: ##:::: ##: ########:
    ..:::::..:::.......:::........:::..:::::..::........::
    Review Professional Modal Here */
  #reviewPro .modal-dialog {
    max-width: 100% !important;
    margin: 0px;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    '########::::'###::::'##::::'##:'########:
     ##.....::::'## ##::: ##:::: ##: ##.....::
     ##::::::::'##:. ##:: ##:::: ##: ##:::::::
     ######:::'##:::. ##: ##:::: ##: ######:::
     ##...:::: #########:. ##:: ##:: ##...::::
     ##::::::: ##.... ##::. ## ##::: ##:::::::
     ##::::::: ##:::: ##:::. ###:::: ########:
    ..::::::::..:::::..:::::...:::::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Fave Page Here */

  #acc-user-fave-wrapper #photos {
    margin-top: 0px !important;
  }

  /*
    '########::'#######::'########::
     ##.....::'##.... ##: ##.... ##:
     ##::::::: ##:::: ##: ##:::: ##:
     ######::: ##:::: ##: ########::
     ##...:::: ##:::: ##: ##.. ##:::
     ##::::::: ##:::: ##: ##::. ##::
     ##:::::::. #######:: ##:::. ##:
    ..:::::::::.......:::..:::::..::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    For Professional Page Here */
  #acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div {
    margin-top: 0px;
  }

  /*
    :'######::'########::'########::::'###::::'########:'########:
    '##... ##: ##.... ##: ##.....::::'## ##:::... ##..:: ##.....::
     ##:::..:: ##:::: ##: ##::::::::'##:. ##::::: ##:::: ##:::::::
     ##::::::: ########:: ######:::'##:::. ##:::: ##:::: ######:::
     ##::::::: ##.. ##::: ##...:::: #########:::: ##:::: ##...::::
     ##::: ##: ##::. ##:: ##::::::: ##.... ##:::: ##:::: ##:::::::
    . ######:: ##:::. ##: ########: ##:::: ##:::: ##:::: ########:
    :......:::..:::::..::........::..:::::..:::::..:::::........::
    '########:::'#######:::::'###::::'########::'########::
     ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
     ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
     ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
     ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
     ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
     ########::. #######:: ##:::: ##: ##:::. ##: ########::
    ........::::.......:::..:::::..::..:::::..::........:::
    '##::::'##::'#######::'########:::::'###::::'##:::::::
     ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
     ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
     ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
     ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
     ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
     ##:::: ##:. #######:: ########:: ##:::: ##: ########:
    ..:::::..:::.......:::........:::..:::::..::........::
    Create Board Modal Here*/
  #createBoardModalNew .modal-content {
    margin: 0px 0px;
  }


  /*
    '##::::'##::'#######::'##::::'##:'########:
     ##:::: ##:'##.... ##: ###::'###: ##.....::
     ##:::: ##: ##:::: ##: ####'####: ##:::::::
     #########: ##:::: ##: ## ### ##: ######:::
     ##.... ##: ##:::: ##: ##. #: ##: ##...::::
     ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
     ##:::: ##:. #######:: ##:::: ##: ########:
    ..:::::..:::.......:::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Home Page here */
  #home-page #section>div.container.row>div.left-button {
    padding-left: 10px !important;
  }

  #home-page #section>div.container.row>div.right-button {
    padding-right: 10px !important;
  }

  #home-page div.search-icon.sprite-search-grey,
  #home-page div.search-icon.sprite-search-grey:hover {
    background-position: 10px 12px;
  }

  #home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container {
    width: 100% !important;
    height: 150px;
    float: left !important;
    position: relative !important;
  }

  #home-page #section>div>div:nth-child(2)>div>a>div {
    min-height: 280px !important;
  }

  /*
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Professional Page Here */

  #professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professional-page #view-more-pro {
    margin-right: 0px !important;
  }

  #professional-page #section-photos>div>div>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:::'#######::::::::'##:'########::'######::'########:
     ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
     ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
     ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
     ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
     ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
     ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
    ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
    '########::'########:'########::::'###::::'####:'##:::::::
     ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
     ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
     ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
     ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
     ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
     ########:: ########:::: ##:::: ##:::: ##:'####: ########:
    ........:::........:::::..:::::..:::::..::....::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Professional Project Detail Page Here */

  #professionals-project-detail .row.align-items-center>div:nth-child(1) {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(2) {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(3) {
    max-width: 100%;
    text-align: center !important;
  }

  #professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div.text-right {
    min-width: 0 !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div.info-center>div.title-pro-detail {
    min-width: 0 !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail>div:nth-child(2)>div {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail>div:nth-child(2)>div>div {
    padding-right: 0px !important;
  }

  #professionals-project-detail #container_project>div>div.home-feed-project-title,
  #professionals-project-detail #container_project>div>div.home-feed-project-body {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  #professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div>div.location-pro-detail>span.others-info>ul {
    margin: auto;
  }


  /*
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:::'#######::::::::'##:'########::'######::'########:
     ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
     ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
     ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
     ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
     ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
     ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
    ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Professional Project Page Here */

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(1) {
    border-right: none;
  }

  #professionals-project .project-navigation .project-content {
    margin-top: 10px;
  }

  #professionals-project .other-photo h4 {
    margin-left: -5px;
  }

  #professionals-project {
    margin-top: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 10px !important;
  }

  #professionals-project .container {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .container .row {
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .container .row .col-lg-8 {
    padding: 0px !important;
  }

  #professionals-project .project-navigation {
    width: 100%;
    margin: auto;
  }

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(1) {
    border-right: none;
  }

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(7) {
    border-left: none;
  }

  #professionals-project .project-navigation .project-content {
    margin-top: 10px;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(5)>div.col.project-info-table-left>table {
    margin-bottom: 0px !important;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-rights {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>h2 {
    float: none;
    max-width: 100%;
    font-family: "WorkSans-Medium" !important;
    font-size: 20px !important;
    color: #4a4a4a;
  }

  #professionals-project>div>div>div>div.my-card>div>h3 {
    text-align: center;
  }

  #professionals-project>div>div>div>div.my-card>div>span {
    margin-left: auto !important;
    position: relative !important;
    left: calc(50% - 20px) !important;
    margin-bottom: 10px !important;
    top: -5px !important;
  }

  /*
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:::'#######::::::::'##:'########::'######::'########:
     ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
     ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
     ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
     ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
     ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
     ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
    ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
    '##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
     ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
     ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
     ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
     ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
    ..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
    Professional Project New Page Here */

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding>div {
    height: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #upload-drop {
    height: 370px;
    width: 100%;
    display: table;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-4.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(1) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center>h2 {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(3)>div {
    margin-top: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center>h2 {
    font-size: 18px !important;
    font-family: WorkSans-Light;
    color: #797979;
  }

  #acc-user-inbox-wrapper.pro-project-new #editProAcc>div>div>div>div:nth-child(2) {
    margin-top: 20px;
  }


  /*
    :'######:::'#######::'##::: ##::'######::'##::::'##:'##:::::::'########:
    '##... ##:'##.... ##: ###:: ##:'##... ##: ##:::: ##: ##:::::::... ##..::
     ##:::..:: ##:::: ##: ####: ##: ##:::..:: ##:::: ##: ##:::::::::: ##::::
     ##::::::: ##:::: ##: ## ## ##:. ######:: ##:::: ##: ##:::::::::: ##::::
     ##::::::: ##:::: ##: ##. ####::..... ##: ##:::: ##: ##:::::::::: ##::::
     ##::: ##: ##:::: ##: ##:. ###:'##::: ##: ##:::: ##: ##:::::::::: ##::::
    . ######::. #######:: ##::. ##:. ######::. #######:: ########:::: ##::::
    :......::::.......:::..::::..:::......::::.......:::........:::::..:::::
    :::'###::::'##::: ##:'########:::::'##::::'##:'####:'########::'########:
    ::'## ##::: ###:: ##: ##.... ##:::: ##:::: ##:. ##:: ##.... ##: ##.....::
    :'##:. ##:: ####: ##: ##:::: ##:::: ##:::: ##:: ##:: ##:::: ##: ##:::::::
    '##:::. ##: ## ## ##: ##:::: ##:::: #########:: ##:: ########:: ######:::
     #########: ##. ####: ##:::: ##:::: ##.... ##:: ##:: ##.. ##::: ##...::::
     ##.... ##: ##:. ###: ##:::: ##:::: ##:::: ##:: ##:: ##::. ##:: ##:::::::
     ##:::: ##: ##::. ##: ########::::: ##:::: ##:'####: ##:::. ##: ########:
    ..:::::..::..::::..::........::::::..:::::..::....::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Consult And Hire Page Here */

  #consult-and-hire .col-lg-6 {
    width: 100% !important;
  }

  #consult-and-hire .cnh-wrapper {
    width: 100% !important;
  }

  #section-account .card-home-feed-project .image-home-feed-area {
    max-width: 100% !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(2) {
    margin-top: 20px !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(3) {
    margin-top: 20px !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    '##::::'##::'#######::'##::::'##:'########:
     ##:::: ##:'##.... ##: ###::'###: ##.....::
     ##:::: ##: ##:::: ##: ####'####: ##:::::::
     #########: ##:::: ##: ## ### ##: ######:::
     ##.... ##: ##:::: ##: ##. #: ##: ##...::::
     ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
     ##:::: ##:. #######:: ##:::: ##: ########:
    ..:::::..:::.......:::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Home Page Here */

  #account-user-home #container_project>div>a>div.home-feed-project-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #account-user-home #container_project>div>div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #account-user-home #section-account {
    padding: 0px;
  }

  #account-user-home #section-account .card-acc .card-acc-body {
    margin-top: 20px;
  }

  #account-user-home #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    font-family: 'WorkSans-Medium' !important;
    font-weight: normal !important;
    font-size: 24px !important;
    color: #4a4a4a !important;
    width: calc(100% - 50px) !important;
  }

  #account-user-home #section-account .card-home-feed-project .home-feed-project-body p {
    font-family: 'WorkSans-Regular' !important;
    font-size: 16px !important;
    max-height: 95px;
    overflow-y: hidden;
  }

  #account-user-home #section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder {
    width: 100% !important;
    padding-bottom: 0px !important;
    background: #e5e5e5;
    background-position: center;
    background-size: cover;
    height: 140px;
  }

  #account-user-home #section-account a.home-feed-view-more {
    width: calc(100% - 20px) !important;
    margin-bottom: 20px !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    '########:::'#######:::::'###::::'########::'########::
     ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
     ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
     ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
     ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
     ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
     ########::. #######:: ##:::: ##: ##:::. ##: ########::
    ........::::.......:::..:::::..::..:::::..::........:::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Board page Here */


  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper #section-account {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  #acc-user-board-wrapper #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper #account-menu #AccountProfileMobileMenu .row .col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper #section-account .create-new-board {
    min-height: 150px;
    margin-bottom: 0px !important;

  }

  #acc-user-board-wrapper .g-sprite-board-plus {
    width: 30px !important;
    height: 30px !important;
  }

  #acc-user-board-wrapper #section-account .inspiration-board {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #acc-user-board-wrapper .col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard p {
    width: 90%;
  }

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper #section-account {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  #acc-user-board-wrapper #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper #account-menu #AccountProfileMobileMenu .row .col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper #section-account .create-new-board {
    min-height: 150px;
    margin-bottom: 0px !important;

  }

  #acc-user-board-wrapper .g-sprite-board-plus {
    width: 30px !important;
    height: 30px !important;
  }

  #acc-user-board-wrapper #section-account .inspiration-board {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  #acc-user-board-wrapper .col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard p {
    width: 90%;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    '########:::'#######:::::'###::::'########::'########::
     ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
     ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
     ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
     ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
     ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
     ########::. #######:: ##:::: ##: ##:::. ##: ########::
    ........::::.......:::..:::::..::..:::::..::........:::
    '########::'########:'########::::'###::::'####:'##:::::::
     ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
     ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
     ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
     ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
     ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
     ########:: ########:::: ##:::: ##:::: ##:'####: ########:
    ........:::........:::::..:::::..:::::..::....::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Board Detail Page Here */

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner {
    padding-top: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media {
    margin-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-detail-wrapper .image-grid-photos {
    margin-top: 0px !important;
  }

  #acc-user-board-detail-wrapper div#section-mobile-title {
    margin-top: 0px !important;
  }

  #acc-user-board-detail-wrapper div#section-mobile-title .mobile-filter-menu {
    border-top: none !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    :'######:::::'###::::'##::::'##:'########:
    '##... ##:::'## ##::: ##:::: ##: ##.....::
     ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
    . ######::'##:::. ##: ##:::: ##: ######:::
    :..... ##: #########:. ##:: ##:: ##...::::
    '##::: ##: ##.... ##::. ## ##::: ##:::::::
    . ######:: ##:::: ##:::. ###:::: ########:
    :......:::..:::::..:::::...:::::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Save page Here */
  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    -right: 0px !important;
  }

  #acc-user-save-wrapper div#section-mobile-title {
    margin-top: 0px !important;
  }

  #acc-user-save-wrapper div#section-mobile-title .mobile-filter-menu {
    border-top: none !important;
  }

  #acc-user-save-wrapper #section-account .container .row .right-side {
    padding-right: 0px !important;
  }

  #acc-user-save-wrapper #section-account .card-saved-professionals {
    margin-bottom: 20px;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    '####:'##::: ##:'########:::'#######::'##::::'##:
    . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
    : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
    : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
    : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
    : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
    '####: ##::. ##: ########::. #######:: ##:::. ##:
    ....::..::::..::........::::.......:::..:::::..::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Inbox Page Here */

  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.sender-subject {
    padding-right: 30px;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(1) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-bottom: 20px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title.section-mobile-title-pro-inbox {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .mobile-filter-menu {
    border-top: 1px solid #E5E5E5 !important;
    border-bottom: none !important;
    font-size: 20px !important;
    font-family: 'WorkSans-Light' !important;
    font-weight: normal !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .mobile-filter-menu.mobile-filter-menu-pro-inbox {
    border-bottom: none !important;
    border-top: none !important;
    font-size: 14px !important;
    font-family: 'WorkSans-Medium' !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .container .row .no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper .sprite-list-adjust {
    position: relative;
    float: right;
  }

  #acc-user-inbox-wrapper .sprite-list-adjust.sprite-list-adjust-pro-inbox {
    position: relative;
    float: none;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail form.reply-form {
    text-align: center;
  }

  #acc-user-inbox-wrapper button.clean-button-blue, #acc-user-inbox-wrapper button.clean-button-blue:hover {
    width: 80% !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper>div.container-fluid.bg-about-intro {
    background-attachment: local !important;
    height: 350px !important;
    margin-top: 0px !important
  }


  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    :'######::'########:'########:'########:'####:'##::: ##::'######::::'######::
    '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::'##... ##:
     ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..::: ##:::..::
    . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:. ######::
    :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##:::..... ##:
    '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::'##::: ##:
    . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::. ######::
    :......:::........:::::..::::::::..:::::....::..::::..:::......:::::......:::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Settings Page Here */

  #acc-user-inbox-wrapper.user-settings #menuSide {
    width: 210px !important;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox .card-acc-head-inbox {
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.user-settings .setting-checkbox-pro .custom-radio {
    margin-right: 30px !important;
    margin-left: 10px !important;
  }

  #acc-user-inbox-wrapper.user-settings #section-account #account form .form-group:nth-child(5) {
    text-align: center;
  }

  #acc-user-inbox-wrapper.user-settings #section-account #email .inbox-message-list form .form-group {
    text-align: center;
  }

  #acc-user-inbox-wrapper.user-settings #section-account #security .inbox-message-list form .form-group:nth-child(4) {
    text-align: center;
  }

  #acc-user-inbox-wrapper.user-settings #section-account #email .setting-checkbox-pro .row .col-6:nth-child(1) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  #acc-user-inbox-wrapper.user-settings #section-account #email .setting-checkbox-pro .row .col-6:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  #acc-user-inbox-wrapper.user-settings .form-group label {
    font-family: WorkSans-Light;
    font-size: 16px;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox {
    background: none !important;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox .card-acc-head-inbox {
    border: none !important;
    text-align: center;
    padding-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox .card-acc-body-inbox {
    background: #fff;
    border: 2px dashed #e5e5e5;
    margin-right: 30px !important;
    margin-left: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }


  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:::'#######::'########:'####:'##:::::::'########:
     ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
     ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
     ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
     ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
     ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
     ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
    ..:::::::::..:::::..:::.......:::..::::::::....::........::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Profile Page Here */

  #acc-user-inbox-wrapper.pro-profile #menuSide {
    width: 212px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 210px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award {
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award .row .col.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account {
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_welcome_message_md {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc .card-acc-body .my-form-set {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account>div>div>div.col-12.col-md-12.col-lg-3.no-padding>div:nth-child(3)>div.card-acc-body {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account #ProjectsWrap .card-acc-head .row .col.text-right,
  #acc-user-inbox-wrapper.pro-profile #section-account #ReviewsWrap .card-acc-head .row .col.text-right,
  #acc-user-inbox-wrapper.pro-profile #section-account #EditorialWrap .card-acc-head .row .col.text-right {
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account #ProjectsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #ReviewsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #EditorialWrap .card-acc-head .row .col.text-left {
    padding-left: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row div.project-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #name {
    width: calc(100% - 60px);
  }

  #acc-user-inbox-wrapper.pro-profile #last-name {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, .15);
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:::'#######::::::::'##:'########::'######::'########:
     ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
     ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
     ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
     ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
     ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
     ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
    ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Project Page Here */

  #acc-user-inbox-wrapper.pro-profile.pro-project #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    :::'###::::'##::: ##::::'###::::'##:::::::'##:::'##:'########:'####::'######::
    ::'## ##::: ###:: ##:::'## ##::: ##:::::::. ##:'##::... ##..::. ##::'##... ##:
    :'##:. ##:: ####: ##::'##:. ##:: ##::::::::. ####:::::: ##::::: ##:: ##:::..::
    '##:::. ##: ## ## ##:'##:::. ##: ##:::::::::. ##::::::: ##::::: ##:: ##:::::::
     #########: ##. ####: #########: ##:::::::::: ##::::::: ##::::: ##:: ##:::::::
     ##.... ##: ##:. ###: ##.... ##: ##:::::::::: ##::::::: ##::::: ##:: ##::: ##:
     ##:::: ##: ##::. ##: ##:::: ##: ########:::: ##::::::: ##::::'####:. ######::
    ..:::::..::..::::..::..:::::..::........:::::..::::::::..:::::....:::......:::
    :'######:::::'########:::::'###:::::'######:::'########:
    '##... ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::..::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
    . ######::::: ########::'##:::. ##: ##::'####: ######:::
    :..... ##:::: ##.....::: #########: ##::: ##:: ##...::::
    '##::: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
    . ######::::: ##:::::::: ##:::: ##:. ######::: ########:
    :......::::::..:::::::::..:::::..:::......::::........::
    Account Professional Analytics page Here */

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div {
    margin-left: -10px !important;
    margin-right: -5px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up>div {
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 5px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(3) {
    margin-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account>div>div>div.col-12.col-md-12.col-lg-3.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account>div>div>div.col-12.col-md-12.col-lg-9.col-xl-9.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-head {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div:nth-child(2) {
    border-right: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div {
    padding-left: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>div>span {
    padding-left: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>span {
    padding-left: 25px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div {
    float: none !important;
    margin: auto !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #history {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div>div>div {
    border-top: 1px solid #E5E5E5;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper {
    padding-bottom: 0px !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div.account-summary-overview {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account #AnalyticsWrapper>div>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div>div.row.hidden-md-up>div>div>span.aso-card-title {
    font-family: "WorkSans-Medium" !important;
    font-size: 12px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up>div>div>span.aso-card-value {
    font-family: "WorkSans-Thin" !important;
    font-size: 48px !important;
    color: #166fa9 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up>div>div>span.aso-card-value {
    font-family: "WorkSans-Thin" !important;
    font-size: 48px !important;
    color: #83a958 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.graph-wrapper {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(2) {
    margin: auto !important;
    margin-right: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(3) {
    margin: auto !important;
    margin-left: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.title-details {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div>ul {
    float: none !important;
    margin: auto !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div {
    text-align: center !important;
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #messageModal>div>div.modal-content {
    width: 90% !important;
    text-align: center !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(2) {
    margin-bottom: 5px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(3) {
    margin-top: 5px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div>div:nth-child(1) {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div>div:nth-child(2) {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.value-details>button {
    height: 40px !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    :'######::'########:'########:'########:'####:'##::: ##::'######:::
    '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::
     ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..:::
    . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:
    :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##::
    '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::
    . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::
    :......:::........:::::..::::::::..:::::....::..::::..:::......::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Setting Page Here */

  #acc-user-inbox-wrapper.pro-profile.pro-setting #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########::'########:'##::::'##:'####:'########:'##:::::'##:
     ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
     ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
     ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
     ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
     ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
     ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
    ..:::::..::........:::::...:::::....::........:::...::...:::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Review Page Here */

  #acc-user-inbox-wrapper.pro-review #section-account>div>div:nth-child(2)>div>div>div.card-acc-body>form>div>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    :'######::'##::::'##:'########:::'######:::'######::'########::'####:
    '##... ##: ##:::: ##: ##.... ##:'##... ##:'##... ##: ##.... ##:. ##::
     ##:::..:: ##:::: ##: ##:::: ##: ##:::..:: ##:::..:: ##:::: ##:: ##::
    . ######:: ##:::: ##: ########::. ######:: ##::::::: ########::: ##::
    :..... ##: ##:::: ##: ##.... ##::..... ##: ##::::::: ##.. ##:::: ##::
    '##::: ##: ##:::: ##: ##:::: ##:'##::: ##: ##::: ##: ##::. ##::: ##::
    . ######::. #######:: ########::. ######::. ######:: ##:::. ##:'####:
    :......::::.......:::........::::......::::......:::..:::::..::....::
    '########::'########:'####::'#######::'##::: ##:
     ##.... ##:... ##..::. ##::'##.... ##: ###:: ##:
     ##:::: ##:::: ##::::: ##:: ##:::: ##: ####: ##:
     ########::::: ##::::: ##:: ##:::: ##: ## ## ##:
     ##.....:::::: ##::::: ##:: ##:::: ##: ##. ####:
     ##::::::::::: ##::::: ##:: ##:::: ##: ##:. ###:
     ##::::::::::: ##::::'####:. #######:: ##::. ##:
    ..::::::::::::..:::::....:::.......:::..::::..::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Subscription page here */

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(2) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>div {
    padding-left: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div:nth-child(1)>div.select-date {
    display: block;
    max-width: 100%;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '##::::'##::'######::'########:'########::
     ##:::: ##:'##... ##: ##.....:: ##.... ##:
     ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
     ##:::: ##:. ######:: ######::: ########::
     ##:::: ##::..... ##: ##...:::: ##.. ##:::
     ##:::: ##:'##::: ##: ##::::::: ##::. ##::
    . #######::. ######:: ########: ##:::. ##:
    :.......::::......:::........::..:::::..::
    :'######::'####::'######:::'##::: ##:'##::::'##:'########::
    '##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
     ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
    . ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
    :..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
    '##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
    . ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
    :......:::....:::......::::..::::..:::.......:::..:::::::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account User Signup Page Here */

  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1) {
    padding-left: 5px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2) {
    padding-left: 5px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-green {
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-blue {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  #acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>span {
    bottom: 15px !important;
    left: 15px !important;
    text-align: left;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div {
    position: relative !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
    min-width: 100%;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    position: relative;
    padding: 0px !important;
    margin: auto;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    display: block;
    margin: 0;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div {
    padding-left: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>p {
    padding-left: 15px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div>span:nth-child(1) {
    padding-left: 0px !important;
    width: 100% !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div>span:nth-child(2) {
    padding-left: 0px !important;
    width: 100% !important;
    margin: auto;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div {
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>span {
    width: 100% !important;
    text-align: center;
    position: relative;
    float: left;
    left: 0;
    right: 0;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div {
    padding-right: 9px !important;
    ;
  }

  #acc-user-inbox-wrapper.sign-user-3 #container-grid>img {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 h1.page-title {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice {
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice .question {
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice .question span {
    padding-left: 0px;
    margin: auto;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    :'######::'####::'######:::'##::: ##:'##::::'##:'########::
    '##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
     ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
    . ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
    :..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
    '##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
    . ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
    :......:::....:::......::::..::::..:::.......:::..:::::::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Signup Page Here */

  #acc-user-inbox-wrapper.sign-pro-2 #formLogin {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*
    :::'###::::'########::'########:'####::'######::'##:::::::'########:
    ::'## ##::: ##.... ##:... ##..::. ##::'##... ##: ##::::::: ##.....::
    :'##:. ##:: ##:::: ##:::: ##::::: ##:: ##:::..:: ##::::::: ##:::::::
    '##:::. ##: ########::::: ##::::: ##:: ##::::::: ##::::::: ######:::
     #########: ##.. ##:::::: ##::::: ##:: ##::::::: ##::::::: ##...::::
     ##.... ##: ##::. ##::::: ##::::: ##:: ##::: ##: ##::::::: ##:::::::
     ##:::: ##: ##:::. ##:::: ##::::'####:. ######:: ########: ########:
    ..:::::..::..:::::..:::::..:::::....:::......:::........::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Article Page Here */

  #acc-user-inbox-wrapper.article #formArticleMobile {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;

  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    width: 133px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>div>ul>li>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-icon>i {
    position: relative !important;
    top: 8px !important;
    left: 8px !important;
  }

  #acc-user-inbox-wrapper.article #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article form.search-box-area .search-option .cs-select .cs-placeholder {
    display: block !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option {
    display: block;
    margin-top: 1px !important;
    width: 135px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-input-box {
    width: calc(100% - 50px - 135px) !important;
  }

  #acc-user-inbox-wrapper.article #header-article>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.article #header-article {
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    height: 47px !important
  }

  #acc-user-inbox-wrapper.article form.search-box-area .search-option .cs-select span {
    display: block;
  }

  #acc-user-inbox-wrapper.article #header-article>div.bg-top-article-post {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.article #AccountProfileMobileMenu>div>div>ul>a {
    font-size: 16px !important;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*
    :::'###::::'########:::'#######::'##::::'##:'########:
    ::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
    :'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
    '##:::. ##: ########:: ##:::: ##: ##:::: ##:::: ##::::
     #########: ##.... ##: ##:::: ##: ##:::: ##:::: ##::::
     ##.... ##: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
     ##:::: ##: ########::. #######::. #######::::: ##::::
    ..:::::..::........::::.......::::.......::::::..:::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    About Page Here */

  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div.row.row-photo>div.col-small-gutter {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.about #about>div.account-menu.hidden-md-up {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>h2 {
    font-size: 24px !important;
    width: 70% !important;
    margin: auto;
    text-align: center;
    margin-top: 30px;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>p {
    margin-top: 30px;
    font-size: 14px !important;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container-fluid.bg-about-end {
    height: 350px !important;
  }

  #acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(1) {
    font-size: 14px !important;
    margin-top: 5px !important;
    margin-bottom: 1px !important;
  }

  #acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(2) {
    font-size: 12px !important;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
  }

  /*
    '########::'#######::'########::
     ##.....::'##.... ##: ##.... ##:
     ##::::::: ##:::: ##: ##:::: ##:
     ######::: ##:::: ##: ########::
     ##...:::: ##:::: ##: ##.. ##:::
     ##::::::: ##:::: ##: ##::. ##::
     ##:::::::. #######:: ##:::. ##:
    ..:::::::::.......:::..:::::..::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    For Professional Page Here */

  #acc-user-inbox-wrapper.for-pro>div>div>div>div>div.tagline {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /*
    :'######:::'#######::'##::: ##:'########::::'###:::::'######::'########:
    '##... ##:'##.... ##: ###:: ##:... ##..::::'## ##:::'##... ##:... ##..::
     ##:::..:: ##:::: ##: ####: ##:::: ##:::::'##:. ##:: ##:::..::::: ##::::
     ##::::::: ##:::: ##: ## ## ##:::: ##::::'##:::. ##: ##:::::::::: ##::::
     ##::::::: ##:::: ##: ##. ####:::: ##:::: #########: ##:::::::::: ##::::
     ##::: ##: ##:::: ##: ##:. ###:::: ##:::: ##.... ##: ##::: ##:::: ##::::
    . ######::. #######:: ##::. ##:::: ##:::: ##:::: ##:. ######::::: ##::::
    :......::::.......:::..::::..:::::..:::::..:::::..:::......::::::..:::::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Contact Page Here */

  #acc-user-inbox-wrapper.contact #login {
    margin-top: 50px !important;
  }

  /*
    :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
    ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
    :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
    '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
     #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
     ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
     ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
    ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
    '########::'########:::'#######::'########:'########::'######:::'######::'####:
     ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
     ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
     ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
     ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
     ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
     ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
    ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
    :'#######::'##::: ##::::'###::::'##:::::::
    '##.... ##: ###:: ##:::'## ##::: ##:::::::
     ##:::: ##: ####: ##::'##:. ##:: ##:::::::
     ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
     ##:::: ##: ##. ####: #########: ##:::::::
     ##:::: ##: ##:. ###: ##.... ##: ##:::::::
    . #######:: ##::. ##: ##:::: ##: ########:
    :.......:::..::::..::..:::::..::........::
    '####:'##::: ##:'########:::'#######::'##::::'##:
    . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
    : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
    : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
    : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
    : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
    '####: ##::. ##: ########::. #######:: ##:::. ##:
    ....::..::::..::........::::.......:::..:::::..::
    '########:::::'###:::::'######:::'########:
     ##.... ##:::'## ##:::'##... ##:: ##.....::
     ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
     ########::'##:::. ##: ##::'####: ######:::
     ##.....::: #########: ##::: ##:: ##...::::
     ##:::::::: ##.... ##: ##::: ##:: ##:::::::
     ##:::::::: ##:::: ##:. ######::: ########:
    ..:::::::::..:::::..:::......::::........::
    Account Professional Inbox Page Here */

  #acc-user-inbox-wrapper.pro-inbox #section-account .container .row #bluprin_welcome_message_md {
    padding-right: 0px !important;
    width: 100% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin {
    margin-bottom: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin>div.card-acc-body>div>button {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin>div.card-acc-body>p {
    text-align: center;
  }

}


/*
'##::::'##:'########:'########::'####::::'###::::
 ###::'###: ##.....:: ##.... ##:. ##::::'## ##:::
 ####'####: ##::::::: ##:::: ##:: ##:::'##:. ##::
 ## ### ##: ######::: ##:::: ##:: ##::'##:::. ##:
 ##. #: ##: ##...:::: ##:::: ##:: ##:: #########:
 ##:.:: ##: ##::::::: ##:::: ##:: ##:: ##.... ##:
 ##:::: ##: ########: ########::'####: ##:::: ##:
..:::::..::........::........:::....::..:::::..::
:'#######::'##::::'##:'########:'########::'##:::'##:::::'######::'##::::'##:
'##.... ##: ##:::: ##: ##.....:: ##.... ##:. ##:'##:::::'##... ##: ###::'###:
 ##:::: ##: ##:::: ##: ##::::::: ##:::: ##::. ####:::::: ##:::..:: ####'####:
 ##:::: ##: ##:::: ##: ######::: ########::::. ##:::::::. ######:: ## ### ##:
 ##:'## ##: ##:::: ##: ##...:::: ##.. ##:::::: ##::::::::..... ##: ##. #: ##:
 ##:.. ##:: ##:::: ##: ##::::::: ##::. ##::::: ##:::::::'##::: ##: ##:.:: ##:
. ##### ##:. #######:: ########: ##:::. ##:::: ##:::::::. ######:: ##:::: ##:
:.....:..:::.......:::........::..:::::..:::::..:::::::::......:::..:::::..::
Media Query SM Here */

@media (min-width: 577px) and (max-width: 769px) {

  /*
  :'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
  '##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
   ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
   ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
   ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
   ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
  . ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
  :......::::........::..::::..::........::..:::::..::..:::::..::........::
  General Here*/
  body {
    padding-bottom: 18rem;
  }

  .image-grid-photos {
    margin-top: 10px !important;
  }

  .search-result-info {
    margin-top: 80px;
    margin-bottom: 10px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 10px;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 10px;
  }

  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .account-menu {
    margin-top: 50px;
  }

  #section-account .create-new-board {
    min-height: 300px;
  }

  .my-form-set div.cs-select {
    max-width: 100%;
  }

  .col-xl-5.col-lg-5.col-md-12.text-right {
    text-align: center !important;
  }

  .location-pro-detail {
    padding: 10px 0px;
  }

  .col-md-5.col-md-12.text-right {
    text-align: center !important;
    padding-top: 10px;
  }

  span.others-info {
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
  }

  .title-pro-detail {
    display: block;
  }

  .project-info-detail {
    text-align: center;
  }

  .content-grow {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
  }

  section#body-for-pro-beauty {
    padding: 20px 0px;
  }

  .for-text {
    width: 100%;
    padding: 0px 20px;
    text-align: center;
  }

  .button-for-text {
    display: inline-grid;
  }

  .button-for-text a {
    padding-bottom: 10px;
  }

  nav#nav-body .navbar-toggler {
    border: none;
    color: #61a244;
    padding: 20px 0px;
    width: 100%;
  }

  nav#nav-body li.nav-item {
    width: 100%;
    border-left: 0px solid #e5e5e5;
  }

  nav#nav-body li.nav-item:last-child {
    border-right: 0px solid #e5e5e5;
  }

  .contact-top {
    width: 100%;
  }

  ul.medsos-article {
    -webkit-padding-start: 20%;
  }

  span.align-text-bottom {
    position: absolute;
    bottom: 20px;
    right: 25%;
    left: 25%;
    text-align: center;
    margin: 0 auto;
  }

  ul.menu-tabs-article li {
    padding: 0px 0px;
  }

  a.dropdown-item.active {
    color: #61a244 !important;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
  }

  section#header-article {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .list-article {
    display: block;
    text-align: center;
  }

  .list-article .col-md-4 {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  ul.menu-tabs-article {
    display: block;
  }

  form.form-search-mobile .search-input-box {
    width: calc(100% - 120px - 46px);
  }

  form.form-search-mobile .search-option {
    width: 120px;
  }

  .space-header {
    height: 50px;
  }

  img.detailModalPhoto {
    /*max-height: calc(100%);*/
    /*width: 100% !important;*/
  }

  .imgLP {
    max-height: 600px;
  }

  .modal-dialog {
    max-width: 100% !important;
  }

  #section-photos {
    padding-top: 40px;
  }

  #photos-page #section-photos {
    padding-top: 40px;
  }

  #professional-page #section-photos {
    padding-top: 40px;
  }

  .profesional-photo .card {
    padding: 0px 10px;
    width: 210px;
    margin: 0 auto;
  }

  img.card-img-top {
    margin: 20px auto;
    display: block;
  }

  .card-img-profile {
    border-radius: 50%;
    width: 150px;
    margin: 20px auto 20px auto;
  }

  .btn-profesional .col-sm-6 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    align-items: center;
    align-self: baseline;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 10px;
  }

  .container {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0px;
  }

  .img-logo-mobile {
    display: block !important;
  }

  .img-logo-dekstop {
    display: none !important;
  }

  .cd-secondary-nav li {
    display: inline-block;
    margin-left: 10px !important;
  }

  form#search-box-affix {
    display: none;
  }

  .cd-header {
    background: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .row {
    margin-right: -9px;
  }

  #acc-user-inbox-wrapper.sign-user-3 .row {
    margin-right: -15px;
  }

  .btn-float-left {
    /*margin: 0px 0;*/
    min-width: 220px;
    display: inline-block;
    float: left;
  }

  .btn-float-right {
    margin: 0px 0;
    min-width: 220px;
    display: inline-block;
    float: right;
  }

  .container-search {
    width: 900px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .container-grid-justified {
    width: 960px;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }

  #section h3.title {
    font-size: 24px !important;
  }

  #section h4.desc {
    font-size: 16px !important;
  }

  .photo-detail-left {
    width: 100%;
    float: left;
  }

  .photo-detail-right {
    width: 100%;
    float: left;
  }

  .search-icon img {
    width: 20px !important;
    height: 20px !important;
  }

  .cs-skin-elastic.cs-active .cs-options {
    /*width: 50px !important;*/
  }

  .image-wrapper-portrait {
    width: 100% !important;
    height: auto !important;
  }

  .image-wrapper-landscape {
    width: 100% !important;
    height: auto !important;
  }

  .landscape {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .portrait {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .photo-detail-right {
    height: auto !important;
    min-height: 10px !important;
    max-height: none !important;
    /*background-color: #FFFFFF !important;*/
  }

  .imgLP {
    min-height: 10px !important;
    max-height: none !important;
    display: inline;
    height: auto !important;
  }

  .setImgContainer {
    display: inline-block;
    width: 100% !important;
    /*height: auto !important;*/
  }

  .imgContainer {
    width: 100% !important;
    height: auto !important;
  }

  .setImgContainerLandscape {
    /*top:0;
      transform: translateY(0);*/
    /* vendor prefixes omitted due to brevity */
  }

  #section-photos .container .row .col-photo-filter-photos-page {
    padding-right: 10px !important;
    display: none;
  }

  /* Professional Detail */
  .img-pro-header {
    height: 300px !important;
  }

  #section-account .card-home-feed-project {
    padding-right: 6px !important;
  }

  .my-card {
    margin: 0px !important;
  }

  .border-top-bottom-when-small {
    padding-right: calc(50% - 110px) !important;
  }

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(7) {
    border-left: none;
  }

  .project-info-table-left {
    min-width: 100% !important;
  }

  .project-info-table-rights {
    min-width: 100% !important;
  }

  #section-account .card-home-feed-project .image-home-feed-area {
    max-width: 100% !important;
  }

  .account-menu .show-show-me {
    max-width: 100% !important;
    width: 100% !important;
  }

  .acc-user-home-avatar-box {
    padding: 0px !important;
    padding-left: 30px !important;
    max-width: 100px !important;
    width: 100px !important;
  }

  .acc-user-home-avatar-box img.user-avatar {
    width: 50px !important;
    height: 50px;
  }

  #section-account .card-acc .card-acc-head .result-info-list-medium-v h2.total-result-info {
    font-family: 'WorkSans-Thin' !important;
    font-size: 30px !important;
    font-weight: normal !important;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list {
    position: relative;
    display: table;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    width: 100% !important;
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li a {
    color: #61A343;
    font-size: 14px !important;
    font-family: WorkSans-Regular !important;
  }

  #bluprin_welcome_message_md {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 20px !important;
  }

  #section-account .container .row .align-items-center .col {
    padding: 0px !important;
  }

  #section-account .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #section-account .card-home-feed-project {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .container .row .left-side {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #section-account .card-hero-image {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project .home-feed-project-title {
    padding: 15px 30px;
  }

  #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    font-size: 24px !important;
  }

  #section-account .card-home-feed-project .home-feed-project-body {
    padding: 15px 30px;
  }

  #section-account a.home-feed-view-more {
    width: calc(100% - 60px) !important;
    margin: auto !important;
  }

  #section-account .card-home-feed-project .home-feed-project-title span.three-sixty-icon {
    right: 30px;
  }

  #section-account {
    padding: 20px 0;
  }

  #AccountProfileMobileMenu ul.acc-menu li.acc-menu-list {
    margin-right: 0px !important;
  }

  div#section-mobile-title {
    margin-top: 0px !important;
  }

  div#section-mobile-title .mobile-filter-menu {

    border-top: none !important;
  }

  div#section-mobile-title {
    margin-top: 0px !important;
  }

  div#section-mobile-title .mobile-filter-menu {
    border-top: none !important;
  }


  #ProjectsWrap .my-form-set,
  #ReviewsWrap .my-form-set,
  #EditorialWrap .my-form-set {
    padding-right: 0px !important;
  }

  .for-pro-top {
    height: 350px;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .medsos-article li {
    border-right: 1px solid #e5e5e5;
  }

  /*
  '##::::'##:'########:'##::: ##:'##::::'##:
   ###::'###: ##.....:: ###:: ##: ##:::: ##:
   ####'####: ##::::::: ####: ##: ##:::: ##:
   ## ### ##: ######::: ## ## ##: ##:::: ##:
   ##. #: ##: ##...:::: ##. ####: ##:::: ##:
   ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
   ##:::: ##: ########: ##::. ##:. #######::
  ..:::::..::........::..::::..:::.......:::
  Menu Here*/

  div#myMenu {
    position: fixed !important;
    height: 60px;
    background: #fff;
  }

  div#myAffixHome {
    height: 50px;
  }

  div#myAffix {
    height: 50px;
  }

  /*

  '##::::'##:'########::::'###::::'########::'########:'########::
   ##:::: ##: ##.....::::'## ##::: ##.... ##: ##.....:: ##.... ##:
   ##:::: ##: ##::::::::'##:. ##:: ##:::: ##: ##::::::: ##:::: ##:
   #########: ######:::'##:::. ##: ##:::: ##: ######::: ########::
   ##.... ##: ##...:::: #########: ##:::: ##: ##...:::: ##.. ##:::
   ##:::: ##: ##::::::: ##.... ##: ##:::: ##: ##::::::: ##::. ##::
   ##:::: ##: ########: ##:::: ##: ########:: ########: ##:::. ##:
  ..:::::..::........::..:::::..::........:::........::..:::::..::
  Header Here*/

  form.search-box-area .search-option .cs-select .cs-placeholder {
    display: none !important;
  }

  form.search-box-area .search-option .cs-select span {
    width: 120px;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 620px;
    height: 50px;
  }

  form.search-box-area .search-input-box {
    width: calc(100% - 30px - 70px);
    padding-left: 0px;
  }

  form.search-box-area .search-option {
    width: 50px !important;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 100%;
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
  }

  form.search-box-area .search-icon {
    height: 50px !important;
    width: 50px !important;
  }

  form.search-box-area .search-input-box {
    /*width: calc(100% - 120px - 46px);*/
    width: calc(100% - 100px);
  }

  form.search-box-area .search-option {
    width: 50px !important;
  }

  form.search-box-area .search-option .cs-select .cs-placeholder {
    display: none !important;
  }

  .tagline h1.title {
    font-size: 24px;
    text-align: center;
    font-family: WorkSans-Light;
  }

  .tagline {
    float: none;
    padding: 10px;
    max-width: 100%;
    background: rgba(7, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-bottom: 10px;
  }

  .tagline h1.title {
    /*font-size: 24px;
      text-align: center;
      font-family: WorkSans-Regular;*/
    font-size: 42px;
    text-align: center;
    font-family: WorkSans-SemiBold;
  }

  .tagline h3.title-additional {
    font-size: 16px;
    text-align: center;
    font-family: WorkSans-Regular;
  }

  #formHome .search-input-box #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox {
    border-bottom: none;
  }

  /*
  :'######:::'#######::'##::: ##:'########:'########:'##::: ##:'########:
  '##... ##:'##.... ##: ###:: ##:... ##..:: ##.....:: ###:: ##:... ##..::
   ##:::..:: ##:::: ##: ####: ##:::: ##:::: ##::::::: ####: ##:::: ##::::
   ##::::::: ##:::: ##: ## ## ##:::: ##:::: ######::: ## ## ##:::: ##::::
   ##::::::: ##:::: ##: ##. ####:::: ##:::: ##...:::: ##. ####:::: ##::::
   ##::: ##: ##:::: ##: ##:. ###:::: ##:::: ##::::::: ##:. ###:::: ##::::
  . ######::. #######:: ##::. ##:::: ##:::: ########: ##::. ##:::: ##::::
  :......::::.......:::..::::..:::::..:::::........::..::::..:::::..:::::
  Content Here */



  /*
  '########::'#######:::'#######::'########:'########:'########::
   ##.....::'##.... ##:'##.... ##:... ##..:: ##.....:: ##.... ##:
   ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##:::: ##:
   ######::: ##:::: ##: ##:::: ##:::: ##:::: ######::: ########::
   ##...:::: ##:::: ##: ##:::: ##:::: ##:::: ##...:::: ##.. ##:::
   ##::::::: ##:::: ##: ##:::: ##:::: ##:::: ##::::::: ##::. ##::
   ##:::::::. #######::. #######::::: ##:::: ########: ##:::. ##:
  ..:::::::::.......::::.......::::::..:::::........::..:::::..::
  Footer Here */

  #footer .footer-left-bottom {
    width: 100%;
  }

  #footer>div>div>div>div.footer-left>ul>li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  '########::'########:'########::::'###::::'####:'##::::::::'######::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
  ........:::........:::::..:::::..:::::..::....::........:::......:::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo Details Modal Here */

  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
    margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 350px;
    max-width: calc(100% - 350px);
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 350px;
    right: calc(100% - 350px);
  }

  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
    margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 0 !important;
    max-width: 100% !important;
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 100% !important;
    right: 0 !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '##::::'##::'#######::'##::::'##:'########:
   ##:::: ##:'##.... ##: ###::'###: ##.....::
   ##:::: ##: ##:::: ##: ####'####: ##:::::::
   #########: ##:::: ##: ## ### ##: ######:::
   ##.... ##: ##:::: ##: ##. #: ##: ##...::::
   ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
   ##:::: ##:. #######:: ##:::: ##: ########:
  ..:::::..:::.......:::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Home Page Here */

  #account-user-home #container_project>div>a>div.home-feed-project-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #account-user-home #container_project>div>div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #account-user-home #section-account {
    padding: 0px;
  }

  #account-user-home #section-account .card-acc .card-acc-body {
    margin-top: 20px;
  }

  #account-user-home #section-account .card-home-feed-project .home-feed-project-title h4.project-title {
    font-family: 'WorkSans-Medium' !important;
    font-weight: normal !important;
    font-size: 24px !important;
    color: #4a4a4a !important;
    width: calc(100% - 50px) !important;
  }

  #account-user-home #section-account .card-home-feed-project .home-feed-project-body p {
    font-family: 'WorkSans-Regular' !important;
    font-size: 16px !important;
    max-height: 95px;
    overflow-y: hidden;
  }

  #account-user-home #section-account .card-home-feed-project .image-home-feed-area .image-left-placeholder {
    width: 100% !important;
    padding-bottom: 0px !important;
    background: #e5e5e5;
    background-position: center;
    background-size: cover;
    height: 140px;
  }

  #account-user-home #section-account a.home-feed-view-more {
    width: calc(100% - 20px) !important;
    margin-bottom: 20px !important;
  }

  /*
  '########::'#######::'########::
   ##.....::'##.... ##: ##.... ##:
   ##::::::: ##:::: ##: ##:::: ##:
   ######::: ##:::: ##: ########::
   ##...:::: ##:::: ##: ##.. ##:::
   ##::::::: ##:::: ##: ##::. ##::
   ##:::::::. #######:: ##:::. ##:
  ..:::::::::.......:::..:::::..::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  For Professional Page Here */
  #acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div {
    margin-top: 0px;
  }

  #acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div.title-section {
    text-align: center !important;

  }

  /*
  '########::'########:'##::::'##:'####:'########:'##:::::'##:
   ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
   ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
   ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
   ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
   ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
   ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
  ..:::::..::........:::::...:::::....::........:::...::...:::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Review Professional Modal Here */

  #reviewPro .modal-dialog {
    max-width: 500px !important;
    margin: 30px auto;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  :'######::'########::::'###::::'########:::'######::'##::::'##:
  '##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
   ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
  . ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
  :..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
  '##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
  . ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
  :......:::........::..:::::..::..:::::..:::......:::..:::::..::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo SEarch Modal Here */

  #photoSearchModal .mybtn-green {
    padding: 10px 10px;
  }

  /*
  '##::::'##::'#######::'##::::'##:'########:
   ##:::: ##:'##.... ##: ###::'###: ##.....::
   ##:::: ##: ##:::: ##: ####'####: ##:::::::
   #########: ##:::: ##: ## ### ##: ######:::
   ##.... ##: ##:::: ##: ##. #: ##: ##...::::
   ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
   ##:::: ##:. #######:: ##:::: ##: ########:
  ..:::::..:::.......:::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Home Page here */

  #home-page div.search-icon.sprite-search-grey,
  #home-page div.search-icon.sprite-search-grey:hover {
    background-position: 10px 12px;
  }

  #home-page #section>div>div:nth-child(2)>div>a>div>div.img-card-container {
    width: 100% !important;
    height: 200px;
    float: left !important;
    position: relative !important;
  }

  #home-page #section>div>div:nth-child(2)>div>a>div {
    min-height: 280px !important;
  }

  /*

  :'######::'########::'########::::'###::::'########:'########:
  '##... ##: ##.... ##: ##.....::::'## ##:::... ##..:: ##.....::
   ##:::..:: ##:::: ##: ##::::::::'##:. ##::::: ##:::: ##:::::::
   ##::::::: ########:: ######:::'##:::. ##:::: ##:::: ######:::
   ##::::::: ##.. ##::: ##...:::: #########:::: ##:::: ##...::::
   ##::: ##: ##::. ##:: ##::::::: ##.... ##:::: ##:::: ##:::::::
  . ######:: ##:::. ##: ########: ##:::: ##:::: ##:::: ########:
  :......:::..:::::..::........::..:::::..:::::..:::::........::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Create Board Modal Here*/

  #createBoardModalNew .modal-content {
    margin: 0px 0px;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Page Here */
  #professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professional-page #view-more-pro {
    margin-right: 0px !important;
  }

  #professional-page #section-photos>div>div>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########::::'###::::'##::::'##:'########:
   ##.....::::'## ##::: ##:::: ##: ##.....::
   ##::::::::'##:. ##:: ##:::: ##: ##:::::::
   ######:::'##:::. ##: ##:::: ##: ######:::
   ##...:::: #########:. ##:: ##:: ##...::::
   ##::::::: ##.... ##::. ## ##::: ##:::::::
   ##::::::: ##:::: ##:::. ###:::: ########:
  ..::::::::..:::::..:::::...:::::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Fave Page Here */

  #acc-user-fave-wrapper #photos {
    margin-top: 0px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Detail Page Here */

  div#professionals-project-detail .container {
    padding: 0px;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(1) {
    max-width: 100% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(2) {
    max-width: 100% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(3) {
    max-width: 100%;
    text-align: center !important;
  }

  #professionals-project-detail>div:nth-child(2)>div {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail>div:nth-child(2)>div>div {
    padding-right: 0px !important;
  }

  #professionals-project-detail #container_project>div>div.home-feed-project-title,
  #professionals-project-detail #container_project>div>div.home-feed-project-body {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>h2 {
    float: none;
    max-width: 100%;
    font-family: "WorkSans-Medium" !important;
    font-size: 20px !important;
    color: #4a4a4a;
  }

  #professionals-project>div>div>div>div.my-card>div>h3 {
    text-align: center;
  }

  #professionals-project>div>div>div>div.my-card>div>span {
    margin-left: auto !important;
    position: relative !important;
    left: calc(50% - 20px) !important;
    margin-bottom: 10px !important;
    top: -5px !important;
  }

  #professionals-project>div>div>div>div.other-photo>div>div>div>div {
    width: 200px;
    margin: auto;
  }

  #professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div {
    min-width: 0 !important;
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #professionals-project-detail>div:nth-child(1)>div.project-info-detail>div>div.info-center>div.title-pro-detail {
    min-width: 0 !important;
    width: 100% !important;
    padding-right: 0px !important;
  }

  #professionals-project-detail>div>div.project-info-detail, #professionals-project-detail>div>div.project-info-detail>div, #professionals-project-detail>div>div.project-info-detail>div>div {
    float: none;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Page Here */

  #professionals-project .other-photo h4 {
    margin-left: -5px;
  }

  #professionals-project {
    margin-top: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 10px !important;
  }

  #professionals-project .container {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .container .row {
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .container .row .col-lg-8 {
    padding: 0px !important;
  }

  #professionals-project .project-navigation {
    width: 100%;
    margin: auto;
  }

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(1) {
    border-right: none;
  }

  #professionals-project .project-navigation .stat-and-share span.share:nth-child(5) {
    border-left: none;
  }

  #professionals-project .project-navigation .project-content {
    margin-top: 10px;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(5)>div.col.project-info-table-left>table {
    margin-bottom: 0px !important;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-rights {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
   ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
   ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
   ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
  ..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
  Professional Project New Page Here */

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding>div {
    height: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #upload-drop {
    height: 370px;
    width: 100%;
    display: table;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-4.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(1) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center>h2 {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li:nth-child(3)>div {
    margin-top: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-right-small-center>ul>li.list-action.hidden-md-up>div {
    margin-top: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center>h2 {
    font-size: 18px !important;
    font-family: WorkSans-Light;
    color: #797979;
  }

  #acc-user-inbox-wrapper.pro-project-new #editProAcc>div>div>div>div:nth-child(2) {
    margin-top: 20px;
  }

  /*
  :'######:::'#######::'##::: ##::'######::'##::::'##:'##:::::::'########:
  '##... ##:'##.... ##: ###:: ##:'##... ##: ##:::: ##: ##:::::::... ##..::
   ##:::..:: ##:::: ##: ####: ##: ##:::..:: ##:::: ##: ##:::::::::: ##::::
   ##::::::: ##:::: ##: ## ## ##:. ######:: ##:::: ##: ##:::::::::: ##::::
   ##::::::: ##:::: ##: ##. ####::..... ##: ##:::: ##: ##:::::::::: ##::::
   ##::: ##: ##:::: ##: ##:. ###:'##::: ##: ##:::: ##: ##:::::::::: ##::::
  . ######::. #######:: ##::. ##:. ######::. #######:: ########:::: ##::::
  :......::::.......:::..::::..:::......::::.......:::........:::::..:::::
  :::'###::::'##::: ##:'########:::::'##::::'##:'####:'########::'########:
  ::'## ##::: ###:: ##: ##.... ##:::: ##:::: ##:. ##:: ##.... ##: ##.....::
  :'##:. ##:: ####: ##: ##:::: ##:::: ##:::: ##:: ##:: ##:::: ##: ##:::::::
  '##:::. ##: ## ## ##: ##:::: ##:::: #########:: ##:: ########:: ######:::
   #########: ##. ####: ##:::: ##:::: ##.... ##:: ##:: ##.. ##::: ##...::::
   ##.... ##: ##:. ###: ##:::: ##:::: ##:::: ##:: ##:: ##::. ##:: ##:::::::
   ##:::: ##: ##::. ##: ########::::: ##:::: ##:'####: ##:::. ##: ########:
  ..:::::..::..::::..::........::::::..:::::..::....::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Consult And Hire Page Here */
  #consult-and-hire .col-lg-6 {
    width: 100% !important;
  }

  #consult-and-hire .cnh-wrapper {
    width: 100% !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(2) {
    margin-top: 20px !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(3) {
    margin-top: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Board page Here */

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper #section-account {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  #acc-user-board-wrapper #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper #account-menu #AccountProfileMobileMenu .row .col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper #section-account .create-new-board {
    min-height: 150px;
    margin-bottom: 0px !important;

  }

  #acc-user-board-wrapper .g-sprite-board-plus {
    width: 30px !important;
    height: 30px !important;
  }

  #acc-user-board-wrapper #section-account .inspiration-board {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  #acc-user-board-wrapper .col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-board-wrapper .col-md-12 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-board-wrapper .consultHireBoard p {
    width: 90%;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Board Detail Page Here */

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner {
    padding-top: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media {
    margin-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  #acc-user-board-detail-wrapper .image-grid-photos {
    margin-top: 0px !important;
  }

  #acc-user-board-detail-wrapper div#section-mobile-title {
    margin-top: 0px !important;
  }

  #acc-user-board-detail-wrapper div#section-mobile-title .mobile-filter-menu {
    border-top: none !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######:::::'###::::'##::::'##:'########:
  '##... ##:::'## ##::: ##:::: ##: ##.....::
   ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
  . ######::'##:::. ##: ##:::: ##: ######:::
  :..... ##: #########:. ##:: ##:: ##...::::
  '##::: ##: ##.... ##::. ## ##::: ##:::::::
  . ######:: ##:::: ##:::. ###:::: ########:
  :......:::..:::::..:::::...:::::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Save page Here */
  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .card-saved-professionals {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-save-wrapper #section-account .container .row .right-side {
    padding-right: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '####:'##::: ##:'########:::'#######::'##::::'##:
  . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
  : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
  : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
  : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
  : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
  '####: ##::. ##: ########::. #######:: ##:::. ##:
  ....::..::::..::........::::.......:::..:::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Inbox Page Here */
  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.sender-subject {
    padding-right: 30px;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(1) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-bottom: 20px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title.section-mobile-title-pro-inbox {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .mobile-filter-menu {
    border-top: 1px solid #E5E5E5 !important;
    border-bottom: none !important;
    font-size: 20px !important;
    font-family: 'WorkSans-Light' !important;
    font-weight: normal !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .mobile-filter-menu.mobile-filter-menu-pro-inbox {
    border-bottom: none !important;
    border-top: none !important;
    font-size: 14px !important;
    font-family: 'WorkSans-Medium' !important;
  }

  #acc-user-inbox-wrapper div#section-mobile-title .container .row .no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper .sprite-list-adjust {
    position: relative;
    float: right;
  }

  #acc-user-inbox-wrapper .sprite-list-adjust.sprite-list-adjust-pro-inbox {
    position: relative;
    float: none;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail .inbox-message-list td.sender-subject p.body-message {
    padding-right: 0%;
  }

  #acc-user-inbox-wrapper .attached-image img {
    padding-right: 0%;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail form.reply-form {
    padding-right: 10px;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox-detail form.reply-form {
    text-align: center;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper>div.container-fluid.bg-about-intro {
    background-attachment: local !important;
    height: 350px !important;
    margin-top: 0px !important
  }

  #acc-user-inbox-wrapper.inbox-detail #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-head-inbox {
    margin-top: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######::'########:'########:'########:'####:'##::: ##::'######::::'######::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::'##... ##:
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..::: ##:::..::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:. ######::
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##:::..... ##:
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::'##::: ##:
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::. ######::
  :......:::........:::::..::::::::..:::::....::..::::..:::......:::::......:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Settings Page Here */
  #acc-user-inbox-wrapper.user-settings #menuSide {
    width: 210px !important;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox .card-acc-head-inbox {
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.user-settings #account .card-acc-body-inbox .inbox-message-list form .form-group:nth-child(5) {
    text-align: center !important;
  }

  #acc-user-inbox-wrapper.user-settings #email .card-acc-body-inbox .inbox-message-list form .form-group {
    text-align: center !important;
  }

  #acc-user-inbox-wrapper.user-settings .form-group label {
    font-family: WorkSans-Light;
    font-size: 16px;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox {
    background: none !important;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox .card-acc-head-inbox {
    border: none !important;
    text-align: center;
    padding-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.user-settings #sosmed.card-acc-inbox .card-acc-body-inbox {
    background: #fff;
    border: 2px dashed #e5e5e5;
    margin-right: 30px !important;
    margin-left: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::'########:'####:'##:::::::'########:
   ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
   ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
   ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
   ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
  ..:::::::::..:::::..:::.......:::..::::::::....::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Profile Page Here */
  #acc-user-inbox-wrapper.pro-profile #menuSide {
    width: 212px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 210px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award {
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award .row .col.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account {
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_welcome_message_md {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc .card-acc-body .my-form-set {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account>div>div>div.col-12.col-md-12.col-lg-3.no-padding>div:nth-child(3)>div.card-acc-body {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account #ProjectsWrap .card-acc-head .row .col.text-right,
  #acc-user-inbox-wrapper.pro-profile #section-account #ReviewsWrap .card-acc-head .row .col.text-right,
  #acc-user-inbox-wrapper.pro-profile #section-account #EditorialWrap .card-acc-head .row .col.text-right {
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account #ProjectsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #ReviewsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #EditorialWrap .card-acc-head .row .col.text-left {
    padding-left: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row div.project-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    margin-top: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Project Page Here */

  #acc-user-inbox-wrapper.pro-profile.pro-project #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :::'###::::'##::: ##::::'###::::'##:::::::'##:::'##:'########:'####::'######::
  ::'## ##::: ###:: ##:::'## ##::: ##:::::::. ##:'##::... ##..::. ##::'##... ##:
  :'##:. ##:: ####: ##::'##:. ##:: ##::::::::. ####:::::: ##::::: ##:: ##:::..::
  '##:::. ##: ## ## ##:'##:::. ##: ##:::::::::. ##::::::: ##::::: ##:: ##:::::::
   #########: ##. ####: #########: ##:::::::::: ##::::::: ##::::: ##:: ##:::::::
   ##.... ##: ##:. ###: ##.... ##: ##:::::::::: ##::::::: ##::::: ##:: ##::: ##:
   ##:::: ##: ##::. ##: ##:::: ##: ########:::: ##::::::: ##::::'####:. ######::
  ..:::::..::..::::..::..:::::..::........:::::..::::::::..:::::....:::......:::
  :'######:::::'########:::::'###:::::'######:::'########:
  '##... ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::..::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
  . ######::::: ########::'##:::. ##: ##::'####: ######:::
  :..... ##:::: ##.....::: #########: ##::: ##:: ##...::::
  '##::: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
  . ######::::: ##:::::::: ##:::: ##:. ######::: ########:
  :......::::::..:::::::::..:::::..:::......::::........::
  Account Professional Analytics page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div {
    margin-left: -10px !important;
    margin-right: -5px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up>div {
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div>div:nth-child(1) {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div>div:nth-child(2) {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.value-details>button {
    height: 40px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account>div>div>div.col-12.col-md-12.col-lg-3.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account>div>div>div.col-12.col-md-12.col-lg-9.col-xl-9.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-head {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div:nth-child(2) {
    border-right: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(1)>div {
    padding-left: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>div>span {
    padding-left: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AccountSummaryWrap>div.card-acc-body>div>div:nth-child(2)>div>span {
    padding-left: 25px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-head>div>div>div {
    float: none !important;
    margin: auto !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #history {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div>div>div {
    border-top: 1px solid #E5E5E5;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper {
    padding-bottom: 0px !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #TrafficDataWrap>div.card-acc-body>div.account-summary-overview {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account #AnalyticsWrapper>div>div:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div>div.row.hidden-md-up>div>div>span.aso-card-title {
    font-family: "WorkSans-Medium" !important;
    font-size: 12px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up>div>div>span.aso-card-value {
    font-family: "WorkSans-Thin" !important;
    font-size: 48px !important;
    color: #166fa9 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up>div>div>span.aso-card-value {
    font-family: "WorkSans-Thin" !important;
    font-size: 48px !important;
    color: #83a958 !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.graph-wrapper {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(1)>div.row.hidden-md-up {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #AnalyticsWrapper>div>div:nth-child(2)>div.row.hidden-md-up {
    margin-top: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div {
    text-align: center;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(2) {
    margin: auto !important;
    margin-right: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-head>div>div:nth-child(3) {
    margin: auto !important;
    margin-left: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-body>div>table>tbody>tr>td:nth-child(1)>div>span.title-details {
    width: 45% !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div>ul {
    float: none !important;
    margin: auto !important;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div {
    text-align: center !important;
    margin-top: 30px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'########:'########:'########:'####:'##::: ##::'######:::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..:::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##::
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::
  :......:::........:::::..::::::::..:::::....::..::::..:::......::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Setting Page Here */

  #acc-user-inbox-wrapper.pro-profile.pro-setting #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:'##::::'##:'####:'########:'##:::::'##:
   ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
   ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
   ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
   ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
   ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
   ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
  ..:::::..::........:::::...:::::....::........:::...::...:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Review Page Here */
  #acc-user-inbox-wrapper.pro-review #section-account>div>div:nth-child(2)>div>div>div.card-acc-body>form>div>div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'##::::'##:'########:::'######:::'######::'########::'####:
  '##... ##: ##:::: ##: ##.... ##:'##... ##:'##... ##: ##.... ##:. ##::
   ##:::..:: ##:::: ##: ##:::: ##: ##:::..:: ##:::..:: ##:::: ##:: ##::
  . ######:: ##:::: ##: ########::. ######:: ##::::::: ########::: ##::
  :..... ##: ##:::: ##: ##.... ##::..... ##: ##::::::: ##.. ##:::: ##::
  '##::: ##: ##:::: ##: ##:::: ##:'##::: ##: ##::: ##: ##::. ##::: ##::
  . ######::. #######:: ########::. ######::. ######:: ##:::. ##:'####:
  :......::::.......:::........::::......::::......:::..:::::..::....::
  '########::'########:'####::'#######::'##::: ##:
   ##.... ##:... ##..::. ##::'##.... ##: ###:: ##:
   ##:::: ##:::: ##::::: ##:: ##:::: ##: ####: ##:
   ########::::: ##::::: ##:: ##:::: ##: ## ## ##:
   ##.....:::::: ##::::: ##:: ##:::: ##: ##. ####:
   ##::::::::::: ##::::: ##:: ##:::: ##: ##:. ###:
   ##::::::::::: ##::::'####:. #######:: ##::. ##:
  ..::::::::::::..:::::....:::.......:::..::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Subscription page here */

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(2) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>div {
    padding-left: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######::'####::'######:::'##::: ##:'##::::'##:'########::
  '##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
   ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
  . ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
  :..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
  '##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
  . ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
  :......:::....:::......::::..::::..:::.......:::..:::::::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Signup Page Here */

  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1) {
    padding-right: 5px !important;
  }

  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2) {
    padding-left: 5px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-green {
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin>div.my-form-set.text-center.full-widht>button.mybtn-blue {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  #acc-user-inbox-wrapper.sign-user-3 #quiz-like-or-not>div>div.col-md-4.choice>span {
    bottom: 15px !important;
    left: 15px !important;
    text-align: left;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>span {
    width: 100% !important;
    text-align: center;
    position: relative;
    float: left;
    left: 0;
    right: 0;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div {
    margin: auto;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'####::'######:::'##::: ##:'##::::'##:'########::
  '##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
   ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
  . ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
  :..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
  '##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
  . ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
  :......:::....:::......::::..::::..:::.......:::..:::::::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Signup Page Here */
  #acc-user-inbox-wrapper.sign-pro-2 #formLogin {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*
  :::'###::::'########::'########:'####::'######::'##:::::::'########:
  ::'## ##::: ##.... ##:... ##..::. ##::'##... ##: ##::::::: ##.....::
  :'##:. ##:: ##:::: ##:::: ##::::: ##:: ##:::..:: ##::::::: ##:::::::
  '##:::. ##: ########::::: ##::::: ##:: ##::::::: ##::::::: ######:::
   #########: ##.. ##:::::: ##::::: ##:: ##::::::: ##::::::: ##...::::
   ##.... ##: ##::. ##::::: ##::::: ##:: ##::: ##: ##::::::: ##:::::::
   ##:::: ##: ##:::. ##:::: ##::::'####:. ######:: ########: ########:
  ..:::::..::..:::::..:::::..:::::....:::......:::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Article Page Here */

  #acc-user-inbox-wrapper.article #formArticleMobile {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;

  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    width: 133px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>div>ul>li>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-icon>i {
    position: relative !important;
    top: 8px !important;
    left: 8px !important;
  }

  #acc-user-inbox-wrapper.article #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article form.search-box-area .search-option .cs-select .cs-placeholder {
    display: block !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option {
    display: block;
    margin-top: 2px !important;
    width: 135px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-input-box {
    width: calc(100% - 50px - 135px) !important;
  }

  #acc-user-inbox-wrapper.article #header-article>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.article #header-article {
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper.article #AccountProfileMobileMenu>div>div>ul>a {
    font-size: 16px !important;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #acc-user-inbox-wrapper.article #header-article>div.bg-top-article-post {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.article .text-atribut {
    float: left;
    display: block;
    vertical-align: middle;
    padding-top: 7px;
    width: 100%;
  }

  #acc-user-inbox-wrapper.article ul.medsos-article {
    list-style: none;
    display: inline-flex;
    margin: 0px auto;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    width: auto;
    margin-top: 10px;
    -webkit-padding-start: 0px;
    float: none;
  }

  #acc-user-inbox-wrapper.article #highlights>div>div>div.atribut-article-detail>ul>li:nth-child(6) {
    border-right: 1px solid #e5e5e5;
  }

  /*
  :::'###::::'########:::'#######::'##::::'##:'########:
  ::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
  :'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
  '##:::. ##: ########:: ##:::: ##: ##:::: ##:::: ##::::
   #########: ##.... ##: ##:::: ##: ##:::: ##:::: ##::::
   ##.... ##: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
   ##:::: ##: ########::. #######::. #######::::: ##::::
  ..:::::..::........::::.......::::.......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  About Page Here */
  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div.row.row-photo>div.col-small-gutter {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.about #about>div.account-menu.hidden-md-up {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>h2 {
    font-size: 24px !important;
    width: 70% !important;
    margin: auto;
    text-align: center;
    margin-top: 30px;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container>div>div>div>div>p {
    margin-top: 30px;
    font-size: 14px !important;
    font-family: 'WorkSans-Regular';
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.about #abouttab>div.container-fluid.bg-about-end {
    height: 350px !important;
  }

  #acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(1) {
    font-size: 14px !important;
    margin-top: 5px !important;
    margin-bottom: 1px !important;
  }

  #acc-user-inbox-wrapper.about .photo-square-wrapper .caption p:nth-child(2) {
    font-size: 12px !important;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
  }

  /*
  :'######:::'#######::'##::: ##:'########::::'###:::::'######::'########:
  '##... ##:'##.... ##: ###:: ##:... ##..::::'## ##:::'##... ##:... ##..::
   ##:::..:: ##:::: ##: ####: ##:::: ##:::::'##:. ##:: ##:::..::::: ##::::
   ##::::::: ##:::: ##: ## ## ##:::: ##::::'##:::. ##: ##:::::::::: ##::::
   ##::::::: ##:::: ##: ##. ####:::: ##:::: #########: ##:::::::::: ##::::
   ##::: ##: ##:::: ##: ##:. ###:::: ##:::: ##.... ##: ##::: ##:::: ##::::
  . ######::. #######:: ##::. ##:::: ##:::: ##:::: ##:. ######::::: ##::::
  :......::::.......:::..::::..:::::..:::::..:::::..:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Contact Page Here */
  #acc-user-inbox-wrapper.contact #login {
    margin-top: 50px !important;
  }

  /*
  :'######::'########::'########::'####:'########:'########::'######::
  '##... ##: ##.... ##: ##.... ##:. ##::... ##..:: ##.....::'##... ##:
   ##:::..:: ##:::: ##: ##:::: ##:: ##::::: ##:::: ##::::::: ##:::..::
  . ######:: ########:: ########::: ##::::: ##:::: ######:::. ######::
  :..... ##: ##.....::: ##.. ##:::: ##::::: ##:::: ##...:::::..... ##:
  '##::: ##: ##:::::::: ##::. ##::: ##::::: ##:::: ##:::::::'##::: ##:
  . ######:: ##:::::::: ##:::. ##:'####:::: ##:::: ########:. ######::
  :......:::..:::::::::..:::::..::....:::::..:::::........:::......:::
  Sprites Here */
  .g-sprite-notification-alert {
    top: 8px;
    right: auto;
    margin-left: 18px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '####:'##::: ##:'########:::'#######::'##::::'##:
  . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
  : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
  : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
  : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
  : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
  '####: ##::. ##: ########::. #######:: ##:::. ##:
  ....::..::::..::........::::.......:::..:::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Inbox Page */

  #acc-user-inbox-wrapper.pro-inbox #section-account .container .row #bluprin_welcome_message_md {
    padding-right: 0px !important;
    width: 100% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    margin-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin {
    margin-bottom: 20px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin>div.card-acc-body>div>button {
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc.welcome-to-bluprin>div.card-acc-body>p {
    text-align: center;
  }
}

/*
'##::::'##:'########:'########::'####::::'###::::
 ###::'###: ##.....:: ##.... ##:. ##::::'## ##:::
 ####'####: ##::::::: ##:::: ##:: ##:::'##:. ##::
 ## ### ##: ######::: ##:::: ##:: ##::'##:::. ##:
 ##. #: ##: ##...:::: ##:::: ##:: ##:: #########:
 ##:.:: ##: ##::::::: ##:::: ##:: ##:: ##.... ##:
 ##:::: ##: ########: ########::'####: ##:::: ##:
..:::::..::........::........:::....::..:::::..::
:'#######::'##::::'##:'########:'########::'##:::'##::::'##::::'##:'########::
'##.... ##: ##:::: ##: ##.....:: ##.... ##:. ##:'##::::: ###::'###: ##.... ##:
 ##:::: ##: ##:::: ##: ##::::::: ##:::: ##::. ####:::::: ####'####: ##:::: ##:
 ##:::: ##: ##:::: ##: ######::: ########::::. ##::::::: ## ### ##: ##:::: ##:
 ##:'## ##: ##:::: ##: ##...:::: ##.. ##:::::: ##::::::: ##. #: ##: ##:::: ##:
 ##:.. ##:: ##:::: ##: ##::::::: ##::. ##::::: ##::::::: ##:.:: ##: ##:::: ##:
. ##### ##:. #######:: ########: ##:::. ##:::: ##::::::: ##:::: ##: ########::
:.....:..:::.......:::........::..:::::..:::::..::::::::..:::::..::........:::
Media Query MD Here */
@media (min-width: 769px)and (max-width: 992px) {
  #acc-user-inbox-wrapper.sign-user-3 .quiz-like-or-not>div>div.col-md-4.choice>span {
    bottom: 15px !important;
    left: 15px !important;
    text-align: left;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div {
    position: relative !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
    min-width: 100%;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    position: relative;
    padding: 0px !important;
    margin: auto;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    display: block;
    margin: 0;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div {
    padding-left: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>p {
    padding-left: 15px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div>span:nth-child(1) {
    padding-left: 0px !important;
    width: 100% !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>div>div>div>span:nth-child(2) {
    padding-left: 0px !important;
    width: 100% !important;
    margin: auto;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div {
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div>span {
    width: 100% !important;
    text-align: center;
    position: relative;
    float: left;
    left: 0;
    right: 0;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-top: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div>div>div>div>div {
    margin-bottom: 10px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 #login>div>div>div {
    padding-right: 9px !important;
    ;
  }

  #acc-user-inbox-wrapper.sign-user-3 #container-grid>img {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 h1.page-title {
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice {
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 0px !important;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice .question {
    text-align: center;
  }

  #acc-user-inbox-wrapper.sign-user-3 .choice .question span {
    padding-left: 0px;
    margin: auto;
  }

  /*
  :'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
  '##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
   ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
   ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
   ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
   ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
  . ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
  :......::::........::..::::..::........::..:::::..::..:::::..::........::
  General Here*/
  .card-deck .card:not(:last-child) {
    margin-right: 10px;
    text-align: center;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 10px;
    text-align: center;
  }

  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .account-menu {
    margin-top: 50px;
  }

  #section-account .create-new-board {
    min-height: 100%;
  }

  .my-form-set div.cs-select {
    max-width: 100%;
  }

  .col-xl-5.col-lg-5.col-md-12.text-right {
    text-align: center !important;
  }

  .location-pro-detail {
    padding: 10px 0px;
  }

  .col-md-5.col-md-12.text-right {
    text-align: center !important;
    padding-top: 10px;
  }

  span.others-info {
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
  }

  .title-pro-detail {
    display: block;
  }

  .project-info-detail {
    text-align: center;
  }

  .content-grow {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
  }

  nav#nav-body .navbar-toggler {
    border: none;
    color: #61a244;
    padding: 20px 0px;
    width: 100%;
  }

  nav#nav-body li.nav-item {
    width: 100%;
    border-left: 0px solid #e5e5e5;
  }

  nav#nav-body li.nav-item:last-child {
    border-right: 0px solid #e5e5e5;
  }

  .contact-top {
    width: 100%;
  }

  .space-header {
    height: 50px;
  }

  img.detailModalPhoto {
    /*max-height: calc(100%);*/
    /*width: 100% !important;*/
  }

  .modal-dialog {
    /*max-width: 100% !important;*/
  }

  #section-photos {
    padding-top: 90px;
  }

  .cd-header {
    height: 70px !important;
  }

  .profesional-photo .card {
    padding: 0px 20px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 10px;
  }

  .img-logo-mobile {
    display: none !important;
  }

  .img-logo-dekstop {
    display: block !important;
  }

  .container {
    width: 720px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .cd-secondary-nav li {
    display: inline-block;
    margin-left: 20px !important;
  }

  .cd-header {
    background: #fff !important;
  }

  .cd-secondary-nav li {
    display: inline-block;
    margin-left: 10px !important;
  }

  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 100% !important;
    line-height: 30px;
    right: 0;
    top: 50% !important;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  form.form-search-mobile .search-input-box {
    width: calc(100% - 120px - 46px);
  }

  form.form-search-mobile .search-option {
    width: 120px;
  }

  .btn-float-left {
    /*margin: 0px 0;*/
    min-width: 220px;
    display: inline-block;
    float: left;
  }

  .btn-float-right {
    margin: 0px 0;
    min-width: 220px;
    display: inline-block;
    float: right;
  }

  .container-search {
    width: 900px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .container-grid-justified {
    width: 960px;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }

  #section h3.title {
    font-size: 24px !important;
  }

  #section h4.desc {
    font-size: 16px !important;
  }

  .search-icon img {
    width: 30px !important;
    height: 30px !important;
  }

  .cs-skin-elastic.cs-active .cs-options {
    /*width: 135px !important;*/
  }

  .sb-search .sb-search-input {
    font-size: 14px;
  }

  .photo-detail-left {
    width: 100%;
    float: left;
  }

  .photo-detail-right {
    width: 100%;
    float: left;
  }

  .sb-search {
    width: 0px;
  }

  @-moz-document url-prefix() {
    .sb-search {
      width: calc(100% - 138px - 420px);
    }
  }

  .imgContainer {
    vertical-align: top;
    display: block !important;
    height: auto !important;
    max-height: none !important;
  }

  .image-wrapper-portrait {
    width: 100% !important;
    height: auto !important;
  }

  .image-wrapper-landscape {
    width: 100% !important;
    height: auto !important;
  }

  .landscape {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .portrait {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .photo-detail-right {
    height: auto !important;
    min-height: 10px !important;
    max-height: none !important;
    /*background-color: #FFFFFF !important;*/
  }

  .imgLP {
    min-height: 10px !important;
    max-height: none !important;
    display: inline;
    height: auto !important;
  }

  .imgContainer {
    width: 100% !important;
    height: auto !important;
  }

  .setImgContainerLandscape {
    /*top:0;
      transform: translateY(0);*/
    /* vendor prefixes omitted due to brevity */
  }

  #section-photos .container .row .col-photo-filter-photos-page {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #section-photos .container .row .col-photos-gallery-photos-page {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  #section-photos .container .row .col-md-3 {
    min-width: 220px !important;
  }

  #section-photos .container .row .col-md-9 {
    max-width: calc(100% - 220px) !important;
  }

  #section-photos .container .row .col-photo-filter-professional-page {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #section-photos .container .row .col-photos-gallery-professional-page {
    padding-left: 20px !important;
    padding-right: 0px !important;
  }

  .card-group.profesional-list .col-lg-4 {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }

  .card-group.profesional-list .card {
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }

  div#view-more-pro {
    width: calc(100% - 20px);
    margin: 0px 0px 20px 0px;
  }

  .img-pro-header {
    height: 350px !important;
  }

  .my-card {
    margin: 0px !important;
  }

  #section-account .card-hero-image .hero-wording h3 {
    font-size: 32px !important;
    font-family: 'WorkSans-Light' !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
  }

  #section-account .container .row .left-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #section-account .container .row .right-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #section-account .right-side .card-acc {
    margin-bottom: 20px !important;
  }

  #section-account {
    padding: 20px 0;
  }

  #section-account .card-hero-image {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project {
    margin-bottom: 20px;
  }

  .account-menu .container {
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
    margin-top: 20px !important;
  }

  #AccountProfileMobileMenu ul.acc-menu {
    margin: auto !important;
  }

  #AccountProfileMobileMenu ul.acc-menu li.acc-menu-list:not(:last-child) {
    /*margin-right: 2% !important;*/
    margin: 0px !important;
    margin-right: 5.3% !important;
  }

  #AccountProfileMobileMenu ul.acc-menu li.acc-menu-list:last-child {
    /*margin-right: 2% !important;*/
    margin: 0px !important;
    margin-right: 0px !important;
  }

  .acc-user-home-avatar-box {
    padding: 0px !important;
    padding-left: 30px !important;
    max-width: 100px !important;
    width: 100px !important;
  }

  .acc-user-home-avatar-box img.user-avatar {
    width: 50px !important;
    height: 50px;
  }

  #section-account .card-acc .card-acc-head .result-info-list-medium-v h2.total-result-info {
    font-family: 'WorkSans-Thin' !important;
    font-size: 30px !important;
    font-weight: normal !important;

  }

  #bluprin_welcome_message_md ul.info-acc-message-list {
    width: 80% !important;
    position: relative;
    display: table;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    width: 50% !important;
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li {
    width: 50% !important;
    float: left;
    background: url('../img/icon/color-grey-2x.png') no-repeat left 6px;
    background-size: 10px 10px;
    padding-left: 20px;
  }

  #bluprin_welcome_message_md ul.info-acc-message-list li a {
    color: #61A343;
    font-size: 14px !important;
    font-family: WorkSans-Regular !important;
  }

  #bluprin_welcome_message_md {
    margin-bottom: 20px !important;
  }

  #section-account>div>div>div.left-side>div>div.padding-user-medium-v {
    padding-top: 0px !important;
  }

  .acc-user-home-name-box {
    padding-left: 5px !important;
  }

  #section-account .card-acc.acc-user-home-profile .card-acc-head {
    padding: 0px !important;

  }

  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper #section-account {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  #acc-user-board-wrapper #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper #account-menu #AccountProfileMobileMenu .row .col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-wrapper .my-form-set,
  #ProjectsWrap .my-form-set,
  #ReviewsWrap .my-form-set,
  #EditorialWrap .my-form-set {
    padding-right: 30px !important;
  }

  .for-pro-top {
    height: 350px;
  }


  /*
  '##::::'##:'########:'##::: ##:'##::::'##:
   ###::'###: ##.....:: ###:: ##: ##:::: ##:
   ####'####: ##::::::: ####: ##: ##:::: ##:
   ## ### ##: ######::: ## ## ##: ##:::: ##:
   ##. #: ##: ##...:::: ##. ####: ##:::: ##:
   ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
   ##:::: ##: ########: ##::. ##:. #######::
  ..:::::..::........::..::::..:::.......:::
  Menu Here*/
  div#myAffixHome.scrolled {
    background: #ffffff;
    border-bottom: 1px solid #E5E5E5;
  }

  div#myAffixHome.scrolled form.search-box-area .search-input-box input[type="text"] {}

  div#myAffixHome.scrolled form.search-box-area .search-input-box {}

  div#myAffixHome.scrolled .cd-secondary-nav a {
    color: #4A4A4A;
  }

  div#myAffixHome.scrolled .cd-secondary-nav a:hover,
  div#myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #61A343 !important;
  }

  div#myAffixHome.scrolled form.search-box-area {}

  div#myAffixHome.scrolled form.search-box-area .search-icon {}

  div#myAffixHome form.search-box-area {
    max-width: 320px;
  }

  div#myAffixHome .container {
    width: 769px;
  }

  div#myAffix form.search-box-area {
    max-width: 320px;
  }

  div#myAffix .container, div#myMenu .container {
    width: 769px;
  }

  div#myMenu {
    position: fixed !important;
    background: #fff;
    height: 60px;
    display: inline;
  }

  div#myAffixHome {
    height: 70px;
  }

  div#myAffix {
    height: 70px;
  }

  div#myAffix .cd-header {
    height: 70px !important;
    border-bottom: 1px solid #E5E5E5;
  }

  #myAffix {
    padding-left: 10px !important;
    padding-right: 30px !important;
  }

  #myAffix .container {
    width: 100% !important;
  }

  #myHome {
    padding-left: 10px !important;
    padding-right: 30px !important;
  }

  #myHome .container {
    width: 100% !important;
  }

  #myAffixHome {
    padding-left: 10px !important;
    padding-right: 30px !important;
  }

  #myAffixHome .container {
    width: 100% !important;
  }

  /*
  '##::::'##:'########::::'###::::'########::'########:'########::
   ##:::: ##: ##.....::::'## ##::: ##.... ##: ##.....:: ##.... ##:
   ##:::: ##: ##::::::::'##:. ##:: ##:::: ##: ##::::::: ##:::: ##:
   #########: ######:::'##:::. ##: ##:::: ##: ######::: ########::
   ##.... ##: ##...:::: #########: ##:::: ##: ##...:::: ##.. ##:::
   ##:::: ##: ##::::::: ##.... ##: ##:::: ##: ##::::::: ##::. ##::
   ##:::: ##: ########: ##:::: ##: ########:: ########: ##:::. ##:
  ..:::::..::........::..:::::..::........:::........::..:::::..::
  Header Here*/

  .tagline {
    float: none;
    padding: 10px;
    max-width: 100%;
    background: rgba(7, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .tagline h1.title {
    /*font-size: 24px;
      text-align: center;
      font-family: WorkSans-Regular;*/
    font-size: 42px;
    text-align: center;
    font-family: WorkSans-SemiBold;
  }

  .tagline h3.title-additional {
    font-size: 16px;
    text-align: center;
    font-family: WorkSans-Regular;
  }

  form.search-box-area .search-option .cs-select span {
    width: 120px;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 580px;
    height: 60px;
  }

  form.search-box-area .search-icon {
    height: 60px !important;
    width: 60px !important;
  }

  form.search-box-area .search-input-box {
    /*width: calc(100% - 120px - 46px);*/
    width: calc(100% - 240px);
  }

  form.search-box-area .search-option {
    width: 180px;
  }

  form.search-box-area .search-option .cs-select span {
    width: 180px;
  }

  #formHome .search-input-box #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox {
    border-bottom: none;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  '########::'########:'########::::'###::::'####:'##::::::::'######::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
  ........:::........:::::..:::::..:::::..::....::........:::......:::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo Details Modal Here */
  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
    margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 0 !important;
    max-width: 100% !important;
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 100% !important;
    right: 0 !important;
  }

  /*
  '########::'########:'##::::'##:'####:'########:'##:::::'##:
   ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
   ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
   ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
   ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
   ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
   ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
  ..:::::..::........:::::...:::::....::........:::...::...:::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Review Professional Modal Here */
  #reviewPro .modal-dialog {
    max-width: 500px !important;
    margin: 30px auto;
  }

  #reviewPro .modal-dialog {
    max-width: 580px !important;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  :'######::'########::::'###::::'########:::'######::'##::::'##:
  '##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
   ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
  . ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
  :..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
  '##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
  . ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
  :......:::........::..:::::..::..:::::..:::......:::..:::::..::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo SEarch Modal Here */
  #photoSearchModal .mybtn-green {
    padding: 10px 20px;
  }

  /*
  '##::::'##::'#######::'##::::'##:'########:
   ##:::: ##:'##.... ##: ###::'###: ##.....::
   ##:::: ##: ##:::: ##: ####'####: ##:::::::
   #########: ##:::: ##: ## ### ##: ######:::
   ##.... ##: ##:::: ##: ##. #: ##: ##...::::
   ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
   ##:::: ##:. #######:: ##:::: ##: ########:
  ..:::::..:::.......:::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Home Page here */

  #home-page>div.container-fluid.hero-index>div>div>div>h3 {
    margin-bottom: 0px !important;
  }

  #home-page .profesional-photo .card {
    padding: 0px 10px !important;
    max-width: 210px !important;
    margin: 0 auto !important;
  }

  #home-page img.card-img-top {
    margin: 20px auto !important;
    display: block;
  }

  #home-page .card-img-profile {
    border-radius: 50% !important;
    width: 150px !important;
    margin: auto !important;
  }

  /*
  '########::'#######::'########::
   ##.....::'##.... ##: ##.... ##:
   ##::::::: ##:::: ##: ##:::: ##:
   ######::: ##:::: ##: ########::
   ##...:::: ##:::: ##: ##.. ##:::
   ##::::::: ##:::: ##: ##::. ##::
   ##:::::::. #######:: ##:::. ##:
  ..:::::::::.......:::..:::::..::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  For Professional Page Here */
  #acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div {
    margin-top: 0px;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Detail Page Here */
  div#professionals-project-detail .container {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(1) {
    max-width: 100% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(2) {
    max-width: 100% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(3) {
    max-width: 100%;
    text-align: center !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '##::::'##::'#######::'##::::'##:'########:
   ##:::: ##:'##.... ##: ###::'###: ##.....::
   ##:::: ##: ##:::: ##: ####'####: ##:::::::
   #########: ##:::: ##: ## ### ##: ######:::
   ##.... ##: ##:::: ##: ##. #: ##: ##...::::
   ##:::: ##: ##:::: ##: ##:.:: ##: ##:::::::
   ##:::: ##:. #######:: ##:::: ##: ########:
  ..:::::..:::.......:::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Home Page Here */

  #account-user-home #section-account .card-acc .card-acc-head img.user-avatar-medium-v {
    width: 60px !important;
    height: 60px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Page Here */
  #professionals-project .other-photo h4 {
    margin-left: -5px;
  }

  #professionals-project {
    margin-top: 0px !important;
    padding: 0px !important;
    margin: 10px 0px !important;
  }

  #professionals-project .container {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .container .row {
    margin: 0px !important;
    padding: 0px !important;
  }

  #professionals-project .project-navigation {
    width: 90%;
    margin: auto;
  }

  #professionals-project .project-navigation a.pro-nav {
    margin-left: 0px;
  }

  #professionals-project .project-navigation .project-content {
    margin-top: 10px;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }

  #professionals-project div:nth-child(5)>div.col.project-info-table-rights {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
  }

  #professionals-project>div>div>div>div.my-card>div>div:nth-child(1)>div.col.text-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
   ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
   ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
   ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
  ..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
  Professional Project New Page Here */
  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding>div {
    height: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #upload-drop {
    height: 370px;
    width: 100%;
    display: table;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-4.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div:nth-child(2)>div.col-12.col-md-12.col-lg-8.no-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(1) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper.pro-project-new #editProAcc>div>div>div>div:nth-child(2) {
    margin-top: 20px;
  }

  /*
  :'######:::'#######::'##::: ##::'######::'##::::'##:'##:::::::'########:
  '##... ##:'##.... ##: ###:: ##:'##... ##: ##:::: ##: ##:::::::... ##..::
   ##:::..:: ##:::: ##: ####: ##: ##:::..:: ##:::: ##: ##:::::::::: ##::::
   ##::::::: ##:::: ##: ## ## ##:. ######:: ##:::: ##: ##:::::::::: ##::::
   ##::::::: ##:::: ##: ##. ####::..... ##: ##:::: ##: ##:::::::::: ##::::
   ##::: ##: ##:::: ##: ##:. ###:'##::: ##: ##:::: ##: ##:::::::::: ##::::
  . ######::. #######:: ##::. ##:. ######::. #######:: ########:::: ##::::
  :......::::.......:::..::::..:::......::::.......:::........:::::..:::::
  :::'###::::'##::: ##:'########:::::'##::::'##:'####:'########::'########:
  ::'## ##::: ###:: ##: ##.... ##:::: ##:::: ##:. ##:: ##.... ##: ##.....::
  :'##:. ##:: ####: ##: ##:::: ##:::: ##:::: ##:: ##:: ##:::: ##: ##:::::::
  '##:::. ##: ## ## ##: ##:::: ##:::: #########:: ##:: ########:: ######:::
   #########: ##. ####: ##:::: ##:::: ##.... ##:: ##:: ##.. ##::: ##...::::
   ##.... ##: ##:. ###: ##:::: ##:::: ##:::: ##:: ##:: ##::. ##:: ##:::::::
   ##:::: ##: ##::. ##: ########::::: ##:::: ##:'####: ##:::. ##: ########:
  ..:::::..::..::::..::........::::::..:::::..::....::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Consult And Hire Page Here */
  #consult-and-hire .cnh-wrapper {
    width: 100% !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(2) {
    margin-top: 20px !important;
  }

  #consult-and-hire>div>div:nth-child(4)>div:nth-child(3) {
    margin-top: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Board Detail Page Here */
  #acc-user-board-detail-wrapper #acc-user-board-detail-inner {
    padding-top: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media {
    margin-bottom: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######:::::'###::::'##::::'##:'########:
  '##... ##:::'## ##::: ##:::: ##: ##.....::
   ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
  . ######::'##:::. ##: ##:::: ##: ######:::
  :..... ##: #########:. ##:: ##:: ##...::::
  '##::: ##: ##.... ##::. ## ##::: ##:::::::
  . ######:: ##:::: ##:::. ###:::: ########:
  :......:::..:::::..:::::...:::::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Save page Here */

  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .card-saved-professionals {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '####:'##::: ##:'########:::'#######::'##::::'##:
  . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
  : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
  : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
  : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
  : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
  '####: ##::. ##: ########::. #######:: ##:::. ##:
  ....::..::::..::........::::.......:::..:::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Inbox Page Here */
  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox .card-acc-body-inbox .inbox-message-list table tbody tr td.sender-subject {
    padding-right: 30px;
  }

  #acc-user-inbox-wrapper #section-account .container {
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(1) {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-bottom: 20px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper>div.container-fluid.bg-about-intro {
    background-attachment: local !important;
    height: 350px !important;
    margin-top: 0px !important
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######::'########:'########:'########:'####:'##::: ##::'######::::'######::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::'##... ##:
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..::: ##:::..::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:. ######::
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##:::..... ##:
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::'##::: ##:
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::. ######::
  :......:::........:::::..::::::::..:::::....::..::::..:::......:::::......:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Settings Page Here */
  #acc-user-inbox-wrapper.user-settings #menuSide {
    width: 210px !important;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .container .row>div:nth-child(1) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::'########:'####:'##:::::::'########:
   ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
   ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
   ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
   ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
  ..:::::::::..:::::..:::.......:::..::::::::....::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Profile Page Here */

  #acc-user-inbox-wrapper.pro-profile #menuSide {
    width: 212px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 210px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award {
    margin-top: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award .row .col.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row>div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account {
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .header-wrapper .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #ProjectsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #ReviewsWrap .card-acc-head .row .col.text-left,
  #acc-user-inbox-wrapper.pro-profile #section-account #EditorialWrap .card-acc-head .row .col.text-left {
    padding-left: 25px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row div.project-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Project Page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-project #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :::'###::::'##::: ##::::'###::::'##:::::::'##:::'##:'########:'####::'######::
  ::'## ##::: ###:: ##:::'## ##::: ##:::::::. ##:'##::... ##..::. ##::'##... ##:
  :'##:. ##:: ####: ##::'##:. ##:: ##::::::::. ####:::::: ##::::: ##:: ##:::..::
  '##:::. ##: ## ## ##:'##:::. ##: ##:::::::::. ##::::::: ##::::: ##:: ##:::::::
   #########: ##. ####: #########: ##:::::::::: ##::::::: ##::::: ##:: ##:::::::
   ##.... ##: ##:. ###: ##.... ##: ##:::::::::: ##::::::: ##::::: ##:: ##::: ##:
   ##:::: ##: ##::. ##: ##:::: ##: ########:::: ##::::::: ##::::'####:. ######::
  ..:::::..::..::::..::..:::::..::........:::::..::::::::..:::::....:::......:::
  :'######:::::'########:::::'###:::::'######:::'########:
  '##... ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::..::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
  . ######::::: ########::'##:::. ##: ##::'####: ######:::
  :..... ##:::: ##.....::: #########: ##::: ##:: ##...::::
  '##::: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
  . ######::::: ##:::::::: ##:::: ##:. ######::: ########:
  :......::::::..:::::::::..:::::..:::......::::........::
  Account Professional Analytics page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #EnthusiastWrap>div.card-acc-footer>div>div>div.col-md-4.col-xs-12.pull-md-8 {
    padding-left: 15px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'########:'########:'########:'####:'##::: ##::'######:::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..:::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##::
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::
  :......:::........:::::..::::::::..:::::....::..::::..:::......::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Setting Page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-setting #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'##::::'##:'########:::'######:::'######::'########::'####:
  '##... ##: ##:::: ##: ##.... ##:'##... ##:'##... ##: ##.... ##:. ##::
   ##:::..:: ##:::: ##: ##:::: ##: ##:::..:: ##:::..:: ##:::: ##:: ##::
  . ######:: ##:::: ##: ########::. ######:: ##::::::: ########::: ##::
  :..... ##: ##:::: ##: ##.... ##::..... ##: ##::::::: ##.. ##:::: ##::
  '##::: ##: ##:::: ##: ##:::: ##:'##::: ##: ##::: ##: ##::. ##::: ##::
  . ######::. #######:: ########::. ######::. ######:: ##:::. ##:'####:
  :......::::.......:::........::::......::::......:::..:::::..::....::
  '########::'########:'####::'#######::'##::: ##:
   ##.... ##:... ##..::. ##::'##.... ##: ###:: ##:
   ##:::: ##:::: ##::::: ##:: ##:::: ##: ####: ##:
   ########::::: ##::::: ##:: ##:::: ##: ## ## ##:
   ##.....:::::: ##::::: ##:: ##:::: ##: ##. ####:
   ##::::::::::: ##::::: ##:: ##:::: ##: ##:. ###:
   ##::::::::::: ##::::'####:. #######:: ##::. ##:
  ..::::::::::::..:::::....:::.......:::..::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Subscription page here */
  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(1) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div.row.justify-content-md-center.align-items-center>div:nth-child(2) {
    margin-bottom: 0px !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
  }

  #acc-user-inbox-wrapper.pro-sub-1 #section-account-upgrade>div>div:nth-child(2)>div>div>div>div.col-lg-12.text-left>form>div>div {
    padding-left: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######::'####::'######:::'##::: ##:'##::::'##:'########::
  '##... ##:. ##::'##... ##:: ###:: ##: ##:::: ##: ##.... ##:
   ##:::..::: ##:: ##:::..::: ####: ##: ##:::: ##: ##:::: ##:
  . ######::: ##:: ##::'####: ## ## ##: ##:::: ##: ########::
  :..... ##:: ##:: ##::: ##:: ##. ####: ##:::: ##: ##.....:::
  '##::: ##:: ##:: ##::: ##:: ##:. ###: ##:::: ##: ##::::::::
  . ######::'####:. ######::: ##::. ##:. #######:: ##::::::::
  :......:::....:::......::::..::::..:::.......:::..:::::::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Signup Page Here */
  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(1) {
    padding-right: 5px !important;
  }

  #acc-user-inbox-wrapper.sign-up #formLogin>div:nth-child(2)>div:nth-child(2) {
    padding-left: 5px !important;
  }

  #acc-user-inbox-wrapper.sign-user-1 #formLogin {
    border: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  /*
  :::'###::::'########::'########:'####::'######::'##:::::::'########:
  ::'## ##::: ##.... ##:... ##..::. ##::'##... ##: ##::::::: ##.....::
  :'##:. ##:: ##:::: ##:::: ##::::: ##:: ##:::..:: ##::::::: ##:::::::
  '##:::. ##: ########::::: ##::::: ##:: ##::::::: ##::::::: ######:::
   #########: ##.. ##:::::: ##::::: ##:: ##::::::: ##::::::: ##...::::
   ##.... ##: ##::. ##::::: ##::::: ##:: ##::: ##: ##::::::: ##:::::::
   ##:::: ##: ##:::. ##:::: ##::::'####:. ######:: ########: ########:
  ..:::::..::..:::::..:::::..:::::....:::......:::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Article Page Here */
  #acc-user-inbox-wrapper.article #formArticleMobile {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;

  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>span {
    width: 133px !important;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-option>div>div>ul>li>span {
    font-family: 'WorkSans-Light';
    font-size: 14px !important;
    font-weight: normal;
  }

  #acc-user-inbox-wrapper.article #formArticleMobile>div.search-icon>i {
    position: relative !important;
    top: 13px !important;
    left: 10px !important;
  }

  #acc-user-inbox-wrapper.article #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  #acc-user-inbox-wrapper.article #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Thin;
    font-size: 16px !important;
    color: #ABABAB;
    padding: 0px
  }

  /*
  :::'###::::'########:::'#######::'##::::'##:'########:
  ::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
  :'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
  '##:::. ##: ########:: ##:::: ##: ##:::: ##:::: ##::::
   #########: ##.... ##: ##:::: ##: ##:::: ##:::: ##::::
   ##.... ##: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
   ##:::: ##: ########::. #######::. #######::::: ##::::
  ..:::::..::........::::.......::::.......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  About Page Here */
  #acc-user-inbox-wrapper.about #abouttab>div.container-fluid.bg-about-end {
    height: 350px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '####:'##::: ##:'########:::'#######::'##::::'##:
  . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
  : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
  : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
  : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
  : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
  '####: ##::. ##: ########::. #######:: ##:::. ##:
  ....::..::::..::........::::.......:::..:::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Inbox Page */

  #acc-user-inbox-wrapper.pro-inbox #section-account .container {
    padding: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container .row #bluprin_welcome_message_md {
    padding-right: 0px !important;
    width: 100% !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    margin-right: -5px !important;
  }


  #acc-user-inbox-wrapper.pro-inbox #section-account .container.acc-pro-inbox-welcome-wrapper .row {
    margin-left: -15px !important;
  }

  #acc-user-inbox-wrapper.pro-inbox #section-account>div:nth-child(2)>div>div.col-12.col-md-4.col-lg-3.no-padding>div.card-acc-inbox.filter-criteria.hidden-sm-down {
    margin-bottom: 20px;
  }
}


/*
'##::::'##:'########:'########::'####::::'###::::
 ###::'###: ##.....:: ##.... ##:. ##::::'## ##:::
 ####'####: ##::::::: ##:::: ##:: ##:::'##:. ##::
 ## ### ##: ######::: ##:::: ##:: ##::'##:::. ##:
 ##. #: ##: ##...:::: ##:::: ##:: ##:: #########:
 ##:.:: ##: ##::::::: ##:::: ##:: ##:: ##.... ##:
 ##:::: ##: ########: ########::'####: ##:::: ##:
..:::::..::........::........:::....::..:::::..::
:'#######::'##::::'##:'########:'########::'##:::'##::::'##::::::::'######:::
'##.... ##: ##:::: ##: ##.....:: ##.... ##:. ##:'##::::: ##:::::::'##... ##::
 ##:::: ##: ##:::: ##: ##::::::: ##:::: ##::. ####:::::: ##::::::: ##:::..:::
 ##:::: ##: ##:::: ##: ######::: ########::::. ##::::::: ##::::::: ##::'####:
 ##:'## ##: ##:::: ##: ##...:::: ##.. ##:::::: ##::::::: ##::::::: ##::: ##::
 ##:.. ##:: ##:::: ##: ##::::::: ##::. ##::::: ##::::::: ##::::::: ##::: ##::
. ##### ##:. #######:: ########: ##:::. ##:::: ##::::::: ########:. ######:::
:.....:..:::.......:::........::..:::::..:::::..::::::::........:::......::::
Media Query LG Here */
@media (min-width: 992px)and (max-width: 1201px) {

  /*
  :'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
  '##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
   ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
   ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
   ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
   ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
  . ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
  :......::::........::..::::..::........::..:::::..::..:::::..::........::
  General Here*/
  .card-deck .card:not(:last-child) {
    margin-right: 10px;
    text-align: center;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 10px;
    text-align: center;
  }

  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagline h1.title {
    font-size: 32px;
    text-align: center;
    font-family: WorkSans-Thin;
  }

  ul.sidebar-menu {
    width: 210px;
  }

  .clean-button-green, .clean-button-green:hover, .clean-button-blue, .clean-button-blue:hover {
    padding: 5px 10px;
    font-family: 'WorkSans-Light';
  }

  .photo-detail-header .professional-info .avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
  }

  .container {
    width: 960px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  img.img-logo-mobile {
    display: none !important;
  }

  img.img-logo-dekstop {
    display: block !important;
  }

  .sb-search .sb-search-input {
    font-size: 14px;
  }

  form.search-box-area {
    margin: 0 auto;
    max-width: 770px;
    height: 60px;
  }

  form.search-box-area .search-input-box {
    /*width: calc(100% - 120px - 46px);*/
    width: calc(100% - 240px);
  }

  form.search-box-area .search-option {
    width: 180px;
  }

  form.search-box-area .search-option .cs-select span {
    width: 180px;
  }

  .cs-skin-elastic.cs-active .cs-options {
    /*width: 150px !important;*/
  }

  .tagline h1.title {
    /*font-size: 32px;
      text-align: center;
      font-family: WorkSans-Light;*/
    font-size: 52px;
    text-align: center;
    font-family: WorkSans-SemiBold;
  }

  .tagline h3.title-additional {
    font-size: 20px;
    text-align: center;
    font-family: WorkSans-Regular;
  }

  #formHome .search-input-box #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox {
    border-bottom: none;
  }

  .btn-float-left {
    /*margin: 0px 0;*/
    min-width: 220px;
    display: inline-block;
    float: left;
  }

  .btn-float-right {
    margin: 0px 0;
    min-width: 220px;
    display: inline-block;
    float: right;
  }

  .container-search {
    width: 900px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .container-grid-justified {
    width: 960px;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }

  .mybtn-blue-small, .mybtn-blue-small:hover, .mybtn-green-small, .mybtn-green-small:hover {
    font-size: 12px !important;
  }

  /* Photos Page */
  #section-photos .container .row .col-photos-gallery-photos-page {
    padding-left: 10px !important;
  }

  /* End Photos Page */

  /* Professional Page */
  #section-photos .container .row .col-photos-gallery-professional-page {
    padding-left: 20px !important;
  }

  .card-group.profesional-list .col-lg-4 {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }

  .card-group.profesional-list .card {
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }

  div#view-more-pro {
    width: calc(100% - 20px);
    margin: 0px 0px 20px 0px;
  }

  .img-pro-header {
    height: 350px !important;
  }

  .large-left-small-center {
    max-width: 295px !important;
    float: left;
  }

  .border-top-bottom-when-small {
    max-width: 600px !important;
    float: right;
    padding: 0px;
    margin-left: 0px;
  }

  #section-account .card-hero-image .hero-wording h3 {
    font-size: 32px !important;
    font-family: 'WorkSans-Light' !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
  }

  #section-account .container .row .left-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #section-account .container .row .right-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #section-account .right-side .card-acc {
    margin-bottom: 20px !important;
  }

  #section-account {
    padding: 20px 0;
  }

  #section-account .card-hero-image {
    margin-bottom: 20px;
  }

  #section-account .card-home-feed-project {
    margin-bottom: 20px;
  }

  #bluprin_welcome_message {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper>div.container-fluid.bg-about-intro {
    background-attachment: local !important;
    height: 450px !important;
    margin-top: 0px !important
  }

  .for-pro-top {
    height: 350px;
  }


  /*
  '##::::'##:'########:'##::: ##:'##::::'##:
   ###::'###: ##.....:: ###:: ##: ##:::: ##:
   ####'####: ##::::::: ####: ##: ##:::: ##:
   ## ### ##: ######::: ## ## ##: ##:::: ##:
   ##. #: ##: ##...:::: ##. ####: ##:::: ##:
   ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
   ##:::: ##: ########: ##::. ##:. #######::
  ..:::::..::........::..::::..:::.......:::
  Menu Here*/
  div#myAffixHome.scrolled {
    background: #ffffff;
    border-bottom: 1px solid #E5E5E5;
  }

  div#myAffixHome.scrolled form.search-box-area .search-input-box input[type="text"] {}

  div#myAffixHome.scrolled form.search-box-area .search-input-box {}

  div#myAffixHome.scrolled .cd-secondary-nav a {
    color: #4A4A4A;
  }

  div#myAffixHome.scrolled .cd-secondary-nav a:hover,
  div#myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #61A343 !important;
  }

  div#myAffixHome.scrolled form.search-box-area {}

  div#myAffixHome.scrolled form.search-box-area .search-icon {}

  div#myAffixHome form.search-box-area {
    max-width: 320px;
  }

  div#myAffix form.search-box-area {
    max-width: 320px;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  '########::'########:'########::::'###::::'####:'##::::::::'######::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
  ........:::........:::::..:::::..:::::..::....::........:::......:::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo Details Modal Here */
  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
    margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 350px;
    max-width: calc(100% - 350px);
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 350px;
    right: calc(100% - 350px);
  }

  /*
  '########::'########:'##::::'##:'####:'########:'##:::::'##:
   ##.... ##: ##.....:: ##:::: ##:. ##:: ##.....:: ##:'##: ##:
   ##:::: ##: ##::::::: ##:::: ##:: ##:: ##::::::: ##: ##: ##:
   ########:: ######::: ##:::: ##:: ##:: ######::: ##: ##: ##:
   ##.. ##::: ##...::::. ##:: ##::: ##:: ##...:::: ##: ##: ##:
   ##::. ##:: ##::::::::. ## ##:::: ##:: ##::::::: ##: ##: ##:
   ##:::. ##: ########:::. ###::::'####: ########:. ###. ###::
  ..:::::..::........:::::...:::::....::........:::...::...:::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Review Professional Modal Here */
  #reviewPro .modal-dialog {
    max-width: 620px !important;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  :'######::'########::::'###::::'########:::'######::'##::::'##:
  '##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
   ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
  . ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
  :..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
  '##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
  . ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
  :......:::........::..:::::..::..:::::..:::......:::..:::::..::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo SEarch Modal Here */
  #photoSearchModal .mybtn-green {
    padding: 10px 20px;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Detail Page Here */
  #professionals-project-detail .row.align-items-center>div:nth-child(1) {
    max-width: 10.333333% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(2) {
    max-width: 44% !important;
  }

  #professionals-project-detail .row.align-items-center>div:nth-child(3) {
    max-width: 45.666667%;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>h1 {
    max-width: 260px;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div {
    margin-left: 10px;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.address {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.address:hover {
    white-space: normal;
    overflow-x: auto;
    text-overflow: ellipsis;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
   ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
   ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
   ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
  ..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
  Professional Project New Page Here */
  #acc-user-inbox-wrapper.pro-project-new #upload-drop {
    width: 280px;
  }

  /*
  '########::'#######::'########::
   ##.....::'##.... ##: ##.... ##:
   ##::::::: ##:::: ##: ##:::: ##:
   ######::: ##:::: ##: ########::
   ##...:::: ##:::: ##: ##.. ##:::
   ##::::::: ##:::: ##: ##::. ##::
   ##:::::::. #######:: ##:::. ##:
  ..:::::::::.......:::..:::::..::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  For Professional Page Here */
  #acc-user-inbox-wrapper.for-pro #body-for-pro-bluprin>div>div>div>div {
    margin-top: 70px;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Page Here */
  #professionals-project table.professional-connected tr td:nth-child(1) {
    width: 12%;
  }

  #professionals-project table.professional-connected tr td:nth-child(2) {
    width: 61%;
  }

  #professionals-project .other-photo h4 {
    margin-left: -5px;
  }

  #professionals-project {
    margin-top: 0px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '##::: ##:'########:'##:::::'##::::'########:::::'###:::::'######:::'########:
   ###:: ##: ##.....:: ##:'##: ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ####: ##: ##::::::: ##: ##: ##:::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ## ## ##: ######::: ##: ##: ##:::: ########::'##:::. ##: ##::'####: ######:::
   ##. ####: ##...:::: ##: ##: ##:::: ##.....::: #########: ##::: ##:: ##...::::
   ##:. ###: ##::::::: ##: ##: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##::. ##: ########:. ###. ###::::: ##:::::::: ##:::: ##:. ######::: ########:
  ..::::..::........:::...::...::::::..:::::::::..:::::..:::......::::........::
  Professional Project New Page Here */
  #acc-user-inbox-wrapper.pro-project-new #section-account>div>div.row.align-items-center.page-title-set-action>div.col-12.col-md-6.col-lg-6.large-left-small-center {
    max-width: 100% !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Board page Here */
  #acc-user-board-wrapper .consultHireBoard {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper #section-account {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }

  #acc-user-board-wrapper #section-account .container .row>div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper .consultHireBoard a.clean-button-blue.btn-modal {
    padding: 10px 10px;
  }

  #acc-user-board-wrapper #account-menu #AccountProfileMobileMenu .row .col-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '########:::'#######:::::'###::::'########::'########::
   ##.... ##:'##.... ##:::'## ##::: ##.... ##: ##.... ##:
   ##:::: ##: ##:::: ##::'##:. ##:: ##:::: ##: ##:::: ##:
   ########:: ##:::: ##:'##:::. ##: ########:: ##:::: ##:
   ##.... ##: ##:::: ##: #########: ##.. ##::: ##:::: ##:
   ##:::: ##: ##:::: ##: ##.... ##: ##::. ##:: ##:::: ##:
   ########::. #######:: ##:::: ##: ##:::. ##: ########::
  ........::::.......:::..:::::..::..:::::..::........:::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Board Detail Page Here */
  #acc-user-board-detail-wrapper #acc-user-board-detail-inner {
    padding-top: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .row {
    padding-bottom: 20px;
  }

  #acc-user-board-detail-wrapper #acc-user-board-detail-inner .header-area .social-media {
    margin-bottom: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######:::::'###::::'##::::'##:'########:
  '##... ##:::'## ##::: ##:::: ##: ##.....::
   ##:::..:::'##:. ##:: ##:::: ##: ##:::::::
  . ######::'##:::. ##: ##:::: ##: ######:::
  :..... ##: #########:. ##:: ##:: ##...::::
  '##::: ##: ##.... ##::. ## ##::: ##:::::::
  . ######:: ##:::: ##:::. ###:::: ########:
  :......:::..:::::..:::::...:::::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Save page Here */
  #acc-user-save-wrapper #section-account .card-acc .card-acc-body {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .card-saved-professionals {
    margin-bottom: 20px;
  }

  #acc-user-save-wrapper #section-account .left-side>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  #acc-user-save-wrapper #section-account .right-side {
    padding-left: 0px !important;
  }

  #acc-user-save-wrapper #section-account .right-side .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  #acc-user-save-wrapper #section-account .right-side .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  '####:'##::: ##:'########:::'#######::'##::::'##:
  . ##:: ###:: ##: ##.... ##:'##.... ##:. ##::'##::
  : ##:: ####: ##: ##:::: ##: ##:::: ##::. ##'##:::
  : ##:: ## ## ##: ########:: ##:::: ##:::. ###::::
  : ##:: ##. ####: ##.... ##: ##:::: ##::: ## ##:::
  : ##:: ##:. ###: ##:::: ##: ##:::: ##:: ##:. ##::
  '####: ##::. ##: ########::. #######:: ##:::. ##:
  ....::..::::..::........::::.......:::..:::::..::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Inbox Page Here */
  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(1) {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row>div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .container .row .no-padding:nth-child(2) .card-acc-inbox {
    margin-bottom: 0px !important;
  }

  #acc-user-inbox-wrapper #section-account .card-acc-inbox .card-acc-body-inbox .load-more-inbox {
    margin-top: 20px !important;
  }

  #acc-user-inbox-wrapper #section-account {
    padding-bottom: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '##::::'##::'######::'########:'########::
   ##:::: ##:'##... ##: ##.....:: ##.... ##:
   ##:::: ##: ##:::..:: ##::::::: ##:::: ##:
   ##:::: ##:. ######:: ######::: ########::
   ##:::: ##::..... ##: ##...:::: ##.. ##:::
   ##:::: ##:'##::: ##: ##::::::: ##::. ##::
  . #######::. ######:: ########: ##:::. ##:
  :.......::::......:::........::..:::::..::
  :'######::'########:'########:'########:'####:'##::: ##::'######::::'######::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::'##... ##:
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..::: ##:::..::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:. ######::
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##:::..... ##:
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::'##::: ##:
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::. ######::
  :......:::........:::::..::::::::..:::::....::..::::..:::......:::::......:::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account User Settings Page Here */
  #acc-user-inbox-wrapper.user-settings #menuSide {
    width: 210px !important;
  }

  #acc-user-inbox-wrapper.user-settings #section-account .card-acc-inbox {
    margin-bottom: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::'########:'####:'##:::::::'########:
   ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
   ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
   ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
   ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
  ..:::::::::..:::::..:::.......:::..::::::::....::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Profile Page Here */
  #acc-user-inbox-wrapper.pro-profile #menuSide {
    width: 212px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award {
    margin-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile #bluprin_award .row .col.text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .card-acc {
    margin-bottom: 20px;
  }

  #acc-user-inbox-wrapper.pro-profile #section-account .container .row div.project-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Project Page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-project #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :::'###::::'##::: ##::::'###::::'##:::::::'##:::'##:'########:'####::'######::
  ::'## ##::: ###:: ##:::'## ##::: ##:::::::. ##:'##::... ##..::. ##::'##... ##:
  :'##:. ##:: ####: ##::'##:. ##:: ##::::::::. ####:::::: ##::::: ##:: ##:::..::
  '##:::. ##: ## ## ##:'##:::. ##: ##:::::::::. ##::::::: ##::::: ##:: ##:::::::
   #########: ##. ####: #########: ##:::::::::: ##::::::: ##::::: ##:: ##:::::::
   ##.... ##: ##:. ###: ##.... ##: ##:::::::::: ##::::::: ##::::: ##:: ##::: ##:
   ##:::: ##: ##::. ##: ##:::: ##: ########:::: ##::::::: ##::::'####:. ######::
  ..:::::..::..::::..::..:::::..::........:::::..::::::::..:::::....:::......:::
  :'######:::::'########:::::'###:::::'######:::'########:
  '##... ##:::: ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::..::::: ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
  . ######::::: ########::'##:::. ##: ##::'####: ######:::
  :..... ##:::: ##.....::: #########: ##::: ##:: ##...::::
  '##::: ##:::: ##:::::::: ##.... ##: ##::: ##:: ##:::::::
  . ######::::: ##:::::::: ##:::: ##:. ######::: ########:
  :......::::::..:::::::::..:::::..:::......::::........::
  Account Professional Analytics page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-analytics #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  #acc-user-inbox-wrapper.pro-profile.pro-analytics #menuSide {
    margin-bottom: 20px !important;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  :'######::'########:'########:'########:'####:'##::: ##::'######:::
  '##... ##: ##.....::... ##..::... ##..::. ##:: ###:: ##:'##... ##::
   ##:::..:: ##:::::::::: ##::::::: ##::::: ##:: ####: ##: ##:::..:::
  . ######:: ######:::::: ##::::::: ##::::: ##:: ## ## ##: ##::'####:
  :..... ##: ##...::::::: ##::::::: ##::::: ##:: ##. ####: ##::: ##::
  '##::: ##: ##:::::::::: ##::::::: ##::::: ##:: ##:. ###: ##::: ##::
  . ######:: ########:::: ##::::::: ##::::'####: ##::. ##:. ######:::
  :......:::........:::::..::::::::..:::::....::..::::..:::......::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Setting Page Here */
  #acc-user-inbox-wrapper.pro-profile.pro-setting #section-account .container .row .no-padding:nth-child(2) {
    padding-top: 0px;
  }

  /*
  :::'###::::'########:::'#######::'##::::'##:'########:
  ::'## ##::: ##.... ##:'##.... ##: ##:::: ##:... ##..::
  :'##:. ##:: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
  '##:::. ##: ########:: ##:::: ##: ##:::: ##:::: ##::::
   #########: ##.... ##: ##:::: ##: ##:::: ##:::: ##::::
   ##.... ##: ##:::: ##: ##:::: ##: ##:::: ##:::: ##::::
   ##:::: ##: ########::. #######::. #######::::: ##::::
  ..:::::..::........::::.......::::.......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  About Page Here */

  #acc-user-inbox-wrapper.about #abouttab>div.container-fluid.bg-about-end {
    height: 350px !important;
  }

}


/*
'##::::'##:'########:'########::'####::::'###::::
 ###::'###: ##.....:: ##.... ##:. ##::::'## ##:::
 ####'####: ##::::::: ##:::: ##:: ##:::'##:. ##::
 ## ### ##: ######::: ##:::: ##:: ##::'##:::. ##:
 ##. #: ##: ##...:::: ##:::: ##:: ##:: #########:
 ##:.:: ##: ##::::::: ##:::: ##:: ##:: ##.... ##:
 ##:::: ##: ########: ########::'####: ##:::: ##:
..:::::..::........::........:::....::..:::::..::
:'#######::'##::::'##:'########:'########::'##:::'##::::'##::::'##:'##:::::::
'##.... ##: ##:::: ##: ##.....:: ##.... ##:. ##:'##:::::. ##::'##:: ##:::::::
 ##:::: ##: ##:::: ##: ##::::::: ##:::: ##::. ####:::::::. ##'##::: ##:::::::
 ##:::: ##: ##:::: ##: ######::: ########::::. ##:::::::::. ###:::: ##:::::::
 ##:'## ##: ##:::: ##: ##...:::: ##.. ##:::::: ##::::::::: ## ##::: ##:::::::
 ##:.. ##:: ##:::: ##: ##::::::: ##::. ##::::: ##:::::::: ##:. ##:: ##:::::::
. ##### ##:. #######:: ########: ##:::. ##:::: ##::::::: ##:::. ##: ########:
:.....:..:::.......:::........::..:::::..:::::..::::::::..:::::..::........::
Media Query XL Here */

@media (min-width: 1201px) {

  /*
  :'######:::'########:'##::: ##:'########:'########:::::'###::::'##:::::::
  '##... ##:: ##.....:: ###:: ##: ##.....:: ##.... ##:::'## ##::: ##:::::::
   ##:::..::: ##::::::: ####: ##: ##::::::: ##:::: ##::'##:. ##:: ##:::::::
   ##::'####: ######::: ## ## ##: ######::: ########::'##:::. ##: ##:::::::
   ##::: ##:: ##...:::: ##. ####: ##...:::: ##.. ##::: #########: ##:::::::
   ##::: ##:: ##::::::: ##:. ###: ##::::::: ##::. ##:: ##.... ##: ##:::::::
  . ######::: ########: ##::. ##: ########: ##:::. ##: ##:::: ##: ########:
  :......::::........::..::::..::........::..:::::..::..:::::..::........::
  General Here*/
  .card-deck .card:not(:last-child) {
    margin-right: 10px;
    text-align: center;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 10px;
    text-align: center;
  }

  .card {
    margin-bottom: 20px;
  }

  .btn-float-left {
    /*margin: 0px 0;*/
    min-width: 220px;
    display: inline-block;
    float: left;
  }

  .btn-float-right {
    margin: 0px 0;
    min-width: 220px;
    display: inline-block;
    float: right;
  }

  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagline h1.title {
    /*font-size: 32px;
      text-align: center;
      font-family: WorkSans-Light;*/
    font-size: 52px;
    text-align: center;
    font-family: WorkSans-SemiBold;
  }

  .tagline h3.title-additional {
    font-size: 20px;
    text-align: center;
    font-family: WorkSans-Regular;
  }

  .search-input-box #searchBox::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  .search-input-box #searchBox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  .search-input-box #searchBox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    font-family: WorkSans-Regular;
    color: #ABABAB;
    padding: 0px
  }

  #formHome .search-input-box #searchBox {
    border-bottom: none;
  }

  .cd-header {
    height: 70px;
  }

  .container-search {
    width: 900px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .container-grid-for-lg {
    width: 1100px;
    max-width: 100%;
  }

  img.img-logo-mobile {
    display: none !important;
  }

  img.img-logo-dekstop {
    display: block !important;
  }

  .sb-search {
    width: 0px;
  }

  .container-grid-justified {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  form.search-box-area .search-input-box {
    /*width: calc(100% - 120px - 46px);*/
    width: calc(100% - 240px);
  }

  form.search-box-area .search-option {
    width: 170px;
  }

  form.search-box-area .search-option .cs-select span {
    width: 170px;
  }

  .cs-skin-elastic.cs-active .cs-options {
    /*width: 170px !important;*/
  }

  .container {
    width: 100% !important;
    max-width: 1140px;
  }

  #section-photos .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .img-pro-header {
    height: 400px !important;
  }

  .info-center {
    padding-left: 20px;
  }



  /*
  '##::::'##:'########:'##::: ##:'##::::'##:
   ###::'###: ##.....:: ###:: ##: ##:::: ##:
   ####'####: ##::::::: ####: ##: ##:::: ##:
   ## ### ##: ######::: ## ## ##: ##:::: ##:
   ##. #: ##: ##...:::: ##. ####: ##:::: ##:
   ##:.:: ##: ##::::::: ##:. ###: ##:::: ##:
   ##:::: ##: ########: ##::. ##:. #######::
  ..:::::..::........::..::::..:::.......:::
  Menu Here*/
  div#myAffixHome.scrolled {
    background: #ffffff;
    border-bottom: 1px solid #E5E5E5;
  }

  div#myAffixHome.scrolled form.search-box-area .search-input-box input[type="text"] {}

  div#myAffixHome.scrolled form.search-box-area .search-input-box {}

  div#myAffixHome.scrolled .cd-secondary-nav a {
    color: #4A4A4A;
  }

  div#myAffixHome.scrolled .cd-secondary-nav a:hover,
  div#myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #61A343 !important;
  }

  div#myAffixHome.scrolled form.search-box-area {}

  div#myAffixHome.scrolled form.search-box-area .search-icon {}

  #myAffix {
    padding-left: 20px !important;
    padding-right: 30px !important;
  }

  #myAffix .container {
    width: 100% !important;
  }

  #myHome {
    padding-left: 20px !important;
    padding-right: 30px !important;
  }

  #myHome .container {
    width: 100% !important;
  }

  #myAffixHome {
    padding-left: 20px !important;
    padding-right: 30px !important;
  }

  #myAffixHome .container {
    width: 100% !important;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  '########::'########:'########::::'###::::'####:'##::::::::'######::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::'##... ##:
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##::::::: ##:::..::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::. ######::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##::::::::..... ##:
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::'##::: ##:
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:. ######::
  ........:::........:::::..:::::..:::::..::....::........:::......:::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo Details Modal Here */
  #photoDetailsModal>div>div>div>div {
    /*max-width: 1800px;
    margin: auto !important;*/
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-right {
    left: 350px;
    max-width: calc(100% - 350px);
  }

  #photoDetailsModal>div>div>div>div>div.photo-detail-left {
    max-width: 350px;
    right: calc(100% - 350px);
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########::'########:'########::::'###::::'####:'##:::::::
   ##.... ##: ##.....::... ##..::::'## ##:::. ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::::'##:. ##::: ##:: ##:::::::
   ##:::: ##: ######:::::: ##::::'##:::. ##:: ##:: ##:::::::
   ##:::: ##: ##...::::::: ##:::: #########:: ##:: ##:::::::
   ##:::: ##: ##:::::::::: ##:::: ##.... ##:: ##:: ##:::::::
   ########:: ########:::: ##:::: ##:::: ##:'####: ########:
  ........:::........:::::..:::::..:::::..::....::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Detail Page Here */
  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>h1 {
    max-width: 355px;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.title-pro-detail>div {
    margin-left: 10px;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.address {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  #professionals-project-detail>div>div.project-info-detail>div>div.info-center>div.location-pro-detail>span.address:hover {
    white-space: normal;
    overflow-x: auto;
    text-overflow: ellipsis;
  }

  /*
  '########::'##::::'##::'#######::'########::'#######::
   ##.... ##: ##:::: ##:'##.... ##:... ##..::'##.... ##:
   ##:::: ##: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ########:: #########: ##:::: ##:::: ##:::: ##:::: ##:
   ##.....::: ##.... ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##: ##:::: ##:::: ##:::: ##:::: ##:
   ##:::::::: ##:::: ##:. #######::::: ##::::. #######::
  ..:::::::::..:::::..:::.......::::::..::::::.......:::
  :'######::'########::::'###::::'########:::'######::'##::::'##:
  '##... ##: ##.....::::'## ##::: ##.... ##:'##... ##: ##:::: ##:
   ##:::..:: ##::::::::'##:. ##:: ##:::: ##: ##:::..:: ##:::: ##:
  . ######:: ######:::'##:::. ##: ########:: ##::::::: #########:
  :..... ##: ##...:::: #########: ##.. ##::: ##::::::: ##.... ##:
  '##::: ##: ##::::::: ##.... ##: ##::. ##:: ##::: ##: ##:::: ##:
  . ######:: ########: ##:::: ##: ##:::. ##:. ######:: ##:::: ##:
  :......:::........::..:::::..::..:::::..:::......:::..:::::..::
  '##::::'##::'#######::'########:::::'###::::'##:::::::
   ###::'###:'##.... ##: ##.... ##:::'## ##::: ##:::::::
   ####'####: ##:::: ##: ##:::: ##::'##:. ##:: ##:::::::
   ## ### ##: ##:::: ##: ##:::: ##:'##:::. ##: ##:::::::
   ##. #: ##: ##:::: ##: ##:::: ##: #########: ##:::::::
   ##:.:: ##: ##:::: ##: ##:::: ##: ##.... ##: ##:::::::
   ##:::: ##:. #######:: ########:: ##:::: ##: ########:
  ..:::::..:::.......:::........:::..:::::..::........::
  Photo SEarch Modal Here */
  #photoSearchModal .mybtn-green {
    padding: 10px 30px;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Page Here */
  #professional-page #section-photos>div>div>div:nth-child(1) {
    padding-right: 10px !important;
  }

  #professional-page #section-photos>div>div>div:nth-child(2) {
    padding-left: 10px !important;
  }

  #professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  #professional-page #section-photos>div>div>div:nth-child(2)>div.card-group.profesional-list>div>div {
    margin-bottom: 20px !important;
  }

  /*
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::::::::'##:'########::'######::'########:
   ##.... ##: ##.... ##:'##.... ##::::::: ##: ##.....::'##... ##:... ##..::
   ##:::: ##: ##:::: ##: ##:::: ##::::::: ##: ##::::::: ##:::..::::: ##::::
   ########:: ########:: ##:::: ##::::::: ##: ######::: ##:::::::::: ##::::
   ##.....::: ##.. ##::: ##:::: ##:'##::: ##: ##...:::: ##:::::::::: ##::::
   ##:::::::: ##::. ##:: ##:::: ##: ##::: ##: ##::::::: ##::: ##:::: ##::::
   ##:::::::: ##:::. ##:. #######::. ######:: ########:. ######::::: ##::::
  ..:::::::::..:::::..:::.......::::......:::........:::......::::::..:::::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Professional Project Page Here */
  #professionals-project .other-photo h4 {
    margin-left: -5px;
  }

  /*
  :::'###:::::'######:::'######:::'#######::'##::::'##:'##::: ##:'########:
  ::'## ##:::'##... ##:'##... ##:'##.... ##: ##:::: ##: ###:: ##:... ##..::
  :'##:. ##:: ##:::..:: ##:::..:: ##:::: ##: ##:::: ##: ####: ##:::: ##::::
  '##:::. ##: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ## ## ##:::: ##::::
   #########: ##::::::: ##::::::: ##:::: ##: ##:::: ##: ##. ####:::: ##::::
   ##.... ##: ##::: ##: ##::: ##: ##:::: ##: ##:::: ##: ##:. ###:::: ##::::
   ##:::: ##:. ######::. ######::. #######::. #######:: ##::. ##:::: ##::::
  ..:::::..:::......::::......::::.......::::.......:::..::::..:::::..:::::
  '########::'########:::'#######::'########:'########::'######:::'######::'####:
   ##.... ##: ##.... ##:'##.... ##: ##.....:: ##.....::'##... ##:'##... ##:. ##::
   ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ##::::::: ##:::..:: ##:::..::: ##::
   ########:: ########:: ##:::: ##: ######::: ######:::. ######::. ######::: ##::
   ##.....::: ##.. ##::: ##:::: ##: ##...:::: ##...:::::..... ##::..... ##:: ##::
   ##:::::::: ##::. ##:: ##:::: ##: ##::::::: ##:::::::'##::: ##:'##::: ##:: ##::
   ##:::::::: ##:::. ##:. #######:: ##::::::: ########:. ######::. ######::'####:
  ..:::::::::..:::::..:::.......:::..::::::::........:::......::::......:::....::
  :'#######::'##::: ##::::'###::::'##:::::::
  '##.... ##: ###:: ##:::'## ##::: ##:::::::
   ##:::: ##: ####: ##::'##:. ##:: ##:::::::
   ##:::: ##: ## ## ##:'##:::. ##: ##:::::::
   ##:::: ##: ##. ####: #########: ##:::::::
   ##:::: ##: ##:. ###: ##.... ##: ##:::::::
  . #######:: ##::. ##: ##:::: ##: ########:
  :.......:::..::::..::..:::::..::........::
  '########::'########:::'#######::'########:'####:'##:::::::'########:
   ##.... ##: ##.... ##:'##.... ##: ##.....::. ##:: ##::::::: ##.....::
   ##:::: ##: ##:::: ##: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ########:: ########:: ##:::: ##: ######:::: ##:: ##::::::: ######:::
   ##.....::: ##.. ##::: ##:::: ##: ##...::::: ##:: ##::::::: ##...::::
   ##:::::::: ##::. ##:: ##:::: ##: ##:::::::: ##:: ##::::::: ##:::::::
   ##:::::::: ##:::. ##:. #######:: ##:::::::'####: ########: ########:
  ..:::::::::..:::::..:::.......:::..::::::::....::........::........::
  '########:::::'###:::::'######:::'########:
   ##.... ##:::'## ##:::'##... ##:: ##.....::
   ##:::: ##::'##:. ##:: ##:::..::: ##:::::::
   ########::'##:::. ##: ##::'####: ######:::
   ##.....::: #########: ##::: ##:: ##...::::
   ##:::::::: ##.... ##: ##::: ##:: ##:::::::
   ##:::::::: ##:::: ##:. ######::: ########:
  ..:::::::::..:::::..:::......::::........::
  Account Professional Profile Page Here */
  #acc-user-inbox-wrapper.pro-profile #menuSide {
    width: 247px !important;
    padding-left: 0px;
    margin-bottom: 30px !important;
  }

}