/*
Theme Name: Sierra Child
Theme URI: https://www.sierra.keydesign.xyz/
Template: sierra
Author: Key-Design
Author URI: https://themeforest.net/user/key-design
Description: Sierra's sleek design and versatile layouts are tailor-made for digital startups and SaaS businesses.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,translation-ready
Version: 1.5.1733814542
Updated: 2024-12-10 07:09:02
*/

.pm-content-section-main {
    display: flex;
/*     grid-template-columns: 30% 70%;
	margin-top: 30px; */
	flex-wrap: wrap;
}
ul.pm-terms-list {
    padding-left: 0px;
}
.pm-app-result-section .pm-apps-result-section-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
}
.pm-app-result-section .pm-single-post-item {
/*     width: calc(13.5% - 26px); */
    padding: 10px 10px;
}

.pm-subapp-result-section .pm-subapps-result-section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pm-subapp-result-section .pm-single-post-item {
    width: 30%;
}
.pm-subapps-result-section-inner .post-title {
    font-size: 16px;
    font-weight: 600;
	text-align:left;
	    /* height: 40px; */
    margin: 10px auto 0px auto !important;
}
.pm-subapps-result-section-inner .pm-single-post-item {
    padding: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDADA;
    border-radius: 4px;
}
.pm-subapps-result-section-inner .pm-single-post-item .post-desc {
    padding: 15px 0 0px 0px;
}
/* @media screen and (min-width: 980px) {
.pm-subapps-result-section-inner .pm-single-post-item .post-desc {
   height:70px;
}
} */
.view-all-section-sub-app a {
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #1a9f4d;
    background-color: #1A9F4D;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    margin-left: 0px !important;
    max-width: 100px;
    text-align: center;
}
.pm-subapps-result-section-inner .pm-single-post-item .pm-subaap-footer {
    display: flex;
    justify-content: space-between;
	padding: 17px 0px;
	    align-items: center;
}
hr.app-seprater {
    width: 200px;
    background-color: #E6E3E3;
    height: 2px;
    margin: 20px 0px;
}
.pm-terms-list-item{
    cursor: pointer;
    list-style: none;
}
.pm-terms-list-item.active, .pm-terms-list-item:hover{
    color: #41A6FF;
}
.pm-search-main {
    display: flex;
}
.pm-apps-filter-container .loading-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #1A9F4D;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: flex;
}
.pm-apps-filter-container .loading-main .loading-icon {
    font-size: 50px;
}
/* .pm-single-post-item {
    box-shadow: 0px 0px 10px 2px #e7e7e7;
} */
a.pm-single-post-inner {
    text-align: center !important;
	margin:0 auto;
}
.post-title {
    font-size: 12px;
    text-align: center;
	margin:10px auto;
}
.post-thumbnail {
    text-align: center;
	margin:0 auto;
}
img.post-thumbnail-logo {
    width: 100%;
    height: 90px;
	object-fit: contain;
}
img.post-thumbnail-logo {
    box-shadow: 0px 0px 10px 2px #e7e7e7;
    padding: 15px;
	border-radius: 10px;
    max-width: 86px;
}
span.pm-single-term {
    font-size: 12px;
	color: #b1b1b1;
}
.post-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
	
}
body a.try-btn {
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #1a9f4d;
    background-color: #1A9F4D;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    max-width: 100px;
    text-align: center;
	margin:0px !important;
}
body a.details-btn {
       border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 8px;
}
li.pm-terms-list-item {
    font-weight: 300;
    font-size: 14px;
    padding: 8px 13px;
	padding-left: 0px;
    display: inline-block;
}
h4.pm-search-label {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
	margin-top: 40px;
}
h4.pm-filter-label {
    font-size: 18px;
}
h4.pm-result-label {
    font-size: 18px;
}
.view-all-section-app {
    text-align: center;
	margin-top: 20px;
}
.pm-subapp-result-section {
    margin-top: 50px;
}
.view-all-section-sub-app {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
}
input.pm-apps-search {
    border-radius: 0px 0px 0px 0px;
/* 	border-right:unset; */
}
input.pm-apps-search::placeholder {
    color: #d2d2d2;
    font-weight: 200;
    font-size: 14px;
}
a.app-view-all-btn {
    color: #007bff;
    font-weight: 300;
}

.pm-header-section {
    background: #fafbfd;
    padding-top: 20px;
    padding-bottom: 60px;
}
.pm-content-section-main {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.pm-search-main {
    width: 80%;
    margin: auto;
}
.elementor-element.elementor-element-1f83535.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 25px;
}
button.pm-apps-search-btn {
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
p.pm-error-msg {
    margin: auto;
    color: #1a9f4d;
    font-weight: 600;
}
button.pm-apps-search-btn {
    position: absolute;
    right: 10.2%;
}
button.pm-apps-search-btn {
    position: absolute;
    right: 10.2%;
    background-color: transparent;
    border: none;
}
/* @media screen and (max-width: 600px) {
.pm-content-section-main {
    display: block;
}
} */
.pm-apps-filter-container.mobile .pm-content-section-main {
    display: block;
}
.pm-apps-filter-container.mobile .pm-app-result-section .pm-apps-result-section-inner {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
	gap:25px;
}
.pm-apps-filter-container.mobile .pm-subapp-result-section .pm-single-post-item {
    width: 100%;
	margin-bottom: 20px;
}
.pm-apps-filter-container.mobile ul.pm-terms-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
	padding: 0px;
	overflow-x: scroll;
}
.pm-apps-filter-container.mobile hr.app-seprater {
    display: none;
}
.pm-apps-filter-container.mobile h4.pm-search-label {
    width: 90%;
    margin: auto;
}
.pm-apps-filter-container.mobile .pm-app-result-section .pm-single-post-item {
    width: 100%;
    padding: 0px !important;
}
.pm-subaap-footer {
    flex-direction: row-reverse;
}
.pm-apps-filter-container.mobile .pm-subapp-result-section .pm-subapps-result-section-inner{
	display:block;
}
@media only screen and (min-width: 768px) and (max-width: 980px)  {
	.pm-apps-filter-container .pm-app-result-section .pm-apps-result-section-inner {
    grid-template-columns: auto auto auto auto auto auto !important;
}

	.pm-apps-filter-container.mobile .pm-subapp-result-section .pm-subapps-result-section-inner {
    display: grid
;
    grid-template-columns: auto auto;
}
	body .pm-header-section {
    background: #fafbfd;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
.pm-apps-filter-container.mobile .pm-header-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pm-single-post-item.hide{
    display: none;
}
.view-all-section-sub-app.disable{
    display: none;
}
.pm-single-post-inner .post-title {
    max-width: 86px;
}
.pm-filter-section{
	width: 100%;
}
.page-id-46508 #page-header{
    display: none;
}


/* recent webinar css */
    .recent-webinar-inner {
    display: flex;
    justify-content: space-between;
		            align-items: flex-start;
		gap:30px;
    }
    .right-section .webinar-item {
    display: flex;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
		    gap: 20px;
}
.right-section {
        width: 100%;
    border-radius: 8px;
    gap: 30px;
    display: flex;
    flex-direction: column;
	    
}
.first-item.left-section {
    width: 100%;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
}
.keyword-text span {
    border: 1px #E7E7E7 solid;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 16px;
    color: #1A9F4D;
    font-weight: 600;
    font-family: "proxima-nova";
	
}
.keyword-text{
	margin-bottom: 20px;
}
h5.webinar-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "proxima-nova";
}
.date-section {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin-bottom: 20px;
}

a.watch-btn {
    color: #1A9F4D;
    font-size: 16px;
}
a.webinar-thumbnail img {
    margin-top: 2em;
    border-radius: 8px;
}
.right-section .webinar-item .image-section {
    width: 100%;
}
.webinar-item .content-section {
    width: 100%;
}
.right-section .date-section {
     margin-bottom: 2.5em;
}
.right-section h5.webinar-title {
    margin-bottom: 1em;
}
span.timezone {
    padding-left: 12px;
}

.recent-webinar-inner i.icon.icon-right-arrow1 {
    font-size: 12px;
}
a.watch-btn:hover {
    color: #181b1f;
}

@media screen and (max-width: 980px) {
    h5.webinar-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        font-family: "proxima-nova";
    }
        .recent-webinar-inner {
        justify-content: space-between;
        align-items: stretch !important;
        gap: 30px;
    }
}

@media screen and (max-width: 600px) {
    .recent-webinar-inner {
    
        flex-direction: column;
    }
        .right-section .webinar-item {
        gap: 0px;
        flex-direction: column;
    }
        .first-item.left-section {
        padding: 20px;
    }
}

/**  roi calculator blur  */
.blurred {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
  }

/** Hide hours saved monthly section */
[class*="result-secondary__SecondaryContainer"] {
          display: none !important;
}

/* .result-secondary__SecondaryLabel-sc-542b95e9-2,
.result-secondary__Value-sc-542b95e9-1
{
	display:none !important;
} */


/**  roi calculator email validation  */
.jxVCnf{
	color:red !important;
}


/**  Workable api careers page  */
.job-listing {
  font-family: 'Segoe UI', sans-serif;
  color: #003e3e;
  max-width: 800px;
  margin: 20px auto;
}
.job-item {
  padding: 15px 0;
}
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.job-title {
  font-size: 18px;
  font-weight: 600;
  color: #004d40;
  text-decoration: none;
}
.job-title:hover {
  text-decoration: underline;
}
.job-meta {
  font-size: 14px;
  color: #777;
}
.job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #555;
}
.job-details span {
  white-space: nowrap;
}
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 15px 0;
}
.apply-now-button{
	padding: 8px 10px;
    margin-top: 12px;
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    border-radius: 5px 5px 5px 5px;
    color: var(--e-global-color-accent);
}
.apply-now-button-disabled, .apply-now-button-disabled:hover{
	padding: 8px 10px;
    margin-top: 12px;
    background-color: #eeeeee;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    border-radius: 5px 5px 5px 5px;
    color: white;
	cursor:default;
}
.apply-now-button:hover{
	padding: 8px 10px;
    margin-top: 12px;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    border-radius: 5px 5px 5px 5px;
    color: var(--e-global-color-primary);
}

.job-type{
	margin-top:8px;
	font-size:12pt; 
}


/* resource_guides page filter*/

/* Filter Dropdown */
#resource-filter-wrap {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
#resource-cat-select {
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  transition: border 0.2s ease;
}
#resource-cat-select:hover {
  border-color: #6c63ff;
}

/* Grid Layout */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Card */
a.resource-btn:hover {
    background: #1a9f4d;
}

a.resource-btn {
    border: 1px #1a9f4d solid;
    background: #fff;
	width: 100%;
    padding: 12px 20px;
	
}
body .resource-card {
    background: #fff ;
    padding: 16px;
        max-width: 100%;
    text-align: left;
    transition: transform 0.3s ease;
	border: solid 1px #e1e4ea;
    border-radius: 8px;
}
.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Image */
body .resource-img img {
     width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
    height: 191px;
    object-fit: cover;
}

/* Taxonomy Term */
.resource-type {
  font-size: 12px;
  text-transform: uppercase;
  color: #1a9f4d;   
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.pagination-section {
    margin-top: 2em;
    display: flex;
    justify-content: space-around;
}
.loading-main {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
}
.loading-main .loading-icon {
    color: #1a9f4d;
    font-size: 34px;
}
/* Title */
.resource-title {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 10px;
  color: #222;
}
button#load-more {
    border-radius: 6px;
    background: #1A9F4D;
    color: #DFF9EB;
    font-size: 16px;
    font-weight: 600;
	cursor: pointer;
}
button#load-more:hover {
    background: #DFF9EB;
    color: #1a9f4d;
}
/* Excerpt */
.resource-excerpt {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
  margin-bottom: 12px;
}

/* Button */
.resource-btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #6c63ff;
  color: #6c63ff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
}
.resource-btn:hover {
  background: #6c63ff;
  color: #fff;
}

/* Pagination */
.resource-pagination {
  margin-top: 25px;
  text-align: center;
}
.resource-pagination a,
.resource-pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.resource-pagination a:hover {
  border-color: #6c63ff;
  color: #6c63ff;
}
.resource-pagination .current,
.resource-pagination a.active {
  background: #6c63ff;
  color: #fff;
  border-color: #6c63ff;
}

.resource-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
	padding-top: 50px
}

select#resource-filter {
    width: 20%;
}

.search-box {
  position: relative;
  width: 350px;
}

.search-box input {
  width: 100%;
  padding: 10px 15px 10px 40px; /* left padding for icon */
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
}

.search-box input::placeholder {
  color: #6c7a89;
  font-size: 15px;
}

.search-box .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6c7a89;
}

.resource-filter {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 768px) {
	.resource-filter {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.resource-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  
}
}
@media screen and (max-width: 600px) {
.resource-grid {
    display: grid;
    grid-template-columns: 100%;
  
}
}


/* resource center/guide page css  */

.resource-card.hero-sec-card
 {
    display: flex;
    border-radius: 16px;
    padding: 1rem 1.25rem 1rem 1rem;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
	gap: 20px;
	max-width: 1026px;
    margin: 0 auto;
	align-items: center; 
}
.resource-card.hero-sec-card a.resource-btn:hover {
    color: #fff;
}


.resource-hero-intro-header-desc {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
    color: #525866;
    margin-bottom: .75rem;
    text-align: center;
	font-family: "proxima-nova";
}
h1.resource-hero-intro-header-title {
    font-size: 40px;
    text-align: center;
    color: #0e121b;
	    margin-bottom: 0px;
}
.resource-hero-header-section
 {
    margin-bottom: 25px;
}
.resource-card.hero-sec-card .hero-right-col {
    width: 50%;
}
.resource-card.hero-sec-card .hero-left-col {
    width: 50%;
}
.resource-card.hero-sec-card a.resource-btn {
    display: inline;
    font-size: 14px;
    font-family: "proxima-nova";
    border-radius: 10px;
    color: #1a9f4d;
    font-weight: 600;
}
.resource-card.hero-sec-card .resource-excerpt {
    font-size: 16px;
    color: #525866;
    font-weight: 500;
    line-height: 22px;
    flex-grow: 1;
    margin-bottom: 30px;
   font-family: "proxima-nova";
}
.resource-card.hero-sec-card h3.resource-title a {
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    color: #0e121b;
    margin: 8px 0;
}
.resource-card.hero-sec-card .resource-type {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 3.6px;
    color: #525866;
    text-transform: uppercase;
   font-family: "proxima-nova";
}
.hero-left-col img.attachment-medium.size-medium.wp-post-image {
    height: 300px;
    object-fit: cover;
    margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
	h1.resource-hero-intro-header-title {
    font-size: 28px;
}
	.resource-card.hero-sec-card {
    flex-direction: column !important;
		        padding-bottom: 30px;
		padding-top:20px;
}
	.hero-left-col {
    width: 100%;
}
	.hero-left-col img.attachment-medium.size-medium.wp-post-image {
    height: auto;
   
}
	.hero-right-col {
    width: 100%;
}
}


.resource-title-area {
    height: 60px;
}


//* --- Connectors Section --- */


.connectors-section.vsk-custom {
  text-align: center;
  margin: 40px 0;
  position: relative;
  font-family: proxima-nova;
}

/* --- Search Box --- */
.connectors-searchbox {
  display: inline-flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 40px;
  padding: 8px 20px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.connectors-searchbox .search-icon {
  font-size: 18px;
  color: #666;
  margin-right: 10px;
}

.connectors-searchbox input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #333;
}

/* Loader (small circle) */
.connectors-section.vsk-custom .loader {
  display: none;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #555;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
  margin-left: 8px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --- Connectors Grid --- */
.connectors-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 85%;
    margin: 0 auto;
}
.connectors-main-logo-wrapper {
    width: auto;
}
.connectors-section.vsk-custom .connector-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
	flex: 0 0 calc((100% - (8 * 0px)) / 8); /* 8 per row with gap */
  max-width: calc((100% - (8 * 30px)) / 8);
  box-sizing: border-box;
}
img.connector-main-logo {
    width: auto;
}
.connectors-section.vsk-custom .connector-item.hidden {
  display: none !important;
}

.connector-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  max-width: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connector-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.connector-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.connector-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.connectors-header-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
	margin-bottom:30px;
}

/* No result message */
.no-result {
  margin-top: 20px;
  font-size: 15px;
  color: #999;
}

.connectors-section.vsk-custom .connector-plus-logo img {
    height: 50px;
    width: 50px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .connectors-searchbox {
    max-width: 90%;
  }
	
.connectors-section.vsk-custom .connector-item
 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 0 calc((100% - (2 * 0px)) / 2);
    max-width: calc((100% - (2 * 30px)) / 2);
    box-sizing: border-box;
}
	.connectors-header-sec {
    gap: 15px;
		    flex-wrap: wrap;
    flex-direction: column;
    
}
	
	
}
/* --- Responsive --- */
@media (min-width: 601px) and (max-width: 980px) {
 
	
.connectors-section.vsk-custom .connector-item
 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 0 calc((100% - (4 * 0px)) / 4);
    max-width: calc((100% - (4 * 30px)) / 4);
    box-sizing: border-box;
}
	.connectors-header-sec {
    gap: 20px;
    
}
	
}
/* --- blog-connectors CSS --- */	



.blog-connectors-wrapper .connector-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    gap: 20px;
    border-radius: 0;
	max-width: 100%;
    font-family: 'proxima-nova';
	position:relative;
}

.blog-connectors-wrapper .connector-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 65%;
}

.blog-connectors-wrapper .connector-left img {
      width: 50px;
    height: 50px;
    object-fit: contain;
}

.blog-connectors-wrapper .connector-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

.blog-connectors-wrapper .connector-right {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}
.blog-connectors-wrapper a.try-btn:hover {
    background-color: #004050;
    text-decoration: none;
    border-color: #004050;
}
.blog-connectors-wrapper a.try-btn::after {
	transform: scaleX(0) !important;
}
.blog-connectors-wrapper .demo-btn {
    color: #6a33d4;
    font-weight: 600;
    text-decoration: none;
}
.blog-connectors-wrapper a.demo-btn::after{
	 background-color: #004050 !important;
}
.blog-connectors-wrapper a.demo-btn:hover{
	 color: #004050 !important;
}

.blog-connectors-wrapper .try-btn {
    background: #1a9f4d;
    color: #fff !important;
    padding: 7px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.blog-connectors-wrapper img.logo-img {
    background-color: #ffff;
    box-shadow: 2px 4px 12px 0 rgba(50, 50, 93, 0.12);
    padding: 0.25rem;
	z-index: 99;
	border-radius: 6px;
	
}
.blog-connectors-wrapper .connector-left:after {
    content: "";
    width: 55px;
    height: 3px;
    background: red;
    background-image: linear-gradient(to left, #004050 0%, #1a9f4d 53%, #1a9f4d 100%);
    position: absolute;
    z-index: 0;
    top: 42px;
    left: 30px;
}
.blog-connectors-wrapper .connector-box:hover {
    transform: translateY(0px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blog-connectors-wrapper .connector-box:first-child {
    border-radius: 12px 12px 0px 0px;
}
.blog-connectors-wrapper .connector-box:last-child {
    border-radius: 0px 0px 12px 12px;
    border: 0px;
}
.blog-connectors-wrapper {
    border-radius: 12px;
    border: 1px #eee solid;
}

@media (max-width: 600px) {
    .blog-connectors-wrapper .connector-left:after {
        content: "";
        width: 6%;
        height: 3px;
        background: red;
        background-image: linear-gradient(to left, #004050 0%, #1a9f4d 53%, #1a9f4d 100%);
        position: absolute;
        z-index: 0;
        top: 42px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .blog-connectors-wrapper .connector-left {
        width: 100%;
    }

    .blog-connectors-wrapper .connector-left {
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog-connectors-wrapper .connector-box {
        display: flex;
        flex-direction: column;
    }

    .blog-connectors-wrapper .connector-right {
        justify-content: center;
        width: 100%;
    }

    .blog-connectors-wrapper .connector-title {
        text-align: center;
    }
}