/* xl - DESKTOP STYLES */ 
@media only screen and (max-width: 991px) {
table th, table td {
    border: none;
    padding: 1em 1em;
    border-inline-end: 1px solid #dedede;
    display: flex
;
    flex-direction: column;
}
	
.circle-rect,.arrow-rect{
    margin: 0 !important;
}
	thead {
    display: none;
}
	
	.timeline-item {
    min-width: 100% !important;
}
	
	table th, table td {
    border: none;
    padding: 1em 1em;
    border-inline-end: 1px solid #dedede;
    display: flex
;
    flex-direction: column;
}
	
	.title-mobile{
		    min-width: 100%;
		text-align:center;
		        font-weight: 700;
        margin-bottom: 10px;
	}
	
	.img-mobile.wpb_column.vc_column_container.vc_col-sm-3{
    width: 50%;
}

.arrow-rect::before {
    display:none !important;
}
	td.main-title {
    width: 100%;
}
	tr.row-mobile {
    display: flex;
flex-wrap: wrap;
padding: 25px 5px;
}
	
	td {
    width: 33%;
}
	
table td {
    padding: .5em .5em !important;
}
	
	.rectangle {
    width: 100% !important;
	}
	
	}

/*Screen size Adjustments*/

@media (min-width: 992px) and (max-width: 1200px){
  .advisor {
    min-height: 350px !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
	.advisor {
    min-height: 550px !important;
  }
	.Leadership .lqd-tm-details {
    min-height: 170px;
	}
}

@media (min-width: 630px) and (max-width: 991px){
	.homehero {
    min-width: 600px;
	}
}





