.full-control-card2 {
	margin: 0 auto;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #5C5B60;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.4s;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    border-top: 5px solid;
}
.full-control-card2:hover {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 25%);
}
.full-control-card-icon2 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.full-control-card-icon2>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.full-control-card2 .four-problems-solve-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
}

.team-feature-box-red {
    border-color: #ec4a2c;
}
.team-feature-box-green {
    border-color: #60b14a;
}
.team-feature-box-blue {
    border-color: #548dcb;
}
.team-feature-box-yellow {
    border-color: #f9bc15;
}
.b-600 {
	font-weight: 600;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.titan-workspace-bg-img-right {
    top: 0;
    left: -20%;
    width: 50vw;
    z-index: 10;
}
.z-100 {
    position: relative;
    z-index: 100;
}
.titan-workspace-bg-color-left {
    top: 0;
    width: 100vw;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 13%);
}
.w-icon-box {
    margin-left: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
}
.font-20 {
	font-size: 20px;
}

.pricing-card-data2 .pricing-card-data-inner-circle {
    padding-left: 0px;
    list-style-type: none;
}
.pricing-card-data2 .pricing-card-data-inner-circle li:after {
    content: "\f111" !important;
    font-size: 8px !important;
    top: 13px !important;
    left: 2px !important;
}

@media (min-width: 576px) {
	.titan-workspace-bg-color-left {
	    right: calc(50% - 50vw);
	}
}
@media (min-width: 992px) {
	.titan-workspace-bg-color-left {
	    right: -16.66667%;
	    width: calc(50vw + 16.66667%);
	}
}
@media (max-width: 991px) {
    .titan-workspace-bg-color-left {
        box-shadow: none;
        background-color: #f8f9fa;
    }
    .document-titan-workspace-bg-color-left {
        background-color: transparent;
    }
}










/* Solutions classes start */

/*.section-heading-center-line,
.section-heading-center-no-line {
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	margin: 0px;
	position: relative;
    padding-bottom: 10px;
    line-height: 1.2;
}*/
/*.section-heading-center-line:after {
	content: "";
    position: absolute;
    height: 3px;
    width: 90px;
    background-color: #548dcb;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}*/
/*.section-sub-heading-center-line {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
}*/
.solutions-card-panel {
    display: block;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 16px;
    margin: 15px 0;
    height: calc(100% - 30px);
    color: #5C5B60;
    text-decoration: none;
    transition: all 0.4s;
}
.solutions-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.solutions-card-header-img {
    max-width: 102px;
    display: block;
    margin: 0;
    margin-right: auto !important;
}
.solutions-card-header-text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-align: left;
    line-height: 1.3; 
    display: inline;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    /* -webkit-line-clamp: 2; */
    -webkit-line-clamp: 3;
}
.solutions-card-panel-bottom-arrow {
	margin-right: auto;
	margin-top: 10px;
}
.solutions-card-panel-bottom-arrow img {
	max-width: 24px;
    transition: all 0.3s;
    position: relative;
    left: 0;
}

.solutions-card-panel:hover {
    text-decoration: none;
    color: #5C5B60;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 25%);
}
.solutions-card-panel:hover .solutions-card-panel-bottom-arrow img {
	left: 5px;
}

@media (max-width: 991px) {
    .solutions-card-header-img {
        max-width: 85px;
    }
}

/* Solutions classes end */


/* instant benefits classes start */

.instant-benefits-panel .six-problems-solve {
	background-image: url(../images/Insight-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 0px;
    overflow: hidden;
}
.six-problems-solve-overlay {
    padding: 14px 16px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0.4), rgba(0,0,0,0.6), rgba(0,0,0,0.85), rgba(0,0,0,1));
}

.six-problems-solve:hover {
    color: #ffffff;
}

/* instant benefits classes end */

/* pricing claSSES */
.pricing-card-data2 {
	/*border-top: 1px solid #e5e5e5;*/
    padding: 12px 16px;
    position: relative;
}
.pricing-card-data2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background-color: #e5e5e5;;
}
.pricing-card-data2 li {
    position: relative;
    padding: 5px 0px 5px 20px;
    border: 0px;
    text-align: left;
}
.pricing-card-data2 li i {
	
}
.pricing-card-data2 li:after {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #548dcb;
    position: absolute;
    top: 10px;
    left: 0px;
}

.pricing-card-data2 li:hover {
	background-color:  transparent;
}

 
.pricing-right-box2 {
	position: relative;
    padding: 0 0 20px 20px;
    border-bottom-left-radius: 30px;
    height: 100%;
}
.pricing-right-box2 .pricing-card {
    border-radius: 20px;
    height: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}


.pricing-card-green {
	border-top: 4px solid #60b14a;
}
.pricing-card-red {
	border-top: 4px solid #ec4a2c;
}
.pricing-card-blue {
	border-top: 4px solid #578eca;
}
.pricing-card-black {
    border-top: 4px solid #5f6369;
}

.pricing-card-yellow {
    border-top: 4px solid #F9BC15;
}

.pricing-right-box2 .pricing-card-title {
    line-height: 1.2;
    padding: 10px 0px;
    min-height: 85px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 1367px) {
    .pricing-top-text {
        width: 80%;
    }
    .pricing-right-box2 .pricing-card-title {
        font-size: 26px;
    }
}
@media (min-width: 768px) {
    .min-h-80px {
        min-height: 80px;
    }
    .pricing-card-data2 {
        min-height: 228px;
    }
}


/* css for customer-success */

.customer-cuccess-sub-heading {
    /* font-size: 22px; */
    font-size: 18px;
}
.customer-cuccess-logo {
    max-width: 250px;
    height: 135px;
    margin-top: 0px;
}
.customer-cuccess-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    display: block;
}
.customer-cuccess-left-bg {
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    background-color: #ffffff;
}
.customer-success-panel-bg .feature-section-heading-left-line-white:after {
    background-color: #ffffff;
}
.customer-success-panel-bg2 .feature-section {
    padding-top: 20px;
    padding-bottom: 20px;
}


@media (max-width: 991px) {
    .customer-cuccess-sub-heading {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .customer-cuccess-left-bg {
        right: 0;
        width: 100%;
    }
}
.customer-success-panel-bg2 .customer-cuccess-left-bg {
    background-image: url('../images/Bsv-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrapper {
    position: relative;
    overflow: auto;
    border: 2px solid #d9d9d9;
    white-space: nowrap;
    border-radius: 20px;
    font-size:18px;
}
.wrapper table {
    margin-bottom:0px;
}
.wrapper .table td {
    border-top: 1px solid #cbcbcb;
}
.wrapper .table th {
    border-top: transparent;
}
.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff !important;
}

.first-col {
    width: 400px;
/*
    min-width: 400px;
    max-width: 400px;
*/
    white-space: normal;
    background-color: #fff !important;
    left: 0px;
    font-weight: 500;
}
.second-col {
    width: 400px;
    white-space: normal;
    text-align: center;
    background: #f5f5f5;
    font-weight: 400;
}
.third-col {
    width: 400px;
    white-space: normal;
    background: #548dcb;
    color:#fff;
    text-align: center;
    font-weight: 800;
}
.first-col-head {
    background: #fff;
    font-weight: 700;
}
.second-col-head {
    background: #f5f5f5;
    font-weight: 700;
}
.third-col-head {
    background: #548dcb;
    font-weight: 800;
    color:#fff;
}
.feature-table-sub-text {
    font-size: 12px;
    display: block;
    margin: 5px 15% 0px;
}
.modal-close-button {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}
.modal-close-button button:hover{
    outline:none !important;
}
.custom-modal-image {
    width: 100%;
    max-width: 100%;
    margin: 7px;
}





/* new css added 14-10-2024 onwards */

/*background: #fff;*/
/* .navbar-default {
	background: transparent;
} */



/* responsive css start */

@media (max-width:991px) {
    .custom-modal-image {
        margin: 0px;
    }
}
@media (max-width:991px) and (min-width:526px) {
   
    .first-col {
        width: 270px;
        white-space: normal;
        background-color: #fff !important;
        left: 0px;
    }
    .second-col {
        width: 270px;
        white-space: normal;
        text-align: center;
    }
    .third-col {
        width: 270px;
        white-space: normal;
        background: #548dcb;
        color:#fff;
        text-align: center;
    }
    .feature-table-sub-text {
        margin: 5px auto;
    }
}
@media (max-width:525px) and (min-width:320px) {
   
    .first-col {
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        white-space: normal;
        background-color: #fff !important;
        left: 0px;
    }
    .second-col {
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        white-space: normal;
        text-align: center;
    }
    .third-col {
        width: 145px;
        min-width: 145px;
        max-width: 145px;
        white-space: normal;
        background: #548dcb;
        color:#fff;
        text-align: center;
    } 
    .feature-table-sub-text {
        margin: 5px auto;
    }
}