* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth
}

body,
html {
	height: 100%;
	width: 100%
}

@font-face {
	font-family: Roboto-Medium;
	src: url(https://www.upvcmedics.co.uk/static/fonts/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto-Bold;
	src: url(https://www.upvcmedics.co.uk/static/fonts/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(https://www.upvcmedics.co.uk/static/fonts/Roboto-Regular.ttf);
	font-weight: 400
}

.banner {
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(https://www.upvcmedics.co.uk/static/images/background.webp);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column
}

.navbar {
	width: 100%;
	padding: 15px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	font-family: Roboto-Bold
}

@media (max-width:450px) {
	.navbar {
		padding: 15px 20px
	}
}

@media (max-width:400px) {
	.navbar {
		padding: 15px 10px
	}
}

.logo {
	height: 45px;
	cursor: pointer
}

.navbar ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative
}

@media (max-width:750px) {
	.navbar ul li {
		margin: 0 10px
	}
}

@media (max-width:700px) {
	.logo {
		content: url(https://www.upvcmedics.co.uk/static/images/LogoVerticalSmall.webp)
	}
}

@media (max-width:550px) {
	.phone .phone-label {
		display: none
	}
}

.navbar ul li a {
	text-decoration: none;
	color: #24262b;
	text-transform: uppercase
}

.navbar ul li::after {
	content: '';
	height: 3px;
	width: 0;
	background: #5a639c;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: .3s;
	font-family: Roboto-Bold
}

.navbar ul li:hover::after {
	width: 100%;
	transition: .3s
}

.phone {
	color: #532b88;
	font-size: 18px;
	text-decoration: none
}

.phone a {
	color: #532b88;
	text-decoration: none
}

.phone a:hover {
	color: #9b72cf
}

.svg-icon {
	display: inline-flex;
	align-self: center
}

.svg-icon svg {
	height: 1.2em;
	width: 2.3em
}

.svg-path {
	fill: #532b88
}

.svg-icon2 {
	display: inline-flex;
	align-self: center
}

.svg-icon2 svg {
	height: 1em;
	width: 2.5em
}

.hero {
	flex: 1;
    width: 85%;
    margin: auto;
    text-align: center;
    padding-top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Center horizontally */
}

.hero h1 {
	font-size: 50px;
	margin-top: 0
}

.hero p {
	font-size: 20px;
	margin: 20px auto
}

@media (max-width:650px) {
	.hero h1 {
		font-size: 30px
	}

	.hero p {
		font-size: 15px
	}
}

@media (max-width:500px) {
	.hero h1 {
		font-size: 30px
	}

	.hero p {
		font-size: 15px
	}
}

.content {
	width: 100%;
	height: 65vh;
	display: flex;
	color: #24262b
}

.left-content,
.right-content {
	flex: 1;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.left-content {
	background-color: #fff;
	align-items: flex-start;
	text-align: left
}

.left-content h2 {
	font-size: 40px
}

.left-content p {
	font-size: 20px;
	margin: 20px 0
}

@media (max-width:1200px) {
	.left-content h2 {
		font-size: 40px
	}

	.left-content p {
		font-size: 17.5px
	}
}

@media (max-width:1000px) {
	.left-content h2 {
		font-size: 35px
	}

	.left-content p {
		font-size: 15px
	}
}

@media (max-width:500px) {
	.left-content h2 {
		font-size: 30px
	}

	.left-content p {
		font-size: 16px
	}
}

.left-content button {
	background-color: #532b88;
	color: #fff;
	border: none;
	padding: 15px 25px;
	cursor: pointer;
	font-size: 25px;
	transition: background-color .3s;
	border-radius: 10px
}

.left-content button:hover {
	background-color: #9b72cf
}

.right-content {
	background-color: #532b88;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px
}

.right-content iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 10px
}

@media (max-width:768px) {
	.content {
		flex-direction: column;
		height: auto
	}

	.left-content,
	.right-content {
		width: 100%;
		height: 50vh
	}
}

.services {
	width: 100%;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff
}

h1 {
	font-family: Roboto-Bold
}

h2 {
	font-family: Roboto-Bold
}

p {
	font-family: Roboto
}

.container {
	background: #7776b3;
	padding: 15px 4.5%;
	padding-bottom: 100px;
	font-family: Roboto
}

.container .heading {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	font-size: 50px;
	font-family: Roboto-Bold;
	text-transform: capitalize
}

.container .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(405px, 1fr));
	gap: 10px
}

@media (max-width:768px) {
	.container .box-container {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
	}
}

.container .box-container .box {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 30px 75px
}

.container .box-container .box h3 {
	color: #444;
	font-size: 22px;
	padding: 10px 0;
	font-family: Roboto-Bold;
	text-transform: capitalize
}

.container .box-container .box img {
	height: 125px;
	border-radius: 5px
}

.container .box-container .box p {
	color: #777;
	font-size: 15px;
	line-height: 1.8
}

.container .box-container .box .btn {
	margin-top: 10px;
	display: inline-block;
	background: #24262b;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
	padding: 8px 25px;
	text-decoration: none;
	transition: .3s;
	text-transform: uppercase;
	font-family: Roboto-Bold !important
}

.container .box-container .box .btn:hover {
	font-size: 20px
}

.container .box-container .box:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

@media (max-width:768px) {
	.container {
		padding: 20px
	}
}

@media (max-width:768px) {
	.container .heading {
		font-size: 40px
	}

	.container .box-container .box {
		padding: 30px 50px
	}

	.container .box-container .box h3 {
		font-size: 20px
	}

	.container .box-container .box img {
		height: 100px
	}

	.container .box-container .box p {
		font-size: 14px
	}

	.container .box-container .box .btn {
		font-size: 15px
	}
}

.info-bar {
	background: #f4effa;
	padding: 15px 0;
	text-align: center;
	color: #24262b;
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: x-large
}

@media (max-width:768px) {
	.info-bar {
		font-size: large
	}
}

.footer {
	background: #7776b3;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: x-large
}

.footer-container {
	max-width: 1170px;
	margin: auto
}

.footer-row {
	display: flex;
	flex-wrap: wrap
}

.footer-col ul {
	list-style: none
}

.footer {
	background-color: #24262b;
	padding: 70px 0
}

.footer-col {
	width: 25%;
	padding: 0 15px
}

.footer-col h4 {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	background-color: #7776b3;
	height: 3px;
	box-sizing: border-box;
	width: 50px
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px
}

.footer-col ul li {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbb;
	display: block;
	transition: all .3s ease
}

.footer-col p {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbb;
	display: block;
	font-family: Roboto-Bold
}

.footer-col p a {
	color: #7776b3;
	text-decoration: none
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbb;
	display: block;
	transition: all .3s ease
}

.footer-col ul li a:hover {
	color: #fff;
	padding-left: 8px
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, .2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	transition: all .5s ease
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #fff
}

@media (max-width:767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px
	}
}

@media (max-width:574px) {
	.footer-col {
		width: 100%
	}
}

.hero-button {
	background-color: #532b88;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
	transition: background-color .3s;
	border-radius: 10px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	text-decoration: none
}

.hero-button:hover {
	background-color: #9b72cf
}

.hero-button2 {
	background-color: #7776b3;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
	transition: background-color .3s;
	border-radius: 10px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	text-decoration: none
}

.hero-button2:hover {
	background-color: #f4effa;
	color: #24262b
}

@media (max-width:550px) {
	.hero-button {
		font-size: 15px
	}

	.hero-button2 {
		font-size: 15px
	}
}

.hero div .hero-button2 {
	margin-left: 10px
}

.button-section {
	margin-top: 25px
}

.info-bar2 {
	background: #f4effa;
	text-align: center;
	color: #24262b;
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: x-large;
	padding-top: 30px
}

.images-accr {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.images-accr img {
	width: 150px;
	padding: 25px 0;
	height: auto
}

@media (max-width:800px) {
	.images-accr img {
		padding: 25px 0
	}
}

@media (max-width:750px) {
	.images-accr img {
		padding: 10px 0
	}
}

@media (max-width:750px) {
	.accr-text {
		display: none
	}

	.info-bar2 {
		padding-top: 0
	}
}

@media (max-width:730px) {
	.images-accr img {
		width: 100px
	}
}

.floatingButtonWrap {
	display: block;
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 999999999
}

@media (max-width:768px) {
    .floatingButtonWrap {
        bottom: 25px;
        right: 25px
    }
}

.floatingButtonInner {
	position: relative
}

.floatingButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
	background: -o-linear-gradient(45deg, #8769a9, #507cb3);
	background: linear-gradient(45deg, #8769a9, #507cb3);
	color: #fff;
	position: absolute;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	border: 2.5px solid #b2bedc;
	opacity: 1;
	transition: all .4s;
	box-sizing: border-box
}


.floatingButton .fa {
	font-size: 25px !important;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1
}

.floatingButton:hover {
	width: 65px;
	height: 65px
}


@media (max-width:550px) {
    .floatingButton {
        width: 50px;
        height: 50px
    }
    .floatingButton .fa {
        font-size: 20px !important;
    }
    .floatingButton:hover {
        width: 55px;
        height: 55px
    }
}


.banner2 {
	width: 100%;
	background-image: linear-gradient(#7776b3, #7776b3);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column
}

.banner3 {
	width: 100%;
	background-color: #7776b3;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column
}

.banner4 {
	width: 100%;
	background-color: #532b88;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column
}

.hero2 {
	flex: 1;
	width: 85%;
	margin: auto;
	padding-top: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding-top: 3.5rem;
	Padding-bottom: 6.5rem
}

.hero2 h1 {
	font-size: 50px;
	margin-top: 0
}

.hero2 p {
	font-size: 20px;
	margin: 20px auto
}

.hero2 li,
.hero2 ol {
	font-size: 20px;
	margin: 20px auto;
	font-family: Roboto
}

@media (max-width:650px) {
	.hero2 h1 {
		font-size: 30px
	}

	.hero2 p {
		font-size: 15px
	}

	.hero2 li,
	.hero2 ol {
		font-size: 15px
	}
}

@media (max-width:500px) {
	.hero2 h1 {
		font-size: 30px
	}

	.hero2 p {
		font-size: 15px
	}

	.hero2 li,
	.hero2 ol {
		font-size: 15px
	}
}

.sub-title {
	font-size: 20px;
	color: #fff;
	font-family: Roboto-Bold;
	text-align: center
}

.sub-title a {
	color: #507cb3;
	text-decoration: none
}

.sub-title a:hover {
	color: #5a639c
}

.sub-title2 {
	font-size: 20px;
	color: #fff;
	font-family: Roboto-Bold
}

.subtitle-href {
	color: #532b88;
	text-decoration: none;
	font-family: Roboto-Bold
}

.subtitle-href:hover {
	color: #5a639c
}

.hero3 {
	flex: 1;
	margin-left: 50px;
	margin-right: 50px;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
	Padding-bottom: 6.5rem
}

.hero3 h1 {
	font-size: 50px;
	margin-top: 0
}

.hero3 p {
	font-size: 20px;
	margin: 20px auto
}

.hero3 li,
.hero3 ol {
	font-size: 20px;
	margin: 20px auto;
	font-family: Roboto
}

@media (max-width:650px) {
	.hero3 h1 {
		font-size: 30px
	}

	.hero3 p {
		font-size: 15px
	}

	.hero3 li,
	.hero3 ol {
		font-size: 15px
	}
}

@media (max-width:500px) {
	.hero3 h1 {
		font-size: 30px
	}

	.hero3 p {
		font-size: 15px
	}

	.hero3 li,
	.hero3 ol {
		font-size: 15px
	}
}

.hero3 {
	flex: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.contact_us_6 * {
	font-family: Nunito, sans-serif
}

.contact_us_6 .text-blk {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 25px
}

.contact_us_6 .responsive-cell-block {
	min-height: 75px
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
	outline-color: initial;
	outline-style: none;
	outline-width: initial
}

.contact_us_6 .container-block {
	min-height: 75px;
	width: 100%;
	display: block
}

.contact_us_6 .responsive-container-block {
	min-height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	gap: 6px
}

.contact_us_6 .responsive-container-block.container {
	position: relative;
	min-height: 75px;
	flex-direction: row;
	z-index: 2;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

.contact_us_6 .container-block.form-wrapper {
	background-color: #fff;
	max-width: 700px;
	min-width: 320px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	box-shadow: rgba(0, 0, 0, .05) 0 4px 20px 7px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.contact_us_6 .text-blk.contactus-head {
	font-size: 36px;
	line-height: 52px;
	font-weight: 900;
	color: #24262b
}

.contact_us_6 .text-blk.contactus-subhead {
	color: #9c9c9c;
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	display: none
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
	min-height: 50px
}

.contact_us_6 .input {
	width: 100%;
	height: 50px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	font-size: 16px;
	color: #000;
	border-radius: 5px
}

.contact_us_6 .textinput {
	width: 98%;
	min-height: 150px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	font-size: 16px;
	border-radius: 5px
}

.contact_us_6 .submit-btn {
	width: 98%;
	background-color: #532b88;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #767676;
	border-right-color: #767676;
	border-bottom-color: #767676;
	border-left-color: #767676;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	font-family: Roboto-Bold !important
}

.contact_us_6 .form-box {
	z-index: 2;
	margin-top: 0;
	margin-right: 48px;
	margin-bottom: 0;
	margin-left: 0
}

.contact_us_6 .text-blk.input-title {
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #24262b;
	font-family: Roboto-Bold !important
}

.contact_us_6 ::placeholder {
	color: #dadada
}

.contact_us_6 .mob-text {
	display: block;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0
}

.contact_us_6 .text-blk.contactus-subhead.color {
	color: #fff
}

.contact_us_6 .map-box {
	max-width: 800px;
	max-height: 350px;
	width: 100%;
	height: 310px;
	background-color: #d9d9d9;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
	border-radius: 10px
}

.contact_us_6 .map-box iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.contact_us_6 .map-part {
	width: 100%;
	height: 100%
}

.contact_us_6 .text-blk.map-contactus-head {
	font-weight: 900;
	font-size: 22px;
	line-height: 32px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #532b88
}

.contact_us_6 .text-blk.map-contactus-subhead {
	max-width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0
}

.contact_us_6 .social-media-links.mob {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	width: 230px;
	display: flex;
	justify-content: flex-start
}

.contact_us_6 .link-img {
	width: 30px;
	height: 30px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0
}

.contact_us_6 .link-img.image-block {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0
}

.contact_us_6 .social-icon-link {
	margin: 0 25px 0 0;
	padding: 0
}

@media (max-width:1024px) {
	.contact_us_6 .responsive-container-block.container {
		justify-content: center
	}

	.contact_us_6 .map-box {
		position: absolute;
		top: 0;
		max-height: 320px
	}

	.contact_us_6 .map-box {
		max-width: 100%;
		width: 100%
	}

	.contact_us_6 .responsive-container-block.container {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.contact_us_6 .map-part {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .mob-text {
		display: block
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 60px;
		margin-bottom: 40px;
		margin-left: 0
	}

	.contact_us_6 .link-img {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		display: flex;
		justify-content: space-evenly
	}

	.contact_us_6 .social-media-links.mob {
		justify-content: space-evenly
	}

	.contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
		text-align: center;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: row
	}

	.contact_us_6 .text-blk.contactus-subhead {
		display: block
	}

	.contact_us_6 .mob-text {
		text-align: center;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .responsive-container-block.container {
		flex-wrap: wrap
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 0;
		margin-bottom: 40px;
		margin-left: 0
	}
}

@media (max-width:768px) {
	.contact_us_6 .submit-btn {
		width: 100%
	}

	.contact_us_6 .input {
		width: 100%
	}

	.contact_us_6 .textinput {
		width: 100%
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 80px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .text-blk.input-title {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.contact_us_6 .form-box {
		padding-top: 0;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px
	}

	.contact_us_6 .container-block.form-wrapper {
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 50px;
		padding-left: 15px
	}

	.contact_us_6 .mob-text {
		display: block
	}

	.contact_us_6 .responsive-container-block.container {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0
	}

	.contact_us_6 .form-box {
		margin-top: 200px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .form-box {
		margin-top: 220px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .form-box {
		margin-top: 220px;
		margin-right: 0;
		margin-bottom: 50px;
		margin-left: 0
	}

	.contact_us_6 .text-blk.contactus-head {
		font-size: 32px;
		line-height: 40px
	}
}

@media (max-width:500px) {
	.contact_us_6 .container-block.form-wrapper {
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 50px;
		padding-left: 15px
	}

	.contact_us_6 .container-block.form-wrapper {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0
	}

	.contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 15px;
		margin-left: 0
	}

	.contact_us_6 .responsive-container-block {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 35px;
		margin-left: 0
	}

	.contact_us_6 .text-blk.input-title {
		font-size: 12px
	}

	.contact_us_6 .text-blk.contactus-head {
		font-size: 26px;
		line-height: 35px
	}

	.contact_us_6 .input {
		height: 45px
	}
}

.phone2 {
	color: #532b88;
	font-size: 18px;
	text-decoration: none;
	padding-bottom: 25px
}

.phone2 a {
	color: #532b88;
	text-decoration: none
}

.phone2 a:hover {
	color: #9b72cf
}

.phone-label2 {
	font-family: Roboto-Bold !important
}

.svg-icon3 {
	display: inline-flex;
	align-self: center;
	padding-top: 15px
}

.svg-icon3 svg {
	height: 1em;
	width: 2.3em
}


.logotext {
    height: auto;
    width: 100%;
    max-width: 400px; /* This is the max width for larger screens */
    margin: 0 auto; /* Center horizontally */
    display: none;
}

@media (max-width: 700px) {
    .logotext {
        display: block;
        width: 80%; /* Adjust the width as the screen size changes */
        max-width: 300px; /* Set a smaller max width for smaller screens */
    }
}

/* Kevin personal touch section */
.contact-personal-touch {
    background: #fff;
    color: #24262b;
    border-radius: 10px;
    box-shadow: 0 4px 20px 7px rgba(0,0,0,0.05);
    max-width: 900px;
    margin: auto auto 20px auto;
    padding: 30px 40px;
    display: flex;
    flex-direction: row; /* Keep image and text side by side */
    align-items: center;
    text-align: left; /* Align text to the left */
    gap: 32px;
}
.contact-personal-touch .kevin-text {
    display: flex;
    flex-direction: column; /* Stack title and subtext vertically */
}
.contact-personal-touch h2 {
    font-family: Roboto-Bold;
    font-size: 1.7rem;
    margin: 0 0 8px 0; /* Small bottom margin for spacing */
}
.contact-personal-touch p {
    font-family: Roboto;
    font-size: 1.1rem;
    margin: 0; /* Remove extra margin */
}
.contact-personal-touch .kevin-photo {
    max-width: 130px;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(83,43,136,0.08);
    flex-shrink: 0; /* Prevent image from shrinking */
}

/* Adjust layout for smaller screens */
@media (max-width: 600px) {
    .contact-personal-touch {
        flex-direction: column; /* Stack image and text vertically */
        align-items: center;
        text-align: center; /* Center-align text */
        gap: 16px;
    }
    .contact-personal-touch .kevin-photo {
        margin-bottom: 16px; /* Add spacing below the image */
    }
}

/* Hide the map on screen widths under 600px */
@media (max-width: 600px) {
    .map-box {
        display: none !important; /* Force hiding */
    }

	.form-box {
        margin-top: 20px !important; /* Reduce the top margin */
    }
}

/* Adjust the text and image in the contact-personal-touch section for smaller screens */
@media (max-width: 600px) {
    .contact-personal-touch {
        padding: 20px; /* Reduce padding for smaller screens */
    }

    .contact-personal-touch h2 {
        font-size: 1.4rem; /* Scale down the heading slightly */
    }

    .contact-personal-touch p {
        font-size: 1rem; /* Scale down the paragraph text */
    }

    .contact-personal-touch .kevin-photo {
        max-width: 100px; /* Shrink the image */
        margin-bottom: 0; /* Adjust spacing below the image */
    }
}

@media (max-width: 400px) {
	.contact-personal-touch {
		margin-bottom: 0; /* Further reduce padding for very small screens */
	}

    .contact-personal-touch h2 {
        font-size: 1.2rem; /* Further scale down the heading for very small screens */
    }

    .contact-personal-touch p {
        font-size: 0.9rem; /* Further scale down the paragraph text */
    }

    .contact-personal-touch .kevin-photo {
        max-width: 75px; /* Shrink the image further */
		max-height: 75px;
    }

	.hero3 {
		padding-top: 1.75rem !important; /* Reduce top padding */
	}
}