
.prof-company .card {
    height: calc(100% - 50px);
}
.influ-info-container {
    color: #fff;
    font-size: 18px;
}

.influ-info-container h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.influ-info-container .row {
    margin-bottom: 20px;
}

.influ-info-container .row:nth-child(even) {
    flex-direction: row-reverse;
}


@media (max-width: 576px) {
	.home-banner .row {
		flex-direction: column-reverse;
	}
}
.home-banner .home-banner-content {
	/* margin: 4rem 0px; */
}
.home-banner .home-banner-content h1 {
	color: #111822;
	font-size: 42px;
	/* font-weight: 600; */
    padding-bottom: 20px;
}
.home-banner .home-banner-content p {
    font-weight: 400;
    font-size: 18px;
    margin:8px 0px 15px 0px;
}

.home-banner .home-banner-content .bold-text {
	font-weight: 400;
	font-size: 23px;
	margin: 14px 0px 28px 0px;
}

.home-heading {
    text-align: center;
    font-size: 36px;
    /* font-weight: 600; */
    margin-bottom: 20px;
    color: #111822;
    text-transform: capitalize;
	
}
.home-desc {
	font-size: 18px;
	font-weight: 400;
	color: #474747;
}


.steps-item-wraper {
    background-color: #eee;
    border: 2px solid #EFEFEF;
    border-radius: 24px;
    overflow: hidden;
    height:100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.steps-image-wraper {
    background-color: #fff;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.5rem;
}

.steps-image-wraper p {
    /* font-family: 'Clash Display'; */
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    color: #FF8225;
}
p.green-text {
    color: #40E1BA;
}

p.sky-blue-text {
    color: #52C9EF;
}

p.pink-text {
    color: #E955BF;
}

.steps-content-wraper {
    padding: 0px 20px 10px;
}

.steps-content-wraper h4 {
    font-size: 1.5rem;
    max-width: 200px;
    margin: 0px auto 0.6rem;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.steps-block { padding: 4rem 0rem; }
/* .steps-block .read-more-btn, .steps-block .read-more-btn:before { color:#111822; } */
.stepsSwiper .swiper-slide { height: auto; }
.steps-item-wraper {
    background-color: #eee;
    border: 2px solid #EFEFEF;
    border-radius: 24px;
    overflow: hidden;
    height:100%;
}
.card-box{
    height: 470px;
    width: 530px;
    background-color: rgb(241, 241, 241);
    border-radius: 20px;
  
}
.card-box h3{
    padding: 15px;
    }
.card-box p{
padding: 15px;
}
.home-banner .row {
    align-items: start;
}
.infu-wraper {
    display: block;
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    text-align: center;
}
.infu-wraper ul li {
    list-style: none;
    padding: 5px 0;
}
.infu-wraper ul li:first-child {
    padding-top: 0;
}
.infu-wraper ul li:last-child {
    padding-bottom: 0;
}
.infu-wraper img {
    height: 140px;
    width: 140px;
    margin-bottom: 20px;
    border-radius: 100%;
}
.row.usa-info-block {
    margin-bottom: 40px;
}
.row.usa-info-block:last-child {
    margin-bottom: 0;
}
.bg-shade{
    background-color:#7c3eff;
}
    /* influencer marketing home block */
/* 
    ul.influencers--marketing-listing li {
        list-style: none;
        margin-bottom: 25px;
    }
    ul.influencers--marketing-listing li .collapse {
        margin-top: -17px;
    }
    ul.influencers--marketing-listing li:last-child { margin-bottom:0px;}    
    
    ul.influencers--marketing-listing li h3 {
        color: #fff; font-size:1.5rem; line-height:1.6;
    }
    
    ul.influencers--marketing-listing li p {
        color: white;
        margin-top: 0.5rem;
    }
ul.influencers--marketing-listing li {
    position: relative;
    text-align: left;
    padding-left: 110px;
    margin: 0 auto;
    list-style-type: none;
}

@media screen and (min-width: 100px) {
    .row.usa-info-block {
        align-items: center;
    }
    .row.usa-info-block:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .row.usa-info-block {
        margin-bottom: 0;
    }
    ul.influencers--marketing-listing li {
        position: relative;
        text-align: left;
        padding-left: 110px;
        margin: 0 auto;
        padding-bottom: 42px;
        padding-top: 24px;
    }

    ul.influencers--marketing-listing li img {
        position: absolute;
        top: 10px;
        left: 0;
        padding-top: 20px;
    }
}


.bg-primary h2 {
    color: #fff;
}
.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.column-2-lg .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} */
ul.influencers--marketing-listing li {
    text-align: center;
}
  .column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
  ul.influencers--marketing-listing li {
    list-style: none;
    margin-bottom: 25px;
}
ul.influencers--marketing-listing li .collapse {
    margin-top: -17px;
}
ul.influencers--marketing-listing li:last-child { margin-bottom:0px;}    

ul.influencers--marketing-listing li h3 {
    color: #fff; font-size:1.5rem; line-height:1.6;
}

ul.influencers--marketing-listing li p {
    margin-top: 0.5rem;
    color: #fff;
}

@media only screen and (min-width: 1200px){
.block-padd {
    padding: 70px 0px;
}
.block-title {
    margin-bottom: 2.5rem;
}
.content-image .content h3 {
	font-size: 28px;
	color: #111822;
	text-transform: capitalize;
}
}
@media screen and (min-width: 768px) {
    .row.usa-info-block {
        align-items: center;
    }
    .row.usa-info-block:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .row.usa-info-block {
        margin-bottom: 0;
    }
    ul.influencers--marketing-listing li {
        position: relative;
        text-align: left;
        padding-left: 110px;
        margin: 0 auto;
    }
    ul.influencers--marketing-listing li img {
        position: absolute;
        top: 10px;
        left: 0;
    }
}

@media only screen and (min-width:992px) { 
    .home-banner { padding-top:50px; }
    .influencer-marketing-block .flip-column-mobile {
        flex-direction: row;
    }
    .column-2-lg .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    }

.prof-company {
	padding: 0px 0px;
}
.prof-company .card {
	background-color: #e8eff3;
	align-items: center;
	text-align: center;
	border: none;
	border-radius: 32px 22px;
	margin-bottom: 30px;
	min-height: 310px;
	justify-content: center;
	margin-top: 40px;
}
@media (max-width: 576px) {
	.prof-company .card {
		margin-top: 8px;
	}
}
.prof-company .card.card-2 {
	background-color: #8df0d8;
	text-align: center;
}
.prof-company .card.card-3 {
	background-color: #93e5ff;
}
.prof-company .card.card-4 {
	
	background-color: #f9df86;
}
.prof-company .card .card-content {
	padding: 16px 28px;
}
.prof-company .card .card-content > img {
	margin-bottom: 20px;
}
.prof-company .card .card-content .card-desc {
    font-size: 16px;
    color: #4c4c4c;
    /* height: 310px; */
}
.prof-company .last-txt {
	font-size: 24px;
}

.content-image {
	padding: 26px 0px 0px 0px;
}
.content-image p {
	/*padding: 11px 14% 0px 0px;*/
}
@media (max-width: 576px) {
	.content-image p {
		padding: 0;
	}
}
.content-image .sub-title {
	text-align: center;
	margin-bottom: 2rem;
	color: #575757;
	font-weight: 400;
	font-size: 18px;
}
@media (max-width: 576px) {
	.content-image .img-row-1,
	.img-row-3,
	.img-row-5 {
		flex-direction: row-reverse;
	}
}
.content-image .content {
	margin: 0% 0px;
}
.content-image .content h3 {
	font-size: 28px;
	color: #111822;
	text-transform: capitalize;
    padding-top: 40px;
}
.content-image .content p {
	color: #474747;
	font-size: 18px;
}
.content-image .img-1 {
	margin-top: -3rem;
}
/* @media (min-width:1199px) { 
    
    .influ-info-container .row:nth-child(even) {
        flex-direction: row-reverse;
    }
    
} */