.hero-wrapper .row .col-lg-8 {
	z-index: 1;
}
.hero-wrapper .d-flex {
	flex-wrap: wrap;
}
.hero-logos ul li {
	padding-bottom: 10px;
}
.hero-logos ul li img {
	max-width: 145px;
}
.sponsor-container {
	margin: auto;
}
.partners-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-evenly;
	gap: initial;
}
.partners-card, .sponsor-card {
	width: 100%;
	max-width: 33%;
	padding: 20px 0;
}
.partners-card img, .sponsor-card img {
	max-height: 110px;
}
.register-btn {
	position: relative;
    margin-top: auto;
    margin-bottom: 0;
}
.accommodation-top h2::after {
	max-width: 100%;
}
.row {
	max-width: 100%;
    margin: auto;
}
.team-wrapper {
	padding-top: 0;
}
.team-title {
	padding-top: 120px;
}
.team-wrapper::after {
	height: calc(100% - 250px);
}
.programs-wrapper .row, .highlight-wrapper .row {
	align-items: center;
}
.primary-btn a {
	display: inline-block;
}
.highlight-content p {
	padding: 10px 0 20px;
}
#Highlight {
	padding-bottom: 120px;
}
.date h5, .location h5 {
	max-width: calc(100% - 14px);
}
.navbar-toggler {
	margin: auto 0;
}
.included-wrapper {
	margin-top: 0;
}
.register-wrapper {
	padding: 0;
    margin: 100px 0 120px;
}
.programs-wrapper {
	padding: 0;
    margin: 120px 0 150px;
}
.git-shape {
	z-index: -1;
}
#Get-in-touch {
	overflow: hidden;
}
h2.title {
	max-width: 100%;
}
.git-form-field {
	flex-wrap: wrap;
}
.git-form-field a {
	max-width: 65%;
    width: 100%;
    color: var(--BODY, #1480b9);
    align-self: center;
    font-weight: 500;
    font-family: "Saira", sans-serif;
    font-size: 17px;
}
.highlight-img img, .venue-img img {
	width: 100%;
	border-radius: 13px;
}

h2.title.title_pr {
    padding-top: 100px;
}

.team-wrapper .team-card-img  a:hover  .team-card-content h6 {
    color: #4ba5c8!important;
}
.team-wrapper .team-card-img a{
	display: block;
}
.team-wrapper .team-card-img .team-card-content  h6 {
    transition: all 0.3s ease-in-out;
}
.team-wrapper .team-card-img:before{
	display: none;
}
.team-wrapper .team-card-img a:before{
	    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #000 -4.44%, rgba(0, 0, 0, 0) 40.62%);
}

/*Added By Dev*/
.home .hero-content .hero-buttons .primary-btn a{
	background: #f2c76a;
}
.col-lg-6 > .team-card-content span, .col-lg-6 > .team-card-content h6{
	color: #000;
}
.team-card-bio {
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 20px;
}
#Our-mission .speakers-container{
	justify-content: center;
}
.speakers-container {
	justify-content: center;
}
.speakers-container > .title {
	margin: 0 auto 40px;
    text-align: center;
    position: relative;
}
.speakers-container > .title::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 11px;
    transform: translate(-50%);
    width: 497px;
    height: 22px;
    background: #cbebfd;
    z-index: -1;
    max-width: 100%;
}

.team-card-bio::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.team-card-bio::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #cbebfd;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.logo {
	max-width: 270px;
}
.footer-about {
	max-width: 270px;
}
/*Added By Dev*/
@media (min-width: 1400px) {
	.hero-logos ul li img {
		max-width: 255px;
	}
}
@media (max-width: 1199px) {
	.logo {
		padding-left: 10px;
	}
	.logo.position-relative{
		z-index: 9;
	}
	.navbar-nav {
	    height: 100vh;
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    padding-top: 150px !important;
	}
	.navbar .container {
	    max-width: 100%;
	}

	.navbar-toggler {
	    z-index: 99;
	}

	nav.navbar {
	    padding-top: 20px;
	}

	.navbar.sticky {
	    padding: 20px 0px;
	}
	.navbar.sticky .navbar-nav {
    	height: 100vh;
	}
	.hero-logos ul li:nth-child(2) img {
    	max-width: 69px;
	}
	.register-btn {
	    position: relative;
	    margin: unset;
	    text-align: center;
	}
	ul.navbar-nav li.register-btn {
	    display: inline-flex;
	    justify-content: center;
	}
}
@media (max-width: 991px) {
	.team-card {
	    padding-bottom: 45px;
	}
	.team-card-bio {
	    max-height: unset;
	    overflow-y: auto;
	    margin-top: 20px;
	}
	.team-card-content{
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
    	height: 100vh;
	}
	.navbar.sticky .navbar-nav {
    	height: 100vh;
	}
	.hero-logos ul li img {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.partners-card, .sponsor-card {
		max-width: 50%;
	}
	.logo {
		max-width: 180px;
		padding-left: 10px;
	}
	.footer-about {
		max-width: 180px;
	}

	.register-btn {
/*		position: absolute; 
		bottom:0; 
		margin-bottom: 3rem;*/
	}

	.register-btn a img {
		margin-top: -0.2rem;
	}

	.heart-icon {
		display: none;
	}

	.git-form-field label,
	h2.title {
		font-size: 28px;
	}

	.hero-wrapper {
		padding: 200px 0 100px;
	}

	.hero-logos ul li {
		padding-right: 20px;
	}

	.hero-content h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.inner-hero-title h1,
	.hero-content h1 {
		font-size: 36px;
	}

	.date h5,
	.location h5 {
		font-size: 15px;
	}

	.primary-btn a,
	.hero-learn-btn a {
		font-size: 15px;
		display: block;
		text-align: center;
	}

	.hero-img {
		position:absolute;
		top: 120px;
		left: 40px;
		filter: opacity(40%);
	}

	.our-mission-top h1 {
		font-size: 36px;
	}

	.our-mission-top h1::after {
		right: 30px;
		width: 100px;
	}

	.our-mission-top h3,
	.mission-card h3,
	.venue-card h3 {
		font-size: 24px;
	}

	.our-mission-content h2::after {
		width: 140px;
		bottom: 4px;
	}

	.our-mission-content {
		padding: 50px 25px;
		border-radius: 0 0 35px 35px;
	}

	.our-mission-img img {
		border-radius: 35px 35px 0 0;
	}

	.mission-card h3::after {
		left: 73px;
		bottom: 26px;
		width: 65px;
	}

	.read-more-icon {
		max-width: 80px;
		top: 30px;
		right: 40px;
	}

	.speakers-wrapper {
		padding: 60px 0;
	}

	.speakers-container {
		padding-top: 0px;
	}

	.speakers-title h2::after {
		width: 170px;
		top: 5px;
	}

	.highlight-wrapper {
		padding: 60px 0;
	}

	.highlight-content h2::after {
		width: 175px;
	}

	.programs-wrapper {
		padding: 60px 0;
	}

	.programs-wrapper .heart-bg {
		margin-top: 0%;
	}

	.programs-img {
		padding: 0px;
	}

	.programs-content h2::after {
		width: 175px;
	}

	.programs-content p {
		padding-right: 0px;
	}

	.venue-wrapper {
		padding: 60px 0 200px;    
	}

	.venue-registered-card h3,
	.cardiologists-content h3 {
		font-size: 20px;
	}

	/* .cardiologists-img, */
	.cardiologists-content,
	.cardiologists-content h3 {
		width: 100%;
		margin-top: 0;
	}

	.venue-registered-card,
	.venue-cardiologist-card {
		padding: 40px 30px;
	}

	.cardiologists-img {
		/* display: none; */
	}

	.sponsor-title h2::after {
		bottom: 5px;
		width: 195px;
	}

	.sponsor-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.partners-title h2::after {
		bottom: 5px;
		width: 195px;
	}

	.partners-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.inner-hero-bg {
		top: 34%;
		left: 44%;
	}
	.team-card {
		padding-top: 0;
	}
	.team-second-col {
		margin-top: 0;
	}
}
@media (max-width: 500px) {
	.git-form-field label {
		width: 100%;
		max-width: 100%;
	}
	.git-form-field input {
		max-width: 100%;
	}
	.hero-logos ul li:nth-child(2) img {
    	max-width: 50px;
	}
	.hero-logos ul li img {
    	max-width: 100px;
	}
}
@media (max-width: 350px) {
	.inner-hero-title h1, .hero-content h1 {
    	font-size: 26px;
	}
	.hero-content h2 {
	    font-size: 22px;
	}
	.footer-nav li a {
		font-size: 13px;
	}
}
@media (max-width: 300px) {
	.partners-card, .sponsor-card {
		max-width: 100%;
	}
}


/*Dev 09-02-2024*/


.programs-content ul li {
    list-style: disc;
}
.programs-content ul li::marker {
    color: #1480b9;
}
.register-top ul li, ul.wp-block-list li, .wp-block-group p {
	font-family: "Saira", sans-serif;
}
.register-top ul li {
    position: relative;
    list-style: none;
}
ul.wp-block-list li {
	position: relative;
	padding-left: 30px;
}
.register-top ul li::before, ul.wp-block-list li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #1480b9;
    border-radius: 500px;
    top: 10px;
    display: inline-block;
    margin-left: -11px;
}
.width-900 {
	width: 900px;
	max-width: 100%;
}