.form-group.rsform-block label.control-label {
    display: none !important;
}

#sp-footer .container-inner {
    padding: 20px 0 0 0;
}

.list-group-flush .list-group-item {
    background-color: transparent !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.sp-module ul>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border-bottom: 1px dotted #217573;
}

#sp-cookie-consent.position-bottom_left {
    left: 0;
    bottom: 0;
    width: 320px;
}

#sp-cookie-consent {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.10);
    font-size: 12px;
}

#sp-cookie-consent>div {
    padding: 8px;
}

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 80%;
    }
}

.login-description {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}

body.com-users #sp-main-body,
body.com-corporate-deals #sp-main-body,
body.com-executive-team #sp-main-body {
    padding: 20px 0 !important;
}

.view-mydeals .table-responsive {
    min-height: 320px !important;
}

@media (min-width: 768px) {
    .view-mydeals .table-responsive {
        overflow: visible !important;
    }
}

.js-stools {
    margin-bottom: 15px;
}

.js-stools .btn-wrapper.input-append {
    position: relative;
}

.js-stools .btn-wrapper.input-append .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.status-box {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.status-box.Due.Diligence {
    background-color: green;
}

.status-box.Marketing {
    background-color: yellow;
}

.status-box.Investor.Shortlisted {
    background-color: blue;
}

.team-wrapper {
    position: relative;
    width: 100%;
}

.team-wrapper .team-item {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    height: 360px;
    vertical-align: top;
    padding: 0 50px;
    margin-bottom: 60px;
}

.team-item .team-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #217573;
    text-align: center;
}

.team-item .team-item-wrapper:hover {
    background-color: #217573;
    transition: all 0.3s;
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;

}

.team-item .team-item-wrapper a{
    display: block;
    padding: 15px;
  	height: 100%;
    
}

.team-item .team-item-wrapper a:hover *{
    color: #FFF !important;
}

.team-item-wrapper>div {
    margin-bottom: 5px;
}

.team-item-wrapper .team-picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-item-wrapper .team-picture img {
    width: 100%;
    height: auto;
}

.team-item-wrapper .team-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    padding-top: 205px;
    padding-bottom: 5px;
}

.team-item-wrapper .team-designation,
.team-item-wrapper .team-industry {
    font-size: 13px;
    line-height: 14px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
}

.team-item-wrapper .team-industry {
    text-transform: capitalize;
    padding-top: 15px;
}

.team-item-wrapper .team-location {
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 5px;
}

.team-item-wrapper .team-email,
.team-item-wrapper .team-linkedin,
.team-item-wrapper .team-full-profile {
    position: absolute;
    bottom: 0;
}

.team-item-wrapper .team-email,
.team-item-wrapper .team-linkedin {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    left: 25px;
}

.team-item-wrapper .team-email a,
.team-item-wrapper .team-linkedin a {
    height: 30px;
}

.team-item-wrapper .team-linkedin {
    left: 65px;
}

.team-item-wrapper .team-full-profile {
    left: auto;
    right: 25px;
    bottom: 2px;
}

.team-item-wrapper .team-full-profile a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 4px 15px;
    background-color: #217573 !important;
    border-radius: 4px;
    color: #FFF !important;
}

.team-item-wrapper .team-full-profile a:hover {
    background-color: #f6d75f !important;
    color: #217573 !important;
}

.team-item-wrapper .team-short-profile {
    position: absolute;
    top: 100px;
    left: 15px;
    width: calc(100% - 30px);
    height: 0;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s !important;
}

.team-item-wrapper .team-short-profile div {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.team-item .team-item-wrapper:hover .team-short-profile {
    top: 10px;
    height: 300px;
    opacity: 0;
    transition: all 0.3s !important;
}

.profile-top,
.profile-bottom {
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}

.profile-top .col-8 {
    position: relative;
}

.profile-bottom {
    border-top: 1px solid #dee2e6;
}

.full-profile-wrapper .team-picture img {
    width: 100%;
    height: auto;
}


.full-profile-wrapper .team-name {
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    color: #217573;
}

.full-profile-wrapper .team-designation,
.full-profile-wrapper .team-industry {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.full-profile-wrapper .team-industry {
    text-transform: capitalize;
    padding-top: 10px;
}

.full-profile-wrapper .team-location {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 10px;
    padding-bottom: 35px;
}

.full-profile-wrapper .team-email,
.full-profile-wrapper .team-linkedin {
    position: absolute;
    bottom: 0;
}

.full-profile-wrapper .team-email,
.full-profile-wrapper .team-linkedin {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    left: 15px;
}

.full-profile-wrapper .team-linkedin {
    left: 55px;
}

.full-profile-wrapper .team-profile {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.back-to-teams {
    position: absolute;
    top: 15px;
    right: 15px;
}

.back-to-teams a {
    padding: 5px 20px;
    background-color: #217573 !important;
    color: #FFF !important;
    border-radius: 5px;
}

.back-to-teams a:hover {
    background-color: #f6d75f !important;
    color: #000 !important;
}


.item_fields .table th {
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 18px;
}

.full-profile-wrapper {
    padding: 5px 20px;
    background-color: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.item_fields {
    margin-bottom: 30px;
}

#sp-menu {
    flex: auto !important;
}

.burger-icon>span{
    background: #FFF !important;
}

.logo-image-phone{
    height: 60px !important;
}

.offcanvas-menu .d-flex.align-items-center.p-3.pt-4{
    display: none !important;
}

.sp-dropdown-items .sp-menu-item{
    border-bottom: 1px dotted #999 !important;
}

.sp-dropdown-items .sp-menu-item:last-child,
ul.menu ul.menu-child li:last-child{
    border-bottom: none !important;
}

.sp-dropdown-items .sp-menu-item a {
    display: block !important;
    font-size: 13px !important;
}

.sp-dropdown-items .sp-menu-item a:hover{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.back-to-team {
    position: absolute;
    top: 0;
    right: 8px;
    background-color: #217573;
    padding: 3px 10px;
    border-radius: 3px;
    color: #FFF;
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.team-wrapper .team-item {
        width:25%;
      	height:365px;
    }
    .back-to-team{
    top:-60px;
    right:0;
  }
}

@media (max-width: 768px) {
    .team-wrapper .team-item {
        width: 50%;
      height:420px;
    }
  .team-item-wrapper .team-picture{
    height:260px;
  }
  .team-item-wrapper .team-name{
    padding-top:265px;
  }
  .back-to-team{
    top:-60px;
    right:0;
  }
  .full-profile-wrapper .team-name{
    padding-top:0;
  }
  .profile-top, .profile-bottom{
    margin-bottom:0;
  }
}

@media (max-width: 512px) {
  .team-wrapper{
    width:90%;
    margin: auto;
  }
    .team-wrapper .team-item {
        width: 100%;
      	height:420px;
    }
  .team-item-wrapper .team-picture{
    height:260px;
  }
  .team-item-wrapper .team-name{
    padding-top:265px;
  }
  .back-to-team{
    top:-60px;
    right:0;
  }
}

body.view-login #sp-main-body{
padding-top: 80px !important;
}

body.view-login .login .list-group{
	transform: scale(.7);
}

@media (max-width: 1366px) {

  .sp-megamenu-parent>li>a{
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  
}

.executive-team-page .sppb-section.section-heading{
    padding-top: 140px;
    padding-right: 0px;
    padding-bottom: 140px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(255, 255, 255, 1);
    background-image: url("../../../images/2021/03/17/about-us2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 30px;
}