.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}
 

   #logotwee{
     display: none;
   }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}
/*Login sidebar*/
.login-sidebar {
  position: absolute;
  right: 0px;
  margin-top: 0px;
  height: 100%;
}
/*Listing*/
.common-list {
  margin: 0px;
  padding: 0px;
}
.common-list li {
  list-style: none;
  display: block;
}
.common-list li a {
  padding: 12px 0px;
  color: #686868;
  display: block;
}
.common-list li a:hover {
  color: #ff6849;
}
/*table layouts*/
.color-table.primary-table thead th {
  background-color: #ab8ce4;
  color: #ffffff;
}
.color-table.success-table thead th {
  background-color: #00c292;
  color: #ffffff;
}
.color-table.info-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}
.color-table.warning-table thead th {
  background-color: #fec107;
  color: #ffffff;
}
.color-table.danger-table thead th {
  background-color: #fb9678;
  color: #ffffff;
}
.color-table.inverse-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}
.color-table.dark-table thead th {
  background-color: #2b2b2b;
  color: #ffffff;
}
.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}
.color-table.purple-table thead th {
  background-color: #9675ce;
  color: #ffffff;
}
.color-table.muted-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}
.color-bordered-table.primary-bordered-table {
  border: 2px solid #ab8ce4;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #ab8ce4;
  color: #ffffff;
}
.color-bordered-table.success-bordered-table {
  border: 2px solid #00c292;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #00c292;
  color: #ffffff;
}
.color-bordered-table.info-bordered-table {
  border: 2px solid #03a9f3;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}
.color-bordered-table.warning-bordered-table {
  border: 2px solid #fec107;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #fec107;
  color: #ffffff;
}
.color-bordered-table.danger-bordered-table {
  border: 2px solid #fb9678;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #fb9678;
  color: #ffffff;
}
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #4c5667;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}
.color-bordered-table.dark-bordered-table {
  border: 2px solid #2b2b2b;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #2b2b2b;
  color: #ffffff;
}
.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}
.color-bordered-table.purple-bordered-table {
  border: 2px solid #9675ce;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #9675ce;
  color: #ffffff;
}
.color-bordered-table.muted-bordered-table {
  border: 2px solid #98a6ad;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}
.full-color-table.full-primary-table {
  background-color: rgba(171, 140, 228, 0.8);
}
.full-color-table.full-primary-table thead th {
  background-color: #ab8ce4;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-primary-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-primary-table tr:hover {
  background-color: #ab8ce4;
}
.full-color-table.full-success-table {
  background-color: rgba(0, 194, 146, 0.8);
}
.full-color-table.full-success-table thead th {
  background-color: #00c292;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-success-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-success-table tr:hover {
  background-color: #00c292;
}
.full-color-table.full-info-table {
  background-color: rgba(3, 169, 243, 0.8);
}
.full-color-table.full-info-table thead th {
  background-color: #03a9f3;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-info-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-info-table tr:hover {
  background-color: #03a9f3;
}
.full-color-table.full-warning-table {
  background-color: rgba(254, 193, 7, 0.8);
}
.full-color-table.full-warning-table thead th {
  background-color: #fec107;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-warning-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-warning-table tr:hover {
  background-color: #fec107;
}
.full-color-table.full-danger-table {
  background-color: rgba(251, 150, 120, 0.8);
}
.full-color-table.full-danger-table thead th {
  background-color: #fb9678;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-danger-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-danger-table tr:hover {
  background-color: #fb9678;
}
.full-color-table.full-inverse-table {
  background-color: rgba(76, 86, 103, 0.8);
}
.full-color-table.full-inverse-table thead th {
  background-color: #4c5667;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-inverse-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-inverse-table tr:hover {
  background-color: #4c5667;
}
.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}
.full-color-table.full-dark-table thead th {
  background-color: #2b2b2b;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-dark-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-dark-table tr:hover {
  background-color: #2b2b2b;
}
.full-color-table.full-red-table {
  background-color: rgba(251, 58, 58, 0.8);
}
.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-red-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
}
.full-color-table.full-purple-table {
  background-color: rgba(150, 117, 206, 0.8);
}
.full-color-table.full-purple-table thead th {
  background-color: #9675ce;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-purple-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-purple-table tr:hover {
  background-color: #9675ce;
}
.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.8);
}
.full-color-table.full-muted-table thead th {
  background-color: #98a6ad;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-muted-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-muted-table tr:hover {
  background-color: #98a6ad;
}
/* Material Form Input Elements */
.floating-labels .form-group {
  position: relative;
}
.floating-labels .form-control {
  font-size: 20px;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #e4e7ea;
}
.floating-labels select.form-control > option {
  font-size: 14px;
}
.has-error .form-control {
  border-bottom: 1px solid #fb9678;
}
.has-warning .form-control {
  border-bottom: 1px solid #fec107;
}
.has-success .form-control {
  border-bottom: 1px solid #00c292;
}
.floating-labels .form-control:focus {
  outline: none;
  border: none;
}
.floating-labels label {
  color: #686868;
  font-size: 16px;
  position: absolute;
  cursor: auto;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .form-control:focus ~ label,
.floating-labels .form-control:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #ab8ce4;
}
.floating-labels .bar {
  position: relative;
  display: block;
}
.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #ab8ce4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .bar:before {
  left: 50%;
}
.floating-labels .bar:after {
  right: 50%;
}
.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}
.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}
.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}
.has-warning .bar:before,
.has-warning .bar:after {
  background: #fec107;
}
.has-success .bar:before,
.has-success .bar:after {
  background: #00c292;
}
.has-error .bar:before,
.has-error .bar:after {
  background: #fb9678;
}
.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #fec107;
}
.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #00c292;
}
.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #fb9678;
}
.has-feedback label ~ .t-0 {
  top: 0;
}
/* Update 2.5 */
.table.dataTable,
table.dataTable {
  width: 99.80%!important;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_desc::after {
  float: none;
  padding-left: 10px;
}
/* style for realestate pages */
.re ul.two-part li i,
.re ul.two-part li span {
  font-size: 36px;
}
.bg-light h4 {
  font-weight: bold;
}
.agent-contact,
.pro-desc {
  font-size: 12px;
}
.form-agent-inq .form-group {
  margin-bottom: 10px;
}
.agent-info {
  max-height: 358px;
  height: 358px;
  background: #f7fafc;
}
.pro-list {
  margin-top: 15px;
}
.pro-img,
.pro-detail {
  display: table-cell;
  vertical-align: top;
}
.pro-detail h5 a {
  color: #686868;
  line-height: 20px;
  font-weight: 500;
}
.pro-box .pro-list-img {
  display: block;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.pro-box .pro-label {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 5px;
  font-size: 80%;
}
.pro-col-label {
  padding: 7px;
  width: 26%;
  display: block;
  margin-top: -15px;
  margin-left: 37%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  text-transform: uppercase;
}
.pro-box .pro-label-img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pro-box.pro-horizontal pro-content {
  width: 100%;
  height: 210px;
}
.pro-content .pro-list-details {
  height: 138px;
  max-height: 142px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.pro-content .pro-list-info {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.pro-content .pro-list-details h3,
.pro-content .pro-list-details h4,
.pro-list-info ul.pro-info li,
.pro-agent .agent-name h5,
.pro-agent .agent-name small,
ul.pro-info li span.label,
.pro-location span,
.pro-list-info-3-col ul.pro-info li,
.pro-content-3-col .pro-list-details h3,
.pro-content-3-col .pro-list-details h4,
.pro-content-3-col .pro-list-details h4 small,
.pro-agent-col-3 .agent-name h5,
.pro-agent-col-3 .agent-name small {
  font-weight: 500;
}
.pro-list-info ul.pro-info,
.pro-list-info-3-col ul.pro-info {
  padding: 16px 10px 10px 10px;
  list-style: none;
}
.pro-list-info ul.pro-info li {
  padding: 10px 0px 10px 20px;
  font-size: 12px;
}
ul.pro-info li span.label {
  width: 25px;
  height: 25px;
  padding: 8px;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: 15px;
  font-size: 12px;
}
ul.pro-info li span img,
ul.pro-amenities li span img {
  margin-top: -8px;
  padding-right: 12px;
}
.pro-agent .agent-img a img,
.pro-agent-col-3 .agent-img a img {
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 1px rgba(120, 130, 140, 0.13);
  /*width: 60px;
    height: 60px;*/
}
.pro-agent .agent-img,
.pro-agent .agent-name,
.pro-agent-col-3 .agent-img,
.pro-agent-col-3 .agent-name {
  float: left;
}
.pro-agent .agent-img {
  padding-top: 12px;
}
.pro-agent .agent-name {
  padding: 10px 0 0 15px;
}
.pro-location span {
  padding-top: 27px;
}
.pro-content-3-col {
  padding: 15px;
  background: #f7fafc;
}
.pro-content-3-col .pro-list-details h4 small {
  color: #fb9678;
}
.pro-list-info-3-col ul.pro-info li {
  padding: 10px 5px;
}
.pro-agent-col-3 .agent-img {
  padding: 15px;
}
.pro-agent-col-3 .agent-name {
  padding: 15px 15px 15px 5px;
}
ul.pro-amenities {
  list-style: none;
  padding: 8px 0;
}
ul.pro-amenities li {
  padding: 10px 0 10px 0;
  font-size: 12px;
}
ul.pro-amenities li span i {
  padding-right: 12px;
}
.pro-rd .table > tbody > tr > td:first-child {
  font-weight: 500;
}
.pro-rd .table > tbody > tr > td,
.pro-rd .table > tbody > tr > th {
  border: none;
  padding: 8px 8px 8px 0;
  font-size: 12px;
}
.pd-agent-info {
  max-height: 200px;
  height: 200px;
  background: #f7fafc;
  margin-top: 15px;
}
.pd-agent-contact,
.pd-agent-inq {
  padding: 25px;
}
.pro-add-form .radio label,
.pro-add-form .checkbox label {
  font-weight: 100;
}
/*Register in steps*/
.register-box {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 5%;
}
.step-register {
  position: fixed;
  height: 100%;
  background: #f7fafc;
}
.right-side-toggle a {
  width: 45px;
  position: relative;
}
.right-side-toggle a i {
  position: absolute;
  top: 21px;
  left: 13px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*For Laptop (1280px)*/
@media (max-width: 1350px) {
  .carousel .item h3 {
    font-size: 17px;
    height: 90px;
  }
  .inbox-center a {
    width: 400px;
  }
}
/*Small Desktop*/
@media (min-width: 1024px) {
  .app-search .form-control:focus {
    width: 300px;
  }
}
/*Ipad*/
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0px 0 0px 220px;
  }
  .navbar-default {
    position: relative;
    width: 100%;
    top: 0px;
  }
  .fix-header .navbar-static-top {
    position: fixed;
  }
  .fix-header #page-wrapper {
    margin-top: 60px;
  }
  .sidebar {
    z-index: 10;
    position: absolute;
    width: 220px;
    padding-top: 60px;
    height: 100%;
  }
  /*If body has fix sidebar class*/
  .fix-sidebar .sidebar {
    position: fixed;
    overflow: hidden;
  }
  .fix-sidebar .top-left-part {
    position: fixed;
    width: 220px;
  }
  .fix-sidebar .navbar-left {
    margin-left: 220px;
  }
  .footer {
    left: 220px;
  }
  /*If body has content-wrapper*/
  .content-wrapper #page-wrapper {
    margin-left: 60px;
  }
  .content-wrapper .navbar-left {
    margin-left: 220px;
  }
  .content-wrapper .footer {
    left: 60px;
  }
  .content-wrapper .sidebar {
    width: 60px;
  }
  .content-wrapper .sidebar .hide-menu {
    display: none;
    width: 180px;
    left: 60px;
  }
  .content-wrapper .sidebar .sidebar-nav {
    position: absolute;
    overflow: hidden;
  }
  .content-wrapper .sidebar .sidebar-nav .nav-second-level {
    position: absolute;
    z-index: 999999;
  }
  .content-wrapper .sidebar .nav-small-cap,
  .content-wrapper .sidebar li span span {
    display: none;
  }
  .content-wrapper .sidebar #side-menu > li:hover {
    width: 300px;
    background: #f7fafc;
  }
  .content-wrapper .sidebar li:hover .hide-menu {
    display: inline;
  }
  .content-wrapper .sidebar #side-menu > li > a {
    padding: 15px 17px 15px 20px;
  }
  .content-wrapper .sidebar li:hover .nav-second-level.in,
  .content-wrapper .sidebar li:hover .nav-second-level,
  .content-wrapper .sidebar li:hover .nav-second-level.collapse li {
    display: block;
  }
  .content-wrapper .sidebar .nav-second-level {
    position: absolute;
    left: 60px;
    background: #f7fafc;
    width: 240px;
    opacity: 1;
    padding-bottom: 20px;
    display: none;
  }
  .content-wrapper .sidebar .nav-second-level li {
    background: #f7fafc;
  }
  .content-wrapper .top-left-part {
    width: 60px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
  .mail_listing {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    padding-left: 20px;
  }
  .inbox-panel {
    padding-right: 20px;
  }
  .top-minus {
    margin-top: -62px;
    float: right;
  }
  .fix-sidebar.content-wrapper .navbar-left,
  .content-wrapper.fix-sidebar .navbar-left {
    margin-left: 60px!important;
  }
  .fix-sidebar.content-wrapper .sidebar,
  .content-wrapper.fix-sidebar .sidebar {
    position: fixed;
  }
  .fix-sidebar.content-wrapper .sidebar .sidebar-nav,
  .content-wrapper.fix-sidebar .sidebar .sidebar-nav {
    position: absolute;
  }
  .fix-sidebar.content-wrapper .sidebar .sidebar-nav .nav-second-level,
  .content-wrapper.fix-sidebar .sidebar .sidebar-nav .nav-second-level {
    position: absolute;
    z-index: 99999;
  }
}
@media (max-width: 1024px) {
  .b-r-none {
    border-right: 0px;
  }
  .carousel-inner h3 {
    height: 90px;
    overflow: hidden;
  }
  .inbox-center a {
    width: 300px;
  }
}
/*Phone*/
@media (max-width: 767px) {
  .navbar-top-links {
    display: inline-block;
  }
  #logoeen{
     display: none;
   }

   #logotwee{
     display: block;
   }
  .navbar-top-links .profile-pic img {
    margin-right: 0px;
  }
  .top-left-part {
    width: 60px;
  }
  .navbar-top-links li:last-child {
    margin-right: 0px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    width: 260px;
  }
  .row-in-br {
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  .bg-title .breadcrumb {
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .wizard-steps > li {
    display: block;
  }
  .dropdown .mailbox,
  .dropdown .dropdown-tasks {
    left: -100px;
  }
  /***** Start Update 1.5 *****/
  .fix-header .navbar-static-top {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .fix-header #page-wrapper {
    margin-top: 60px;
  }
  .fix-header .sidebar {
    position: fixed;
    height: 350px;
    top: 60px;
    z-index: 100;
    overflow: auto!important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  }
  .mega-dropdown-menu {
    height: 340px;
    overflow: auto;
  }
  .left-aside {
    position: relative;
    width: 100%;
    border: 0px;
  }
  .right-aside {
    margin-left: 0px;
  }
  .chat-main-box .chat-left-aside {
    left: -250px;
    transition: 0.5s ease-in;
    background: #ffffff;
  }
  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }
  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }
  .chat-main-box .chat-right-aside {
    margin: 0px;
  }
  /***** Close Update 1.5 *****/
  .table-responsive.pro-rd {
    border: none;
  }
  .step-register,
  .login-register,
  #msform fieldset {
    position: relative;
  }
}
@media (max-width: 480px) {
  .vtabs .tabs-vertical {
    width: auto;
  }
  .stat-item {
    padding-right: 0px;
  }
  .login-box {
    width: 100%;
  }
  .pro-content .pro-list-details {
    height: 100px;
    border-right: none;
  }
  .pro-list-info ul.pro-info li {
    padding: 10px 0 10px 0;
  }
  .pro-list-info ul.pro-info {
    padding-left: 0;
  }
  .pro-agent .agent-img {
    padding-top: 3px;
  }
  .pro-agent .agent-name {
    padding: 2px 0 10px 15px;
  }
}
