/*=================================================
CSS Styles for <HemenBakici>.

version:   1.0
====================================================*/
/*******************
Global Mixins
******************/
/*Border Radius Mixin*/
/*background Position Mixin*/
/*Typography  Mixin*/
/*Clearfix Mixin*/
/*Box Sizing Mixin*/
/*Box Shadow Mixin*/
/*Anchor tag Mixin*/
/*Custom Select Mixin*/
/* Extra Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Tablets */
/*===============Checkbox===============*/

/* Global fonts - changes 30 may */
@font-face {
  font-family: gamine;
  src: url("../fonts/gamine.ttf");
  font-weight: 100;
}

@font-face {
  font-family: typewritter;
  src: url("../fonts/typewritter.ttf");
  font-weight: 100;
}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
/* 
@font-face {
  font-family: PT-sans-regular;
  src: url("../fonts/ptsans-regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: PT-sans-bold;
  src: url("../fonts/ptsans-bold.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
} */

a:-webkit-any-link {
  text-decoration: none !important;
}

.check-group {
  display: inline-block;
  width: 100%;
}

.check-group.last {
  margin-bottom: 0px !important;
}

.check-group .checkbox {
  display: inline-block;
  margin-right: 15px;
}

.check-group .checkbox.img {
  min-height: 75px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  max-width: 115px;
  text-align: center;
  padding-left: 0px;
}

.check-group .checkbox.img p {
  position: absolute;
  top: 85px;
  display: inline-block;
  width: 100%;
  text-align: center;
  left: 0px;
}

.check-group .checkbox.img p span {
  font-size: 13px;
  line-height: 15px;
  display: block;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 16px;
  margin-top: -2px;
  vertical-align: top;
  font-size: 18px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 1px;
  margin-left: -20px;
  border: 2px solid #d6d6d6;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  top: -1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 16px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"] {
  width: 27px;
  height: 27px;
  margin-left: -18px;
  margin-top: -2px;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  left: 3px;
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.4;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

/*============END===================*/
/*============TextField=============*/
.custom-form {
  /*File Upload*/
}

.custom-form .form-group.inline-btn input.form-control {
  display: inline-block;
  width: 70%;
}

.custom-form .form-group.inline-btn .btn {
  display: inline-block;
  width: 27%;
  float: right;
  min-width: auto;
}

@media only screen and (max-width: 991px) {
  .custom-form .form-group.row-group .bootstrap-select {
    margin-bottom: 15px;
  }
}

.custom-form input.form-control {
  background: #fff;
  border: 1px solid #d6d6d6;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  height: 50px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 9px 12px;
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.custom-form input.form-control::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #c3c3c3;
    line-height: normal;
  }
}

.custom-form input.form-control:-moz-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control:-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #c3c3c3;
    line-height: normal;
  }
}

.custom-form input.form-control::-moz-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #c3c3c3;
    line-height: normal;
  }
}

.custom-form input.form-control:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #c3c3c3;
    line-height: normal;
  }
}

.custom-form input.form-control:focus {
  background: #ffffff;
  border: 1px solid #adadad;
}

.custom-form input.form-control.md {
  max-width: 235px;
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control.md {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-form input.form-control {
    height: 38px;
    font-size: 18px;
  }
}

.custom-form.filter {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.custom-form textarea.form-control,
.custom-form .textarea .ta-scroll-window.form-control {
  background: #fff;
  border: 1px solid #d6d6d6;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.custom-form textarea.form-control::-webkit-input-placeholder,
.custom-form .textarea .ta-scroll-window.form-control::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control::-webkit-input-placeholder,
  .custom-form .textarea .ta-scroll-window.form-control::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
  }
}

.custom-form textarea.form-control:-moz-placeholder,
.custom-form .textarea .ta-scroll-window.form-control:-moz-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control:-moz-placeholder,
  .custom-form .textarea .ta-scroll-window.form-control:-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
  }
}

.custom-form textarea.form-control::-moz-placeholder,
.custom-form .textarea .ta-scroll-window.form-control::-moz-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control::-moz-placeholder,
  .custom-form .textarea .ta-scroll-window.form-control::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
  }
}

.custom-form textarea.form-control:-ms-input-placeholder,
.custom-form .textarea .ta-scroll-window.form-control:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control:-ms-input-placeholder,
  .custom-form .textarea .ta-scroll-window.form-control:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
  }
}

.custom-form textarea.form-control:focus,
.custom-form .textarea .ta-scroll-window.form-control:focus {
  background: #ffffff;
  border: 1px solid #adadad;
}

.custom-form textarea.form-control.md,
.custom-form .textarea .ta-scroll-window.form-control.md {
  max-width: 230px;
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control.md,
  .custom-form .textarea .ta-scroll-window.form-control.md {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-form textarea.form-control,
  .custom-form .textarea .ta-scroll-window.form-control {
    height: 70px;
    min-height: 100px;
    font-size: 18px;
  }
}

.custom-form .file-upload {
  position: relative;
  width: 100%;
  display: inline-block;
}

.custom-form .file-upload .input-group-btn {
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  background: url(../img/icons.png) no-repeat;
  background-position: -16px -168px;
  z-index: 99;
  display: block;
  top: 6px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .custom-form .file-upload .input-group-btn {
    background-position: -16px -214px;
    right: 0px;
  }
}

.custom-form .file-upload .input-group-btn span {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 35px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .custom-form label {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
  }
}

.custom-form label.space {
  padding-left: 15px;
}

.custom-form span.help-block {
  font-size: 15px;
  font-weight: 400;
  color: #54b39c;
  line-height: normal;
  text-align: left;
}

/*============END==================*/
/*============Custom Select=======*/
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select.open .dropdown-toggle.btn-default {
  background: #fff;
}

.bootstrap-select.open .dropdown-toggle.btn-default:focus {
  background: #ffffff;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 37px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.disabled {
  opacity: 0.8;
}

.bootstrap-select .btn-default {
  background: #fff;
  border: 1px solid #d6d6d6;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  height: 50px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select .btn-default {
    height: 38px;
  }
}

.bootstrap-select .btn-default:focus {
  background: #ffffff;
}

.bootstrap-select span.filter-option {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select span.filter-option {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: 25px;
  }
}

.bootstrap-select .bs-caret {
  width: 42px;
  height: 48px;
  position: absolute;
  right: 0;
  background: none;
  top: 0;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select .bs-caret {
    width: 34px;
    height: 34px;
    /*background: #fff;*/
    padding-left: 7px;
    margin-top: 1px;
  }
}

.bootstrap-select .bs-caret .caret {
  width: 22px;
  height: 14px;
  background: #fff url(../img/icons.png) no-repeat;
  background-position: -64px -7px;
  display: block;
  border: none;
  margin-top: 18px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select .bs-caret .caret {
    background-position: -64px -7px;
    width: 22px;
    margin-top: 12px;
    margin-left: 0;
  }
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:hover {
  background: #fff !important;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0px;
  outline: 0px;
  outline-offset: 0px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* .bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 18px;
margin-top: -4px;
vertical-align: middle;
}*/
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 0px;
  margin-top: 0;
  max-height: 331px !important;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select.btn-group .dropdown-menu {
    max-height: 321px !important;
  }
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  border-bottom: 1px solid #c5c8cc;
  font-size: 24px;
  font-weight: 400;
  color: #828282;
  line-height: normal;
  padding: 12px 15px;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 15px;
    font-size: 18px;
  }
}

.bootstrap-select.btn-group .dropdown-menu li a:focus {
  outline: 0px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #edeff3;
  color: #242424;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:hover {
  background: #edeff3;
  color: #242424;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #edeff3;
  color: #242424;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*============End===============*/
/*===========Custom Radio========*/
.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 8px;
  line-height: 21px;
  font-size: 14px;
  font-weight: normal;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out;
  -o-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  left: 7px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #e97024;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: 0px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: .65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.inline {
  margin-top: 0;
  display: inline-block;
  margin-right: 10px;
}

.radio.center span {
  padding-top: 25px;
  display: inline-block;
}

.radio.center span b {
  display: inline-block;
  width: 100%;
}

.radio.center label::before {
  left: 50%;
  margin-left: -8px;
}

.radio.center label::after {
  left: 50%;
  margin-left: -1px;
}

.radio.normal label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio.normal label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out;
  -o-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.radio.normal label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  left: 7px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #728cb0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio.normal input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio.normal input[type="radio"]:focus + label::before {
  outline: 0px;
}

.radio.normal input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio.normal input[type="radio"]:disabled + label {
  opacity: .65;
}

.radio.normal input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/*===========End===============*/
/*========Forms=========*/
.bootstrap-select.md {
  max-width: 230px;
}

@media only screen and (max-width: 767px) {
  .bootstrap-select.md {
    max-width: 100%;
  }
}

.form-header {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.form-header .btn.btn-pink.fill {
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .form-header .btn.btn-pink.fill {
    margin-top: 10px;
    line-height: 28px;
  }
}

.form-header .bootstrap-select {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .form-header .bootstrap-select {
    margin-bottom: 10px;
  }
}

.search-bar {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search-bar {
    width: 100%;
  }
}

.search-bar input.form-control {
  padding-left: 42px;
}

@media only screen and (max-width: 767px) {
  .search-bar input.form-control {
    padding-left: 30px;
  }
}

.search-bar i.icon-search {
  position: absolute;
  top: 13px;
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .search-bar i.icon-search {
    top: 12px;
  }
}

/*======Custom Form Small=======*/
.custom-form.md label {
  text-align: left;
  font-size: 19px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  width: 100%;
}

.custom-form.md input.form-control {
  height: 40px;
  max-width: 100%;
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.custom-form.md input.form-control::-webkit-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md input.form-control:-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md input.form-control::-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md input.form-control:-ms-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md textarea.form-control {
  font-size: 19px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.custom-form.md textarea.form-control::-webkit-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md textarea.form-control:-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md textarea.form-control::-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md textarea.form-control:-ms-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md .form-inline .form-group {
  margin-bottom: 15px;
}

.custom-form.md .filter_search .btn.btn-gray {
  min-width: 100%;
}

.custom-form.md .bootstrap-select.md {
  max-width: 100%;
}

.custom-form.md .search-bar {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}

.custom-form.md .search-bar .form-control {
  padding-left: 35px;
  height: 40px;
  max-width: 100%;
}

.custom-form.md .search-bar .form-control::-webkit-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md .search-bar .form-control:-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md .search-bar .form-control::-moz-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md .search-bar .form-control:-ms-input-placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.custom-form.md .search-bar i.icon-search {
  background-position: -67px -25px;
  width: 18px;
  height: 18px;
}

.custom-form.md .bootstrap-select .btn-default {
  height: 40px;
  min-width: 100%;
}

.custom-form.md .bootstrap-select span.filter-option {
  font-size: 19px;
  line-height: 27px;
}

.custom-form.md .bootstrap-select .bs-caret .caret {
  background-position: -63px -7px;
  width: 22px;
  height: 13px;
  margin-top: 13px;
  margin-left: 0;
}

.custom-form.md .bootstrap-select .bs-caret {
  width: 30px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .custom-form.md .bootstrap-select .bs-caret {
    right: 5px;
  }
}

/*=====File Upload Button=====*/
.file-upload.button {
  display: inline-block;
  vertical-align: top;
  height: 50px;
}

.file-upload.button label.input-group-btn {
  width: auto;
  right: auto;
}

.file-upload.button input.form-control {
  display: none;
}

.file-upload.button span.btn.btn-default {
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: 30px;
  background: #ffffff;
  color: #54b39c;
  /* box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.25); */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 150px;
  height: auto;
  border: 1px solid #54b39c;
}

.file-upload.button span.btn.btn-default:focus,
.file-upload.button span.btn.btn-default:hover {
  background: #54b39c;
  color: #ffffff;
}

.file-upload.button span.filename {
  margin-left: 160px;
  margin-top: 18px;
  display: inline-block;
  word-break: break-all;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .file-upload.button span.filename {
    margin-top: 10px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .file-upload.button span.filename {
    font-size: 18px;
    margin-top: 5px;
  }
}

/*=====End=====*/
/*=====Text Editor=====*/
.ta-toolbar .btn.btn-default {
  box-shadow: none;
  border: none;
  min-width: 45px;
  height: 45px;
  background: none;
}

.ta-toolbar .btn.btn-default.active {
  color: #020202;
}

.ta-toolbar .btn.btn-default.active i {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .ta-toolbar .btn.btn-default {
    min-width: 30px;
  }
}

.ta-toolbar .btn.btn-default:hover {
  background: none;
  color: #333;
}

.ta-toolbar .btn.btn-default i {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .ta-toolbar .btn.btn-default i {
    font-size: 20px;
  }
}

/*=====End=====*/
.form-item-container {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.form-control.disabled,
.form-control[disabled] {
  opacity: 0.8;
}

.formate {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: normal;
  padding-top: 10px;
}

/* Extra Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Tablets */
/*Only For Large Devices*/
/*=====Fonts=====*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

/* ==============Headings===============*/
h3.label {
  font-size: 16px;
  font-weight: normal;
  color: #242424;
  line-height: normal;
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 0px;
}

h2.hd-white {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h2 span.city {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
}

h4.purple {
  color: #54b39c;
}

h3.block-heading {
  font-size: 18px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
}

h2.block-heading {
  font-size: 24px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
}

h2.block-heading.purple {
  color: #54b39c;
}

/* =============End Headings============*/
/*======General======*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

[role=button],
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  outline: 0px;
}

i.cancel {
  margin-top: 13px;
}

ul.file-listing {
  margin: 0px;
  padding: 0px;
}

ul.file-listing li {
  font-size: 17px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  list-style-type: none;
}

ul.file-listing li a {
  color: #54b39c;
  margin-top: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.search-bar.small input.form-control {
  border-radius: 0px;
  padding-left: 30px;
}

.search-bar.small i.icon-search {
  background-position: -67px -25px;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 8px;
}

span.purple {
  color: #54b39c;
}

.avatar {
  padding: 0px;
  text-align: center;
}

.avatar-img {
  box-shadow: 0px 0px 2px #bebebe;
  max-width: 150px;
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 15px 0;
}

.avatar-img i {
  font-size: 80px;
}

.white-block {
  box-shadow: 0px 0px 5px rgba(0, 1, 1, 0.35);
  padding: 20px;
  margin-top: 25px;
}

.white-block h3.block-heading {
  margin-top: 0px;
  margin-bottom: 20px;
}

.form-block {
  display: inline-block;
  box-shadow: 0px 0px 5px rgba(0, 1, 1, 0.35);
  width: 100%;
}

.list-group {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}

.list-group li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  padding-bottom: 10px;
}

.task-list {
  box-shadow: 0px 0px 3px rgba(0, 1, 1, 0.35);
  padding: 15px;
  min-height: 280px;
  margin-bottom: 30px;
  max-height: 400px;
  overflow: scroll;
  font-size: 16px;
  line-height: 20px;
}

.task-list h4 {
  margin-top: 0px;
}

p.small-text {
  font-size: 17px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

p.medium {
  font-size: 18px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.user-img {
  max-width: 215px;
  box-shadow: 0px 0px 2px #bebebe;
}

.user-img img {
  width: 100%;
  max-width: 100%;
}

.expert-rating i.fa.active {
  color: #ffcc33;
}

.main-wrap .main-wrapper .sidebar .side-ctn .expert-rating {
  margin: 15px 0;
  text-align: center;
}

.main-wrap .main-wrapper .sidebar .side-ctn .expert-rating div {
  margin: 0px 2px;
  display: inline-block;
}

/*===End====*/
/* ========== Links ===================*/
a {
  text-decoration: none;
  color: #333;
  cursor: pointer !important;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a.back-arrow {
  color: #fff;
  font-size: 75px;
}

/* ============End Links============*/
.main-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.main-wrap .main-wrapper {
  display: flex;
  min-height: calc(100vh - 98px);
  margin-top: 98px;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .main-wrap .main-wrapper {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .main-wrapper {
    display: inline-block;
    width: 100%;
  }
}

.main-wrap .main-wrapper .sidebar {
  box-shadow: 2px 0 5px -2px #888;
  float: left;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  background: #f5f3f3;
}

@media only screen and (max-width: 767px) {
  .main-wrap .main-wrapper .sidebar h2 {
    text-align: center;
  }
}

.main-wrap .main-wrapper .sidebar .side-ctn {
  display: inline-block;
  text-align: center;
  margin-left: -15px;
  max-width: 215px;
}

.main-wrap .main-wrapper .sidebar .side-ctn .prop-link {
  margin-top: 25px;
}

.main-wrap .main-wrapper .sidebar .side-ctn .prop-link a {
  font-size: 20px;
  padding: 20px;
  display: block;
}

.main-wrap .main-wrapper .sidebar .side-ctn .prop-link a:hover {
  text-decoration: none;
}

.main-wrap .main-wrapper .sidebar .side-ctn .expert-rating {
  margin: 15px 0;
}

.main-wrap .main-wrapper .sidebar .side-ctn .button-group .btn {
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
}

.main-wrap .main-wrapper .sidebar .user-img {
  max-width: 215px;
  box-shadow: 0px 0px 4px 0px #909090;
  overflow: hidden;
  max-height: 215px;
  position: relative;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
}

.main-wrap .main-wrapper .sidebar .user-img i.fa-picture-o {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 50%;
  font-size: 30px;
  color: #fff;
  margin-left: -12px;
}

.main-wrap .main-wrapper .sidebar .user-img input.profile-pic-upload {
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .main-wrap .main-wrapper .sidebar {
    width: 25%;
  }

  .main-wrap .main-wrapper .sidebar .side-ctn {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .main-wrap .main-wrapper .sidebar {
    width: 100%;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .main-wrapper .sidebar {
    width: 100%;
    padding-bottom: 15px;
  }
}

.main-wrap .main-wrapper .sidebar form.custom-form {
  width: 90%;
  display: inline-block;
}

.main-wrap .main-wrapper .sidebar form.custom-form .btn.btn-gray {
  width: 100%;
}

.main-wrap .page-content {
  min-height: calc(100vh - 563px);
}

.main-wrap .inner-container {
  float: left;
  width: 80%;
  padding: 50px 5%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .main-wrap .inner-container {
    width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .main-wrap .inner-container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .inner-container {
    width: 100%;
  }
}

.main-wrap .inner-container .navbar.navbar-default {
  background: none;
  box-shadow: none;
  border: none;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .main-wrap .inner-container .navbar.navbar-default {
    margin-bottom: 0px;
  }

  .main-wrap .inner-container .navbar.navbar-default .nav.navbar-nav {
    margin: 0px;
  }
}

.main-wrap .inner-container .navbar.navbar-default ul.nav li a {
  border: 1px solid #020202;
  margin-right: 20px;
  font-size: 23px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  padding: 10px 18px;
  min-width: 205px;
  text-align: center;
  border-radius: 0px;
}

@media only screen and (max-width: 1200px) {
  .main-wrap .inner-container .navbar.navbar-default ul.nav li a {
    font-size: 20px;
    padding: 10px 15px;
    min-width: 115px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .inner-container .navbar.navbar-default ul.nav li {
    margin-bottom: 15px;
    display: inline-block;
  }

  .main-wrap .inner-container .navbar.navbar-default ul.nav li a {
    display: inline-block;
    min-width: auto;
    font-size: 16px;
    padding: 5px 15px;
    margin-right: 5px;
  }
}

.main-wrap .inner-container .navbar.navbar-default ul.nav li.active a,
.main-wrap .inner-container .navbar.navbar-default ul.nav li:hover a {
  color: #54b39c;
  background: #fff;
  box-shadow: none;
  position: relative;
  border-color: #54b39c;
}

.main-wrap .inner-container .navbar.navbar-default ul.nav li.active a:before,
.main-wrap .inner-container .navbar.navbar-default ul.nav li:hover a:before {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -20px;
  margin-left: -24px;
  width: 53px;
  height: 20px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -4px -4px;
}

@media only screen and (max-width: 1200px) {
  .main-wrap .inner-container .navbar.navbar-default ul.nav li.active a:before,
  .main-wrap .inner-container .navbar.navbar-default ul.nav li:hover a:before {
    background-position: -4px -9px;
    height: 15px;
    bottom: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrap .inner-container .navbar.navbar-default ul.nav li.active a:before,
  .main-wrap .inner-container .navbar.navbar-default ul.nav li:hover a:before {
    background-position: -4px -15px;
    height: 10px;
    bottom: -10px;
    margin-left: -25px;
  }
}

.main-wrap .inner-container .welcome {
  text-align: left;
  width: 80%;
}

/* ================Buttons===============*/
@media only screen and (max-width: 767px) {
  .button-group {
    text-align: center;
  }

  .button-group > .btn {
    margin-bottom: 5px;
  }
}

.button-group .btn {
  vertical-align: top;
}

.btn.btn-default {
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: 30px;
  background: #fff;
  /* box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.25); */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 150px;
}

.btn.btn-default:focus,
.btn.btn-default:hover {
  background: #020202;
  color: #fff;
}

.btn.btn-pink {
  font-size: 24px;
  font-weight: 400;
  color: #54b39c;
  line-height: 40px;
  background: #fff;
  /* box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.35); */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 215px;
}

.btn.btn-pink:focus,
.btn.btn-pink:hover {
  background: #54b39c;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .btn.btn-pink {
    min-width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn.btn-pink.fill {
  font-size: 24px;
  font-weight: 400;
  color: #54b39c;
  line-height: 40px;
  background: #fff;
  /* box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.35); */
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 215px;
  border: 1px solid #54b39c;
}

.btn.btn-pink.fill:focus,
.btn.btn-pink.fill:hover {
  background: #54b39c;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .btn.btn-pink.fill {
    min-width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn.btn-gray {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: 40px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.35);
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 215px;
}

.btn.btn-gray.fill {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: 40px;
  background: #020202;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .btn.btn-gray.fill {
    min-width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn.btn-gray.fill:focus,
.btn.btn-gray.fill:hover {
  background: #fff;
  color: #020202;
}

.btn.btn-gray:focus,
.btn.btn-gray:hover {
  background: #020202;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .btn.btn-gray {
    min-width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn.btn-pink.wtdh {
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.button-purple {
  text-align: center;
}

.button-purple .btn {
  background: #fff;
  color: #54b39c;
  border: 1px solid #54b39c;
}

.button-purple .btn:focus,
.button-purple .btn:hover {
  background: #fff;
  color: #54b39c;
}

.button-purple .icon-wrap {
  display: inline-block;
  width: 100%;
}

.button-purple i.icon-arrow-down {
  display: inline-block;
}

.btn.btn-white {
  font-size: 18px;
  font-weight: normal;
  color: #020202;
  line-height: 24px;
  background: white;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 165px;
}

.btn.btn-white:focus,
.btn.btn-white:hover {
  color: #54b39c;
}

.btn.btn-info {
  background: none;
  border: none;
  float: right;
  box-shadow: none;
  width: 100%;
  text-align: right;
}

.btn.btn-info.active:focus,
.btn.btn-info:focus,
.btn.btn-info:hover {
  color: #54b39c;
  background: none;
  outline: none;
}

.btn.btn-info i {
  color: #54b39c;
  font-size: 50px;
}

.btn.btn-arrow-down {
  background: none;
  box-shadow: none;
  border: none;
}

.btn.btn-arrow-down i {
  font-size: 50px;
  color: #fff;
}

.btn.btn-arrow-down i.fa-chevron-up {
  display: none;
}

.btn.btn-arrow-down i.fa-chevron-down {
  display: block;
}

.btn.btn-arrow-down.collapsed i.fa-chevron-up {
  display: block;
}

.btn.btn-arrow-down.collapsed i.fa-chevron-down {
  display: none;
}

.btn.btn-plus {
  background: none;
  box-shadow: none;
  border: none;
  line-height: 22px;
  vertical-align: top;
  font-size: 18px;
  font-weight: normal;
}

.btn.btn-plus i {
  font-size: 22px;
  color: #54b39c;
  float: left;
  padding-right: 10px;
}

.btn.btn-md {
  min-width: 100px;
  line-height: 22px;
  font-size: 16px;
}

/* ================End Buttons===============*/
/* ==============Global SASS================*/
/* ===========End Global SASS================*/
/*==========Progress Bar===========*/
.progress-wrap {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .progress-wrap {
    margin-bottom: 25px;
  }
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: normal;
  color: #fff;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/* #progressbar li:after{content:'';width:100%;height:2px;background:#000!important;position:absolute;left:-50%;top:9px;z-index:-1}
#progressbar li:first-child:after{content:none}
#progressbar li.active:before,#progressbar li.active:after{background:$pink;color:#fff;} */
.progressbar {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 25px 0;
  position: relative;
}

.progressbar li {
  font-size: 33px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  position: relative;
  display: inline-block;
  width: 33%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .progressbar li {
    font-size: 18px;
  }
}

.progressbar li .step-name {
  display: block;
  width: 100%;
}

.progressbar li .step-num {
  content: "\f00c";
  font-family: FontAwesome;
  counter-increment: step;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  line-height: 43px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: #020202;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.progressbar li:after {
  content: "";
  display: block;
  background: #020202;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 21px;
  left: -50%;
}

.progressbar li:last-of-type .step-num:after {
  display: none;
}

.progressbar li:first-child {
  float: left;
}

.progressbar li:last-child {
  float: right;
}

.progressbar li.active:first-child:after {
  display: none;
}

.progressbar li.active .step-num {
  background-color: #54b39c;
}

.progressbar li.active .step-name {
  color: #54b39c;
  font-weight: normal;
}

.progressbar li.active:after {
  background-color: #54b39c;
}

/*==========End========*/
/*=======Start Inner Navbar=======*/
/*=======End Inner Navbar=======*/
/*==========Start Icons===========*/
a.arro-right,
span.arrow-right {
  display: block;
  width: 55px;
  height: 30px;
  background: url(../img/icons.png) no-repeat;
  background-position: -5px -285px;
}

i.icon-arrow-down {
  display: block;
  width: 53px;
  height: 15px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -4px -10px;
}

i.icon-search {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -19px -131px;
}

@media only screen and (max-width: 767px) {
  i.icon-search {
    background-position: -67px -25px;
    width: 18px;
    height: 18px;
  }
}

i.icon-i {
  display: block;
  width: 32px;
  height: 30px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -56px -52px;
}

i.icon-b {
  display: block;
  width: 32px;
  height: 30px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -57px -87px;
}

i.icon-menu {
  display: block;
  width: 32px;
  height: 30px;
  content: "";
  background: url(../img/icons.png) no-repeat;
  background-position: -57px -120px;
}

.icon-close {
  font-size: 22px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.icon-close:hover {
  color: #54b39c;
}

/*===========End=================*/
/*==========Date Picker=========*/
.btn.btn-calendar {
  min-width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-calendar {
    height: 38px;
    min-width: 40px;
    line-height: 26px;
  }
}

.uib-datepicker-popup.dropdown-menu,
.uib-datepicker-popup {
  outline: none;
}

.uib-datepicker-popup.dropdown-menu div,
.uib-datepicker-popup div {
  outline: none;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default,
.uib-datepicker-popup button.btn.btn-default {
  color: #333;
  min-width: auto;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default.btn-info.active,
.uib-datepicker-popup button.btn.btn-default.btn-info.active {
  height: auto;
  width: 100%;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default:hover,
.uib-datepicker-popup button.btn.btn-default:hover {
  color: #fff;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default:hover span.text-muted,
.uib-datepicker-popup button.btn.btn-default:hover span.text-muted {
  color: #fff;
}

.uib-datepicker-popup.dropdown-menu button.default[disabled],
.uib-datepicker-popup button.default[disabled] {
  color: #ccc;
}

.uib-datepicker-popup.dropdown-menu:focus,
.uib-datepicker-popup:focus {
  outline: none;
}

.uib-datepicker-popup.dropdown-menu .uib-button-bar,
.uib-datepicker-popup .uib-button-bar {
  display: inline-block;
  width: 100%;
}

.uib-datepicker-popup.dropdown-menu .btn-info,
.uib-datepicker-popup .btn-info {
  width: auto;
  color: #333;
  background: #ccc;
  height: 30px;
  float: left;
}

/*==========End==============*/
/*=====Table=====*/
@media screen and (min-width: 992px) {
  .table-responsive {
    overflow: visible;
  }
}

.table-responsive .table > tbody > tr > td {
  padding: 5px 8px;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #020202;
  line-height: normal;
}

.table-responsive .table > tbody > tr > td span.price {
  font-weight: normal;
}

.table-responsive .table > tbody > tr > td span.total {
  font-weight: normal;
  color: #54b39c;
}

.table-responsive .table > thead > tr > th {
  border: none;
  font-size: 18px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
}

.table-responsive .table > tbody > tr.last-row td {
  padding-top: 15px;
}

/*===End===*/
/*Main Nav*/
@media only screen and (max-width: 991px) {
  header .navbar-header {
    float: none;
  }

  header .navbar-left,
  header .navbar-right {
    float: none !important;
  }

  header .navbar-toggle {
    display: block;
  }

  header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  header .navbar-collapse.collapse {
    display: none !important;
  }

  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  header .navbar-nav > li {
    float: none;
  }

  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .collapse.in {
    display: block !important;
  }
}

/*Global Class for pink color button*/
.btn-pink-color {
  color: #54b39c !important;
  background: #fff !important;
  border: 1px solid #54b39c;
}

.btn-pink-color:hover {
  color: #ffffff !important;
  background: #54b39c !important;
  border: 1px solid #54b39c;
}

/* Extra Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Tablets */
/*Only For Large Devices*/
/*======Font=======*/
/* ======Typography=======*/
/* Setting up the fonts */
body {
  /* font: 24px/30px Arial; */
  font-family: Arial;
  /* font: 24px/30px "gamine", sans-serif; */
  color: #020202;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

/* ======End Typography============*/
/* ================Branding===============*/
p {
  padding: 0 0 10px 0;
  margin: 0;
}

p a.smallfont-word {
  color: #54b39c;
  word-break: break-all;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

a:focus,
a:hover,
a:active,
a:visited,
.btn:focus,
.btn:hover,
.btn:active,
.btn:visited,
li:focus,
li:hover,
li:active,
li:visited {
  outline: none;
}

.padd-none {
  padding: 0 !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

header {
  position: fixed !important;
  z-index: 1001;
  width: 100%;
}

.header {
  background: #fff;
  min-height: 98px;
  position: relative;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
}

.header::before {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 6px;
  background: #e97024;
  background: -moz-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: -webkit-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: linear-gradient(to right, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa2c', endColorstr='#f6aa2c', GradientType=1);
  content: "";
  display: none;
}

.header span.name-circle {
  font-size: 17px;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #54b39c;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header li.notification a i.fa.fa-star {
  background: url(../img/icons.png) no-repeat;
  background-position: -15px -250px;
  font-size: 0px;
  text-indent: -999px;
  width: 43px;
  height: 27px;
  display: block;
  margin-top: 0px;
}

.header li.notification div.dropdown-menu {
  min-width: 320px;
  left: auto;
  right: 0px;
  padding: 15px;
}

.header li.notification div.dropdown-menu h3 {
  font-size: 18px;
  font-weight: 400;
  color: #54b39c;
  line-height: normal;
  margin: 0px;
  margin-bottom: 5px;
}

.header li.notification div.dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}

.header li.notification div.dropdown-menu ul li {
  line-height: 19px;
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.header li.notification div.dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  list-style: none;
}

.header li.notification div.dropdown-menu ul li a span {
  display: inline-block;
  width: 100%;
}

.header .navbar-nav {
  margin: 3px 0 0;
}

.header .navbar-brand img {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .header .navbar-brand img {
    width: 210px;
  }
}

.header .navbar-default {
  background: none;
  box-shadow: none;
  border: none;
  padding-top: 16px;
  margin-bottom: 0px;
}

.header .navbar-default ul.dropdown-menu {
  min-width: 100%;
}

.header .navbar-default ul.dropdown-menu li a {
  font-size: 18px !important;
  padding: 5px 15px;
}

.header .navbar-default ul.dropdown-menu li a:hover {
  background: none;
}

@media only screen and (max-width: 991px) {
  .header .navbar-default .navbar-collapse {
    width: 100%;
    margin: 15px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar-default ul.nav {
    padding-top: 7px;
  }
}

.header .navbar-default ul.nav li a {
  font-size: .8rem;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.header .navbar-default ul.nav li a:hover {
  color: #54b39c;
}

@media only screen and (max-width: 991px) {
  .header .navbar-default ul.nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
  }
}

.header .navbar-default ul.nav li.active a {
  color: #54b39c;
  background: none;
  box-shadow: none;
}

/* ==========End Branding==============*/
/* ================Footer================*/
footer.footer {
  min-height: 464px;
  /* border-top: 5px solid #020202; */
  position: relative;
  /* background: #120017 url(../img/footer-bg-left.png) no-repeat left top; */
  background: #ffffff;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
  footer.footer {
    background: #000000;
  }
}

@media only screen and (max-width: 991px) {
  footer.footer {
    /*min-height: auto;*/
  }
}

footer.footer::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 455px;
  /* background: url(../img/footer-dots.png) no-repeat left; */
  display: block;
  content: "";
}

footer.footer::after {
  position: absolute;
  left: auto;
  top: -1px;
  right: 0px;
  width: 100%;
  height: 460px;
  /* background: url(../img/footer-brain.png) no-repeat right; */
  display: block;
  content: "";
}

@media only screen and (max-width: 991px) {
  footer.footer::after {
    top: auto;
    bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  footer.footer::after {
    opacity: 0.2;
  }
}

footer.footer .container-footer {
  max-width: 1000px;
  padding-top: 45px;
  padding-left: 0px;
  margin: 0px auto;
  z-index: 999;
  position: relative;
}

footer.footer .container-footer div {
  color: #fff;
  font-size: 18px;
  font-weight: normal !important;
}

@media only screen and (max-width: 991px) {
  footer.footer .container-footer {
    padding-top: 35px;
  }
}

footer.footer .container-footer .maillink {
  font-size: 18px;
  font-weight: 400;
  color: #0563c1;
  line-height: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer.footer .container-footer .maillink {
    font-size: 18px;
  }
}

footer.footer .container-footer .footer-link {
  margin: 0px;
  padding: 0px;
  text-align: center;
  z-index: 999;
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer.footer .container-footer .footer-link {
    padding-bottom: 25px;
  }
}

footer.footer .container-footer .footer-link li {
  list-style-type: none;
  text-align: left;
}

footer.footer .container-footer .footer-link li a {
  font-size: 18px;
  font-weight: normal !important;
  /* color: #3b3b3c; */
  color: #fff;
  line-height: normal;
  padding-bottom: 10px;
  display: block;
  transition: all .2s linear;
}

footer.footer .container-footer .footer-link li a:hover {
  color: #eb7124;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  footer.footer .container-footer .footer-link li a {
    font-size: 18px;
  }
}

footer.footer .container-footer h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  footer.footer .container-footer h3 {
    font-size: 18px;
  }
}

footer.footer .container-footer h3 span {
  border-bottom: 2px solid #fff;
}

footer.footer .container-footer p.add {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  footer.footer .container-footer p.add {
    padding-top: 10px;
  }
}

footer.footer .container-footer ul.social {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

footer.footer .container-footer ul.social.inner li {
  display: inline-block;
  width: auto;
}

footer.footer .container-footer ul.social li {
  display: inline-block;
  width: 100%;
}

footer.footer .container-footer ul.social li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  transition: all .2s linear;
}

footer.footer .container-footer ul.social li a span {
  font-size: 18px;
  font-weight: normal !important;
  color: #fff;
  line-height: normal;
  padding-right: 10px;
  min-width: 72px;
}

footer.footer .container-footer ul.social li a:hover {
  color: #dc6830;
  text-decoration: none;
}

footer.footer.inner-page {
  min-height: 130px;
  /* background: #54b39c; */
  border: none;
}

footer.footer.inner-page::after,
footer.footer.inner-page::before {
  display: none;
}

footer.footer.inner-page .container-footer {
  width: 100%;
  padding: 0px;
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  footer.footer.inner-page .container-footer {
    padding-top: 15px;
  }
}

footer.footer.inner-page .container-footer ul.footer-link {
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  footer.footer.inner-page .container-footer ul.footer-link {
    text-align: center;
    padding-bottom: 10px;
  }
}

footer.footer.inner-page .container-footer ul.footer-link li {
  display: inline-block;
  margin-right: 50px;
}

@media only screen and (max-width: 991px) {
  footer.footer.inner-page .container-footer ul.footer-link li {
    margin-right: 10px;
  }
}

footer.footer.inner-page .container-footer ul.social {
  float: right;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  footer.footer.inner-page .container-footer ul.social {
    text-align: center;
    width: 100%;
  }
}

footer.footer.inner-page .container-footer ul.social li {
  margin-left: 15px;
}

footer.footer.inner-page .container-footer ul.social li a {
  color: #ffffff;
}

footer.footer.inner-page .container-footer ul.social li a:hover {
  color: #e97032;
}

/* =======================End Footer==================*/
/* =========================Forms==============*/
/* ======================End Forms===================*/
/* =====================Tables=====================*/
/* ===============End Tables========================*/
/*==========Project==========*/
.expertproject .btn.btn-arrow-down i.fa-chevron-up {
  display: block;
}

.expertproject div.submenu {
  display: none;
}

.project {
  box-shadow: 0px 0px 3px rgba(0, 1, 1, 0.12);
  margin-bottom: 25px;
}

.project.deactivate .project-view .project-detail {
  background: #e97024b3;
}

.project .project-view {
  position: relative;
  min-height: 300px;
}

.project .project-view .project-detail {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  width: 100%;
  background: #54b39ccc;
  padding: 25px 15px 25px;
  min-height: 100px;
}

@media only screen and (max-width: 1200px) {
  .project .project-view .project-detail {
    position: inherit;
    margin-top: -1px;
  }
}

.project .project-view .project-detail p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  padding-bottom: 0px;
  line-height: 30px;
}

@media only screen and (max-width: 1400px) {
  .project .project-view .project-detail p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
  }
}

.project .project-view .project-detail p span {
  display: inline-block;
  width: 100%;
}

.project .project-view .project-detail .budget {
  display: inline-block;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .project .project-view .project-detail .budget {
    margin-top: 15px;
  }
}

.project .project-view .project-detail a.arro-right {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.project .project-view .project-detail span.arrow-right {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.project .project-view img {
  width: 100%;
  max-width: 100%;
}

.project .project-view .btn-white {
  margin-top: 15px;
}

.project .project-details {
  padding: 65px;
}

.project .project-details h3 {
  font-size: 24px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .project .project-details h3 {
    margin-bottom: 10px;
  }
}

.project .project-details .section {
  padding-top: 35px;
}

.project .project-details .section p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .project .project-details .section {
    padding-top: 0px;
  }
}

.project .project-details .head {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.project .project-details .head p {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  .project .project-details {
    padding: 25px;
  }
}

.project .project-details p {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .project .project-details p {
    font-size: 20px;
  }
}

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

.project .project-info .project-rating {
  padding-top: 10px;
}

.messagePopUp .modal-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.messagePopUp h3 {
  font-size: 22px;
  font-weight: normal;
  color: #020202;
  line-height: 34px;
  margin: 0px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.messagePopUp .list-unstyled li {
  display: inline-block;
  width: 100%;
}

.messagePopUp .list-unstyled li .expert-rating img {
  width: 16px;
}

.messagePopUp .list-unstyled li .text-right {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  line-height: normal;
}

/*==========Dashboard Page End==========*/
/*===Expert===*/
.expert {
  box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.35);
  padding: 30px 25px 30px 50px;
  margin-top: 40px;
}

.expert:hover {
  box-shadow: 0px 0px 0px 3px #54b39c;
}

@media only screen and (max-width: 767px) {
  .expert {
    padding: 15px;
  }
}

.expert .expert-rating {
  float: left;
  width: 30%;
  max-width: 190px;
}

@media only screen and (max-width: 1200px) {
  .expert .expert-rating {
    padding-right: 15px;
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .expert .expert-rating {
    width: 100%;
  }
}

.expert .expert-rating h2 {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .expert .expert-rating h2 {
    margin-bottom: 0px;
  }
}

.expert .expert-rating h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.expert .expert-rating .rating-star i.fa {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  margin-right: 2.5px;
}

@media only screen and (max-width: 767px) {
  .expert .expert-rating .rating-star i.fa {
    font-size: 18px;
  }
}

.expert .expert-rating .expert-img {
  box-shadow: 0px 0px 2px #bebebe;
  max-width: 135px;
  overflow: hidden;
  margin-top: 10px;
  max-height: 140px;
}

.expert .expert-rating .expert-img img {
  width: 100%;
  max-width: 100%;
}

.expert .expert-details {
  float: left;
  width: 70%;
  padding-right: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .expert .expert-details {
    padding-right: 15px;
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .expert .expert-details {
    width: 100%;
    padding-top: 20px;
  }
}

.expert .expert-details p {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  padding-bottom: 0px;
}

.expert .expert-details p.space {
  padding-top: 20px;
}

@media only screen and (max-width: 1400px) {
  .expert .expert-details p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .expert .expert-details p {
    font-size: 18px;
  }
}

.expert .button-group {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .expert .button-group {
    text-align: center;
    padding-top: 20px;
  }
}

.expert .button-group .btn {
  margin-bottom: 20px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .expert .button-group .btn {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .expert .button-group .btn {
    margin: 5px;
    float: none;
    display: inline-block;
  }
}

.user-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dedede;
}

.user-block h2.block-heading {
  background: #f5f3f3;
  margin: 0px;
  padding: 10px;
  font-size: 18px;
  color: #333;
}

.user-block h2.block-heading .btn {
  padding: 2px 4px;
  background: #c3c3c3;
  border: none;
}

.user-block h2.block-heading .btn:hover {
  background: #333;
}

.user-block h2.block-heading .btn i.fa {
  font-size: 20px;
  vertical-align: middle;
}

.user-block p.medium {
  font-size: 15px;
  line-height: 23px;
  padding: 15px;
}

.user-block p.medium b {
  color: #000;
}

/*.main-wrap .main-wrapper .sidebar .side-ctn .button-group .btn{ background: #54b39c; color: #fff; }*/
.filter_search .btn-pink {
  min-width: 0px;
  width: 129px;
  line-height: 35px;
}

/*.btn.btn-default.sameButtton{ background: #54b39c;color: #fff; }*/
.exper-edit-profile {
  /* .btn.btn-default{ min-width: 100%;} */
}

.exper-edit-profile .cancel {
  float: left;
  font-size: 25px;
  color: red;
}

.exper-edit-profile .main-wrap .main-wrapper .sidebar .user-img {
  max-width: 215px;
  box-shadow: 0px 0px 2px #bebebe;
  overflow: hidden;
  position: relative;
}

.exper-edit-profile .user-img:hover i.fa-picture-o {
  display: block !important;
}

.exper-edit-profile .main-wrap .main-wrapper .sidebar .user-img input.profile-pic-upload {
  position: absolute;
  width: 215px;
  height: 215px;
  opacity: 0;
}

.exper-edit-profile ul.file-listing {
  padding-top: 10px;
}

.exper-edit-profile .sidebar .user-img input.profile-pic-upload {
  position: absolute;
  width: 215px;
  height: 215px;
  opacity: 0;
  cursor: pointer;
}

.exper-edit-profile .errorBlock {
  color: red;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  font-size: 24px;
  font-weight: 400;
  background: antiquewhite;
  line-height: 40px;
  padding: 10px;
  text-align: center;
}

.exper-edit-profile .btn.btn-default:focus {
  border: 1px solid #adadad !important;
}

.exper-edit-profile .cancel {
  float: left;
  font-size: 25px;
  color: red;
  margin-top: 10px;
  margin-bottom: 46px;
}

.exper-edit-profile .cancel.top-corner {
  margin: 0px;
  position: absolute;
  top: -19px;
  right: -17px;
  background: #54b39c;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.exper-edit-profile .cancel.top-corner:hover {
  background: #fff;
  color: #54b39c;
  box-shadow: 1px 1px 5px #ccc;
}

.exper-edit-profile .checkbox input[type="checkbox"]:checked + label::after,
.exper-edit-profile .checkbox input[type="radio"]:checked + label::after {
  left: 3px;
  line-height: 29px;
}

.exper-edit-profile .checkbox input[type="checkbox"]:focus + label::before,
.exper-edit-profile .checkbox input[type="radio"]:focus + label::before {
  border: 1px solid #adadad !important;
}

.exper-edit-profile .padding-16 {
  padding-top: 16px;
  position: relative;
  margin-bottom: 25px;
}

.exper-edit-profile .form-block {
  position: relative;
  margin-top: 25px;
}

.exper-edit-profile .form-block h2.block-heading {
  margin-left: 15px;
}

.exper-edit-profile .form-block .btn-close {
  position: absolute;
  top: -16px;
  right: -10px;
  background: #54b39c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
}

.exper-edit-profile .form-block .btn-close i {
  color: #fff;
}

.exper-edit-profile .form-block .btn-close:hover {
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
}

.exper-edit-profile .form-block .btn-close:hover i {
  color: #54b39c;
}

.exper-edit-profile .btn-close-small {
  background: #54b39c;
  top: 22px;
  width: 30px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
}

.exper-edit-profile .btn-close-small i {
  color: #fff;
}

.exper-edit-profile .btn-close-small:hover {
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
}

.exper-edit-profile .btn-close-small:hover i {
  color: #54b39c;
}

.expert-create-proposal .custom-form .textarea {
  position: relative;
  margin-bottom: 70px;
}

.expert-create-proposal .custom-form .textarea .btn-toolbar {
  position: absolute;
  bottom: -45px;
  z-index: 5;
}

.expert-create-proposal .btn-group > .btn.active {
  color: red;
}

.expert-create-proposal .custom-form.md input.form-control,
.expert-create-proposal .custom-form.md textarea.form-control {
  color: black;
}

.year-of-exp {
  margin-top: 15px;
  padding-top: 15px;
}

/*===End===*/
/*===Expert Dashboard===*/
.proposal .project {
  box-shadow: none;
}

.proposal .project .project-view .project-detail {
  padding: 25px 15px 20px;
}

.milestones .inner-block {
  box-shadow: 0px 0px 3px rgba(0, 1, 1, 0.35);
  width: 100%;
  min-height: 125px;
  padding: 20px;
}

.milestones .inner-block.text-left {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .milestones .inner-block {
    margin-bottom: 20px;
  }
}

.milestones .inner-block.active {
  border: 1px solid #333;
  box-shadow: none;
}

.milestones .inner-block.active span.hd {
  color: #54b39c;
  font-weight: normal;
}

.message-sec .form-header {
  padding-bottom: 0px;
}

.message-sec .form-header h2 {
  color: #020202;
  margin-top: 0px;
}

.message-sec .form-header .search-bar {
  margin-right: 0px;
}

.message-sec .form-header .search-bar i.icon-search {
  background-position: -67px -25px;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 8px;
}

.message-sec .form-header input.form-control {
  height: 35px;
  padding-left: 30px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

.message-sec .form-header input.form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.message-sec .form-header input.form-control:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.message-sec .form-header input.form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.message-sec .form-header input.form-control:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #c3c3c3;
  line-height: normal;
}

.message-sec .button-group {
  float: right;
  padding-top: 20px;
}

.messages .btn-group.bootstrap-select {
  vertical-align: top;
}

.messages .search-bar {
  margin-right: 15px;
}

/* .disabled { cursor: not-allowed !important; pointer-events: none; opacity:0.65; } */
.main-wrap .inner-container .navbar.navbar-default ul.nav li.disabled-tab a {
  color: #ddd;
  cursor: not-allowed !important;
}

.main-wrap .inner-container .navbar.navbar-default ul.nav li.disabled-tab a:before {
  display: none;
}

/*===End===*/
/*==========Login Page ==========*/
.login-page {
  display: flex;
  align-items: center;
  width: 100%;
  /*background:url(../img/login-bg.jpg) no-repeat center top; background-size: cover;*/
  background: #fff;
  text-align: center;
  height: 700px;
  min-height: calc(100vh - 563px);
  padding: 25px 0px;
}

@media only screen and (max-width: 767px) {
  .login-page {
    height: auto;
    min-height: auto;
  }
}

.login-page .login-wrap {
  min-width: 625px;
  margin: 0px auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.login-page .login-wrap h2.hd-white {
  /* color: #54b39c; */
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap h2.hd-white {
    font-size: 20px;
  }
}

.login-page .login-wrap .button-group {
  display: inline-block;
  width: 100%;
}

.login-page .login-wrap .button-group .btn {
  width: 49%;
  float: left;
  font-size: 33px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  background: #fff;
  height: 54px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap .button-group .btn {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
    line-height: normal;
    height: 35px;
  }
}

.login-page .login-wrap .button-group .btn.active {
  color: #54b39c;
  outline: 0px;
  box-shadow: none;
  height: 61px;
  box-shadow: 0px 0px 14px rgba(0, 1, 1, 0.4);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap .button-group .btn.active {
    height: 41px;
  }
}

.login-page .login-wrap .button-group .btn.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  bottom: -10px;
  left: 0px;
}

.login-page .login-wrap .button-group .btn:last-child {
  float: right;
}

.login-page .login-wrap .login-form {
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 1, 1, 0.4);
  padding: 25px;
  box-sizing: border-box;
  margin-top: 0px;
  padding-top: 50px;
}

.login-page .login-wrap .login-form a.forgot-pass {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  text-decoration: underline;
  padding: 20px 0 15px;
  display: inline-block;
}

.login-page .login-wrap .login-form a.forgot-pass:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap .login-form a.forgot-pass {
    font-size: 18px;
  }
}

.login-page .login-wrap .login-form .button-purple .btn.btn-pink {
  font-size: 24px;
  font-weight: 400;
  color: #54b39c;
  line-height: normal;
  max-width: 185px;
  min-width: 185px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap .login-form .button-purple .btn.btn-pink {
    font-size: 18px;
  }
}

.login-page .login-wrap .login-form .button-purple .btn.btn-pink:focus,
.login-page .login-wrap .login-form .button-purple .btn.btn-pink:hover {
  color: #54b39c;
}

.login-page .login-wrap .login-form p {
  font-size: 24px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .login-page .login-wrap .login-form p {
    font-size: 18px;
  }
}

.login-page .login-wrap .login-form p a {
  color: #54b39c;
}

.login-page .login-wrap .login-form p a:hover {
  text-decoration: none;
}

.login-page .radio-group {
  display: inline-block;
  width: 100%;
  position: relative;
}

.login-page .radio-group::before {
  width: 100%;
  height: 9px;
  display: block;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -9px;
  z-index: 999;
}

.login-page .radio-group .radio {
  margin: 0px;
  width: 48%;
  float: left;
  height: 70px;
  padding: 0px;
}

.login-page .radio-group .radio label {
  width: 100%;
  font-weight: normal;
}

.login-page .radio-group .radio label::before {
  width: 100%;
  height: 55px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  content: "Client";
  font-size: 33px;
  font-weight: 400;
  color: #020202;
  line-height: 53px;
  margin: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.login-page .radio-group .radio label::after {
  width: 100%;
  height: 64px;
  content: "Client";
  font-size: 33px;
  font-weight: 400;
  color: #54b39c;
  line-height: 64px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  left: 0px;
  top: 0px;
  margin: 0px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 1, 1, 0.4);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.login-page .radio-group .radio.consultant label::before {
  content: "Consultant";
}

.login-page .radio-group .radio.consultant label::after {
  content: "Consultant";
}

.login-page .radio-group .radio.client {
  float: right;
}

.messagealert-dialog {
  width: 470px;
  border-radius: 5px;
  /*border:2px solid rgba(255, 255, 255, 0.11);*/
  box-shadow: 2px 2px 21.6px 2.4px rgba(98, 98, 98, 0.16);
  /* This should be half of the total height of your div */
}

.messagealert-dialog .modal-body a {
  color: #fff;
}

.messagealert-dialog .modal-body a:hover {
  color: #36aee9;
}

.have-account {
  padding-top: 20px;
}

/*==========Login Page end==========*/
/*==========Register Page============*/
.register .checkbox {
  margin-top: 25px;
}

.register h3 {
  padding-bottom: 20px;
}

.register .login-wrap .login-form .button-purple .btn.btn-pink {
  min-width: 205px;
}

.login-wrap.register-wrap {
  width: 100%;
  display: inline-block;
  padding: 0px 30px;
}

@media only screen and (max-width: 767px) {
  .login-wrap.register-wrap h2.hd-white {
    margin: 0 0 5px;
    font-size: 25px;
  }
}

.login-wrap.register-wrap .login-form {
  max-width: 500px;
  margin: 0px auto;
}

@media only screen and (max-width: 1400px) {
  .login-wrap.register-wrap .login-form {
    margin: 0px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .login-wrap.register-wrap .login-form {
    margin: 0px 0px 25px;
    max-width: 100%;
  }
}

/*==========Register Page End==========*/
/*==========Create Project==========*/
.client-createproject {
  /*.custom-form .uib-datepicker-popup.dropdown-menu button.btn.btn-default{ padding: 0px; min-width:42px; min-height:42px; border:none; box-shadow:none; text-align:center; } */
}

.client-createproject .custom-form .textarea {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .client-createproject .custom-form .textarea {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
  }
}

.client-createproject .custom-form .textarea .btn-toolbar {
  position: absolute;
  bottom: -45px;
  z-index: 5;
}

.client-createproject .project .project-view .project-detail p span {
  display: inline;
  width: auto;
}

.client-createproject .project .project-view img {
  height: 300px;
}

.client-createproject input[type=file] {
  display: none;
}

.client-createproject .progress-wrap {
  border-bottom: none;
  margin-bottom: 10px;
}

.client-create-project {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

.client-create-project .page-header {
  background: #020202;
  padding: 20px 0;
  margin-top: -100px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .client-create-project .page-header {
    padding: 10px 0;
    margin-top: -25px;
  }
}

.client-create-project .page-header a.back-arrow {
  position: absolute;
  left: 50px;
  top: 5px;
}

@media only screen and (max-width: 991px) {
  .client-create-project .page-header a.back-arrow {
    font-size: 40px;
    top: 3px;
    left: 10px;
  }
}

.client-create-project .page-header h2 {
  font-size: 33px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .client-create-project .page-header h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .client-create-project .page-header h2 {
    padding: 0px 35px;
  }
}

.client-create-project .personal-detail {
  padding: 0px;
}

.client-create-project .personal-detail .button-group {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .client-create-project .personal-detail .button-group {
    margin-bottom: 20px;
  }
}

.client-create-project .project {
  box-shadow: none;
}

.client-create-project .button-group {
  text-align: center;
}

fieldset form {
  text-align: left;
  background: #fff;
  border: 0 none;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.4);
  padding: 50px 6%;
  box-sizing: border-box;
  margin: 0px auto 50px;
  position: relative;
  max-width: 1300px;
}

@media only screen and (max-width: 767px) {
  fieldset form {
    padding: 15px;
    max-width: 90%;
  }
}

fieldset form .form-group {
  margin-bottom: 35px;
}

fieldset form .icons {
  margin-top: 10px;
}

fieldset form .icons i {
  display: inline-block;
}

/*==========End==========*/
/*=====Client View Proposal=====*/
.client-view-proposal .form-control[disabled] {
  color: #ddd !important;
}

.client-view-proposal .avatar-img {
  box-shadow: 0px 0px 2px #bebebe;
  max-width: 150px;
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 0px;
  max-height: 165px;
  overflow: hidden;
}

.client-view-proposal .avatar-img img {
  max-width: 100%;
}

.client-view-proposal .inner-block .details::after {
  top: 8px;
  bottom: 0;
}

.client-view-proposal .message-sec .details a {
  color: #337ab7 !important;
}

.client-view-proposal .project .project-view .project-detail p span {
  display: inline;
  width: auto;
}

.client-view-proposal .project .project-view img {
  height: 300px;
}

/*===========End==========*/
/*===Modal===*/
.modal .modal-header {
  border: none;
  padding-bottom: 0px;
}

.modal .modal-header p {
  font-size: 17px;
  color: #333;
}

.modal .modal-header .close {
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-header .close {
    margin-top: -15px;
    margin-right: -8px;
  }
}

.modal .modal-header .search-bar {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-header .search-bar {
    margin: 0px;
    margin-top: 10px;
  }
}

.modal .modal-header h4 {
  font-size: 24px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  max-width: 90%;
}

@media only screen and (max-width: 767px) {
  .modal .modal-header h4 {
    font-size: 18px;
  }
}

.modal .modal-content {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
}

.modal .modal-content .modal-body .inner-block {
  max-height: 250px;
}

.modal .modal-content .modal-body .inner-block textarea.form-control {
  max-height: 100px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.modal .modal-dialog {
  width: 750px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: auto;
  }
}

.modal .modal-footer {
  border-top: 0px;
  text-align: center;
  padding-bottom: 30px;
}

.modal .modal-footer .btn {
  margin-left: 5px;
}

.modal .close {
  font-size: 40px;
  outline: 0px;
}

/*====End===*/
/*=====HomePage=====*/
.home-page {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .home-page {
    padding: 0;
  }
}

.home-page .content-wrap {
  max-width: 1250px;
  margin: 0px auto;
}

.home-page h2 {
  font-size: 30px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  text-align: center;
  /* margin-bottom: 60px; */
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .home-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.home-page .btn.btn-white {
  min-width: 350px;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: normal;
  color: #54b39c;
  line-height: 40px;
  margin-top: 60px;
  border: 1px solid #54b39c;
}

.home-page .btn.btn-white:hover,
.home-page .btn.btn-white:focus {
  background: #54b39c;
  color: #fff;
}

.btn-green {
  background: #54b39c;
  color: #fff !important;
}

.btn-orange {
  background: #eb7124;
  border-color: #eb7124 !important;
  color: #fff !important;
}

.btn-orange:hover {
  background: #eb7124 !important;
}

/* .home-page .header .button-group .btn:hover,
.home-page .header .button-group .btn:focus {
  box-shadow: 0 0 10px #00000066;
} */

@media only screen and (max-width: 1200px) {
  .home-page .btn.btn-white {
    min-width: 350px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .btn.btn-white {
    min-width: 180px;
    font-size: 20px;
  }
}

.home-page .header {
  display: inline-block;
  width: 100%;
  /*background: url(../img/home-header-bg.jpg) no-repeat center top;*/
  background-size: cover;
  border: none;
  position: relative;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
  /* max-height: 100vh; */
}

@media only screen and (max-width: 1200px) {
  .home-page .header {
    min-height: 600px;
    padding: 5% 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header {
    min-height: 225px;
  }
}

.home-page .header .inner-sec {
  display: inline-block;
  width: 100%;
  /*  background: url(../img/brain.png) no-repeat center; */
  background-size: 100%;
  min-height: calc(100vh - 100px);
}

@media only screen and (max-width: 1360px) {
  .home-page .header .inner-sec {
    min-height: 600px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .header .inner-sec {
    min-height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header .inner-sec {
    min-height: 225px;
  }
}

.home-page .header h2 {
  font-size: 37px;
  font-weight: normal;
  color: #eb7124;
  line-height: normal;
  text-align: center;
  /* margin-top: 70px; */
}

.home-page .header h3 {
  text-align: center;
  /* color: #3e3e3e; */
}

@media only screen and (max-width: 1400px) {
  .home-page .header h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header h2 {
    font-size: 25px;
    margin-top: 20px;
  }
}

.home-page .header .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .home-page .header .button-group {
    max-width: 360px;
    margin-left: -170px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header .button-group {
    max-width: 220px;
    margin-left: -110px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .header .button-group {
    bottom: 10px;
  }
}

/* .home-page .header .button-group .btn {
  font-size: 18px;
  font-weight: 400;
  color: #54b39c;
  line-height: 40px;
  min-width: 350px;
  margin: 10px;
  border: 1px solid #54b39c;
}

.home-page .header .button-group .btn:hover,
.home-page .header .button-group .btn:focus {
  background: #54b39c;
  color: #fff;
} */

@media only screen and (max-width: 767px) {
  /* .home-page .header .button-group .btn {
    min-width: 200px;
    font-size: 16px;
    line-height: 25px;
  } */
}

.home-page .client {
  /* background: #eb7124; */
  width: 100%;
  padding: 4% 10px;
  overflow: hidden;
}

.home-page .client h2 {
  color: #55b39c;
}

.clients-c-inner h3 {
  color: #eb7133;
  font-weight: normal;
  text-transform: capitalize !important;
}

.clients-c-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.clients-c-inner p {
  text-align: center;
  font-size: .9rem;
  color: #55b39c;
  line-height: 1.5;
}

.client-icon {
  width: 160px;
  height: 160px;
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #54b39c;
  border-radius: 50%;
}

.btn-white.btn-solid-white {
  background-color: #fff !important;
  color: #3c3d3c !important;
  border: none !important;
}

.clients-c-inner .capability {
  background-image: url(../img/capability.png);
}

.clients-c-inner .value {
  background-image: url(../img/value.png);
}

.clients-c-inner .trust {
  background-image: url(../img/trust.png);
}

.home-page .client .col-md-4:hover .clients-c-inner {
  transform: scale(1.09);
}

.home-page .client .col-md-4:hover .client-icon {
  background-color: #e36c31;
}

.home-page .client-project {
  width: 100%;
  padding: 2% 0 0 0;
}

.home-page .client-project .client-project-inner {
  display: flex;
  flex: 1 1 0px;
}

.home-page .client-project .client-project-inner img {
  max-width: 100%;
}

.home-page .client-project .client-project-inner .client-project-column {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #aaaaaa;
  padding-bottom: 30px;
}

.client-project h2 {
  margin-bottom: 25px;
}

.client-project-column h3 {
  color: #3c3d3c;
  font-weight: normal;
}

.client-project-column h4 {
  margin-top: 30px;
  color: #3c3d3c;
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 0px;
}

.client-project-column h5 {
  color: #3c3d3c;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 45px;
  margin-top: 0px;
}

.client-project-column p {
  color: #3c3d3c;
  font-weight: 400;
  font-size: 22px;
}

.client-project-column,
.client-project-column * {
  transition: all 0.3s ease-in-out;
}

.client-project-column:hover:nth-of-type(odd) {
  background-color: #54b39c;
}

.client-project-column:hover:nth-of-type(even) {
  background-color: #eb7124;
}

.client-project-column:hover * {
  color: #fff;
}

.home-page .consultant-find {
  width: 100%;
  padding: 2% 0 0 0;
}

.home-page .consultant-find .consultant-find-inner {
  display: flex;
  flex: 1 1 0px;
}

.home-page .consultant-find .consultant-find-inner .consultant-find-column {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #aaaaaa;
  padding-bottom: 30px;
}

.consultant-find h2 {
  margin-bottom: 25px;
}

.consultant-find-column h3 {
  color: #3c3d3c;
  font-weight: normal;
  margin-top: 60px;
}

.consultant-find-column img {
  filter: invert(.8);
  max-width: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.consultant-find-column p {
  /* color: #fff; */
  font-weight: 400;
  font-size: .9rem;
  text-align: left;
  margin: 20px;
}

.consultant-find-column,
.consultant-find-column * {
  transition: all 0.3s ease-in-out;
}

.consultant-find-column:hover:nth-of-type(odd) {
  background-color: #54b39c;
}

.consultant-find-column:hover:nth-of-type(even) {
  background-color: #eb7124;
}

.consultant-find-column:hover * {
  color: #fff;
}

.consultant-find-column:hover img {
  filter: invert(0);
}

.home-page .consultants-reg {
  /* background: #54b39c; */
  width: 100%;
  padding: 4% 10px;
  overflow: hidden;
}

.home-page .consultants-reg h2 {
  color: #54b39c;
}

.consultants-reg-c-inner h3 {
  color: #eb7133;
  font-weight: normal;
}

.consultants-reg-c-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.consultants-reg-c-inner p {
  text-align: center;
  font-size: .9rem;
  color: #3c3d3c;
  line-height: 1.5;
}

.consultants-reg-icon {
  width: 160px;
  height: 160px;
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #54b39c;
  border-radius: 50%;
}

.consultants-reg-c-inner .freedom {
  background-image: url(../img/freedom.png);
}

.consultants-reg-c-inner .flexibility {
  background-image: url(../img/flexibility.png);
}

.consultants-reg-c-inner .focus {
  background-image: url(../img/focus.png);
}

.home-page .consultants-reg .col-md-4 {
  transition: all .2s linear;
}

.home-page .consultants-reg .col-md-4:hover {
  transform: scale(1.09);
}

.client-icon,
.consultants-reg-icon,
.hiw-c-inner .hiw-icon {
  transition: all .2s linear;
}

.home-page .consultants-reg .col-md-4:hover .consultants-reg-icon {
  background-color: #e36c31;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 767px) {
}

.home-page .how-it-works {
  /* background: url(../img/how-it-works-bg.jpg) top; */
  background-size: cover;
  width: 100%;
  padding: 5% 80px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  /* margin-bottom: 40px; */
}

.hiw-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  /* margin-bottom: 60px; */
}

.home-page .header h3 {
  /* color: #3e3e3e; */
  text-align: center;
}

.hiw-arrow {
  min-width: 9%;
  padding: 10px;
  margin-top: 4rem;
  margin-bottom: auto;
}

.hiw-content {
  min-width: 19%;
  padding: 10px;
}

.hiw-arrow img {
  max-width: 100%;
}

.hiw-c-inner .hiw-icon {
  width: 160px;
  height: 160px;
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 3px solid #54b39c;
  background-color: #54b39c;
  border-radius: 50%;
  margin-top: 10px;
}

.hiw-c-inner .create-icon {
  background-image: url(../img/home-img/icon-1.png);
}

.hiw-c-inner .connect-icon {
  background-image: url(../img/home-img/icon-2.png);
}

.hiw-c-inner .consult-icon {
  background-image: url(../img/home-img/icon-3.png);
}

.hiw-c-inner .compensate-icon {
  background-image: url(../img/home-img/icon-4.png);
}

.hiw-c-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.hiw-c-inner span {
  color: #54b39c;
  font-weight: normal;
}

.hiw-c-inner h3 {
  color: #e36c31;
  font-weight: normal;
  text-transform: capitalize;
}

.hiw-c-inner p {
  font-size: .9rem !important;
  color: #3e3e3e !important;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}

.hiw-content:hover .hiw-c-inner {
  transform: scale(1.09);
}

.hiw-content:hover .hiw-c-inner span,
.hiw-content:hover .hiw-c-inner h3 {
  color: #eb7124 !important;
}

.hiw-content:hover .hiw-c-inner .hiw-icon {
  border-color: #eb7124;
  background-color: #eb7124;
}

/* .hiw-content:hover .hiw-c-inner .create-icon {
  background-image: url(../img/create-orange.png);
}

.hiw-content:hover .hiw-c-inner .connect-icon {
  background-image: url(../img/connect-orange.png);
}

.hiw-content:hover .hiw-c-inner .consult-icon {
  background-image: url(../img/consult-orange.png);
}

.hiw-content:hover .hiw-c-inner .compensate-icon {
  background-image: url(../img/compensate-orange.png);
} */

@media only screen and (max-width: 991px) {
  .home-page .how-it-works .btn.btn-white {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .how-it-works {
    padding: 20px;
  }
}

.home-page .how-it-works h2 {
  font-size: 28px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .home-page .how-it-works h2 {
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .how-it-works h2 {
    font-size: 25px;
  }
}

.home-page .how-it-works .ctn-box {
  display: flex;
  background: #f5f5f5;
  padding: 35px;
  min-height: 280px;
  flex-direction: column;
  justify-content: normal;
  align-items: center;
}

@media only screen and (max-width: 1360px) {
  .home-page .how-it-works .ctn-box {
    min-height: 260px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-page .how-it-works .ctn-box {
    padding: 0px;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 1400px) {
  .home-page .how-it-works .ctn-box {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .how-it-works .ctn-box {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.home-page .how-it-works .ctn-box h2 {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  width: 100%;
  background: #54b39c;
  margin-top: 0px;
  padding: 20px;
}

@media only screen and (max-width: 1400px) {
  .home-page .how-it-works .ctn-box h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .how-it-works .ctn-box h2 {
    font-size: 25px;
  }
}

.home-page .how-it-works .ctn-box p {
  font-size: 22px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  padding: 20px;
}

@media only screen and (max-width: 1400px) {
  .home-page .how-it-works .ctn-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .how-it-works .ctn-box p {
    font-size: 18px;
  }
}

.home-page .value-to-client {
  background: #fff;
  width: 100%;
  padding: 5% 80px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .home-page .value-to-client {
    padding: 15% 80px;
  }
}

.home-page .value-to-client .ctn-box {
  display: block;
  background: url(../img/value-bg.jpg) no-repeat;
  background-size: cover;
  padding: 35px;
  text-align: center;
  min-height: 607px;
}

@media only screen and (max-width: 1400px) {
  .home-page .value-to-client .ctn-box {
    padding: 20px;
    font-size: 20px;
    min-height: 600px;
  }
}

@media only screen and (max-width: 1360px) {
  .home-page .value-to-client .ctn-box {
    min-height: 460px;
  }

  .home-page .value-to-client .ctn-box .icon {
    max-width: 150px;
    margin: 0 auto;
  }

  .home-page .value-to-client .ctn-box .icon img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .value-to-client .ctn-box {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.home-page .value-to-client .ctn-box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
}

@media only screen and (max-width: 1400px) {
  .home-page .value-to-client .ctn-box h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .value-to-client .ctn-box h3 {
    font-size: 30px;
    margin-top: 0px;
  }
}

.home-page .value-to-client .ctn-box p {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  margin-top: 25px;
  padding: 0px 0px 25px;
  min-height: 150px;
}

@media only screen and (max-width: 1400px) {
  .home-page .value-to-client .ctn-box p {
    font-size: 25px;
    min-height: 165px;
  }
}

@media only screen and (max-width: 1360px) {
  .home-page .value-to-client .ctn-box p {
    font-size: 21px;
    min-height: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .value-to-client .ctn-box p {
    font-size: 22px;
    min-height: auto;
  }
}

.home-page .value-to-client .ctn-box .icon img {
  max-width: 100%;
}

.home-page .strategy {
  background: url(../img/strategy-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5% 80px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .home-page .strategy {
    padding: 25px;
  }
}

.home-page .strategy .block a {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 29px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  min-height: 160px;
  margin-bottom: 30px;
  border: 2px solid #54b39c;
}

@media only screen and (max-width: 1400px) {
  .home-page .strategy .block a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-page .strategy .block a {
    font-size: 20px;
    min-height: 60px;
  }
}

.home-page .strategy .block a span {
  width: 100%;
}

.home-page .strategy .block a:hover {
  text-decoration: none;
  background: #54b39c;
  color: #fff;
}

.home-page .strategy .block h3 {
  font-weight: normal;
  font-size: 35px;
}

.home-page .strategy .block p {
  font-size: 21px;
}

.home-page .strategy .block h3:after {
  content: '';
  border: 1px solid #54b39c;
  display: block;
  width: 20%;
  margin-top: 10px;
}

.home-page .strategy h2 {
  margin: 50px 0 65px 0;
}

@media only screen and (max-width: 1200px) {
  .home-page .strategy h2 {
    margin: 0px 0 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .strategy h2 {
    margin: 0px 0 20px 0;
  }
}

.home-page .strategy .btn {
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 991px) {
  .home-page .strategy .btn {
    margin: 25px 0;
  }
}

.home-page .strategy-experts {
  background: url(../img/strategy-expert-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  padding: 5% 80px 15% 80px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts {
    padding: 25px;
    background: #080608 url(../img/brain.png) no-repeat;
    background-size: cover;
  }
}

.home-page .strategy-experts h2 {
  font-size: 30px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .home-page .strategy-experts h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .strategy-experts h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts h2 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #fff;
  }
}

.home-page .strategy-experts .info {
  background: #54b39c;
  padding: 20px 80px;
}

@media only screen and (max-width: 1400px) {
  .home-page .strategy-experts .info {
    padding: 20px 60px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts .info {
    background: rgba(255, 255, 255, 0.9);
  }
}

.home-page .strategy-experts .info h2 {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 15px;
  text-align: left;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
  .home-page .strategy-experts .info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page .strategy-experts .info h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts .info h2 {
    font-size: 20px;
  }
}

.home-page .strategy-experts .info p {
  font-size: 22px;
  font-weight: normal;
  color: #020202;
  line-height: 34px;
}

@media only screen and (max-width: 1200px) {
  .home-page .strategy-experts .info p {
    font-size: 20px;
    line-height: 23px;
  }
}

.home-page .strategy-experts .container-wrap {
  max-width: 1315px;
  margin: 0px auto;
}

.home-page .strategy-experts .container-wrap .signup {
  position: relative;
  max-width: 700px;
  margin: auto auto;
  text-align: center;
  min-height: 400px;
  padding-top: 139px;
  padding-left: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts .container-wrap .signup {
    min-height: auto;
    padding: 0px;
  }
}

.home-page .strategy-experts .container-wrap .signup h3 {
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts .container-wrap .signup h3 {
    font-size: 20px;
  }
}

.home-page .strategy-experts .container-wrap .signup .btn {
  font-size: 15px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  max-width: 260px;
  min-width: 260px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -70px;
}

@media only screen and (max-width: 1550px) {
  .home-page .strategy-experts .container-wrap .signup .btn {
    bottom: -40px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .strategy-experts .container-wrap .signup .btn {
    bottom: 20px;
  }
}

.home-page .strategy-experts .container-wrap .signup .btn:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .home-page .strategy-experts .container-wrap .signup .btn {
    margin-top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .strategy-experts .container-wrap .signup .btn {
    min-width: 180px;
    font-size: 20px;
    margin-top: 0px;
  }
}

/*=====End=====*/
/*=====Message Content=====*/
.inner-block {
  box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.25);
  padding: 20px;
  text-align: right;
  margin-bottom: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.inner-block textarea.form-control {
  max-height: 100px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.inner-block .block {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 30px;
  max-width: 74%;
  width: 74%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .inner-block .block {
    max-width: 100%;
  }
}

.inner-block .block p {
  font-size: 16px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  padding: 0px;
}

.inner-block .details {
  position: relative;
  display: inline-block;
}

.inner-block .details::after {
  position: absolute;
  background: url(../img/icons.png) no-repeat;
  background-position: -64px -160px;
  width: 18px;
  height: 28px;
  display: block;
  content: "";
  right: -23px;
  bottom: 10px;
}

.inner-block .details span.date {
  font-size: 18px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
}

.inner-block .details h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  padding: 12px 10px;
  background: #54b39c;
}

.member {
  display: inline-block;
  text-align: right;
  float: right;
  width: 20%;
}

.member h4 {
  color: #54b39c;
}

.member .member-img {
  display: inline-block;
  box-shadow: 0px 0px 2px #bebebe;
  max-width: 45px;
  max-height: 45px;
  overflow: hidden;
}

.member .member-img img {
  width: 100%;
  height: auto;
}

.member span.seen {
  font-size: 15px;
  font-weight: 400;
  color: #020202;
  line-height: normal;
  display: inline-block;
  width: 100%;
}

.message-left {
  text-align: left;
}

.message-left > div {
  text-align: left;
}

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

.message-left .block .details::after {
  right: auto;
  left: -20px;
  background-position: -64px -192px;
}

.message-left .member {
  float: left;
  text-align: left;
}

/*=====End=====*/
/*=====Wordroom=====*/
.work-room .user-img {
  margin: 20px 0;
  max-height: 215px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .work-room .user-img {
    margin: 0px 5px 25px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .work-room .btn.btn-plus {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
}

.work-room .button-group.text-right {
  text-align: right;
}

.work-room .message {
  margin-bottom: 20px;
}

.work-room .header {
  border: none;
  display: inline-block;
  width: 100%;
  min-height: auto;
}

.work-room .header h2 {
  font-size: 18px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  margin-top: 5px;
}

.work-room .header .search-bar input.form-control {
  border-radius: 0px;
  padding-left: 30px;
}

.work-room .header .search-bar i.icon-search {
  background-position: -67px -25px;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 8px;
}

/*======End=====*/
.list-item {
  margin: 0px;
  padding: 0px;
}

.list-item li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.list-item li span {
  font-weight: normal;
}

/*=====ToolTip=====*/
.popover {
  z-index: 990;
}

.popover.top {
  background: #54b39c;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border-color: #54b39c;
  max-width: 320px;
  margin-top: 15px;
}

.popover.top div {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

.popover.top.right > .arrow:after {
  border-right-color: #54b39c;
}

.popover.top.top > .arrow:after {
  border-top-color: #54b39c;
}

/*==========CLient Dashboard=========*/
.client-dashboard .project .project-view .project-detail p span {
  display: inline;
  width: auto;
}

.client-dashboard .project .project-view img {
  height: 300px;
}

.client-dashboard .project .complete {
  text-align: right;
  font-size: 25px;
  font-weight: normal;
  float: right;
}

.client-dashboard .main-wrap .inner-container .navbar.navbar-default ul.nav li.disabled-tab a {
  color: #ddd;
}

.client-dashboard .main-wrap .inner-container .navbar.navbar-default ul.nav li.disabled-tab a:before {
  display: none;
}

/*==========End==========*/
/*======Settings Page======*/
.settings-page .responsive-tabs-container {
  display: inline-block;
  width: 100%;
}

.settings-page .responsive-tabs-container .nav.nav-tabs {
  float: left;
  width: 25%;
  border: none;
  padding-top: 30px;
}

.settings-page .responsive-tabs-container .nav.nav-tabs li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  position: relative;
}

.settings-page .responsive-tabs-container .nav.nav-tabs li a {
  border: none;
}

.settings-page .responsive-tabs-container .nav.nav-tabs li a:hover {
  background: none;
  color: #54b39c;
}

.settings-page .responsive-tabs-container .nav.nav-tabs li.active::after {
  width: 21px;
  height: 30px;
  background: url(../img/icons.png) no-repeat;
  background-position: -64px -160px;
  content: "";
  display: inline-block;
  position: absolute;
  right: -22px;
  top: 13px;
}

.settings-page .responsive-tabs-container .nav.nav-tabs li.active a {
  border: none;
  color: #54b39c;
}

.settings-page .responsive-tabs-container .tab-content {
  float: left;
  width: 75%;
  min-height: calc(100vh - 563px);
  border-left: 1px solid #ddd;
  display: flex;
  height: 100%;
  padding-left: 40px;
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .settings-page .responsive-tabs-container .tab-content {
    display: inline-block;
    margin: 0px;
    padding: 20px;
    width: 100%;
  }
}

.settings-page .login-page {
  background: none;
  height: auto;
  padding-top: 0px;
}

.settings-page .login-page h2.hd-white {
  font-size: 24px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

.settings-page .login-page .login-wrap {
  margin: 0px;
  text-align: left;
}

.settings-page .login-page .login-wrap .login-form {
  padding: 0px;
  box-shadow: none;
}

.settings-page .login-page .button-purple {
  text-align: left;
}

.settings-page .change-password {
  max-width: 400px;
}

/*======End======*/
/*======Client Profile View======*/
.edit-profile {
  /* .btn.btn-default{ min-width: 100%; } */
}

.edit-profile .project .project-view .project-detail p span {
  display: inline;
  width: auto;
}

.edit-profile input.form-control {
  width: 100%;
}

.edit-profile .form-inline .form-group {
  margin-bottom: 15px;
}

.edit-profile .project .project-view img {
  height: 300px;
}

.edit-profile .main-wrap .main-wrapper .sidebar .side-ctn .button-group .btn {
  background: #54b39c;
  color: #fff;
}

/*======End======*/
/*=======Responsive Tabs=========*/
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
  width: 100%;
}

.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

/*=======End Responsive Tabs====*/
/*===Datepicker Style Start*/
.uib-datepicker-popup.dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  /*td,th{ padding:4px;}*/
}

.uib-datepicker-popup.dropdown-menu td {
  border: 1px solid #e5e5e5;
}

.uib-datepicker-popup.dropdown-menu td.uib-month button.btn.btn-default {
  min-width: 90px !important;
  text-align: center;
  padding: 5px;
}

.uib-datepicker-popup.dropdown-menu td.uib-year button.btn.btn-default {
  min-width: 60px !important;
  text-align: center;
  padding: 5px;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default {
  padding: 0px;
  min-width: 42px;
  min-height: 42px;
  border: none;
  box-shadow: none;
  text-align: center;
  /*background:$datepickerbtn; */
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default span {
  color: #333;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default.uib-title {
  color: #54b39c;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default.uib-right i,
.uib-datepicker-popup.dropdown-menu button.btn.btn-default.uib-left i {
  color: #54b39c;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default:hover i {
  color: #fff;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default:hover {
  color: #fff;
  text-shadow: none;
  background: #b7b7b7;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default.active {
  color: #fff;
  background: #54b39c;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default.active span {
  color: #fff;
  text-shadow: none;
}

.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-success {
  background: #020202;
  text-shadow: none;
  color: #fff;
  border: none;
  box-shadow: none;
}

.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-danger {
  background: #dc8f28;
  text-shadow: none;
  color: #fff;
  border-color: #dc8f28;
  box-shadow: none;
}

.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-danger:hover {
  border-color: #dc8f28;
}

.uib-datepicker-popup.dropdown-menu .uib-button-bar .btn-info {
  background: #54b39c;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.uib-datepicker-popup.dropdown-menu button.btn.btn-default:hover span {
  color: #fff;
  text-shadow: none;
}

/*Rating*/
.expert-rating div {
  margin: 0px 2px;
  display: inline-block;
}

span.stars,
span.stars span {
  display: block;
  background: url("../img/stars.png") 0 -20px repeat-x;
  width: 110px;
  height: 18px;
}

span.stars span {
  background-position: 0 0;
}

.star-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.star-rating .star {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: .05em .05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}

.star-rating .star.filled {
  color: #fd0;
}

.angular-rating-icons {
  text-align: left;
  display: inline-block;
  padding: 0;
  list-style: none;
}

.angular-rating-icons > li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.angular-rating-icons-decimal > li {
  overflow: hidden;
  position: relative;
}

.angular-rating-icons-decimal > li > i {
  position: absolute;
}

/*Textarea*/
textarea {
  resize: none;
}

/*CMS Page*/
.cms-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .cms-wrapper {
    width: 96%;
  }
}

.cms-wrapper .white-block {
  margin-top: 0;
  padding: 50px 100px;
}

@media only screen and (max-width: 1200px) {
  .cms-wrapper .white-block {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-wrapper .white-block {
    padding: 20px;
  }
}

/*CMS Full Wrapper*/
.cms-fullwrapper {
  width: 100%;
}

.cms-fullwrapper .cms_heading {
  /* background: url(../img/cms-bg.jpg) no-repeat; */
  background: url(../img/new-theme-banner.png) no-repeat;
  background-size: cover;
  /* min-height: 450px; */
  /* min-height: calc(100vh - 100px); */
  min-height: calc(60vh - 100px);
  position: relative;
  vertical-align: top;
  /*112*/
}

.cms-fullwrapper .cms_heading:before {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 6px;
  content: "";
  background: #e97024;
  background: -moz-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: -webkit-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: linear-gradient(to right, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa2c', endColorstr='#f6aa2c', GradientType=1);
}

/* @media only screen and (max-width: 1200px) {
  .cms-fullwrapper .cms_heading {
    min-height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .cms-fullwrapper .cms_heading {
    min-height: 250px;
  }
} */

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .cms-banner {
    max-width: 90%;
  }
}

.cms-fullwrapper .cms_heading .cms-banner {
  /* max-width: 710px; */
  max-width: 75%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.cms-fullwrapper .cms_heading .cms-banner h1 {
  font-size: 40px;
  font-weight: normal !important;
  color: #fff;
  line-height: normal;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .cms-banner h1 {
    /* font-size: 30px; */
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .cms-banner {
    max-width: inherit;
    width: 90%;
  }
}

.cms-fullwrapper .cms_heading .btn.btn-pink.graybg {
  background: #020202;
  color: #fff;
}

.cms-fullwrapper .cms_heading .btn.btn-pink.graybg:hover {
  background: #fff;
  color: #020202;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .btn.btn-pink {
    min-width: 100px;
  }
}

.cms-fullwrapper .cms_heading .pos-rel {
  position: relative;
}

.cms-fullwrapper .cms_heading input.form-control {
  height: 62px;
  padding-left: 55px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading input.form-control {
    height: 50px;
  }
}

.cms-fullwrapper .cms_heading .searchicon {
  width: 37px;
  height: 37px;
  background: url(../img/icons.png) no-repeat;
  position: absolute;
  top: 13px;
  left: 13px;
  background-position: -108px 0px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .searchicon {
    height: 27px;
    width: 27px;
    background-position: -19px -131px;
    top: 12px;
    left: 12px;
  }
}

.cms-fullwrapper .cms_heading .nav-tabs {
  border-bottom: none;
  text-align: center;
}

.cms-fullwrapper .cms_heading .nav-tabs li {
  float: none;
  display: inline-block;
}

.cms-fullwrapper .cms_heading .nav-tabs li > a {
  color: #54b39c;
  background: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  box-shadow: 0px 0px 2px rgba(0, 1, 1, 0.35);
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  min-width: 215px;
  border: none;
  padding: 6px 12px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .cms_heading .nav-tabs li > a {
    min-width: 100px;
  }
}

.cms-fullwrapper .cms_heading .nav-tabs li > a:hover {
  border: none;
}

.cms-fullwrapper .cms_heading .nav-tabs li.active > a,
.cms-fullwrapper .cms_heading .nav-tabs li.active > a:focus,
.cms-fullwrapper .cms_heading .nav-tabs li.active > a:hover {
  background: #54b39c;
  color: #fff;
}

.cms-fullwrapper .cms_heading.terms-cms-banner {
  /* background: #fff; */
  min-height: 150px;
  padding: 0;
}

.cms-fullwrapper .cms_heading.terms-cms-banner .cms-banner {
  top: 50%;
}

.cms-fullwrapper .cms_heading.terms-cms-banner .cms-banner h1 {
  /* color: #54b39c; */
  color: #fff;
  margin: 0;
}

.cms-fullwrapper .cms_heading.aboutUs {
  /* background: url("../img/about-us.jpg") no-repeat -50%; */
  background: url("../img/new-theme-banner.png") no-repeat;
  background-size: cover;
  padding: 0;
}

.cms-fullwrapper .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding-bottom: 20px;
}

.cms-fullwrapper .panel-group .panel .panel-heading {
  background: none;
  padding: 0;
}

.cms-fullwrapper .panel-group .panel .panel-heading .panel-title {
  font-size: 1rem;
  font-weight: 400;
  color: #54b39c;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .panel-group .panel .panel-heading .panel-title {
    font-size: 20px;
  }
}

.cms-fullwrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 20px 0 0;
}

/* .cms-fullwrapper h4.panel-title a:after {
  width: 22px;
  height: 14px;
  background: url(../img/icons.png) no-repeat;
  content: "";
  background-position: -64px -7px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cms-fullwrapper h4.panel-title a.collapsed:after {
  width: 22px;
  margin-left: 10px;
  height: 14px;
  background: #fff url(../img/icons.png) no-repeat;
  content: "";
  background-position: -64px -7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
} */

.cms-fullwrapper .service-cms h2 {
  font-size: 40px;
  font-weight: normal !important;
  color: #54b39c;
  line-height: normal;
  margin: 25px 0 35px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms h2 {
    font-size: 20px;
  }
}

.cms-fullwrapper .service-cms h3 {
  font-size: 30px;
  font-weight: normal !important;
  /* color: #54b39c; */
  line-height: normal;
  margin: 0 0 25px 0;
  /* padding-top: 100px; */
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms h3 {
    font-size: 20px;
  }
}

.cms-fullwrapper .service-cms p {
  font-size: 24px;
  font-weight: 500;
  color: #020202;
  line-height: normal;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms p {
    font-size: 20px;
  }
}

.cms-fullwrapper .service-cms .servicelist {
  font-size: 34px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  list-style: none;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .cms-fullwrapper .service-cms .servicelist {
    margin-top: 0px;
  }
}

.cms-fullwrapper .service-cms .servicelist li {
  padding: 10px 30px 10px 100px;
}

@media only screen and (max-width: 1200px) {
  .cms-fullwrapper .service-cms .servicelist li {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms .servicelist li {
    padding: 5px 0;
    font-size: 20px;
    font-weight: normal;
    color: #54b39c;
    line-height: normal;
  }
}

.cms-fullwrapper .service-cms .servicelist li a:hover {
  color: #54b39c;
  text-decoration: none;
}

.cms-fullwrapper .service-cms .service-feauters {
  margin-top: 50px;
}

.cms-fullwrapper .service-cms .service-feauters p {
  padding-bottom: 15px;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .service-cms .service-feauters p {
    font-size: 20px;
  }
}

.cms-fullwrapper .faq-cms p {
  font-size: 1rem;
  font-weight: 500;
  color: #020202;
  line-height: normal;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .faq-cms p {
    font-size: 20px;
  }
}

.cms-fullwrapper .faq-cms .link {
  /* font-size: 20px; */
  font-weight: 400;
  color: #54b39c;
  line-height: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  /* .cms-fullwrapper .faq-cms .link {
    font-size: 18px;
  } */
}

.cms-fullwrapper .faq-cms .panel-body b {
  color: #54b39c;
  display: block;
  margin-bottom: 8px;
  font-size: .8rem;
}

.cms-fullwrapper .howitwork-cms .cms-wrapper,
.cms-fullwrapper .terms-cms .cms-wrapper {
  margin: 0 auto 100px;
}

.cms-fullwrapper .howitwork-cms .cms-wrapper .white-block,
.cms-fullwrapper .terms-cms .cms-wrapper .white-block {
  padding: 0;
}

.cms-fullwrapper .howitwork-cms .cms-wrapper .textimage-block,
.cms-fullwrapper .terms-cms .cms-wrapper .textimage-block {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .howitwork-cms .cms-wrapper .textimage-block,
  .cms-fullwrapper .terms-cms .cms-wrapper .textimage-block {
    margin: 40px 0 0;
    text-align: center;
  }

  .cms-fullwrapper .howitwork-cms .cms-wrapper .textimage-block div,
  .cms-fullwrapper .terms-cms .cms-wrapper .textimage-block div {
    width: 100%;
  }
}

.cms-fullwrapper .howitwork-cms .imgshadow,
.cms-fullwrapper .terms-cms .imgshadow {
  max-width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 1, 1, 0.35);
}

/* .cms-fullwrapper .howitwork-cms h3, */
.cms-fullwrapper .terms-cms h3 {
  font-size: 46px;
  font-weight: normal;
  color: #54b39c;
  line-height: normal;
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  /* .cms-fullwrapper .howitwork-cms h3, */
  .cms-fullwrapper .terms-cms h3 {
    font-size: 36px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* .cms-fullwrapper .howitwork-cms h3, */
  .cms-fullwrapper .terms-cms h3 {
    font-size: 30px;
  }
}

/* .cms-fullwrapper .howitwork-cms p, */
.cms-fullwrapper .terms-cms p {
  font-size: 38px;
  font-weight: 500;
  color: #020202;
  line-height: normal;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  /* .cms-fullwrapper .howitwork-cms p, */
  .cms-fullwrapper .terms-cms p {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  /* .cms-fullwrapper .howitwork-cms p, */
  .cms-fullwrapper .terms-cms p {
    font-size: 20px;
  }
}

.cms-fullwrapper .terms-cms h3 {
  font-size: 32px;
  font-weight: 500;
  color: #54b39c;
  line-height: normal;
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .cms-fullwrapper .terms-cms h3 {
    font-size: 24px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .terms-cms h3 {
    font-size: 20px;
  }
}

.cms-fullwrapper .terms-cms p {
  font-size: 24px;
  font-weight: normal;
  color: #020202;
  line-height: normal;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .cms-fullwrapper .terms-cms p {
    font-size: 20px;
  }
}

.cms-fullwrapper .terms-cms p span {
  display: block;
}

/*Back to top*/
#back-to-top {
  position: fixed;
  bottom: -5px;
  right: 15px;
  z-index: 9;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #54b39c;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #454545;
}

#back-to-top.show {
  opacity: 1;
}

#acceptProposalModal.modal .modal-content {
  padding: 30px;
}

#acceptProposalModal.modal .modal-title {
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
}

#acceptProposalModal.modal .modal-body {
  padding-top: 12px;
}

#acceptProposalModal.modal .modal-header .logo-text {
  color: #8b8b8b !important;
  font-size: 14px !important;
}

#acceptProposalModal.modal .modal-dialog {
  font-size: 15px;
  line-height: normal;
  width: 900px;
}

@media only screen and (max-width: 991px) {
  #acceptProposalModal.modal .modal-dialog {
    width: 96%;
  }
}

#acceptProposalModal.modal .modal-dialog .mrg-top15 {
  margin-top: 15px;
}

#acceptProposalModal.modal .modal-dialog .agreehead {
  margin-bottom: 20px;
}

#acceptProposalModal.modal .modal-dialog .agreehead tr td {
  padding-bottom: 6px;
}

#acceptProposalModal.modal .modal-dialog .agreehead tr td:first-child {
  width: 220px;
}

#acceptProposalModal.modal .modal-dialog .bold {
  font-weight: normal;
}

#acceptProposalModal.modal .modal-dialog .agreement-process {
  margin: 0;
  padding: 0 0 0 20px;
}

#acceptProposalModal.modal .modal-dialog .agreement-process li {
  color: #54b39c;
  font-weight: normal;
  margin: 10px 0;
}

#acceptProposalModal.modal .modal-dialog .agreement-process li .normal-text {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}

#acceptProposalModal.modal .modal-dialog .agreement-process li .normal-text table tr.bg {
  background: #ccc;
  font-weight: normal;
}

#acceptProposalModal.modal .modal-dialog .agreement-process li ol[type="a"] {
  padding-left: 20px;
}

#acceptProposalModal.modal .modal-dialog .agreement-process li ol[type="a"] li {
  color: #333;
  margin-top: 10px;
}

#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 10px -1px 10px 0;
  width: 33%;
}

@media only screen and (max-width: 767px) {
  #acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block {
    width: 100%;
    margin: 10px 0;
  }
}

#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block p,
#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block h4 {
  color: #54b39c;
}

#acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block p {
  padding-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  #acceptProposalModal.modal .modal-dialog .agreement-process .approch-outer .approch-block p {
    font-size: 16px;
  }
}

#acceptProposalModal.modal .modal-dialog .methodologybox {
  border: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-right: 4px;
  margin-top: 10px;
}

#acceptProposalModal.modal .modal-dialog .methodologybox p {
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #acceptProposalModal.modal .modal-dialog .methodologybox p {
    font-size: 16px;
  }
}

#acceptProposalModal.modal .modal-dialog .methodologybox h4 {
  font-weight: normal;
  color: #333;
  margin: 0 0 10px;
}

#acceptProposalModal.modal .modal-dialog .methodologybox .agreehead {
  margin-bottom: 0;
}

#acceptProposalModal.modal .modal-dialog .methodologybox .agreehead li {
  font-weight: normal;
  color: #333;
  margin-bottom: 3px;
}

#acceptProposalModal.modal .modal-dialog .feescol,
#acceptProposalModal.modal .modal-dialog .payment-terms {
  margin-top: 10px;
  font-size: 16px;
}

#acceptProposalModal.modal .modal-dialog .feescol p,
#acceptProposalModal.modal .modal-dialog .payment-terms p {
  padding-bottom: 5px;
  color: #333;
  font-weight: normal;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  #acceptProposalModal.modal .modal-dialog .feescol p,
  #acceptProposalModal.modal .modal-dialog .payment-terms p {
    font-size: 16px;
  }
}

#acceptProposalModal.modal .modal-dialog .feescol .table,
#acceptProposalModal.modal .modal-dialog .payment-terms .table {
  font-weight: normal;
  width: calc(100% - 4px);
  margin-right: 4px;
  margin-top: 5px;
}

#acceptProposalModal.modal .modal-dialog .feescol .table tr.bg,
#acceptProposalModal.modal .modal-dialog .payment-terms .table tr.bg {
  background: #ccc;
  font-weight: normal;
}

#acceptProposalModal.modal .modal-dialog .payment-terms h4 {
  color: #c60;
}

#acceptProposalModal.modal .modal-dialog .payment-terms .agreehead {
  margin-bottom: 15px;
}

#acceptProposalModal.modal .modal-dialog .payment-terms .agreehead li {
  font-weight: normal;
  color: #333;
  margin-bottom: 3px !important;
  margin-top: 0;
}

#acceptProposalModal.modal .modal-dialog .payment-terms .agreehead li .center-block {
  margin-top: 5px;
}

#acceptProposalModal.modal .modal-dialog .payment-terms .agreehead .text-small {
  font-size: 14px;
  padding: 10px 0 0 30px;
}

#acceptProposalModal.modal .modal-dialog .agreementterms {
  margin-top: 30px;
}

#acceptProposalModal.modal .modal-dialog .agreementterms h4 {
  font-size: 18px;
}

#acceptProposalModal.modal .modal-dialog .agreementterms ul {
  font-size: 14px;
  margin-left: -40px;
}

#acceptProposalModal.modal .modal-dialog .agreementterms ul li {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

#tdsModal {
  font-size: 18px;
  line-height: 20px;
}

#tdsModal .radio-group {
  padding-left: 20px;
  text-align: left;
}

#tdsModal .radio-group .radio label {
  font-size: 18px;
  margin-bottom: 10px;
}

#tdsModal .form-horizontal {
  margin-top: 20px;
}

#tdsModal .form-horizontal .form-control {
  max-width: 150px;
}

#tdsModal .text-small {
  font-size: 14px;
  padding: 10px 0 0 30px;
}

#InvoiceModal {
  font-size: 15px;
  line-height: 20px;
  overflow: scroll;
}

#InvoiceModal .table {
  font-size: 15px;
  line-height: 20px;
}

#InvoiceModal .table.usetable {
  font-size: 15px;
}

#InvoiceModal .table.usetable tr td {
  border: none;
  padding: 2px 8px;
}

#InvoiceModal .table.usetable tr td:first-child {
  font-weight: normal;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #InvoiceModal .table {
    font-size: 15px;
  }
}

#InvoiceModal .table.invoicetable tr.thead,
#InvoiceModal .table.invoicetable tr.tfoot {
  background: #ccc;
  font-weight: normal;
}

/*Datatable CSS*/
.dataTables_wrapper .datahead {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.dataTables_wrapper .dataTable thead th {
  position: relative;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_filter {
  width: 290px;
}

@media only screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter {
    width: inherit;
  }
}

.dataTables_wrapper .dataTables_filter input {
  width: 180px;
  display: inline-block;
  font-size: 20px;
}

.dataTables_wrapper .dataTables_filter .form-control:focus {
  background: #ffffff;
  border: 1px solid #adadad;
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter label {
  white-space: nowrap;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter label {
    font-size: 16px;
  }
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 20px;
}

.dataTables_wrapper .table > tbody > tr > td:first-child {
  border-left: 1px solid #d1d1d1;
}

.dataTables_wrapper .table > thead > tr > th {
  background: #54b39c;
  color: #fff;
  border-right: 1px solid #d1d1d1;
}

.dataTables_wrapper .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 12px;
  min-width: 40px;
  color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #54b39c;
  border-radius: 3px;
  color: #fff !important;
  border: none;
}

.dataTables_wrapper .table {
  text-transform: capitalize;
}

#transaction .table-responsive {
  border: none;
}

#transaction .table-responsive .table > tbody > tr > td,
#transaction .table-responsive .table > thead > tr > th {
  font-size: 22px;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  #transaction .table-responsive .table > tbody > tr > td,
  #transaction .table-responsive .table > thead > tr > th {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #transaction .table-responsive {
    border: 1px solid #d1d1d1;
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #transaction .table-responsive table.dataTable.no-footer {
    min-width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .databottom {
    font-size: 16px;
  }
}

/*Developer CSS*/
/*Sidebar*/
.sidebar .side-ctn h2 {
  font-size: 20px;
  text-transform: capitalize;
}

.sidebar .side-ctn span.city {
  font-size: 15px;
  color: #757575;
}

/*MESSAGE LOADER CSS START */
.cssload-container {
  height: 21px;
  text-align: right;
  float: left;
  margin-top: -35px;
  margin-right: 13px;
}

.cssload-zenith {
  width: 21px;
  height: 21px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 1px 1px 0px #9c009c;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*MESSAGE LOADER CSS END */
button,
html,
input,
md-bottom-sheet .md-subheader,
select,
textarea {
  /* font: 24px/30px "PT Sans", sans-serif; */
  font: 24px/30px Arial, sans-serif;
}

.form-item-container .list-inline li {
  position: relative;
  font-size: 15px;
}

.autocomplete-list {
  padding: 0;
}

.autocomplete-list ul li {
  line-height: 19px;
}

span.skill-box {
  border: 1px solid #54b39c;
  padding: 4px 9px;
  border-radius: 11px;
  margin: 4px;
  float: left;
}

.max-10 {
  font-size: 13px;
  color: #020202;
}

.help-block {
  text-transform: capitalize !important;
}

.help-block.normal {
  text-transform: inherit !important;
}

#msform3 .project .project-details h3,
#all-projects .project .project-details h3 {
  margin-bottom: 10px;
}

#msform3 .project .project-details .section,
#all-projects .project .project-details .section {
  padding-top: 0;
}

.header li.notification div.dropdown-menu ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.loading {
  z-index: 1002;
}

.user-block p.medium {
  font-size: 18px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 18px;
}

.user-block p.medium .skill-box:last-child {
  margin-bottom: 20px;
}

.user-block h2.block-heading .btn:hover {
  background: #54b39c !important;
}

.icon-remove {
  width: 30px;
  position: absolute;
  height: 30px;
  top: 0;
  right: -25px;
}

.inline {
  float: left;
  width: 100%;
}

#proposal .form-control::-webkit-input-placeholder {
  color: #a19e97;
  font-size: 19px;
}

#proposal .form-control::-moz-placeholder {
  color: #a19e97;
  font-size: 19px;
}

#proposal .form-control:-ms-input-placeholder {
  color: #a19e97;
  font-size: 19px;
}

#proposal .form-control:-moz-placeholder {
  color: #a19e97;
  font-size: 19px;
}

#proposal .ta-scroll-window > .ta-bind {
  font-size: 19px;
  height: 300px;
}

.main-wrap .main-wrapper .sidebar .user-img i.fa-picture-o {
  display: none;
}

.header .navbar-nav {
  margin: 4px 0 0;
}

.expert-create-proposal a.icon-close {
  font-size: 22px;
  text-align: right;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.expert-create-proposal .cancel.top-corner {
  margin: 0px;
  position: absolute;
  top: -19px;
  right: 0px;
  background: #54b39c;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.about-sub-heading {
  font-size: 30px;
  padding-top: 20px;
}

.provide-text {
  font-size: 22px;
  padding-top: 10px;
}

.invoice-modal .modal-dialog {
  width: 865px !important;
}

.invoice-modal .modal-body {
  padding: 29px 60px !important;
}

.invoice-modal .modal-header h4 {
  padding: 1px 0px 0px 39px !important;
  text-align: center;
  margin: 0px;
  font-size: 19px;
}

.invoice-modal .modal-header {
  padding: 25px !important;
}

.gst-form .radio {
  padding-right: 40px;
  margin-top: 0px;
  display: inline-block;
}

.gst-form .button-purple {
  margin-top: 50px;
}

.note-tds {
  padding-top: 20px !important;
  font-size: 14px !important;
}

.terms-text {
  text-align: justify;
}

.terms-text h4 {
  color: #54b39c;
  font-size: 20px;
}

.terms-text h5 {
  font-size: 20px;
  color: #54b39c;
  font-weight: normal;
}

.terms-text p {
  font-size: 20px !important;
}

.terms-text ol.d li {
  font-size: 20px !important;
}

.module-data {
  font-size: 16px !important;
  line-height: 22px !important;
}

p.logo-text {
  color: #8b8b8b !important;
  font-size: 14px !important;
}

.client.radio-group.button-group .radio {
  display: inline;
  margin-right: 28px;
}

.terms-cms.privacy .cms-wrapper {
  padding: 40px 0 0;
}

.terms-cms.privacy p {
  font-size: 20px;
  padding: 15px 0 0;
}

.terms-cms.privacy h2 {
  font-size: 35px;
}

.terms-cms.privacy h3 {
  color: #54b39c;
  font-size: 22px;
  margin: 0;
  padding: 0 0 5px 0;
  display: inline-block;
  padding-top: 20px;
}

.terms-cms.privacy .link {
  color: #54b39c;
}

.terms-cms.privacy ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0 0 0 20px;
}

.terms-cms.privacy ol li {
  float: left;
  width: 100%;
  font-size: 20px;
  counter-increment: item;
  padding-top: 10px;
}

.terms-cms.privacy ol > li:before {
  content: counters(item, ".") ".";
  color: #54b39c;
}

.terms-cms.privacy li ol > li:before {
  content: counters(item, ".") " ";
  color: #54b39c;
}

.terms-cms.privacy li .alpha {
  list-style-type: lower-alpha;
}

.terms-cms.privacy li .alpha li {
  display: list-item;
}

.terms-cms.privacy li .alpha li:before {
  counter-increment: item;
  content: "";
}

.propsal-sample .modal-content .modal-body .inner-block {
  min-height: 150px !important;
}

.propsal-sample .modal-content .modal-body ul li {
  font-size: 16px;
}

.project-archived {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.project-detail.archived * {
  color: white !important;
}
.project-detail.archived {
  background-color: #808080 !important;
}
/* new design changes - 30 may */

.theme-banner-background {
  background: url('../img/new-theme-banner.png');
}

.btn-theme {
  min-width: 300px;
  background-color: transparent;
  border: 2px solid #fff !important;
  padding: 10px;
  color: #fff !important;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 1rem !important;
  border-radius: 0 !important;
}

.btn-theme-primary:hover,
.btn-theme-primary.active-tab {
  /* background: #54b39c; */
  border-color: #54b39c !important;
  border-color: #54b39c;
  color: #fff !important;
}

.btn-theme-primary.active-tab,
.btn-theme-secondary.active-tab {
  background-color: #54b39c !important;
}

/* .btn-theme-secondary.active-tab {
  background-color: #eb7124 !important;
} */

.btn-theme-secondary:hover {
  /* background: #eb7124; */
  border-color: #eb7124 !important;
  color: #fff !important;
}

.btn-global {
  font-size: .9rem;
  border-radius: 0;
  padding: 10px;
}

.btn-theme-secondary-dark {
  background-color: #54b39c;
  color: #fff;
}

.btn-theme-secondary-dark:hover {
  background-color: #eb7124;
  color: #fff;
}

.btn-theme-primary-dark {
  background-color: #54b39c;
  color: #fff;
}

.btn-theme-primary-dark:hover {
  background-color: #eb7124;
  color: #fff;
}

.btn-secodary-md {
  font-size: 1rem;
  padding: 8px 30px;
}

.secondary-heading {
  font-weight: normal;
  color: #fff !important;
  margin-top: 2rem;
  font-size: 1.3rem !important;
  padding: 0 8px;
}

.home-banner-logo {
  max-width: 70%;
  margin: auto;
}

.home-page .header .inner-sec {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hiw-content:hover .hiw-c-inner h3 {
  color: #eb7124;
}

.margin-y-4 {
  margin: 1rem 0;
}

.client-icon,
.consultants-reg-icon {
  box-shadow: 0px 0px 5px 1px #ccc;
}

.clients-c-inner p {
  color: #414141;
}

footer.footer {
  background: url('../img/new-theme-banner.png');
  background-size: cover;
}

.color-white {
  color: #fff !important;
}

.home-page .client {
  border-bottom: 2px solid #e6e6e6;
}

.home-page h2 {
  font-size: 1.4rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn {
  transition: all .2s linear;
}

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

.doubletake:before,
.doubletake:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  transform: translate3d(0, -100%, 0);
  transition: all .5s;
}

.btn-theme-primary.doubletake:before {
  background: #54b39c;
}

.btn-theme-secondary.doubletake:before {
  background: #eb7124;
}

.doubletake:before {
  background: #54b39c;
  z-index: -2;
  transform: translate3d(0, 0, 0);
}

.doubletake:hover {
  color: white;
}

.doubletake:hover:after {
  transform: translate3d(0, 0, 0);
  transition: all .5s;
}

.doubletake:before,
.doubletake:after {
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3d(-50%, 0, 0) rotate(-50deg);
}

.doubletake:before {
  opacity: 1;
}

.doubletake:hover:before,
.doubletake:hover:after {
  transform: rotate(0deg);
  transition: all .25s;
}

.doubletake:hover:after {
  transition-delay: .25s;
}

.sk-circle .sk-child:before {
  background-color: #54b39c !important;
}

.lodingtext {
  color: #eb7124 !important;
}

.loading-container {
  border-radius: 4px !important;
}

.how-it-works-dekstop-section {
  display: block;
}

.how-it-works-mobile-section {
  display: none !important;
}

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

.navbar-default .navbar-toggle {
  border: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #e36c31;
}

.navbar-toggle .icon-bar {
  width: 35px !important;
  height: 3px !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px !important;
}

.box-card-text {
  text-align: center;
}

.card-box {
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 1, 1, 0.4);
  padding: 25px;
  box-sizing: border-box;
  margin-top: 0px;
  padding-top: 50px;
}

.contact-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-us-container {
  width: 85%;
  margin: auto;
}

.custom-form textarea.form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}

.custom-form textarea.form-control::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.custom-form textarea.form-control::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.custom-form textarea.form-control::-ms-input-placeholder {
  color: #c3c3c3;
}

.custom-form textarea.form-control::-ms-input-placeholder {
  color: #c3c3c3;
}

.custom-form textarea.form-control::placeholder {
  color: #c3c3c3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.header-link-icon {
  max-width: 40px !important;
}

.footer-contact-icon {
  max-width: 30px !important;
  margin-left: .5rem;
}

.primary-text-color {
  color: #54b39c !important;
}

.secondary-text-color {
  color: #e36c31 !important;
}

.heading-text {
  color: #3e3e3e;
  font-size: 1.4rem;
}

.sub-heading-text {
  color: #3e3e3e;
  font-size: 1.2rem;
}

.services-page-title {
  margin-bottom: 1rem !important;
}

.box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0px;
  height: 100%;
  padding: .5rem;
  border-right: 3px solid #3e3e3e;
  border-bottom: 3px solid #3e3e3e;
  position: relative;
}

.box-content:before {
  content: '';
  width: 3px;
  height: 70%;
  background: #3e3e3e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-content-icon {
  text-align: center;
  margin-bottom: .5rem;
}

.box-content-icon img {
  max-width: 70px;
}

.box-content h3 {
  font-size: 1rem !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.box-content-list p {
  font-size: .8rem !important;
}

.theme-card-box {
  padding: .5rem;
  width: 20%;
  transition: all .2s linear;
  cursor: pointer;
}

.theme-card-box-container {
  display: flex;
  justify-content: center;
  flex: 1 1 0px;
  margin-bottom: 1rem;
}

.box-content-list {
  margin-top: .5rem;
  margin-bottom: auto;
}

.theme-card-box:hover {
  transform: scale(1.05);
}

.section-sub-heading {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #3e3e3e !important;
}

.half-box-content h2 {
  color: #3e3e3e !important;
  font-size: .9rem !important;
  margin: .5rem 0 !important;
}

.half-box-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
  margin-bottom: 1rem;
  text-align: center;
  padding: .5rem;
}

.half-box-pr-list {
  margin-top: .5rem;
  margin-bottom: auto;
}

.half-card-box:nth-child(even) {
  border-right: 3px solid #54b39c;
  border-bottom: 3px solid #54b39c;
}

.half-card-box:nth-child(even) .work-ex-text {
  color: #e36c31 !important;
}

.half-card-box:nth-child(odd) {
  border-right: 3px solid #e36c31;
  border-bottom: 3px solid #e36c31;
}

.half-card-box:nth-child(odd) .work-ex-text {
  color: #54b39c !important;
}

.half-card-box:nth-child(odd)::before {
  content: '';
  width: 80%;
  height: 3px;
  background: #e36c31;
  position: absolute;
  top: 0;
  right: 0;
}

.half-card-box:nth-child(even)::before {
  content: '';
  width: 80%;
  height: 3px;
  background: #54b39c;
  position: absolute;
  top: 0;
  right: 0;
}

.half-card-box-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.half-card-box {
  /* width: 30%; */
  /* max-width: 400px; */
  cursor: pointer;
  position: relative;
}

.page-content-text {
  color: #3e3e3e !important;
  font-size: .9rem !important;
}

header.header {
  background-color: rgb(52, 33, 53) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .95);
}

.header .navbar-default ul.nav li a {
  color: #fff;
}

.navbar-default .navbar-collapse {
  border-color: #55b39c !important;
}

.new-faq-design .panel-title a {
  /* color: #e36c31 !important; */
  color: #fff !important;
  padding: 20px;
  border-bottom: 1px solid;
  display: block;
  background: #342135;
  position: relative;
}

.new-faq-design .panel-heading:last-child a {
  border-bottom: none !important;
}

.new-faq-design .panel-title a.collapsed {
  /* color: #54b39c !important; */
  color: #3e3e3e !important;
  background: #fff;
}

.new-faq-design .panel-group .panel {
  border: 1px solid;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.new-faq-design .panel-title a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #342135;
  left: auto;
  right: -15px;
  top: 50%;
  background: transparent;
  transform: translate(0, -50%) rotate(180deg);
}

.new-faq-design .panel-title a.collapsed::after {
  content: none !important;
}

/* .cms-fullwrapper .panel-group .panel .panel-heading {
  margin-bottom: 1rem;
} */

.page-section-main-title {
  font-size: 40px;
  font-weight: normal !important;
  color: #54b39c;
  line-height: normal;
  margin: 25px 0 35px;
}

.flex-box-center-aligned {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-page-heading {
  margin-bottom: 3rem !important;
}

.global-normal-text {
  font-size: 1rem !important;
  color: #3e3e3e !important;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  /* font-family: "PT Sans" !important; */
}

/* .global-normal-text li {
  font-family: "PT Sans" !important;
} */

.value-row-content {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.value-bring-content {
  padding: 0 3rem;
}

.value-bring-icon {
  width: 5rem;
  height: 5rem;
  margin: auto;
  background-position: center center !important;
  background-size: cover !important;
  display: block;
  transition: all .3s linear;
}

.value-bg-1 {
  background-image: url(../img/how-it-works/st-func-geen.png);
}

.value-bg-2 {
  background-image: url(../img/how-it-works/curated-g.png);
}

.conusultant-container {
  margin-top: 2rem;
  /* padding: 0 3rem; */
}

.core-value-box-list {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  padding: 1rem;
  text-align: center;
}

/* .core-value-box-list p {
  margin: rem 0 !important;
} */

.core-v-head {
  color: #3e3e3e;
  font-size: 1.4rem;
}

.core-value-box-item img {
  width: 80px;
  margin: 0 auto 10px auto;
}

.core-value-box-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.center-lg-core-item img {
  max-width: 35% !important;
}

.center-lg-core-item p {
  font-size: .8rem !important;
  line-height: 1 !important;
}

.how-it-work-main-page-section {
  margin-top: 2rem !important;
}

/* slider style */
.theme-slider-with-arrow .slick-prev:before,
.theme-slider-with-arrow .slick-next:before {
  color: #fff !important;
}

.theme-slider-with-arrow .slick-prev:hover,
.theme-slider-with-arrow .slick-prev:focus,
.theme-slider-with-arrow .slick-next:hover,
.theme-slider-with-arrow .slick-next:focus {
  color: #fff;
  outline: none;
  background: #342135;
}

/* .theme-slider-with-arrow .slick-prev {
  left: -55px !important;
}

.theme-slider-with-arrow .slick-next {
  right: -55px !important;
} */

.theme-slider-with-arrow .slick-prev,
.theme-slider-with-arrow .slick-next {
  background: #342135;
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
  border-radius: 50%;
}

.half-box-icon {
  margin: auto;
}

.half-card-box {
  margin: 0 20px;
}

.slick-slide:focus {
  outline: none !important;
}

.theme-card-box-container .slick-slide,
.conusultant-container .slick-slide {
  height: auto !important;
  min-height: 0 !important;
}

.theme-card-box-container  .slick-track,
.half-card-box-container  .slick-track {
  display: flex !important;
}

.address a {
  color: #fff !important;
}

.box-content-icon {
  margin: 5px auto;
  min-height: 85px;
}

p,
.terms-text ol.d li,
.terms-cms.privacy ol li,
.global-normal-text {
  /* font-family: Montserrat !important; */
  font-family: Arial !important;
  font-size: .8rem !important;
}

.login-page,
.core-value-stats-section {
  background: url(../img/new-theme-banner.png) !important;
  background-attachment: fixed !important;
  position: relative;
}

.login-page:before,
.core-value-stats-section:before,
.core-value-stats-section::after {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 6px;
  content: "";
  background: #e97024;
  background: -moz-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: -webkit-linear-gradient(left, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  background: linear-gradient(to right, #e97024 0%, #ef945a 17%, #e97024 35%, rgba(239, 153, 100, 1) 57%, #ef945a 82%, #e97024 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa2c', endColorstr='#f6aa2c', GradientType=1);
}

.core-value-stats-section::after {
  bottom: auto !important;
  top: 0 !important;
}

.core-value-box-item .global-normal-text,
.core-value-box-item .core-v-head {
  color: #fff !important;
}

.header .navbar-default ul.dropdown-menu li a {
  color: #020202;
}

.short-note-text {
  text-align: right;
  margin-top: 1rem;
  font-size: .7rem;
  font-style: italic;
  color: #3c3c3c;
}

.new-banner-heading-top {
  font-family:'typewritter', sans-serif;
  margin-top:0 !important;
}

@media only screen and (max-width: 769px) {
  html {
    font-size: 18px;
  }

  .button-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100% !important;
    align-items: center;
    margin: 0 !important;
  }

  .how-it-works-dekstop-section {
    display: none;
  }

  .how-it-works-mobile-section {
    display: block !important;
  }

  .hiw-inner {
    display: flex;
    text-align: center;
    align-items: flex-start;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }

  .hiw-content {
    flex-basis: 39.333%;
  }

  .hiw-arrow {
    flex-basis: 19.333%;
    /* margin: auto; */
  }

  .hiw-c-inner .hiw-icon {
    width: 4rem;
    height: 4rem;
  }

  .clients-c-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .client-icon {
    width: 5rem;
    height: 5rem;
    margin-left: 1rem;
  }

  .client-project-column p {
    font-size: .8rem;
    line-height: 1.5;
  }

  .client-project-column h3,
  .consultant-find-column h3 {
    padding: 0 5px;
  }

  .box-card-text {
    width: 67%;
    margin-left: 2rem;
  }

  .home-page .client-project .client-project-inner {
    flex-wrap: wrap;
  }

  .home-page .client-project .client-project-inner .client-project-column {
    width: 50% !important;
  }

  .home-page .consultant-find .consultant-find-inner .consultant-find-column:last-of-type {
    border: none !important;
  }

  .home-page .consultant-find .consultant-find-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page .consultant-find .consultant-find-inner .consultant-find-column {
    width: 50%;
  }

  .consultant-find-column p {
    line-height: 1.5;
  }

  .consultants-reg-icon {
    width: 5rem;
    height: 5rem;
    margin-left: 1rem;
  }

  .consultants-reg-c-inner {
    flex-direction: row;
  }

  .consultants-reg {
    border-top: 1px solid #aaaaaa;
  }

  .mobile-sm-hide {
    display: none;
  }

  .footer .address {
    margin-top: 3rem;
  }

  .home-page .header {
    padding-bottom: 5%;
  }

  .theme-card-box-container {
    flex-wrap: wrap;
  }

  .theme-card-box {
    width: 33%;
  }

  .value-row-content {
    flex-direction: column;
  }

  .core-value-box-item {
    width: 50%;
  }

  .core-value-box-list {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .terms-cms .cms-wrapper {
    padding: 10px;
  }

  .no-gutter .col-md-4 {
    padding: 0 !important;
  }

  .consultant-find-column p {
    color: #3e3e3e;
  }

  .global-normal-text ul {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 585px) {
  /* .theme-card-box-container {
    display: block;
  } */

  .theme-card-box {
    width: 49%;
  }
}

@media screen and (min-width: 769px) {
  .cms-fullwrapper .faq-cms .panel-body {
    margin-right: 3rem;
  }

  .value-bring-section {
    margin-top: 2rem;
  }

  .vbc-1:hover .value-bg-1 {
    background-image: url(../img/how-it-works/st-func-o.png);
  }

  .vbc-2:hover .value-bg-2 {
    background-image: url(../img/how-it-works/curated-o.png);
  }
}
