
@media only screen and (min-width: 1024px) {
		.page__wrap {
		margin-bottom: -41.4vh;
	}
	.page__wrap:after {
		content: "";
		display: block;
	}
	.footer, .page__wrap:after {
		height: 41.4vh;
	}

	/* Landing Section */
	#landing {
		background-image: url(../images/home-lines.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 28vh;
	}
	.landing__container {
		padding-top: 12.16vh;
		background-color: #FFFFFF;
	}
	#landing__video__wrapper {
		background-color: #000000;
		height: 100%;
		width: 45.73vw;
		position: relative;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -100%);
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: center;
		border-radius: 0.42vw;
		margin-bottom: 10px;
		color: white;
	}
	#landing__video__wrapper > video {
		width: 45.73vw;
	}
	#landing__intro {
		display: grid;
		grid-template-columns: 50% 50%;

	}
	#landing__intro > div {
		margin-left: 3.44vw;
		margin-right: 3.44vw;
	}
	#landing__desc {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 3vh;
	}
	#landing__desc > div:first-child {
		font-size: 4vw;
		line-height: 1.2;
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#landing__desc > div:nth-child(2) {
		font-family: BT Beau Sans Extra Bold;
		font-size: 5.5vw;
		color: var(--secondary);
		line-height: 1.2;
	}
	#landing__desc > div:last-child {
		letter-spacing: 0px;
	}
	#landing__stat {
		height: 30vh;
		display: flex;
		align-items: center;
		gap: 1.56vw;
		justify-content: center;
	}
	.home__lines {
		position: absolute;
		right: 0px;
		transform: translateX(36%);
		height: 52vh;
	}

	/* Core Expertise Section */
	#core__expertise {
		display: flex;
		flex-direction: column;
		padding-left: 4.79vw;
		padding-right: 4.79vw;
		padding-top: 21.45vh;
		background-image: url(../images/core.svg);
		background-repeat: no-repeat;
		background-position: -10% 10vh;
		background-size: 50%;
		background-attachment: fixed;
	}
	#core__title {
		text-align: left;
	}
	#core__title + #core__sub__title {
		color: var(--secondary);
		text-align: right;
	}
	#core__desc {
		margin-top: 2.41vh;
		width: 50%;
		align-self: flex-end;
		font: normal 1.04vw BT Beau Sans Regular;
		margin-bottom: 4.82vh;
	}
	#core__collection {
		align-self: flex-end;
		width: 50%;
		display: flex;
		flex-direction: column;
		gap: 10.49vh;
		margin-bottom: 4.64vh;
	}
	.core__item {
		display: grid;
		grid-template-columns: auto auto;
		column-gap: 1.93vw;
	}
	.core__item > div:first-child {
		grid-row-start: 1;
		grid-row-end: 3;
		background-color: var(--tertiary);
		width: 0.52vw;
		border-radius: 0.52vw;
	}
	.core__item__title {
		font: bold 1.25vw BT Beau Sans Bold;
		margin-bottom: 2.5vh;
	}
	.core__item__desc {
		font: normal 1.04vw BT Beau Sans Regular;
		padding-bottom: 0.92vh;
	}
	.core__item__desc span, #core__desc span {
		color: var(--tertiary);
	}
	/* Testimonials Section */
	#testimonials__bg {
		background-image: url(../images/line_bg.svg);
		background-repeat: no-repeat;
		background-position: 109% top;
		background-size: 45.78vw 84.4vh;
		background-attachment: fixed;
	}
	#testimonials {
		background: transparent linear-gradient(360deg, #E6E3FF 0%, #EFEDFBE0 73%, #F7F7F705 100%) 0% 0% no-repeat padding-box;
	}
	#testimonials > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 20vh;
		/* background-image: url(../images/testimonials-lines2.png);
		background-repeat: no-repeat;
		background-position: right 40%;
		background-size: auto 70vh; */
	}
	#testimonials__content {
		width: 100%;
		padding-bottom: 21.36vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: url(../images/testimonials-lines1.png);
		background-repeat: no-repeat;
		background-position: left 90%;
		background-size: auto 93vh;
	}
	.toggle__component {
		margin-top: 10.86vh;
		margin-bottom: 3.85vw;
	}
	#slider__desc {
		font: normal 1.04vw BT Beau Sans Regular;
		/* margin-left: -770px; */
		margin-bottom: 6vh;
	}

	/* Articles Section */
	#articles a {
		text-decoration: none;
	}
	.bg__image__studies {
		background-image: url(../images/article/protocol.png);
	}
	.bg__image__blogs {
		background-image: url(../images/article/radiographer.png);
	}
	#articles > div > div {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bg__image__studies > div {
		background-color: #0C0C0CC9;
	}
	.bg__image__blogs > div {
		background-color: #4A3BF1A6;
	}
	.article__card {
		height: 33.24vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		transition: 500ms;
		background: transparent;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
	}
	.article__title {
		font-size: 1.25vw;
		font-family: BT Beau Sans Bold;
	}
	.article__desc {
		transition: 300ms;
	}
	#article__studies {
		color: #ffffff;
		border: 2px solid #F7F7F7;
	}
	#article__blogs {
		color: #ffffff;
		border: 2px solid #00eab0;
	}
	#article__studies > .article__title {
		color: #F7F7F7;
	}
	#article__blogs > .article__title {
		color: #00eab0;
	}
	#articles > div:first-child {
		background-color: #0C0C0CC9;
	}
	#articles > div:last-child {
		background-color: #4A3BF1A6;
	}
	#article__blogs > article__title {
		color: #7EFCDD;
	}
	#articles {
		display: flex;
		flex-direction: row;
	}
	#articles > div {
		height: 42.53vh;
		/* width: 50%; */
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.article__card {
		/* width: 40vw; */
		width: 90vw;
	}

	/* Contact Us Section */
	#contact__us__bg {
		/* background-image: url(../images/line_bg.svg);
		background-repeat: no-repeat;
		background-position: 111% -36%;
		background-size: 45.78vw 84.4vh;
		background-attachment: fixed; */
		/* background-color: white; */
	}
	#contact__us {
		padding-top: 16.43vh;
		/* background-image: url(../images/send.svg);
		background-repeat: no-repeat;
		background-position: center; */
		background-size: 86vw;
	}
	#contact__us__title {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 60vw;
		background-color: #FFFFFF;
		text-align: center;
		border: 1px solid #E4E4E4;
		border-radius: 0.52vw;
		padding: 25px;
	}
	#contact__us__title > div:first-child {
		font-size: 2.6vw;
		color: var(--primary-title);
	}
	#contact__us__title > div:nth-child(2) {
		display: none;
	}
	#contact__us__title > div:last-child {
		font-size: 1.3vw;
		color: var(--secondary);
	}
	#contact_us_content {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		/* width: 86vw; */
		width: 78.54vw;
		margin-top: 4.64vh;
		font-size:  0.83vw;
		/* background-color: green; */
		display: flex;
		gap: 1.86vw;
		justify-content: space-between;
		align-items: flex-end;
	}
	#contact_us_content > #spacer {
		width: 10px;
		height: 10px;
	}
	#contact__info_bottom {
		display: flex;
		margin-top: 3vh;
	}
	#contact__info_bottom > div:first-child {
		display: flex;
		flex-direction: column;
		/* align-items: flex-start; */
		/* justify-content: space-between; */
		/* background-color: red; */
		margin-right: 3.23vw;
	}
	#contact__info__bg {
		background-image: url(../images/send.svg);
		background-repeat: no-repeat;
		background-position: 80% top;
		background-size: 120vh;
		margin-top: 11vh;
		padding-bottom: 18vh;
		/* background-color: red; */
	}
	#send__bg {
		/* background-image: url(../images/send.svg);
		background-repeat: no-repeat;
		background-position: left;
		/* background-size:  80vw 22.96vh; */
		/* background-size: 80vh; */
		/* width: 100%;
		height: 200px; */
	}
	#contact_info {
		margin-bottom: 9.5vh;
	}
	#contact_info img {
		height: 1.39vh;
		margin-right: 0.78vw;
	}
	#contact_info > div:last-child {
		background-color: #FFFFFF;
		border: 1px solid var(--green-secondary);
		border-radius: 0.52vw;
		padding: 2.79vh 1.56vw 0.93vh 1.56vw;
	}
	#contact_info > div > div {
		margin-bottom: 1.86vh;
	}
	#address {
		display: flex;
		align-items: flex-start;
	}
	#address img {
		margin-top: 5px;
	}
	#gm__ltd {
		color: var(--green-secondary);
	}
	#info__email {
		margin-bottom: 2vh;
	}

	/* #contact__us__form {
		background-color: #FFFFFF;
		border: 1px solid #E4E4E4;
		border-radius: 0.52vw;
		box-shadow: 0px 5px 5px #0000000D;
		display: flex;
		flex-direction: column;
		width: 30vw;
		max-width: 600;
		padding: 3.13vw 5.57vh;
		margin-bottom: 18.2vh;
		font-size:  0.83vw;
	}
	#contact__us__form input {
		border-radius: 0.26vw;
		padding: 0.83vw 2.14vh;
	}
	#contact__us__form input[type=text],
	#contact__us__form textarea {
		font-family: BT Beau Sans Light;
		font-size:  0.83vw;
		background: #F7F7F7 0% 0% no-repeat padding-box;
		border: 1px solid #E6E6E6;
		border-radius: 0.26vw;
		padding: 0.83vw 2.14vh;
		margin-bottom: 5px;
	}
	#contact__us__form input[type=submit] {
		background-color: #3FD2AE;
		color: var(--white-on-black);
		letter-spacing: 0.8px;
		border: none;
		font-family: BT Beau Sans Bold;
		font-size: 1.04vw;
		border-radius: 5px;
		margin-top: 3.9vh;
	} */

	#contact_socmed {
		max-width: 20.05vw;
		align-self: flex-end;
	}
	#contact_socmed > div:last-child {
		background-color: #FFFFFF;
		border: 1px solid var(--secondary);
		border-radius: 0.52vw;
		padding: 2.32vh 1.04vw;
		align-self: flex-end;
	}
	#contact_socmed .soc__med {
		display: flex;
		justify-content: center;
	}
	#mobile__landing__desc {
		display: none;
	}
	#mobile__landing__stat {
		display: none;
	}
	.contact__us .modal .modal__content .dialog__message {
		/* font-size: 14px; */
		margin-bottom: 20px;
	}
	#tidycal__embed {
		/* width: 78.54vw; */
		width: 100%;
		padding-top: 2.32vh ;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#tidycal__embed > div {
		width: 78.54vw;

	}

	#video__settings {
		margin-top: 10px;
		font-size: 0.65vw;
		font-family: BT Beau Sans Bold;
		display: flex;
		justify-content: space-between;
		padding-left: 2.5vw;
		padding-right: 0.5vw;
	}
	#video__settings a {
		color: white;
		text-decoration: none;
		font-size: 0.6vw;
		font-family: BT Beau Sans Bold;
		background: none;
		padding: 0.92vh 0.2vw;
		cursor: pointer;
	}
}

/* Mobile view */
@media only screen and (max-width: 1023px) {
	/* Landing Section */
	#landing__desc, #landing__stat {
		display: none;
	}
	#landing__video__wrapper {
		background: transparent linear-gradient(360deg, #000000 0%, #8E8E8E4D 50%, #000000 100%) 0% 0% no-repeat padding-box;
		/* backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px); */
		height: 65.17vh;
		width: 100%;
		border-radius: 0.42vw;
		opacity: 1;
		display: flex;
		/* flex-direction: column; */
		margin-bottom: 10px;
		align-items: center;
		justify-content: center;
	}
	#landing__video__wrapper > video {
		width: 100vw;
	}
	#video__settings {
		display: none;
	}

	#mobile__landing__desc {
		position: absolute;
		top: 7.11vh;
		margin-left: 34px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 58.06vh;
		color: #FFFFFF;
	}
	#mobile__landing__desc > div:first-child {
		font-family: BT Beau Sans Bold;
		font-size: 23px;
		margin-top: 2.96vh;
	}
	#mobile__landing__desc > div:last-child {
		font-size: 41px;
		font-family: BT Beau Sans Bold;
		margin-bottom: 2.25vh;
	}
	#mobile__landing__stat {
		display: flex;
		align-items: center;
		gap: 6.41vw;
		font-size: 16px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 5.45vh;
	}
	#mobile__landing__stat > div:last-child {
		display: flex;
		gap: 3.55vh;
		flex-direction: column;
		justify-content: space-between;
	}
	#mobile__landing__stat img {
		height: 33px;
	}
	.landing__container {
		margin-bottom: 50px;
	}

	/* Core Expertise Section */
	#core__expertise {
		background-image: url(../images/core.svg);
		background-repeat: no-repeat;
		background-position: center 25%;
		background-size: 61%;
		background-attachment: fixed;
		padding-top: 12vh;
		padding-left: 30px;
		padding-right: 30px;
	}
	#core__title {
		text-align: left;
		font-size: 24px;
		letter-spacing: 1.68px;
	}
	#core__title + #core__sub__title {
		color: var(--secondary);
		font-size: 20px;
		letter-spacing: 1.4px;
	}
	#core__desc {
		margin-top: 16px;
		margin-bottom: 40px;
		align-self: flex-end;
		font: normal 16px BT Beau Sans Regular;
	}
	#core__collection {
		align-self: flex-end;
		display: flex;
		flex-direction: column;
		gap: 10.49vh;
		padding-bottom: 4.64vh;
	}
	.core__item {
		display: grid;
		grid-template-columns: auto auto;
		gap: 35px;
	}
	.core__item > div:first-child {
		grid-row-start: 1;
		grid-row-end: 3;
		background-color: var(--tertiary);
		width: 10px;
		border-radius: 10px;
	}
	.core__item__title {
		font: bold 16px BT Beau Sans Bold;
	}
	.core__item__desc {
		font: normal 16px BT Beau Sans Regular;
	}

	/* Testimonials Section */
	#testimonials__bg {
		/* background-image: url(../images/line_bg.svg);
		background-repeat: no-repeat;
		background-position: 109% top;
		background-size: 45.78vw 84.4vh;
		background-attachment: fixed; */
	}
	/* #testimonials {
		background: transparent linear-gradient(360deg, #E6E3FF 0%, #EFEDFBE0 73%, #F7F7F705 100%) 0% 0% no-repeat padding-box;
	} */
	#testimonials .section__title {
		/* font: normal 30px BT Beau Sans Bold; */
		font: normal 6.15vw BT Beau Sans Bold;
		/* text-align: left; */
		/* font-size: 24px; */
		letter-spacing: 1.68px;
	}
	#testimonials > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 100px;
		/* background-image: url(../images/testimonials-lines2.png); */
		background-repeat: no-repeat;
		background-position: right 40%;
		background-size: auto 70vh;
	}
	#testimonials__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-repeat: no-repeat;
		background-position: left 90%;
		background-size: auto 93vh;
		/* background-color: red; */
	}
	.toggle__component {
		margin-top: 41px;
		margin-bottom: 65px;
	}
	#slider__desc {
		font: normal 4.1vw BT Beau Sans Regular;
	}

	/* Articles Section */
	#articles a {
		text-decoration: none;
	}
	.bg__image__studies {
		background-image: url(../images/article/protocol.png);
	}
	.bg__image__blogs {
		background-image: url(../images/article/radiographer.png);
	}
	#articles > div > div {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bg__image__studies > div {
		background-color: #0C0C0CC9;
	}
	.bg__image__blogs > div {
		background-color: #4A3BF1A6;
	}
	.article__card {
		height: 33.24vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		transition: 500ms;
		background: transparent;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
	}
	.article__title {
		font-size: 20px;
		font-family: BT Beau Sans Bold;
	}
	.article__desc {
		transition: 300ms;
		font-size: 16px;
	}
	#article__studies {
		color: #ffffff;
		border: 2px solid #F7F7F7;
	}
	#article__blogs {
		color: #ffffff;
		border: 2px solid #00eab0;
	}
	#article__studies > .article__title {
		color: #F7F7F7;
	}
	#article__blogs > .article__title {
		color: #00eab0;
	}
	#articles > div:first-child {
		background-color: #0C0C0CC9;
	}
	#articles > div:last-child {
		background-color: #4A3BF1A6;
	}
	#article__blogs > article__title {
		color: #7EFCDD;
	}
	#articles {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#articles > div {
		height: 42.53vh;
		/* width: 50%; */
		width: 100%;
		min-width: 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.article__card {
		width: 40vw;
	}

	/* Contact Us Section */
	#contact__us__bg {
		/* background-image: url(../images/line_bg.svg);
		background-repeat: no-repeat;
		background-position: 109% top;
		background-size: 45.78vw 84.4vh;
		background-attachment: fixed; */
	}
	#contact__us {
		padding-top: 100px;
		/* padding-top: 16.43vh; */
		/* background-image: url(../images/send.svg);
		background-repeat: no-repeat;
		background-position: center 0%;
		background-size: 86vw; */
	}
	/* #send__bg {
		background-color: red;
		background-image: url(../images/send.svg);
		background-repeat: no-repeat;
		background-position: center 10%;
		background-size: 86vw;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
	} */

	#contact__us__title > div:last-child {
		/* font-size: 16px; */
		font-size: 24px;
		color: var(--secondary);
	}
	#contact_us_content {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 86vw;
		/* margin-top: 14.64vh; */
		/* margin-top: 4.64vh; */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
	}
	#contact_info > div:first-child {
		font-size: 16px;
		font-family: BT Beau Sans Bold;
	}
	#contact_info img {
		height: 17px;
		margin-right: 0.78vw;
		color: #404040;
	}
	#contact_info > div:last-child {
		background-color: #FFFFFF;
		border: 1px solid var(--green-secondary);
		border-radius: 10px;
		padding: 30px;
		padding: 30px 30px 14px 30px;
	}
	#contact_info > div > div {
		margin-bottom: 1.86vh;
		font-size: 16px;
	}

	#contact__us__form {
		background-color: #FFFFFF;
		border: 1px solid #E4E4E4;
		border-radius: 10px;
		box-shadow: 0px 5px 5px #0000000D;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		max-width: 600;
		padding: 25px 30px;
		margin-bottom: 25px;
		font-size: 16px;
	}
	#contact__us__form input {
		border-radius: 0.26vw;
		padding: 0.83vw 2.14vh;
	}
	#contact__us__form input[type=text],
	#contact__us__form textarea {
		font-family: BT Beau Sans Light;
		font-size: 16px;
		background: #F7F7F7 0% 0% no-repeat padding-box;
		border: 1px solid #E6E6E6;
		border-radius: 0.26vw;
		margin-bottom: 19px;
		padding: 0.83vw 2.14vh;
	}
	#contact__us__form input[type=submit] {
		background-color: #3FD2AE;
		color: var(--white-on-black);
		letter-spacing: 0.8px;
		border: none;
		font-family: BT Beau Sans Bold;
		font-size: 16px;
		border-radius: 5px;
	}
	#contact_socmed {
		min-width: 280px;
		margin-bottom: 65px;
		font-size: 16px;
	}
	#contact_socmed > div:first-child {
		font-family: BT Beau Sans Bold;
	}
	#contact_socmed > div:last-child {
		background-color: #FFFFFF;
		border: 1px solid var(--secondary);
		border-radius: 10px;
		padding: 20px 22px;
		align-self: flex-end;
		min-width: 280px;
	}
	#contact_socmed .soc__med {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 616px) and (max-width: 1023px) {
	#contact__us__title {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background-color: #FFFFFF;
		text-align: center;
		border: 1px solid #E4E4E4;
		border-radius: 0.52vw;
		padding: 30px;
		font-family: BT Beau Sans Bold;
	}
	#contact__us__title > div:first-child {
		font-size: 2.6vw;
		font-size: 20px;
		color: var(--primary-title);
	}
	#contact__us__title > div:nth-child(2) {
		display: none;
	}
}

@media only screen and (max-width: 615px) {
	#articles > div {
		height: 214px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.article__card {
		width: 84.62vw;
		height: 160px;
	}
	#contact__us__title {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background-color: #FFFFFF;
		border: 1px solid #E4E4E4;
		border-radius: 0.52vw;
		padding: 25px;
		font-family: BT Beau Sans Bold;
	}
	#contact__us__title > div:first-child {
		display: none;
	}
	#contact__us__title > div:nth-child(2) {
		font-size: 20px;
		color: var(--primary-title);
	}
	.contact__us .modal .modal__content .dialog__message {
		font-size: 16px;
		margin-bottom: 20px;
	}

}
.contact__us .modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.contact__us .modal .modal__content {
	padding: 30px 50px;
	background-color: var(--dark-grey);
	margin: auto;
	border-radius: 5px;
	max-width: 500px;
	max-height: 250px;
}
#contact__us__form  span {
	color: red;
}
#contact__us__form #policy {
	color: #4A3BF1;
	font-family: BT Beau Sans Bold;
}
#contact_info span {
	color: #FFBB00;
}
#exit__intent__home {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
}
.exit__intent_close__button {
	width: 1.5vw;
	height: 1.5vw;
	position: relative;
	left: calc(100% - 2.2vw);
	top: 2.2vw;
	z-index: 1;
	cursor: pointer;
}
.exit__intent_close__button img {
	width: 1.5vw;
	height: 1.5vw;
}
