/*  Added by Pooja */


/*  common*/

.capitalize{
	text-transform: capitalize;
}

.disable-border{
	border-bottom: none !important;
	padding: 0 !important;
}




/*  */
/* 
.marquee {
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
	height:58px;
	display: flex;
    align-items: center;
}
.marquee img {
  display: inline-block;
  font-size: 20px;
  position: relative;
  left: 100%;
  animation: marquee 20s linear infinite;
	margin-left: 25px;
	margin-right:25px;
	height:24px;
}
.marquee:hover img {
  animation-play-state: paused;
}

.marquee img:nth-child(1) {
  animation-delay: 0s;
}
.marquee img:nth-child(2) {
  animation-delay: 0.6s;
}
.marquee img:nth-child(3) {
  animation-delay: 1.2s;
}
.marquee img:nth-child(4) {
  animation-delay: 1.8s;
}
.marquee img:nth-child(5) {
  animation-delay: 2.4s;
}




@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}

.marquee-item{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 212px;
    border: 0;
    margin-left: 25px;
    margin-right: 25px;
}
 */
@keyframes moveCustomerStories  {
  0%   { left: 100%; }
  100% { left: -100%; }
}

.logo-flex{
	display: flex;
}
.learn-more-button-mobile a, .learn-more-button-desktop a{
	text-decoration: none;
	color: #FFFFFF;
	display: flex;
	gap:12px;
	align-items: flex-end;
	transition: 0.2s ease-out;
}

.learn-more-link{
	gap:16px;
}

/* .learn-more-button-mobile a:hover, .learn-more-button-desktop a:hover{
	gap: 20px;
	//color: #0061D7;
}
 */


.learn-more-button-desktop{
		display: none;
}
.learn-more-link-container{
	margin-bottom: 48px;
}
.learn-more-link-container a{
	color: #0073FF;
	letter-spacing: -0.01em;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	display:flex;
	align-items:center;
	gap:12px;
	transition: 0.2s ease-out;
}

.learn-more-link-container a:hover{
	color: #0061D7;
	gap:16px;
}
.common-button{
	background: #0073FF;
	color: #FFFFFF;
	border-radius: 8px;
	height:48px;
	padding: 9px 24px;
	border: none;
	letter-spacing: -0.01em;
	justify-content: center;
	align-items: center;
	
}
.learn-more-button-mobile {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 80px;
	font-weight: 600;
	font-size: 18px;
	line-height:30px;
	display:flex;
	padding: 6px 24px 9px 24px;
	
}




.common-flex{
	display: flex;
	flex-direction: column
}

.overview-tiles-wrapper {
	margin-top: 40px;
	margin-bottom: 80px;
}
.half-width-wrapper{
	max-width: 620px;
}

 .common-tile{
	background: #F9FAFB;
	padding: 32px;
	margin-bottom: 32px;
	border-radius: 20px;
}

.common-tile-img-box{
	display: flex;
	background: #FFF;
	width: 64px;
	height: 64px;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 3.55556px 14.2222px rgba(31, 32, 35, 0.08);
	border-radius: 8.88889px;
}

.integration-wrapper .common-tile a{
	font-size: 18px;
	font-weight: 600;
	color: #0073FF;
	letter-spacing: -0.01em;
	text-decoration: none;
	display:flex;
	gap:12px;
    line-height: 30px;
	transition: 0.2s ease-out;
}

.integration-wrapper .common-tile a:hover{
	color: #0061D7;
	gap:16px;
}


/* Jones Network */ 


.network-video {
	margin-bottom: 48px;
	width:100%;
	
	
}

.network-video iframe{
	width:100%;
	height:380px;
	border-radius: 20px;
}

.icon-margin{
	margin-bottom: 24px;
}

.jones-network-wrapper .tile p{
	color: #FFFFFF;
	opacity: 0.8;
	margin-bottom: 40px;
}

.jones-network-wrapper .tile:last-child  p{
	margin-bottom: 0;
}

.common-tile:last-child{
	margin-bottom: 0;
}

.column-flex{
	display: flex;
	flex-direction: column;
}

/* Real Estate  */ 
.real-estate-wrapper {
	margin-top: 80px;
}

.real-estate-wrapper .common-section-heading {
	margin-bottom : 48px;
	font-size: 24px;
	line-height: 29px;
}

/* Tenants Experience */


.client-marquee{
	margin: 64px 0 32px 0;
}

.grid-col-2 .tile:last-child p{
	margin-bottom:0;
}
/* Desktop view */ 
@media(min-width:768px){
	
.grid-col-2{
	display:grid;
	grid-template-columns:auto auto;
	column-gap: 40px;
    row-gap: 48px;
}

	/* .tile{
	width:25%;		
} */
	  .common-flex{
			flex-direction:row;
			gap: 32px;
		}
	
	.right-section .common-flex{
		gap: 40px;
	}
	

	
	 .common-tile{
		background: #F9FAFB;
		padding: 32px 32px 32px 40px;
		margin-bottom: 32px;
		border-radius: 20px;
	}
	
	.overview-tiles-wrapper {
		margin-top: 140px;
		margin-bottom: 180px;
	}
	
	.overview-tiles-wrapper .tile p{
		font-size: 20px;
		max-width: 306px;
	}
	
	.common-tile h5{
		margin-bottom: 16px
	}
	
	.common-tile p{
		font-size: 20px;
		line-height: 32px;
	}	
	
	.common-tile{
		margin-bottom: 0;
	}
	
	
	.section-heading-small{
		font-size: 18px;
		line-height: 30px;
	}
	
	.common-section-heading{
		font-size: 54px;
		line-height: 65px;
		letter-spacing: -0.05em;
	}
	
	.integration-wrapper .tile{
		padding: 32px 74px 32px 40px;
		margin-bottom: 0;
	}
		
	/* Jones Network */ 
	.jones-network-wrapper{
		margin-top: 220px; 
	}
	.jones-network-heading{
		margin-top: 180px;
	}
	
	.jones-network-wrapper .title, .real-estate-wrapper .title, .tenants-exp-wrapper .title { 
		margin-bottom: 16px;
	}
	
	.jones-network-wrapper .tile p{
		margin-bottom: 0;
	}
	.network-subtext{
		font-size:20px;
		line-height: 32px;
		margin-bottom: 48px;
	}

	.network-video {
		margin-top: 180px;
		margin-bottom: 0;
		width: 50%;
		position:relative;
		
	}
	.network-video-container{
		width: 100%;
	}
	
	.playpause {
		background-image: url(https://testsite.getjones.com/wp-content/uploads/play-icon.svg);
		background-repeat: no-repeat;
		width: 64px;
		height: 64px;
		position: absolute;
		left: 50%;
		top: 50%;
		background-size: contain;
		background-position: center;
		transform: translate(-50%, -50%);
	}
	
	.container{
		margin-top:140px;
		margin-bottom: 180px;
	}
	
	.learn-more-button-mobile{
		display: none;
	}
	
	.learn-more-button-desktop{
		margin-top:48px;
		display: flex;
		width: 179px;
		font-weight: 600;
    	font-size: 18px;
		line-height: 30px;
	}


	
	.real-estate-wrapper .tile p{
		margin-bottom: 48px;
	}
	
	
	.jones-network-wrapper .tile p, .real-estate-wrapper .tile p, .tenants-exp-wrapper .tile p{
		font-size: 20px;
		line-height: 32px;
		font-weight:300;
	}
	
	
	.tenants-exp-wrapper .common-section-heading{
		max-width: 840px;
	}
	
	.jones-network-wrapper .common-flex {
		gap: 40px;
	}
	
	.jones-network-wrapper .heading-container {
		width: 50%;
	}
	
		/* Real Estate */
	.real-estate-wrapper {
		margin-top: 160px;
	}
	
	.real-estate-wrapper .common-section-heading {
		margin-bottom : 120px;
		font-size: 40px;
		line-height: 48px;
	}
	
	/* Tenats experience*/
	.head-section{
		max-width:840px;
	}
	.head-section .common-sub-text{
		max-width:650px;
	}
	.left-section , .right-section {
		width: 50%;
	}
	

	.block2{
		margin-top: 64px;
		width: 44%;
	}
	
	.tenants-exp-wrapper{
		padding: 160px 0;

	}
	

	.our-clients-container .heading{
		font-weight: 600;
		font-size: 20px;
		line-height: 32px;
		letter-spacing: -0.01em;
		color: #1F2023;
		margin-bottom: 32px;
	}
	
	.our-clients-container .common-flex{
		justify-content: space-between;
		align-items: flex-start;
		padding: 0px;
		gap: 40px;
	}
	
	/* Start mobile horizontal screen CSS  */
	.tenants-exp-wrapper .horizontal .left-section, .right-section {
		width: auto;
	}
	/* End mobile horizontal screen CSS  */
}


/* */ 
@media(min-width:1920px){
	.network-video {
		margin-left: 152px;		
	}
	.tenants-exp-wrapper .tenants-flex{
		gap: 84px;
	}
	
	.real-estate-wrapper .common-flex{
		gap: 70px;
	}
	
	.real-estate-wrapper .tile{
		max-width: 260px;
/* 		height: 128px; */
	}
	
	.real-estate-wrapper .tile p{
		height:128px;
	}
	
}


	
/* max width 400 px  */ 
@media(max-width:400px){
/* 		.marquee img {
			margin-left: 0;
			margin-right:0;
		} */
}

	


