	
	.premium-logo-section.active-class { opacity:1; background-color: #f6faff; width: 63%; margin-right: 2%;padding: 25px 30px; text-align: left; border-radius: 12px; cursor:pointer; }
	.get-logo-section  { opacity:0.5; background: #f8f8f8;width: 35%;padding: 25px 30px;text-align: left; border-radius: 12px; cursor:pointer; overflow:hidden;}
	
	.premium-logo-section { opacity:0.5; background: #f5f5f5; width: 35%; margin-right: 2%;padding: 25px 30px; text-align: left; border-radius: 12px; cursor:pointer; transition-timing-function: ease; transition: width 1s;overflow:hidden; }
	.get-logo-section  { background: #f8f8f8;width: 35%;padding: 25px 30px;text-align: left; border-radius: 12px; cursor:pointer; transition-timing-function: ease; transition: width 1s;}
	
	.get-logo-section.active-class { opacity:1; width: 63%;  background-color: #f6faff;;} 
	
	.get-logo-section.active-class .agency-cta { margin-top:0px !important; } 
	.premium-logo-section:hover { background-color: #f6faff;}  .get-logo-section:hover {  background-color: #f6faff;;}
	.premium-logo-section .entrepreneurs-cta, .get-logo-section .agency-cta { opacity: 0.4; } 
	.premium-logo-section .entrepreneurs-cta  {  margin-top: 15px !important;}
	.premium-logo-section.active-class .entrepreneurs-cta  {  margin-top: 0px !important;}
	.premium-logo-section.active-class  .entrepreneurs-cta, .get-logo-section.active-class  .agency-cta { opacity: 1; } 
	.premium-logo-section .title-h, .get-logo-section .title-h {    margin-bottom: 12px; font-size:21px;} 
	.premium-logo-section .title-h img, .get-logo-section .title-h img { width: 30px;vertical-align: revert; margin-right: 20px;} 
	.premium-logo-section .title-s, .get-logo-section .title-s { width:720px; margin-left: 58px; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;} 
	
	.get-logo-section ul, .premium-logo-section ul {margin-left:56px;margin-top: 28px;}
	.get-logo-section ul li img, .premium-logo-section ul li img {    max-width: 20px;     margin-right: 6px;}
	
	.get-logo-section ul li:nth-child(4),.get-logo-section ul li:nth-child(5),.get-logo-section ul li:nth-child(6), .premium-logo-section ul li:nth-child(4),.premium-logo-section ul li:nth-child(5),.premium-logo-section ul li:nth-child(6) { display:none;}
	
	.get-logo-section.active-class ul li:nth-child(4),.get-logo-section.active-class ul li:nth-child(5),.get-logo-section.active-class ul li:nth-child(6), .premium-logo-section.active-class ul li:nth-child(4),.premium-logo-section.active-class ul li:nth-child(5),.premium-logo-section.active-class ul li:nth-child(6) { 
 display:block;
	
	}
	
	
	.premium-logo-section.active-class ul, .get-logo-section.active-class ul{ width:720px;column-count: 2; margin-left: 58px;}
	.premium-logo-section ul li, .get-logo-section ul li {margin-bottom:15px; }
	.entrepreneurs-cta { margin-left:58px;}
	.agency-cta {margin-left:58px; margin-top: 15px !important;}
	.mockup-header-section {background: #eef4fc;padding-top: 50px;padding-bottom: 50px;}
	.header-top-bg {background-image: url(/assets/images/new-ui/lg-header-bg.png);background-size: contain; height: 421px; background-repeat: no-repeat;}
	.header-top-bg img {margin: 0px auto; max-height: 435px;padding-right: 55px; }
	p.active-color  {color:#646bd9;font-weight: bold;margin-top: 15px;}
	.active-color  {color:#646bd9;}
	
	.flip-card img {
    border: 1px solid #e2ecf9;}
	
	@media screen and (max-width: 1000px) {
	.premium-logo-section.active-class, .premium-logo-section, .get-logo-section.active-class, 
	.get-logo-section { width:100%; margin-right:0px; margin-bottom:15px; padding-left:15px;     opacity: 1;}
	.premium-logo-section .title-h img, .get-logo-section .title-h img {padding-left:15px;}
	.premium-logo-section .title-s, .get-logo-section .title-s { width: auto; white-space: unset;}
	.premium-logo-section .title-h, .get-logo-section .title-h {font-size:19px;}
	 li.eq-hide {display:block !important;}
	.premium-logo-section.active-class ul, .get-logo-section.active-class ul {column-count: 1;}
	}
	
		@media screen and (max-width: 640px) {
		.header-top-bg {height:auto;  background: transparent;} .mockup-header-section {padding-top:30px; padding-bottom:0px;}
		.header-top-bg img { max-height: 230px;padding-left: 45px; padding-right:0px;}
		.flip-card  {margin-bottom:-5px !important;}
		}
	
	@media screen and (max-width: 1400px) {

	.premium-logo-section .title-s, .get-logo-section .title-s, .premium-logo-section.active-class ul, .get-logo-section.active-class ul {width:auto;     white-space: initial;}
	.premium-logo-section .title-h, .get-logo-section .title-h { font-size: 20px;}

	}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 260px;
  perspective: 1000px; margin-bottom:20px
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.flip-card-back {
border-radius:5px;
 background-color: hsl(0deg 0% 0% / 76%);
  color: white;
  transform: rotateY(180deg);
}
	.flip-card-back a {color:#fff; width:100%; height:100%;  margin-top: -24px;}
	.flip-card-back a p {font-size:30px; font-weight:bold; margin-top:105px}


.experts-item-wrap .col-lg-4{padding:0px 15px;}
.experts-item {background:#f5f5f5; padding:15px 25px; position: relative; padding-top: 60px;text-align: center; margin-top: 25px;min-height: 281px;border-radius: 7px;}
.experts-item img{position: absolute;left: 0px;right: 0px;margin: 0px auto;top: -75px;max-width: 120px;}
.experts-item h3 {font-size: 23px;font-weight: 700 !important;margin-bottom: 6px;}
.experts-item h5{font-size: 16px;font-weight: 300 !important;}
.experts-item p {font-size: 15px; margin-top:15px; line-height: 1.7; margin-bottom:10px;}
.logoReveiwImage {width:40%;}
.logoReveiwText {width:60%;}
.logoReveiwImage {min-height: 420px;background: #646bd9; border: 1px solid #ccc;border-right: none; float:left;position:relative; margin-bottom:15px;}
.logoReveiwText {min-height: 420px;background: #f5f5f5;border: 1px solid #ccc;float:right; padding-left:15px; padding-right:15px; margin-bottom:15px;}
.logoReveiwText p {font-size:13.5px; text-align:left;margin-bottom:10px;}
.circle-white {background: #fff;width: 125px;height: 125px;line-height: 125px;border-radius: 50%;position: absolute;top: 0px;bottom: 0px; margin-top: auto;margin-bottom: auto;left: 0px;right: 0px; margin-left: auto;margin-right: auto;}
.circle-white img {max-width:90%;}
.businesses-choice h3, .businesses-choice .h3 {font-size:21px;}
.businesses-choice p {font-size:16px;}

@media screen and (max-width: 1400px) {
.logoReveiwImage, .logoReveiwText {min-height:450px;}
.logoReveiwText p {font-size:13px; margin-bottom:8px;}
}

@media screen and (max-width: 1024px) {
.logoReveiwImage, .logoReveiwText {min-height:535px;}
.owl-item.center > .owl-item-div .logoReveiwImage, .owl-item.center > .owl-item-div .logoReveiwText {min-height:590px !important;}
.circle-white {width: 95px;height: 95px;line-height: 95px;}
}

@media screen and (max-width: 800px) {
.display-off-mobile {display:none;}
.experts-item {margin-bottom:70px;}
}

div.owl-carousel .owl-item img {width:auto;}
div.circle-white img{display:inline !important;}
.owl-item > .owl-item-div {cursor: pointer;margin: 7.6% 6%;transition: margin 0.4s ease;}
.owl-item.center > .owl-item-div {cursor: auto;margin: 0% 2%;}
.owl-item.center > .owl-item-div .logoReveiwText {padding-top:30px;}
.owl-item.center > .owl-item-div .logoReveiwImage,  .owl-item.center > .owl-item-div .logoReveiwText {min-height:480px;}

.wbi-img {max-height:300px}
.smi-img {max-height:300px}
.bii-img {max-height:400px}
.ppi-img {max-height:300px}

.max-height-300 {max-height:320px;padding-right:50px;}
.ilp-header h2 {font-size:41px; }
.ilp-header { background-color:#ebf4ff; padding-top:23px !important; padding-bottom:23px !important; }


@media (max-width: 650px) {
	.ilp-header h2 {font-size:20px;}
	.premium-logo-section .title-h, .get-logo-section .title-h {font-size:18px;}
	.b-card-landing-cta {  margin: 0px auto 30px; display: inline-block; width: 135px; font-size: 12px !important;}
	.ilp-section { padding: 20px 20px 5px !important; }
	.ilp-section .ilp-header { padding: 25px !important; }
}

ul.list-auto {list-style: disc;padding-left: 20px;}
.f-size-30 {font-size:30px !important;}
.f-size-20 {font-size:26px !important;}