/*****  Global Style  *****/

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: normal;
}

h3,
.h3 {
  font-size: 24px;
  color: #171717;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a,
a p,
i.icons,
button,
input[type="submit"],
input[type="button"],
.overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: #e8a651;
}

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  background: url("../images/select-arrow.png") no-repeat scroll right center;
  padding-right: 25px !important;
  border: 1px solid #ccc;
}

select option {
  font-size: 13px;
  padding: 1px 4px;
}

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

b,
strong {
  font-weight: bold;
}

button[disabled],
html input[disabled] {
  opacity: 0.5;
}


/*****  Main CSS  *****/

.main {
  width: 100%;
  overflow: hidden;
}

.pull-center {
  display: inline-block;
}

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

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.icons,
.home-process-list>li:before {
  background: url("../images/icons.png") no-repeat;
}

.icons {
  display: inline-block;
  vertical-align: top;
}


/*****  Header  *****/

header.header {
  width: 100%;
  z-index: 99;
}

.sticky-wrapper {
  height: auto !important;
}

.top-bar {
  display: inline-block;
  padding-top: 10px;
  position: fixed;
  top: 0;
  vertical-align: top;
  width: 100% !important;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-sticky .top-bar {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8px 0;
}

.top-bar-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.main-menu {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  vertical-align: top;
}

.main-menu>li {
  float: left;
  margin: 0 12px;
  position: relative;
}

.main-menu>li:first-child {
  margin-left: 0;
}

.main-menu>li:last-child {
  margin-right: 0;
}

.main-menu>li>a {
  color: #fff;
  display: block;
  font-size: 14px;
  209 font-weight: 400;
  padding: 5px 0;
  position: relative;
  text-align: center;
}

.main-menu>li>a:hover,
.main-menu>li>a:focus,
.main-menu>li:hover>a,
.main-menu>li.open>a {
  color: #ff931f;
  text-decoration: none;
}

.main-menu>li.my-account-li>a {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unanswer-line {
  display: inline-block;
  position: relative;
}

.unanswer-line::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-menu>li>a:hover .unanswer-line::after,
.main-menu>li>a:focus .unanswer-line::after,
.main-menu>li:hover>a .unanswer-line::after,
.main-menu>li.open>a .unanswer-line::after {
  background-color: #ff931f;
}

.main-menu>li>a .fa {
  margin-right: 10px;
}

.main-menu>li>a figure {
  border-radius: 100px;
  float: left;
  margin: -5px 10px -5px 0;
  overflow: hidden;
  width: 30px;
}

.noti-count {
  background-color: #ff931f;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -18px;
  top: -6px;
  width: 20px;
}

.main-menu>li .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0 0 3px 3px;
  margin-top: 0;
  overflow: hidden;
  padding: 6px 0 0;
}

.main-menu .dropdown-menu::before {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -3px;
}

.main-menu>li .dropdown-menu li {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.main-menu>li .dropdown-menu li:first-child {
  border-top: none;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.main-menu>li .dropdown-menu li a {
  background-color: #fff;
  font-size: 13px;
  color: #222;
  padding: 7px 12px;
  position: relative;
  white-space: inherit;
}

.main-menu>li .dropdown-menu li a:hover,
.main-menu>li .dropdown-menu li a:focus {
  background-color: #ff931f;
  text-decoration: none;
  color: #fff;
}

.main-menu>li.quick-links-li .dropdown-menu::before {
  left: 20px;
}

.main-menu>li.noti-li .dropdown-menu {
  left: 50%;
  margin-left: -200px;
  max-height: 314px;
  overflow-y: auto;
  width: 400px;
}

.main-menu>li.noti-li .dropdown-menu li a:hover,
.main-menu>li.noti-li .dropdown-menu li a:focus {
  background-color: #eee;
  text-decoration: none;
}

.main-menu>li.noti-li .dropdown-menu .noti-header {
  padding: 12px;
  width: 100%;
}

.main-menu>li.noti-li .dropdown-menu .noti-header a {
  background-color: #ccc;
  border-radius: 2px;
  clear: inherit;
  font-size: 13px;
  padding: 6px 15px;
  float: left;
}

.main-menu>li.noti-li .dropdown-menu .noti-header a:hover,
.main-menu>li.noti-li .dropdown-menu .noti-header a:focus {
  background-color: #ff931f;
}

.main-menu>li.noti-li .dropdown-menu .noti-header .noti-mark-read {
  float: right;
}

.main-menu>li.noti-li .dropdown-menu .noti-empty-li {
  padding: 40px 15px;
  text-align: center;
}

.main-menu>li.noti-li .dropdown-menu .noti-empty-li i {
  color: #ccc;
  font-size: 40px;
  margin-bottom: 10px;
}

.main-menu>li.noti-li .dropdown-menu .noti-empty-li p {
  font-size: 14px;
  margin: 0;
  color: #ccc;
}

.main-menu>li.noti-li .dropdown-menu .noti-user-pic {
  border-radius: 100px;
  height: 30px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 30px;
}

.main-menu>li.noti-li .dropdown-menu .noti-dtl {
  padding-left: 40px;
}

.main-menu>li.noti-li .dropdown-menu .noti-dtl .noti-name {
  color: #222;
}

.main-menu>li.noti-li .dropdown-menu .noti-dtl .noti-name p {
  margin: 0;
}

.main-menu>li.noti-li .dropdown-menu .noti-dtl .noti-time {
  color: #aaa;
  font-size: 12px;
}

.main-menu>li.my-account-li {}

.main-menu>li.my-account-li .dropdown-menu {
  left: inherit;
  right: 0;
}

.main-menu>li.my-account-li .dropdown-menu::before {
  left: auto;
  right: 20px;
}

.main-menu>li.my-account-li .dropdown-menu li {
  border-top: 1px solid #eee;
}

.main-menu>li.my-account-li .dropdown-menu li:first-child {
  border-top: none;
}

.main-menu>li.my-account-li .dropdown-menu li a {
  background-color: #fff;
  font-size: 13px;
  padding: 7px 12px;
}

.main-menu>li.my-account-li .dropdown-menu li a:hover,
.main-menu>li.my-account-li .dropdown-menu li a:focus {
  background-color: #ff931f;
  text-decoration: none;
  color: #fff;
}

.like-count-main .col-sm-6.text-right {
  padding: 0;
  width: 100%;
}


/*****  Login Popup  *****/

.login-popup .modal-content {
  border: none;
  border-radius: 0;
}

.login-popup .close {
  background-color: #dc4e41;
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 16px;
  height: 30px;
  padding: 0 0 4px;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  opacity: 1;
}

.login-popup .close:hover {
  background-color: #c8382a;
}

.login-popup .modal-body {
  padding: 0;
}

.login-popup .modal1-left {
  background-color: #28732c;
  color: #fff;
  float: left;
  min-height: 374px;
  padding: 30px 20px;
  position: relative;
  width: 260px;
}

.login-popup .modal1-hading h2,
.login-popup .modal1-hading .h2 {
  font-size: 26px;
  margin-top: -4px;
}

.login-popup .modal1-left p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}

.login-popup .modal1-share {
  bottom: 30px;
  left: 20px;
  position: absolute;
  right: 20px;
}

.login-popup .modal1-share .auth-services {
  border: none;
  list-style: none;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link {
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 10px 0 0;
  min-height: 40px;
  padding: 10px 12px 10px 57px;
  position: relative;
  text-align: center;
  width: 100%;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link:hover,
.login-popup .modal1-share .auth-services .auth-service .auth-link:focus {
  text-decoration: none;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.facebook:before,
.login-popup .modal1-share .auth-services .auth-service .auth-link.google:before {
  border-right: 1px solid #000;
  font-family: FontAwesome;
  font-size: 18px;
  height: 100%;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.facebook:before {
  content: "\f09a";
  border-right-color: #1f386e;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.google:before {
  content: "\f0d5";
  border-right-color: #a5351b;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.facebook {
  background-color: #3b5998;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.facebook:hover,
.login-popup .modal1-share .auth-services .auth-service .auth-link.facebook:focus {
  background-color: #2e467a;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.google {
  background-color: #d95232;
}

.login-popup .modal1-share .auth-services .auth-service .auth-link.google:hover,
.login-popup .modal1-share .auth-services .auth-service .auth-link.google:focus {
  background-color: #ad4229;
}

.login-popup .modal1-share .modal1-fb {
  padding: 8px 5px;
}

.login-popup .modal1-g {
  background-color: #d95232;
  border-radius: 5px;
  margin-top: 14px;
  padding: 8px 5px;
  width: 100%;
}

.login-popup .modal1-right {
  background-color: #fff;
  float: left;
  min-height: 374px;
  padding: 30px 20px 20px;
  vertical-align: top;
  width: 340px;
}

.login-popup .modal1-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

.login-popup #mobile-otp,
.login-popup #mobile-pass {
  position: relative;
}

.login-popup #mobile-otp .fa-mobile,
.login-popup #mobile-pass .fa-lock {
  color: #ccc;
  font-size: 20px;
  position: absolute;
  top: 10px;
  display: none;
}

.login-popup .modal1-row input[type="text"],
.login-popup .modal1-row input[type="email"],
.login-popup .modal1-row input[type="password"] {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #d4d4d4;
  border-radius: 0;
  color: #555;
  font-size: 14px;
  height: 40px;
  padding: 6px 0;
  width: 100%;
}

.login-popup .modal1-row input[type="text"].error,
.login-popup .modal1-row input[type="email"].error,
.login-popup .modal1-row input[type="password"].error {
  border-bottom-color: #c00;
}

.login-popup .modal1-row input.error[type="text"],
.login-popup .modal1-row input.error[type="email"],
.login-popup .modal1-row input.error[type="password"] {
  border-bottom-color: #c00;
}

.login-popup .checkinput input[type="submit"],
.login-popup .modal1-submit input[type="submit"] {
  background-color: #fbbc11;
  border: medium none;
  border-radius: 1px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}

.login-popup .modal1-row label.error {
  display: none !important;
}

.login-popup .checkinput input[type="submit"]:hover,
.login-popup .checkinput input[type="submit"]:focus,
.login-popup .modal1-submit input[type="submit"]:hover,
.login-popup .modal1-submit input[type="submit"]:focus {
  background-color: #d79f08;
  text-decoration: none;
}

.login-popup .existinginput input[type="button"] {
  background-color: #ccc;
  border: none;
  border-radius: 1px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}

.login-popup .existinginput input[type="button"]:hover,
.login-popup .existinginput input[type="button"]:focus {
  background-color: #999;
  text-decoration: none;
}

.login-popup .btn-blue {
  font-size: 14px;
  margin-top: 10px;
  min-height: 10px;
  padding: 10px 20px;
}

.login-popup .auto-mob {
  position: relative;
}

.login-popup .top-mob {
  font-size: 12px;
  margin: 0;
}

.login-popup .forgot-pass,
.login-popup .change-num,
.login-popup .resend-otp {
  color: #467805;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 11px;
}

.alert {
  padding: 5px 15px;
  display: none;
  color: #000;
  border: 2px solid #222;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.alert.success {
  border-color: #28732c;
  color: #28732c;
}

.alert.error {
  border-color: #c00;
  color: #c00;
}

.flash-success {
  background-color: #dff0d8;
  border: 2px solid #d6e9c6;
  border-radius: 5px;
  color: #3c763d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.flash-error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  color: #a94442;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 10px;
}


/*********************************************************/

.header-inner {
  display: inline-block;
  padding: 100px 0 70px;
  vertical-align: top;
  width: 100%;
}

.change-lang {
  float: right;
  margin-top: 12px;
}

.change-lang span {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 34px;
  margin-right: 10px;
  vertical-align: top;
}

.change-lang .languagedropdown {
  display: inline-block;
}

.change-lang .languagedropdown>div {
  display: inline-block;
  vertical-align: top;
}

.change-lang .languagedropdown select {
  background-color: #ffffff;
  background-size: 15px auto;
  border-color: #333333;
  border-radius: 1px;
  font-size: 13px;
  min-height: 34px;
  padding: 5px 5px;
}

.ask-qus-from {
  text-align: right;
}

.btn-orange {
  background-color: #ea8815;
  border: 1px solid #ea8815;
  border-radius: 1px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  min-height: 58px;
  padding: 17px 20px;
  text-align: center;
  vertical-align: top;
  width: 190px;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #b9da52;
  border-color: #b9da52;
  color: #111;
}


/*****  Banner  *****/

.expert-banner {
  background: url("../images/expert-banner.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  left: 0;
  min-height: 380px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/*****  Content Area  *****/

.content-area {
  padding-bottom: 50px;
}

.content-area-inner {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: relative;
}

.expert-home-3boxs {
  background-color: #b9da52;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.expert-home-3box {
  float: left;
  padding: 20px;
  text-align: center;
  width: 33.333%;
}

.expert-home-3box p {
  color: #373737;
  line-height: 22px;
}

.with-sidebar-area {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}

.expert-qa-page .with-sidebar-area,
.adv-page .with-sidebar-area,
.inner-page .with-sidebar-area {
  padding-top: 1px;
}

.with-sidebar-area .left-content {
  min-height: 300px;
}

.expert-com-boxs {}

.with-sidebar-area .left-content>h5,
.with-sidebar-area .left-content>.h5,
.expert-com-boxs>h5,
.expert-com-boxs>.h5,
.qus-list-boxs>h5,
.qus-list-boxs>.h5,
.profile-page>h5,
.profile-page>.h5,
.ask-quiestion-form h5,
.ask-quiestion-form .h5,
.login-page>h5,
.login-page>.h5,
.adv-list-boxs>h5,
.adv-list-boxs>.h5 {
  background-color: #e79f4b;
  margin-bottom: 0;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.expert-qa-page .qus-list-boxs>h5,
.expert-qa-page .qus-list-boxs>.h5,
.adv-page .ask-quiestion-form h5,
.adv-page .ask-quiestion-form .h5,
.adv-page .adv-list-boxs h5,
.adv-page .adv-list-boxs .h5,
.inner-page h5,
.inner-page .h5 {
  margin-top: 0;
}

.qus-list-boxs>h5,
.qus-list-boxs>.h5 {
  margin-bottom: 15px;
}

.expert-com-boxs-inner,
.qus-list-box,
.adv-list-box {
  border: 1px solid #dbdbdb;
  margin-top: -1px;
  padding: 20px;
  position: relative;
}

.profile-box-body-box .with-sidebar-area .qus-list-box {
  border-bottom: 1px solid #dbdbdb;
  border-top: none;
}

.expert-com-boxs ul {
  list-style: none;
  margin: 0 -15px;
  overflow: hidden;
}

.expert-com-boxs ul li {
  float: left;
  padding: 0 15px;
  width: 25%;
}

.expert-com-boxs ul li:nth-of-type(4n+1) {
  clear: both;
}

.expert-com-box {
  margin-bottom: 30px;
}

.expert-com-box figure a {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0 40px;
  display: block;
  overflow: hidden;
  position: relative;
}

.expert-com-box figure a img {
  border-radius: 0 40px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expert-com-box figure a:hover img {
  opacity: .6;
}

.expert-com-box .expert-badge {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: center;
  padding: 3px 30px;
  font-size: 14px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.profile-box-header-left .expert-badge {
  font-weight: 600;
  padding: 0;
  font-size: 15px;
  color: #1f6db6;
  line-height: normal;
  text-transform: capitalize;
}

.expert-com-box .expert-batch {
  background-color: #ccc;
  color: #000;
  display: none;
  font-weight: 600;
  left: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1;
}

.expert-com-box .expert-com-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.expert-com-box .expert-com-name a {
  color: #000;
}

.expert-com-box .expert-com-name a:hover,
.expert-com-box .expert-com-name a:focus {
  color: #b1630a;
}

.expert-com-box .expert-from {
  color: #b1630a;
  font-size: 14px;
  text-align: center;
}


/*****  Right Sidebar   *****/

.with-sidebar-area .right-sidebar {
  padding-left: 25px;
}

.with-sidebar-area .right-sidebar::before {
  background-color: #dbdbdb;
  bottom: 0;
  content: "";
  height: 99999px;
  left: 5px;
  position: absolute;
  top: -30px;
  width: 1px;
}

.with-sidebar-area .right-sidebar h5,
.with-sidebar-area .right-sidebar .h5 {
  margin: 0 0 20px;
  padding-bottom: 15px;
  position: relative;
}

.with-sidebar-area .right-sidebar h5::before,
.with-sidebar-area .right-sidebar .h5::before {
  background-color: #dbdbdb;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.with-sidebar-area .right-sidebar h5::after,
.with-sidebar-area .right-sidebar .h5::after {
  background-color: #b1630a;
  bottom: -3px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sidebar-box+.sidebar-box {
  padding: 30px 0 0;
}

.btn-orange1 {
  background-color: #b1630a;
  border: 1px solid #b1630a;
  border-radius: 1px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  min-height: 50px;
  padding: 12px 20px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.btn-orange1:hover,
.btn-orange1:focus {
  background-color: #643806;
  border-color: #643806;
  color: #fff;
}

.btn-blue {
  background-color: #56a7f4;
  border: 1px solid #56a7f4;
  border-radius: 1px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  min-height: 50px;
  padding: 12px 20px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #1f6db6;
  border-color: #1f6db6;
  color: #fff;
}

.more-link {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #8f8f8f;
}

.more-link:hover,
.more-link:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.btn-green {
  background-color: #87aa1b;
  border: 1px solid #87aa1b;
  border-radius: 1px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
  min-height: 50px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #6f8e0e;
  border-color: #6f8e0e;
  color: #fff;
}

.sidebar-box .more-link {
  margin-bottom: 50px;
}

.right-bar-qus {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 15px;
  padding-bottom: 5px;
}

.right-bar-qus h6,
.right-bar-qus .h6 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.right-bar-qus h6 a,
.right-bar-qus .h6 a,
.right-bar-qus h6 a p,
.right-bar-qus .h6 a p {
  color: #000;
  line-height: normal;
}

.right-bar-qus h6 a:hover,
.right-bar-qus .h6 a:hover,
.right-bar-qus h6 a:focus,
.right-bar-qus .h6 a:focus,
.right-bar-qus h6 a:hover p,
.right-bar-qus .h6 a:hover p,
.right-bar-qus h6 a:focus p,
.right-bar-qus .h6 a:focus p {
  color: #87aa1b;
}

.right-bar-qus-person {
  margin-bottom: 5px;
  overflow: hidden;
}

.expert-left {
  overflow: visible !important;
}

.expert-left figure {
  position: relative;
  display: inline-block;
}

.expert-left figure a {
  float: left;
  width: 40px;
  overflow: hidden;
  border-radius: 100px !important;
}

.right-bar-qus-person figure img {
  width: 100%;
}

.right-bar-qus-person .text {
  /*margin: 0 0 0 50px;*/
  display: inline-block;
  margin-left: 5px;
}

.right-bar-qus-person .text .expert-person-name {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
}

.right-bar-qus-person .text .expert-person-name a {
  color: #343434;
}

.right-bar-qus-person .text .expert-person-name a:hover,
.right-bar-qus-person .text .expert-person-name a:focus {
  color: #b1630a;
  text-decoration: none;
}

.right-bar-qus-person .text p {
  color: #878787;
  font-size: 12px;
  margin-bottom: 0;
}

.right-bar-qus p {
  color: #444444;
  line-height: 22px;
}


/*****  Footer  *****/

.widgets {
  background-color: #333;
  padding: 30px 0;
}

.widgets h6,
.widgets .h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.widgets h6::after,
.widgets .h6::after {
  background-color: #7f7f7f;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 65px;
}

.widgets ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-top: 15px;
  vertical-align: top;
  width: 100%;
}

.widgets ul li a {
  color: #c0bfbf;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  vertical-align: top;
}

.widgets ul li a:hover,
.widgets ul li a:focus {
  color: #fff;
  text-decoration: none;
}

ul.contacts li {
  margin: 5px 0 10px;
  overflow: hidden;
}

ul.contacts li a {
  line-height: 28px;
  min-height: 30px;
  padding-left: 40px;
  position: relative;
}

ul.contacts i {
  border: 1px solid #aaaaaa;
  border-radius: 1px;
  color: #fff;
  font-size: 13px;
  height: 30px;
  left: 0;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  width: 30px;
}

.widgets p {
  color: #c0bfbf;
  line-height: 22px;
  margin-top: 26px;
}

.newsletter-form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.newsletter-form .form-control {
  border: 1px solid #ffffff;
  border-radius: 1px 1px 0 0;
  color: #333333;
  float: left;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  padding: 6px 12px;
  width: 65%;
}

.newsletter-form .btn-gray {
  background-color: #777777;
  border: 1px solid #777777;
  border-radius: 0 0 1px 1px;
  color: #ffffff;
  float: left;
  font-size: 13px;
  font-weight: 400;
  min-height: 42px;
  padding: 10px 8px;
  width: 35%;
}

.newsletter-form .btn-gray:hover,
.newsletter-form .btn-gray:focus {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
  color: #fff;
}

.footer-social {
  margin-top: 25px;
}

.footer-social ul {
  padding: 0;
}

.footer-social ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.footer-social ul li a {
  border: 1px solid #aaaaaa;
  border-radius: 1px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  padding: 7px 4px;
  text-align: center;
  width: 40px;
}

.footer-social ul li a:hover,
.footer-social ul li a:focus {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.footer-bottom {
  background-color: #252525;
  padding: 15px 0;
}

.copyright {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.footer-bottom .col-sm-6:nth-of-type(2) {
  text-align: right;
}

.app-store {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}


/*****  Inner Pages  *****/

.ask-quiestion-form h5,
.ask-quiestion-form .h5 {
  margin-bottom: 20px;
}

.form-area .form-group {
  margin-bottom: 20px;
}

.form-area label {
  color: #424242;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.form-area label .required {
  color: #c00;
}

.form-area .form-control,
.form-area select {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 1px;
  box-shadow: none;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 6px 12px;
  width: 100%;
}

.form-area .form-control:focus,
.form-area select:focus {
  border-color: #e79f4b;
}

.form-area .form-control.error,
.form-area select.error,
.form-area .error .form-control,
.form-area .error select {
  border-color: #c00;
}

.errorSummary {
  background-color: #f2dede;
  border: 2px solid #ebccd1;
  border-radius: 2px;
  color: #a94442;
  padding: 10px;
  margin-bottom: 10px;
}

.errorSummary ul,
.errorSummary ol {
  margin: 0 0 0 15px;
}

.errorSummary ul li {
  color: #a94442;
}

.form-area .errorMessage {
  display: none !important;
}

.form-area textarea.form-control {
  height: 140px;
  resize: none;
}

.ask-quiestion-form .col-lg-3 label,
.ask-quiestion-form .col-sm-4 label,
.ask-quiestion-form .col-xs-4 label {
  text-align: center;
}

.upload-files {
  margin: 10px 0 0;
  text-align: center;
}

.upload-files .file_input,
.upload-files .qq-uploader,
.file-outer .up-btn-text {
  background-color: #f7f8f9;
  border-radius: 1000px;
  color: #777;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 26px;
  text-transform: uppercase;
  width: 140px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.upload-files .file_input .fa,
.file-outer .up-btn-text .fa {
  display: block;
  font-size: 45px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.upload-files .file_input:hover,
.upload-files .file_input:focus,
.upload-files .file_input:hover .fa,
.upload-files .file_input:focus .fa,
.file-outer:hover .up-btn-text,
.file-outer:focus .up-btn-text,
.file-outer:hover .up-btn-text .fa,
.file-outer:focus .up-btn-text .fa {
  color: #fff;
}

.upload-files .file_input {
  background-color: #99ba34;
  color: #fff;
}

.upload-files .file_input:hover {
  background-color: #7c9a1e;
}

.file-outer .up-btn-text {
  background-color: #b1630a;
  color: #fff;
}

.file-outer:hover .up-btn-text {
  background-color: #955205;
}

.file-outer.upload-doc .up-btn-text {
  background-color: #666;
  color: #fff;
}

.file-outer.upload-doc:hover .up-btn-text {
  background-color: #555;
}

.upload-files .qq-upload-button {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  position: static !important;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.upload-files .qq-uploader:before {
  color: #fff;
  content: "\f03d ";
  display: block;
  font-family: FontAwesome;
  font-size: 45px;
  line-height: normal;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.upload-files .qq-uploader:hover .qq-upload-button,
.upload-files .qq-uploader:focus .qq-upload-button,
.upload-files .qq-uploader:hover:before,
.upload-files .qq-uploader:focus:before {
  color: #fff;
}

.upload-files .qq-uploader {
  background-color: #e79f4b;
  color: #fff;
}

.upload-files .qq-uploader:hover {
  background-color: #c67f2c;
}

.upload-files .qq-upload-button input {
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
}

.upload-files .qq-upload-list {
  margin: 10px 0 0;
  list-style: none;
}

.upload-files .qq-upload-list .qq-upload-file {
  font-weight: 600;
}

.ask-quiestion-form .btn-blue {
  margin-top: 20px;
  max-width: 380px;
}

.upload-files .jFiler-items {
  margin-top: 15px;
}

.upload-files .jFiler-item .jFiler-item-container {
  margin: 5px;
  padding: 5px;
  position: relative;
}

.upload-files .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  height: 43px;
  margin: 0;
  min-height: 43px;
  width: 43px;
}

.upload-files .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
  font-size: 12px;
}

.upload-files .jFiler-item .jFiler-item-container .jFiler-item-assets {
  margin: 0;
}

.upload-files .jFiler-item .jFiler-item-container .jFiler-item-assets::after {
  content: inherit;
}

.upload-files .jFiler-item .jFiler-item-assets .list-inline.pull-left {
  display: none;
}

.upload-files .jFiler-item .jFiler-item-assets .list-inline .jFiler-item-trash-action {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 18px;
}

.file-outer {
  border-radius: 1000px;
  margin: 10px auto 0;
  position: relative;
  vertical-align: top;
  width: 140px;
}

.file-outer input[type="file"] {
  background-color: transparent;
  border-radius: 1000px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  height: 140px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.file-outer .up-btn-text {
  height: 140px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#document_wrap_list {
  padding-top: 150px;
  position: relative;
}

.qq-upload-list li {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.MultiFile-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
}

.MultiFile-list {
  padding-top: 140px;
}

.MultiFile-label a {
  background-color: #444;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 14px;
  margin-top: 0;
  vertical-align: top;
  width: 18px;
}

.MultiFile-label a:hover,
.MultiFile-label a:focus {
  background-color: #000;
  text-decoration: none;
}

.form-area .form-left {
  float: left;
  padding: 0 15px;
  width: 18%;
}

.form-area .form-left label {
  line-height: 40px;
  margin: 0;
}

.form-area .form-right {
  float: left;
  padding: 0 15px;
  width: 82%;
}

.form-area .form-right .form-control,
.form-area .form-right select {
  max-width: 490px;
}

.profile-box-body-box .btn-blue {
  max-width: 380px;
}


/*****  Expert QA  *****/

.qus-list-boxs+.qus-list-boxs {
  margin-top: 50px;
}

.qus-list-box {
  padding: 0;
}

.expert-qa-page .qus-list-box {
  padding-bottom: 15px;
  border: none;
}

.expert-qa-page .my-un-ans .qus-list-box {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.expert-qa-page .my-un-ans .qus-list-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.qus-list-box-qus {
  background-color: #f1f1f1;
  border-radius: 1px;
  margin-bottom: 10px;
  padding: 2px 10px;
  position: relative;
}

.qus-person {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  width: 100%;
}

.qus-person figure {
  background-color: #fff;
  border-radius: 0 10px;
  bottom: 100%;
  float: left;
  height: 70px;
  overflow: hidden;
  width: 70px;
}

.qus-person-popup-text {
  margin-left: 80px;
}

.qus-person-name {
  color: #777;
  float: left;
  font-size: 13px;
  line-height: 20px;
}

.qus-person-pop-name {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.qus-person-pos {
  color: #878787;
  /*    display: inline-block;*/
  font-size: 13px;
  line-height: 20px;
  /*    margin-left: 10px;
    width: 62%;*/
}

.qus-person-popup-mian {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.qus-person-popup {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 10px;
  padding: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.qus-person-popup-mian:hover .qus-person-popup {
  opacity: 1;
  z-index: 99;
}

.qus-person-post-time {
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 20px;
}

.qus-icons {
  display: inline-block;
  list-style: none;
  margin: 0 !important;
  vertical-align: top;
  width: 100%;
}

.qus-icons .qus-icon {
  float: left;
  margin: 0 8px 8px 0;
}

.qus-icons .qus-icon a {
  background-color: #333;
  border-radius: 0 8px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 34px;
  line-height: 100%;
  padding: 7px 2px;
  text-align: center;
  width: 34px;
}

.qus-icons .qus-icon a:hover,
.qus-icons .qus-icon a:focus {
  background-color: #e79f4b;
  color: #fff;
}

.qus-list-box-ans:before {
  display: none;
}

.qus-list-box-ans-inner+.qus-list-box-ans-inner {
  border-top: 1px solid #f2f2f2;
  margin-top: 25px;
  padding-top: 30px;
}

.qus-list-box h3,
.qus-list-box .h3,
.editor-main h3,
.editor-main .h3,
.adv-list-box h3,
.adv-list-box .h3 {
  margin-bottom: 5px;
  margin-top: 0;
}

.qus-list-box h3 a,
.qus-list-box .h3 a,
.editor-main h3 a,
.editor-main .h3 a,
.adv-list-box h3 a,
.adv-list-box .h3 a {
  color: #171717;
}

.qus-list-box h3 a:hover,
.qus-list-box .h3 a:hover,
.qus-list-box h3 a:focus,
.qus-list-box .h3 a:focus,
.qus-list-box h3 a:hover p,
.qus-list-box .h3 a:hover p,
.qus-list-box h3 a:focus p,
.qus-list-box .h3 a:focus p,
.editor-main h3 a:hover,
.editor-main .h3 a:hover,
.editor-main h3 a:focus,
.editor-main .h3 a:focus,
.adv-list-box h3 a:hover,
.adv-list-box .h3 a:hover,
.adv-list-box h3 a:focus,
.adv-list-box .h3 a:focus {
  color: #87aa1b;
  text-decoration: none;
}

.qus-list-box h3 p,
.qus-list-box .h3 p {
  color: #171717;
  line-height: inherit;
  margin: 0;
}

.expert-person,
.adv-person {
  margin-bottom: 10px;
}

.adv-list-box h6 a,
.adv-list-box .h6 a {
  color: #171717;
  font-weight: 600;
}

.adv-list-box h6 a:hover,
.adv-list-box h6 a:focus,
.adv-list-box .h6 a:hover,
.adv-list-box .h6 a:focus {
  color: #000;
}

.expert-person figure,
.adv-person figure {
  float: left;
  position: relative;
  width: 50px;
}

.expert-person figure .expert_icon,
.expert-left .expert_icon {
  background-color: #ffffff;
  border: 1px solid #56a7f4;
  border-radius: 50%;
  color: #56a7f4;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 16px;
  padding: 1px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
  width: 20px;
  z-index: 10;
}

.expert-sign {
  background-color: #ea8815;
  border-radius: 100px;
  color: #282828;
  font-size: 12px;
  height: 20px;
  left: -5px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 20px;
}

.expert-person figure a,
.adv-person figure a {
  border-radius: 100px;
  overflow: hidden;
  display: block;
}

.expert-person .text,
.adv-person .text {
  margin-left: 60px;
  overflow: hidden;
}

.expert-person .text .expert-person-name,
.adv-person .text .expert-person-name {
  color: #282828;
  margin: 3px 0 0;
}

.expert-person .text .expert-person-name a,
.adv-person .text .expert-person-name a {
  font-size: 16px;
  color: #282828;
  font-weight: 600;
}

.expert-person .text .expert-person-name a:hover,
.expert-person .text .expert-person-name a:focus,
.adv-person .text .expert-person-name a:hover,
.adv-person .text .expert-person-name a:focus {
  color: #b1630a;
  text-decoration: none;
}

.expert-person .text p,
.adv-person .text p {
  color: #878787;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.qus-list-box p,
.adv-list-box p {
  line-height: 22px;
  color: #444444;
}

.qus-list-box p a,
.adv-list-box p a {
  color: #87aa1b;
  white-space: nowrap;
}

.qus-list-box p a:hover,
.qus-list-box p a:focus,
.adv-list-box p a:hover,
.adv-list-box p a:focus {
  color: #e79f4b;
  text-decoration: none;
}

.qus-list-box ul,
.adv-list-box ul {
  margin-left: 16px;
}

.qus-list-box ul li,
.adv-list-box ul li {
  margin-bottom: 5px;
}

.expert-person .date,
.adv-person .date {
  color: #666;
  font-size: 12px;
}

.expert-meta {
  margin: 15px 0 25px;
}

.share {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

.share>div,
.share>span,
.share>iframe {
  float: left !important;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
}

.share>div.social.clearfix {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.share>div.fb_reset,
.share>div#fb-root {
  margin: 0 !important;
}

.whatsapp-share-btn {
  background-color: #0dc143;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  padding: 1px 6px;
  vertical-align: top;
  cursor: pointer;
  display: none;
}

.whatsapp-share-btn i {
  margin-right: 5px;
}

.whatsapp-share-btn:hover,
.whatsapp-share-btn:focus {
  background-color: #03A534;
  color: #fff;
  text-decoration: none;
}

.qus-list-box-qus+.expert-meta {
  margin-bottom: 20px;
}

.know-answer-box {
  display: inline-block;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: top;
}

.answer-btn {
  background-color: #87aa1b;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  min-height: 28px;
  padding: 4px 20px;
  vertical-align: top;
}

.answer-btn:hover,
.answer-btn:focus {
  background-color: #e79f4b;
  color: #fff;
  text-decoration: none;
}

.expert-meta .wrt-ans-box {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expert-meta.active .wrt-ans-box {
  max-height: 1200px;
  margin-top: 10px;
}

.wrt-ans-box .form-area {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 15px 15px 0;
  position: relative;
}

.load_more {
  text-align: center;
  margin-top: 10px;
}

.view-more {
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 1px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  margin: 5px 0 0;
  max-width: 200px;
  padding: 8px 30px;
  text-align: center;
  width: 100%;
}

.view-more:hover,
.view-more:focus {
  background-color: #e79f4b;
  border-color: #e79f4b;
  color: #fff;
}

.advisory_list .adv-list-box {
  border: none;
  padding: 20px 0;
}

.advisory_list .adv-list-boxs h5,
.advisory_list .adv-list-boxs .h5 {
  color: #fff;
}

.profile-page .qus-list-box-ans .qus-list-boxs .qus-list-box {
  border: none;
  padding: 20px 0;
}

.qus-list-box-ans .advisory_list {
  min-height: auto;
}

.qus-list-boxs .qus-list-box {
  border: none !important;
}

.recommend-count i,
.recommend-count.active i {
  margin-right: 5px;
}

.wrt-ans-box .form-area .col-lg-3 label {
  text-align: center;
}

.wrt-ans-box .form-area textarea.form-control {
  height: 120px;
}

.wrt-ans-box .form-area .btn-blue {
  max-width: 300px;
  min-height: 10px;
  padding: 8px 20px;
}

.wrt-ans-box .wrt-ans-close-btn,
.ans-reply-main-box .ans-reply-close-btn {
  background-color: #ccc;
  border-radius: 5px 0 0;
  bottom: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 20px;
  position: absolute;
  right: 0;
  text-align: center;
}

.wrt-ans-box .wrt-ans-close-btn:hover,
.ans-reply-main-box .ans-reply-close-btn:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.share-btn {
  background-color: #d1d1d1;
  border-radius: 1px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  min-height: 28px;
  padding: 4px 20px;
  vertical-align: top;
}

.share-btn:hover,
.share-btn:focus {
  background-color: #555;
  color: #fff;
  text-decoration: none;
}

.share-btn .fa {
  margin-left: 10px;
}

.view-count {
  color: #878787;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  vertical-align: top;
}

.like-count-main {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.like-count {
  color: #828384;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.like-count .fa,
.recommend-count.active {
  font-size: 14px;
  margin-right: 3px;
}

.like-count a {
  color: #828384;
}

.like-count:hover,
.like-count a:hover,
.like-count a:focus,
.like-count.active,
.recommend-count.active,
.recommend-count.active i {
  color: #87aa1b;
}

.no_record_found {
  color: #ccc;
  font-size: 28px;
  margin: 30px 0;
  text-align: center;
}

.no_record_found_2 {
  color: #999;
  font-size: 18px;
  text-align: center;
}

.recommend-count {
  color: #828384;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recommend-count span {
  display: inline-block;
  vertical-align: top;
}

.recommend-count .count {
  display: inline-block;
  vertical-align: top;
}

.recommend-count-pers {
  background-color: #333;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 4;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.recommend-count-pers:hover {
  background: #999;
}

.recommend-count:hover .recommend-count-pers {
  display: block;
}

.recommend-count-pers-name {
  border-bottom: 1px solid #555;
  line-height: normal;
}

.recommend-count-pers a {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 5px 8px;
  vertical-align: top;
}

.recommend-count-pers a:hover,
.recommend-count-pers a:focus {
  color: #fff;
  text-decoration: none;
}

.expert-meta .read-all {
  color: #e27a01;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  margin-left: 5px;
  text-decoration: underline;
  vertical-align: top;
}

.expert-meta .read-all:hover,
.expert-meta .read-all:focus {
  color: #8a4b02;
  text-decoration: underline;
}

.ans-media,
.adv-media {
  margin: 15px 0;
}

div[class^=html5gallery-container] {
  background-color: transparent;
  box-shadow: none;
}

div[class^=html5gallery-box] {
  background-color: #555;
  border: 1px solid #555;
  box-sizing: border-box !important;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100% !important;
}

div[class^=html5gallery-title] {
  display: none;
}

div[class^=html5gallery-elem],
div[class^=html5gallery-elem-video],
[id^=html5gallery-elem-video] {
  width: 100% !important;
}

img[class^=html5gallery-elem-image]+a,
[class^=html5gallery-elem-video]+a,
[id^=html5gallery-elem-video]+a {
  opacity: 0;
  text-indent: -99999px;
}

.html5gallery-car-0,
.html5gallery-car-list-0 {
  left: 0 !important;
  width: 100% !important;
}

div[class^=html5gallery-car] {
  background-color: #333;
  border-color: #333;
  left: 0;
  width: 100% !important;
}

div[class^=html5gallery-box]+div[class^=html5gallery-car] {
  margin-top: -6px;
}

div[class^=html5gallery-car-left] {
  cursor: pointer;
  left: 0;
  width: 32px !important;
}

div[class^=html5gallery-car-right] {
  cursor: pointer;
  left: auto;
  width: 32px !important;
}

div[class^=html5gallery-car-mask] {
  left: 25px !important;
  right: 25px !important;
  width: auto !important;
}

.audio-player-main {
  background-color: #bbb;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}

.audio-player-bar {
  background: url("../images/player-bars.png") no-repeat;
  background-size: auto 100%;
  background-position: left top;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.audio-player-bar-color {
  background-color: #87aa1b;
  height: 100%;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.audio-player-inner {
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 2;
}

.audio-player-left {
  float: left;
  width: 70%;
}

.audio-player-right {
  color: #000;
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  width: 30%;
}

.audio-player-main .a-btn {
  background-color: #87aa1b;
  border: medium none;
  border-radius: 100px;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 50px;
  margin-right: 12px;
  padding: 10px 10px 10px 12px;
  text-align: center;
  width: 50px;
}

.modal {
  text-align: center;
}

.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
  display: inline-block !important;
  margin: 30px 2% !important;
  max-width: 600px;
  text-align: left;
  vertical-align: middle;
  width: 80%;
}

.modal-content {
  border-radius: 1px;
}

.editor-popup .modal-dialog {
  max-width: 930px;
}

.editor-popup .close {
  background-color: #c00;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 30px;
  height: 30px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}

.editor-popup .close:hover {
  background-color: #c8382a;
}

.editor-popup .close span {
  display: block;
  margin-top: -4px;
}

.editor-main {
  overflow: hidden;
  padding: 15px;
}

.editor-main h3,
.editor-main .h3 {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}

.editor-main h3:before,
.editor-main .h3:before {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 28px;
  left: 0;
  position: absolute;
  top: 1px;
}

.editor-main .btn-toolbar {
  margin: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.editor-main .btn-toolbar {
  margin: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.editor-main .editor-btn {
  display: inline-block;
  vertical-align: top;
}

.editor-main .editor-btn a {
  color: #79868c;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 0 1px;
  padding: 10px 15px;
}

.editor-main .editor-btn a.btn-info {
  background-color: #ea8815;
  color: #fff;
  text-decoration: none;
}

.editor-main .editor-body {
  color: #595959;
  font-size: 14px;
  height: 350px;
  line-height: 22px;
  max-height: 350px;
  overflow-y: auto;
  padding: 15px 0;
}

.editor-main .editor-body ul,
.editor-main .editor-body ol {
  margin-left: 16px;
}

.editor-main .editor-note {
  border-bottom: 1px solid #dbdbdb;
  color: #595959;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 20px 0;
}

.editor-main .btn-orange {
  float: right;
  font-size: 14px;
  font-weight: 400;
  min-height: 38px;
  padding: 8px 20px;
}

.adv-list-box-in {}

.adv-list-box-in+.adv-list-box-in {
  border-top: 1px solid #dbdbdb;
  margin-top: 25px;
  padding-top: 30px;
}


/*****  Profile Page  *****/

.profile-page>h5,
.profile-page>.h5 {
  margin-top: 0;
}

.profile-boxs {
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.profile-box-left {
  float: left;
  width: 26%;
}

.profile-box-left figure {
  background-color: #eee;
  border: 0 solid #eee;
  border-radius: 0 40px;
  display: block;
  margin: 20px;
  overflow: hidden;
}

.profile-box-left figure img {
  width: 100%;
}

.profile-box-left ul {
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
  margin: 0 0 20px;
  overflow: hidden;
}

.profile-box-left ul li {
  border-top: 1px solid #dbdbdb;
}

.profile-box-left ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 10px 12px 10px 44px;
  position: relative;
  word-break: break-all;
}

.profile-box-left ul li a i {
  font-size: 18px;
  height: 24px;
  left: 12px;
  line-height: 22px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: top;
  width: 24px;
}

.profile-box-right {
  float: left;
  position: relative;
  width: 74%;
}

.profile-box-right::before {
  background-color: #dbdbdb;
  bottom: 0;
  content: "";
  height: 99999px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 1px;
}

.profile-box-header {
  background-color: #f1f1f1;
  padding: 30px 20px;
}

.profile-box-header-left .name {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-box-header-left .name a {
  color: #858585;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 3px;
  position: relative;
  text-transform: none;
  vertical-align: bottom;
}

.profile-box-header-left .name a::after {
  background-color: #858585;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.profile-box-header-left .name a i {
  margin-right: 8px;
}

.profile-box-header-left .name a:hover,
.profile-box-header-left .name a:focus {
  color: #b1630a;
}

.profile-box-header-left p {
  color: #b1630a;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.profile-box-header-right .btn-blue {
  margin-top: 12px;
}

.profile-box-body {
  padding: 30px 20px;
}

.profile-box-body-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}

.profile-box-body-box h4,
.profile-box-body-box .h4 {
  border-bottom: 1px solid #dbdbdb;
  color: #1b1b1b;
  margin: 0 0 20px;
  padding-bottom: 15px;
  position: relative;
}

.profile-box-body-box h4::after,
.profile-box-body-box .h4::after {
  background-color: #68963f;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 150px;
}

.profile-box-body-box p,
.join-us-page p {
  color: #3e3e3e;
  line-height: 22px;
}

.profile-box-body-box ul {
  list-style: none;
  margin: 0 -10px !important;
}

.profile-box-body-box ul li {
  float: left;
  width: 25%;
  padding: 0 10px 10px;
}

.profile-box-body-box ul li figure img {
  width: 100%;
}

.profile-box-body-box ul li video {
  vertical-align: top;
  width: 100%;
}

.profile-box-body-box .jFiler-item .jFiler-item-container {
  margin: 0;
}

.profile-box-body-box .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  height: auto;
  max-height: 120px;
  min-height: 10px;
  width: 100%;
}

.profile-box-body-box .jFiler-item .jFiler-item-container .jFiler-item-thumb img {
  max-height: inherit;
  width: 100%;
}

.profile-box-body-box ul .jFiler-item-assets ul {
  margin: 0 !important;
}

.profile-box-body-box .file_input {
  background-color: #fff;
  border: 1px solid #008bff;
  border-radius: 3px;
  color: #008bff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  margin-bottom: 10px;
}

.profile-box-body-box .file_input:hover,
.profile-box-body-box .file_input:active {
  background-color: #008BFF;
  color: #fff;
}


/*****  Edit Profile  *****/

.profile-box-left figure.edit-profile {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  position: relative;
}

.profile-box-left figure.edit-profile input[type="radio"] {
  display: none;
}

.profile-upload {
  /*background-color: rgba(255, 255, 255, 0.6);*/
  bottom: 0;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile-upload input[type="file"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.profile-upload-text {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  line-height: 150%;
  overflow: hidden;
  padding: 8px 70px 8px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile-upload:hover .profile-upload-text {
  bottom: 0;
}

.profile-upload-text i {
  display: block;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.profile-upload:hover .profile-upload-text {
  color: #e79f4b;
}

.profile-box-left figure.edit-profile .jFiler-items {
  position: relative;
}

.profile-box-left figure.edit-profile .jFiler-items::after {
  background-color: #68963f;
  border-radius: 0 12px;
  color: #fff;
  content: "Please save your changes";
  display: block;
  font-size: 14px;
  font-weight: 600;
  left: 10px;
  line-height: normal;
  padding: 8px 4px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.profile-box-left figure.edit-profile .jFiler-items ul {
  display: none;
}

.join-us-page {
  margin-top: 20px;
}

.join-us-page h6,
.join-us-page .h6 {
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  margin: 20px 0 15px;
  padding-bottom: 10px;
}

.join-us-page .btn-blue {
  max-width: 380px;
}


/*****  Login Page  *****/

.login-page>h5,
.login-page>.h5 {
  margin-top: 0;
}

.login-box {
  border: 1px solid #dbdbdb;
  border-radius: 1px;
  margin: 30px auto 40px;
  max-width: 410px;
  padding: 25px 25px 5px;
}


/*****  Thanku Page  *****/

.thanku-page {
  margin: 20px 0;
}

.thanku-left {
  text-align: center;
}

.thanku-right {
  margin-top: 95px;
  max-width: 450px;
  text-align: center;
}

.thanku-text {
  font-size: 75px;
  font-weight: 700;
}

.thanku-right p {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 24px;
}

.thanku-right a {
  color: #373737;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  padding-bottom: 2px;
  position: relative;
  vertical-align: top;
}

.thanku-right a::before {
  background-color: #ffb90b;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.thanku-right a:hover,
.thanku-right a:focus {
  color: #ffb90b;
  text-decoration: none;
}

.text-file-mian {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.text-file-mian .doc-file,
.text-file-mian .pdf-file {
  display: inline-block;
  margin: 0 5px 5px 0;
  vertical-align: top;
}

.text-file-mian figure a {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 10px;
  color: #333;
  display: block;
  font-size: 22px;
  height: 40px;
  line-height: 100%;
  padding: 6px 2px;
  text-align: center;
  width: 40px;
}

.text-file-mian figure a:hover,
.text-file-mian figure a:focus {
  background-color: #ccc;
  border: 1px solid #bbb;
  color: #111;
  text-decoration: none;
}

.read-gallery a {
  color: #87aa1b;
}

.date {
  padding: 15px 0;
}

.form-grp {
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}

.sidebar-form {
  margin-top: 12px 0;
  display: inline-block;
  width: 100%;
}

.form-grp.sidebar-form label {
  width: 100%;
}

.sidebar-form select {
  background-size: 7% 28%;
  border: 1px solid #3e3e3e;
  border-radius: 1px;
  color: #797979;
  padding: 5px;
  width: 100%;
}

.sidebar-box.sidebar-form input {
  background-color: #99ba34;
  border: medium none;
  border-radius: 1px;
  color: #ffffff;
  min-height: 44px;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.expert-box-sidebar .expert-com-boxs-inner {
  border: none;
  padding: 0;
}

.expert-box-sidebar .expert-com-boxs h5,
.expert-box-sidebar .expert-com-boxs .h5 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
  text-align: left;
}

.expert-box-sidebar .expert-com-boxs ul {
  margin: 0 -5px;
}

.expert-box-sidebar .expert-com-boxs ul li {
  width: 50%;
  padding: 0 5px;
}

.expert-box-sidebar .expert-com-boxs ul li:nth-of-type(2n+1) {
  clear: both;
}

.expert-box-sidebar .expert-com-boxs figure a,
.expert-box-sidebar .expert-com-boxs figure a img {
  border-radius: 0 15px;
}

.expert-box-sidebar .expert-com-boxs .expert-com-name {
  font-size: 15px;
  margin-top: 5px;
}

.expert-box-sidebar .expert-com-boxs .expert-from {
  font-size: 13px;
}

.expert-box-sidebar .expert-com-boxs .expert-com-box {
  margin-bottom: 15px;
}

.pagination-con {
  font-size: 0;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}

.pagination-con .pagination {
  margin: 0 0 0 8px;
  vertical-align: top;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  color: #87aa1b;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #87aa1b;
}

.pagination>.selected>a,
.pagination>.selected>a:focus,
.pagination>.selected>a:hover,
.pagination>.selected>span,
.pagination>.selected>span:focus,
.pagination>.selected>span:hover {
  background-color: #87aa1b;
  border-color: #87aa1b;
  color: #fff;
  cursor: default;
  z-index: 3;
}


/*****  Search  *****/

.search-mian {
  float: right;
  margin-right: 20px;
  margin-top: 12px;
  max-width: 300px;
  width: 100%;
}

.search-mian .input-group .form-control,
.search-mian .input-group .form-control:focus {
  background-color: #ffffff;
  box-shadow: none;
  font-size: 13px;
  padding: 6px 8px;
}

.search-mian .btn {
  background-color: #e79f4b;
  color: #ffffff;
  font-weight: 600;
}

.search-mian .btn:hover,
.search-mian .btn:focus {
  background-color: #cb8330;
  text-decoration: none;
}

.search-mian .input-group .form-control,
.search-mian .input-group .btn {
  border-radius: 1px;
}


/******************* Expert Profile ****************/

.multiselect-native-select .btn-group.open .multiselect-container {
  padding: 10px 0 !important;
  overflow-y: auto;
  max-height: 200px;
  min-width: 300px;
}

.multiselect-native-select .btn-group.open .multiselect-container li {
  width: 100% !important;
  padding: 0 5px;
}

.multiselect-native-select .btn-group.open .multiselect-container li a {
  padding: 0 0 0 25px;
}

.multiselect-native-select .btn-group.open .multiselect-container li.active a label {
  color: #fff !important;
}

.multiselect-native-select .btn-group.open .multiselect-container li.disabled a:hover {
  background: #337ab7 !important;
}

.multiselect-native-select .btn-group.open .multiselect-container li a label {
  margin: 0 !important;
}

.ans-reply {
  color: #828384;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  margin-right: 15px;
  position: relative;
  vertical-align: top;
}

.ans-reply-main-box {
  margin-left: 40px;
}

.ans-reply-boxs {}

.ans-reply-box {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  width: 100%;
}

.ans-reply-box:last-child {
  border-bottom: none;
}

.ans-reply-box figure {
  border-radius: 100%;
  float: left;
  overflow: hidden;
  width: 40px;
}

.ans-reply-box-text {
  line-height: normal;
  margin-left: 50px;
}

.ans-reply-box-name {
  font-size: 13px;
  font-weight: 600;
}

.ans-reply-box-name span {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

.ans-reply-box-text p {
  font-size: 13px;
  line-height: normal;
}

.ans-reply-meta {
  font-size: 12px;
  color: #999;
}

.ans-reply-textarea {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expert-meta.active .ans-reply-textarea {
  max-height: 1200px;
}

.ans-reply-textarea-inner {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px;
}

.ans-reply-textarea textarea.form-control {
  height: 120px;
  margin-bottom: 20px;
}

.ans-reply-textarea .btn-blue {
  display: block;
  margin: 5px auto 20px;
  max-width: 300px;
  min-height: 10px;
  padding: 8px 20px;
}

.ans-reply-textarea .col-lg-3 {
  text-align: center;
}

.crop-profile-area {
  max-width: 768px;
  margin: 0 auto;
}

.crop-profile-area img {
  max-width: none;
}

.crop-profile-area #imageId {
  border: 2px solid #333;
  border-radius: 2px;
}

.crop-profile-area .jcrop-buttons {
  margin-top: 10px;
}

.jcrop-start,
.jcrop-crop {
  background-color: #56a7f4;
  border: 1px solid #56a7f4;
  border-radius: 1px;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
}

.jcrop-start:hover,
.jcrop-start:focus,
.jcrop-crop:hover,
.jcrop-crop:focus {
  background-color: #1f6db6;
  border-color: #1f6db6;
  color: #fff;
}

.jcrop-cancel {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  border-radius: 1px;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
}

.jcrop-cancel:hover,
.jcrop-cancel:focus {
  background-color: #d73925;
  border-color: #d73925;
  color: #fff;
}

.jcrop-crop {
  margin-right: 10px;
}

.ui-autocomplete {
  max-width: 290px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 330px;
}

.ui-autocomplete .ui-menu-item {
  background: #eee;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
  padding: 6px 8px;
  line-height: 20px;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #666;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
}


/*****  Mobile App  *****/

.app-popup .modal-content {
  border-radius: 6px;
}

.app-popup .modal-header {
  border: none;
  padding: 0;
}

.app-popup .modal-body {
  overflow: hidden;
}

.app-popup .close {
  margin: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  color: #000;
  opacity: 1;
  border-radius: 100px;
  text-shadow: none;
}

.app-popup .close:hover,
.app-popup .close:focus {
  background-color: #bbb;
}

.app-screen {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  vertical-align: top;
}

.app-download {
  color: #222;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.inner-screen-content>img {
  width: 100%;
}

.skip-to-home-page {
  color: #888;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.skip-to-home-page:hover,
.skip-to-home-page:focus {
  color: #666;
}

.app-popup-m-main {}

.app-popup-m {
  background-color: #f2f2f2;
  padding: 8px 8px 8px 25px;
  min-height: 88px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.app-popup-m.app-popup-android {
  top: inherit;
  bottom: 0;
}

.app-popup-m.active {
  display: block;
}

.app-popup-m-close {
  position: absolute;
  left: 0;
  font-size: 16px;
  width: 25px;
  height: 100%;
  text-align: center;
  top: 0;
  line-height: 88px;
  color: #888;
  cursor: pointer;
}

.app-popup-m-close:hover {
  color: #666;
}

.app-popup-m-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.app-popup-m-text a {
  display: block;
}

.app-popup-m-text figure {
  width: 65px;
  border-radius: 1px 23px;
  border: 1px solid #ddd;
  padding: 2px;
  background-color: #fff;
  float: left;
}

.app-popup-m-text-inner {
  margin-left: 72px;
}

.app-popup-m-text h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.app-popup-m-text h6 small {
  display: block;
  font-size: 12px;
  margin: 5px 0;
}

.app-popup-m-star {
  color: #ff9e00;
  font-size: 10px;
  line-height: normal;
}

.app-popup-m-text p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin: 0;
}


/*****  QA Tabs  *****/

.qus-list-tabs {
  background-color: #56a7f4;
  border: none;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  width: 100%;
}

.qus-list-tabs>li {
  margin: 0;
  float: left;
}

.qus-list-tabs>li>a {
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0;
  margin: 0;
  color: #fff;
  padding: 10px 15px;
  display: block;
}

.qus-list-tabs>li.active>a,
.qus-list-tabs>li.active>a:focus,
.qus-list-tabs>li.active>a:hover,
.qus-list-tabs>li>a:focus,
.qus-list-tabs>li>a:hover {
  background-color: transparent !important;
  border-bottom-color: #e79f4b !important;
  color: #fff;
}

.tabs-wrapper-main {
  position: relative;
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin: 0;
}

.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 0 6px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #333;
  color: #fff;
  height: 43px;
  line-height: 43px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.scroller-left {
  left: 0;
}

.scroller-right {
  right: 0;
}

#loader_image {
  text-align: center;
  margin-top: 10px;
}


/**********  Responsive  **********/

@media (min-width: 1270px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  /*****  Header  *****/
  .main-menu>li {
    margin: 0 10px;
  }
  /*****  Content Area  *****/
  .expert-com-boxs ul li {
    width: 33.3333%;
  }
  .expert-com-boxs ul li:nth-of-type(4n+1) {
    clear: inherit;
  }
  .expert-com-boxs ul li:nth-of-type(3n+1) {
    clear: both;
  }
  .expert-com-box .expert-com-name {
    font-size: 16px;
  }
  /*****  Footer  *****/
  .newsletter-form .form-control {
    border-radius: 1px;
    height: auto;
    margin-bottom: 8px;
    min-height: 38px;
    width: 100%;
  }
  .newsletter-form .btn-gray {
    border-radius: 1px;
    min-height: 38px;
    padding: 8px;
    text-align: center;
    width: 80px;
  }
  .footer-social ul li a {
    font-size: 14px;
    height: 34px;
    padding: 6px 4px;
    width: 34px;
  }
  /*****  Inner Pages  *****/
  .ask-quiestion-form .btn-blue {
    max-width: 300px;
  }
  /*****  Expert QA  *****/
  .qus-list-box:before {
    top: 12px;
  }
  /*****  Profile Page  *****/
  .profile-box-left {
    width: 30%;
  }
  .profile-box-right {
    width: 70%;
  }
  .profile-box-header-left .name {
    font-size: 24px;
  }
  .profile-box-header-left p {
    font-size: 16px;
  }
  .profile-box-header-right .btn-blue {
    margin-top: 6px;
  }
  .profile-box-body-box ul li {
    width: 33.333%;
  }
  /*****  Edit Profile  *****/
  .profile-upload-text {
    font-size: 16px;
    height: 82px;
    margin-top: -41px;
  }
  .profile-upload-text i {
    font-size: 35px;
    margin-bottom: 5px;
  }
  /*****  Thanku Page  *****/
  .thanku-right {
    margin-top: 100px;
  }
  .thanku-text {
    font-size: 70px;
  }
  .thanku-right a {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  /*****  Header  *****/
  .mm-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 5px 0 5px 10px;
    vertical-align: top;
  }
  .mm-btn:hover,
  .mm-btn:focus,
  .mm-btn.mm-active {
    color: #e27a01;
  }
  .without-login-body .mm-btn {
    display: none;
  }
  .main-menu.mm {
    background-color: #111;
    height: 100%;
    left: -260px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 260px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-menu.mm.mm-active {
    left: 0;
  }
  .main-menu>li {
    margin: 0 8px;
  }
  .main-menu.mm>li {
    border-bottom: 1px solid #000;
    float: none;
    margin: 0;
    text-align: left;
  }
  .main-menu>li>a {
    font-size: 13px;
  }
  .main-menu.mm>li>a {
    max-width: 100%;
    padding: 10px 15px;
    text-align: left;
  }
  .main-menu>li>a .fa {
    margin-right: 6px;
  }
  .main-menu>li>a figure {
    height: 26px;
    margin: -3px 6px 0 0;
    width: 26px;
  }
  .noti-count {
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    right: 10px;
    text-align: center;
    top: 50%;
    width: 20px;
  }
  .main-menu>li.noti-li .dropdown-menu,
  .main-menu>li.my-account-li .dropdown-menu {
    border-radius: 0;
    float: none;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100% !important;
    left: 0;
    margin-left: 0;
  }
  .main-menu>li.noti-li .dropdown-menu::before,
  .main-menu>li.my-account-li .dropdown-menu::before {
    display: none;
  }
  .main-menu>li.noti-li .dropdown-menu li,
  .main-menu>li.my-account-li .dropdown-menu li {
    border-top-color: #222;
  }
  .main-menu>li.noti-li .dropdown-menu li:first-child,
  .main-menu>li.my-account-li .dropdown-menu li:first-child {
    border-radius: 0;
  }
  .main-menu>li.noti-li .dropdown-menu li a,
  .main-menu>li.my-account-li .dropdown-menu li a {
    background-color: #333;
    color: #fff;
  }
  .main-menu>li.noti-li .dropdown-menu li a:hover,
  .main-menu>li.noti-li .dropdown-menu li a:focus {
    background-color: #222;
  }
  .main-menu>li.noti-li .dropdown-menu .noti-dtl .noti-name {
    color: #fff;
    font-size: 12px;
  }
  .main-menu>li.noti-li .dropdown-menu .noti-dtl .noti-time {
    font-size: 11px;
  }
  .main-menu>li.my-account-li .dropdown-menu li {
    border-top-color: #222;
  }
  .main-menu>li.my-account-li .dropdown-menu li a {
    background-color: #333;
    font-size: 12px;
    padding: 8px 15px;
  }
  .main-menu>li.my-account-li .dropdown-menu li a:hover,
  .main-menu>li.my-account-li .dropdown-menu li a:focus {
    background-color: #222;
  }
  /*****  Login Popup  *****/
  .header-inner {
    padding: 70px 0 40px;
  }
  .logo img {
    max-height: 50px;
  }
  /*****  Banner  *****/
  .expert-banner {
    min-height: 300px;
  }
  /*****  Content Area  *****/
  .content-area-inner {
    padding: 10px;
  }
  .expert-home-3box {
    padding: 10px;
  }
  .expert-home-3box figure img {
    max-width: 100px;
  }
  .expert-home-3box h5,
  .expert-home-3box .h5 {
    font-size: 15px;
    min-height: 44px;
  }
  .expert-home-3box p {
    font-size: 13px;
    line-height: 20px;
  }
  .expert-com-boxs-inner,
  .qus-list-box {
    padding: 15px;
  }
  .expert-com-box .expert-com-name {
    font-size: 14px;
    margin-top: 10px;
  }
  /*****  Right Sidebar   *****/
  .with-sidebar-area .right-sidebar {
    padding-left: 15px;
    padding-top: 20px;
  }
  .with-sidebar-area .right-sidebar::before {
    display: none;
  }
  .btn-orange1 {
    font-size: 14px;
    min-height: 10px;
    padding: 10px 15px;
  }
  .btn-blue {
    font-size: 14px;
    min-height: 10px;
    padding: 10px 15px;
  }
  .btn-green {
    font-size: 13px;
    min-height: 10px;
    padding: 10px 15px;
  }
  .sidebar-box .more-link {
    margin-bottom: 0;
  }
  .right-bar-qus-person {
    margin-bottom: 5px;
  }
  .right-bar-qus-person .text p {
    font-size: 13px;
    line-height: 20px;
  }
  .expert-person .date {
    padding: 0;
  }
  /*****  Footer  *****/
  .widgets {
    padding: 10px 0;
  }
  .footer .widgets .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  .widgets ul {
    margin-bottom: 10px;
  }
  .widgets p {
    font-size: 13px;
  }
  .newsletter-form .form-control {
    border-radius: 2px 0 0 2px;
    font-size: 13px;
    padding: 5px 8px;
    width: 70%;
  }
  .newsletter-form .btn-gray {
    border-radius: 0 2px 2px 0;
    width: 30%;
  }
  .footer-social {
    margin-top: 10px;
  }
  /*****  Inner Pages  *****/
  .form-area .form-control,
  .form-area select {
    height: 34px;
    padding: 4px 8px;
  }
  .form-area textarea.form-control {
    height: 120px;
  }
  .form-area .form-left {
    float: none;
    width: 100%;
  }
  .form-area .form-left label {
    line-height: normal;
    margin-bottom: 3px;
  }
  .form-area .form-right {
    width: 100%;
  }
  /*****  Expert QA  *****/
  .qus-list-box {
    padding: 0 0 20px;
  }
  .qus-list-box:before {
    font-size: 22px;
    left: 5px;
    top: 20px;
  }
  .expert-meta .wrt-ans-box .col-xs-6:nth-of-type(2n+1) {
    clear: both;
  }
  /*****  Profile Page  *****/
  .profile-box-left figure {
    margin: 10px;
  }
  .profile-box-left ul li a {
    font-size: 13px;
    padding: 10px 10px 10px 40px;
  }
  .profile-box-left ul li a i {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    width: 22px;
  }
  .profile-box-header {
    padding: 15px 10px;
  }
  .profile-box-header-right .btn-blue {
    margin: 0 0 10px;
  }
  .profile-box-body {
    padding: 15px 10px;
  }
  .profile-box-body-box {
    margin-bottom: 20px;
  }
  .profile-box-body-box h4,
  .profile-box-body-box .h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  /*****  Edit Profile  *****/
  .profile-upload-text {
    font-size: 14px;
    height: 72px;
    margin-top: -36px;
    padding: 0 25px;
  }
  .profile-upload-text i {
    font-size: 30px;
  }
  /*****  Thanku Page  *****/
  .thanku-left figure img {
    max-width: 200px;
  }
  .thanku-right {
    margin-top: 84px;
  }
  .thanku-text {
    font-size: 50px;
  }
  .thanku-right p {
    font-size: 14px;
    line-height: 22px;
  }
  .thanku-right a {
    margin-top: 0;
  }
  .sidebar-form select {
    background-size: 2% 23%;
  }
  .expert-box-sidebar .expert-com-boxs ul li {
    width: 25%;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(2n+1) {
    clear: inherit;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  /*****  Header  *****/
  .unanswer-line::after {
    left: 54%;
  }
  .expert-person figure .expert_icon,
  .expert-left .expert_icon {
    right: -10px;
    top: -15px;
    font-size: 12px;
  }
  .qq-upload-button {
    width: 100%;
  }
  /*****  Login Popup  *****/
  .login-popup .modal1-left {
    float: none;
    min-height: 10px;
    padding: 20px 15px;
    width: 100%;
  }
  .login-popup .modal1-share {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
  }
  .login-popup .modal1-right {
    float: none;
    min-height: 10px;
    padding: 20px 15px;
    width: 100%;
  }
  .header-inner {
    padding: 60px 0 20px;
    text-align: center;
  }
  .change-lang {
    float: none;
  }
  /*****  Banner  *****/
  .expert-banner {
    min-height: 250px;
  }
  /*****  Content Area  *****/
  .content-area-inner {
    padding: 10px;
  }
  .expert-home-3box {
    float: none;
    width: 100%;
  }
  .expert-home-3box h5,
  .expert-home-3box .h5 {
    min-height: 10px;
  }
  .expert-com-boxs ul li {
    width: 50%;
  }
  .expert-com-boxs ul li:nth-of-type(3n+1) {
    clear: inherit;
  }
  .expert-com-boxs ul li:nth-of-type(2n+1) {
    clear: both;
  }
  /*****  Right Sidebar   *****/
  .right-bar-qus h6 a,
  .right-bar-qus .h6 a,
  .right-bar-qus h6 a p,
  .right-bar-qus .h6 a p {
    font-size: 14px;
    line-height: 18px;
  }
  .right-bar-qus-person .text p {
    font-size: 12px;
  }
  .right-bar-qus p {
    font-size: 13px;
  }
  /*****  Footer  *****/
  .footer-bottom {
    padding-top: 5px;
  }
  .footer-bottom .col-sm-6 {
    text-align: center !important;
  }
  /*****  Inner Pages  *****/
  .ask-quiestion-form .btn-blue {
    max-width: 100%;
  }
  .form-area .form-right .form-control,
  .form-area .form-right select {
    max-width: 100%;
  }
  .profile-box-body-box .btn-blue {
    max-width: 100%;
  }
  .expert-person figure .expert_icon,
  .expert-left .expert_icon {
    font-size: 10px;
    padding: 0 4px;
    right: -6px;
    top: -11px;
  }
  /*****  Expert QA  *****/
  .qus-list-boxs+.qus-list-boxs {
    margin-top: 0;
  }
  .qus-list-box:before {
    top: 11px;
  }
  .qus-person-name {
    width: 68%;
    position: relative;
  }
  .qus-person-post-time {
    text-align: right;
    width: 32%;
  }
  .qus-person-popup-mian {
    position: static;
  }
  .qus-person-popup {
    left: -10px;
  }
  .qus-list-box-ans-inner+.qus-list-box-ans-inner {
    margin-top: 25px;
    padding-top: 25px;
  }
  .qus-list-box h3,
  .qus-list-box .h3,
  .editor-main h3,
  .editor-main .h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .expert-person .col-sm-3.text-right {
    margin-top: 2px;
    padding-left: 60px;
    text-align: left;
  }
  .expert-person figure,
  .adv-person figure {
    width: 35px;
  }
  .expert-person .text {
    margin-left: 45px;
  }
  .expert-person .text .expert-person-name {
    margin-top: -2px;
  }
  .expert-person .text .expert-person-name a {
    font-size: 14px;
  }
  .expert-person .text p {
    line-height: 18px;
  }
  .qus-list-box p,
  .adv-list-box p {
    font-size: 13px;
    line-height: 20px;
  }
  .expert-meta {
    margin: 15px 0 0;
  }
  .expert-meta.active {
    margin: 15px 0 25px;
  }
  .expert-meta .col-sm-3.text-right {
    text-align: left;
  }
  .know-answer-box {
    display: none;
  }
  .answer-btn {
    font-size: 12px;
    min-height: 26px;
    padding: 4px 10px;
    margin-bottom: 15px;
  }
  .wrt-ans-box .form-area {
    padding: 10px;
  }
  .share-btn {
    font-size: 12px;
    min-height: 26px;
    padding: 4px 10px;
  }
  .like-count {
    font-size: 12px;
    line-height: normal;
    margin: 5px 0 0;
  }
  .like-count .fa {
    font-size: 16px;
    margin-right: 5px;
  }
  .like-count-main {
    margin-right: 5px;
  }
  .expert-meta .read-all {
    font-size: 13px;
    line-height: 24px;
    margin-left: 0;
  }
  .recommend-count {
    font-size: 12px;
    margin: 0 5px 0 0;
  }
  .audio-player-inner {
    padding: 10px;
  }
  .audio-player-left {
    width: 50%;
  }
  .audio-player-right {
    font-size: 18px;
    line-height: 35px;
    width: 50%;
  }
  .audio-player-main .a-btn {
    font-size: 14px;
    height: 35px;
    margin-right: 10px;
    padding: 2px 2px 2px 3px;
    width: 35px;
  }
  /*****  Profile Page  *****/
  .profile-box-left {
    float: none;
    width: 100%;
  }
  .profile-box-left figure {
    margin: 10px auto;
    max-width: 250px;
  }
  .profile-box-right {
    float: none;
    width: 100%;
  }
  .profile-box-right::before {
    display: none;
  }
  .profile-box-body-box p,
  .join-us-page p {
    font-size: 13px;
    line-height: 20px;
  }
  /*****  Edit Profile  *****/
  .profile-upload-text {
    padding: 0 58px;
  }
  .join-us-page h6,
  .join-us-page .h6 {
    margin-bottom: 10px;
    padding-bottom: 4px;
  }
  .join-us-page .btn-blue {
    max-width: 100%;
  }
  /*****  Thanku Page  *****/
  .thanku-left figure img {
    max-width: 160px;
  }
  .thanku-right {
    margin-top: 10px;
  }
  .thanku-text {
    font-size: 40px;
  }
  .thanku-right p {
    font-size: 13px;
  }
  .sidebar-form select {
    background-size: 3% 23%;
  }
  .expert-box-sidebar .expert-com-boxs ul li {
    width: 33.333%;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(4n+1) {
    clear: inherit;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(3n+1) {
    clear: both;
  }
  .search-mian {
    float: none;
    margin: 12px auto 0;
    max-width: 100%;
  }
  .ans-reply-main-box {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .expert-com-boxs ul li {
    width: 100%;
  }
  .expert-com-boxs ul li:nth-of-type(2n+1) {
    clear: inherit;
  }
  /*****  Inner Pages  *****/
  .ask-quiestion-form .col-xs-6 {
    width: 100%;
  }
  .ask-quiestion-form .btn-blue {
    margin: 0px;
  }
  /*****  Expert QA  *****/
  .expert-meta .col-xs-5,
  .expert-meta .col-xs-7,
  .expert-person .col-xs-9,
  .expert-person .col-xs-3,
  .adv-person .col-xs-9,
  .adv-person .col-xs-3 {
    width: 100%;
    text-align: left;
  }
  .adv-person .text {
    margin-left: 45px;
  }
  .expert-person .date,
  .adv-person .date {
    padding: 0 0 0 45px;
    text-align: left;
  }
  .expert-person .col-sm-3.text-right {
    padding-left: 15px;
  }
  .expert-meta .wrt-ans-box .col-xs-6 {
    width: 100%;
  }
  .MultiFile-intercepted .col-xs-4 {
    width: 100%;
    text-align: center;
  }
  /*****  Profile Page  *****/
  .profile-box-body-box ul li {
    width: 50%;
  }
  /*****  Edit Profile  *****/
  .join-us-page .btn-blue {
    margin: 15px 0 0;
  }
  /*****  Thanku Page  *****/
  .sidebar-form select {
    background-size: 5% 23%;
  }
  .editor-body {
    margin-bottom: 10px;
  }
  .expert-box-sidebar .expert-com-boxs ul li {
    width: 50%;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(3n+1) {
    clear: none;
  }
  .expert-box-sidebar .expert-com-boxs ul li:nth-of-type(2n+1) {
    clear: both;
  }
  .ans-reply-textarea .col-lg-3 {
    width: 100%;
  }
}
