@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1800px;
	}
}

@media only screen and (max-width: 1600px) {
	.mmheader {
		padding: 4px 1rem 4px 1rem;
	}

	.menuWrap .menu {
		gap: 1.2rem;
	}

	.secHeading {
		font-size: 3rem;
	}

	.aboutContent p {
		margin: 1.5rem 0;
		width: 98%;
	}

	.serviceHeading {
		margin-bottom: 3rem;
	}

	.serviceBox {
		padding: 1rem 1rem;
		min-height: 415px;
	}

	.serviceBox h3 {
		margin: 1rem 0;
		font-size: 1.3rem;
	}

	.serviceBox p {
		font-size: 1.125rem;
	}

	.clientContent {
		width: 100%;
	}

	.faqImage .mainHeading {
		font-size: 3rem;
	}

	.faqContent {
		width: 100%;
	}

	.journeyContent h2 {
		font-size: 2rem;
	}

	.journeyContent p {
		width: 100%;
		margin: 1rem 0;
		font-size: 1.25rem;
	}

	.missionBox {
		padding: 1rem 1rem;
	}

	.missionBox h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.missionBox p {
		font-size: 1rem;
	}

	.missionSec {
		padding: 6rem 0;
	}

	.col-md-6.pl-5 {
		padding-left: 0 !important;
	}

	.aboutPage .aboutContent p {
		font-size: 1.125rem;
	}

	.detailContent p {
		width: 100%;
		margin-bottom: 1rem;
	}

	.detailHeading p {
		margin-top: 1rem;
		width: 100%;
	}

	.detailImage {
		margin-bottom: 2rem;
	}
	
	.feelingsSect .aboutContent.aboutContent2 ul {
    margin-left: 0 !important;
}

.feelingsSect ul.secContenttwo p {
    font-size: 1.125rem;
    margin: 1rem 0;
}
	
}

@media only screen and (max-width: 1445px) {
	.aboutSec {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	.navbar-brand img {
		width: 140px;
	}

	.menuWrap .menu {
		gap: 10px;
	}

	.headBtn a {
		padding: 7px 4em;
	}

	.bannerContent h1 {
		font-size: 5rem;
	}

	.secHeading {
		font-size: 2.5rem;
	}

	.aboutContent p {
		font-size: 1.125rem;
	}

	.serviceSec {
		padding: 5rem 0;
	}

	.serviceHeading p {
		margin-top: 0rem;
	}

	.serviceBox {
		min-height: 380px;
	}

	.serviceBox span {
		font-size: 1.125rem;
	}

	.serviceBtn {
		margin-top: 3rem;
	}

	.clientContent {
		margin-left: 1rem;
	}

	.clientContent p {
		margin: 1rem 0;
	}

	.faqSec {
		padding: 5rem 0 2.5rem 0;
	}

	.journeyForm textarea {
		height: 50px;
	}

	.copyRight {
		margin-top: 3rem;
	}

	.links li a br {
		display: none;
	}

	.aboutBanner h2 {
		font-size: 4rem;
	}

	.aboutBanner {
		height: 500px;
	}

	.reviewInner {
		padding: 5rem 0;
	}

	.mainBanner {
		height: 850px;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	.main-header {
		position: relative;
	}

	.menu-Bar {
		display: block;
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
		right: inherit;
	}

	.menuWrap.open {
		display: flex;
		left: 0px;
	}

	.menu-Bar span {
		background: black;
	}

	.menuWrap {
		position: fixed;
		left: -210%;
		right: 0;
		top: 0;
		margin: auto;
		background: var(--primary);
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center !important;
		flex-flow: column;
		transition: all 0.4s ease;
		z-index: 3;
		width: 100vw
	}

	ul.menu li {
		display: block
	}

	ul.menu li a {
		padding: 10px 0;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 1.125rem;
	}

	.menuWrap .menu {
		display: block;
	}

	.navbar-brand img {
		width: 120px;
	}

	.mainBanner {
		height: 700px;
	}

	.bannerContent h1 {
		font-size: 4rem;
	}

	.bannerContent p {
		margin: 1rem 0;
	}

	.mainHeading {
		font-size: 3.5rem;
	}

	.serviceBox {
		min-height: auto;
		padding: 2rem 1rem;
		margin-bottom: 1rem;
	}

	.serviceBox figure img {
		width: 80px;
	}

	.serviceHeading {
		margin-bottom: 1rem;
	}

	.serviceBtn {
		margin-top: 2rem;
	}

	.faqImage .mainHeading {
		font-size: 2.5rem;
	}

	.faqContent form {
		margin-bottom: 2rem;
	}

	.faqSec #accordion .card .card-body {
		padding: 0rem 0rem 0.5rem 0rem;
	}

	.faqSec #accordion .card {
		margin-bottom: 1rem;
		padding: 0 0 1rem 0;
	}

	.journeyContent h2 {
		font-size: 1.75rem;
	}

	.journeyContent p {
		font-size: 1.125rem;
	}

	.journeySec {
		padding: 5rem 0;
	}

	footer {
		padding-top: 4rem;
	}

	.newsLetter label {
		font-size: 0.85rem;
	}

	.newsLetter h3 {
		font-size: 1.125rem;
	}
	
	.feelingsSect .aboutContent.aboutContent2.aos-init.aos-animate {
    padding: 0 0;
}

.feelingsSect ul.secContenttwo p {
    font-size: 1rem;
}

.feelingsSect .aboutContent.aboutContent2 h2 {
    font-size: 1.3rem;
}

.clnderSect .aboutContent.aboutContent3 {
    padding: 5rem 2rem 0 2rem!important;
}
.clientImage img {
    height: 700px;
}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	.navbar-brand {
		text-align: right;
	}

	.mainBanner {
		height: 600px;
		padding-bottom: 5rem;
	}

	.bannerContent p {
		font-size: 1.125rem;
	}

	.aboutContent {
		padding: 1rem 1rem;
	}

	.aboutContent p {
		margin: 1rem 0;
	}
.themeBtn a{
	margin-bottom:10px;
}
	.serviceSec {
		padding: 3rem 0;
	}

	.mainHeading {
		font-size: 3rem;
	}

	.serviceHeading p {
		font-size: 1.125rem;
	}

	.clientSec::before {
		display: none;
	}

	.clientSec {
		padding: 4rem 0;
	}

	.clientContent {
		margin: 1rem 0 0 0;
	}

	.faqSec {
		padding: 3rem 0 2.5rem 0;
	}

	.faqContent form {
		max-width: 1000%;
	}

	.faqContent {
		margin-top: 1rem;
	}

	.journeySec {
		padding: 3rem 0;
	}

	.journeyImage {
		margin: 1rem 0;
	}

	.journeyForm input {
		height: 20px;
	}

	a.footLogo img {
		width: 150px;
	}

	.links li a {
		font-size: 1.125rem;
		padding: 4px 0;
		display: block;
	}

	ul.links {
		margin: 1rem 0;
	}

	a.footLogo {
		margin-bottom: 1rem;
		display: block;
	}

	.newsLetter .form-control {
		height: 20px;
	}

	.newsLetter button {
		width: 100%;
	}

	.copyRight {
		margin-top: 2rem;
	}

	.footFlex ul li a,
	.footFlex p {
		font-size: 1rem;
	}

	header .d-none {
		display: block !important;
	}

	.headBtn {
		display: none;
	}

	.aboutBanner h2 {
		font-size: 3rem;
	}

	.aboutBanner {
		height: 400px;
	}

	.secHeading br {
		display: none;
	}

	.missionBox {
		padding: 2rem 2rem;
		margin-bottom: 1rem;
	}

	.missionSec {
		padding: 4rem 0;
	}

	.detailHeading {
		margin-bottom: 1rem;
	}

	.serviceInner {
		padding: 4rem 0;
	}

	.detailImage img {
		border-radius: 10px;
	}

	.reviewInner {
		padding: 3rem 0;
	}

	.reviewBoxs {
		border-radius: 10px;
		margin-top: 1rem;
	}

	.contactImg {
		margin-top: 1rem;
	}

	.contactInner {
		padding: 3rem 0;
	}

	.contactPage {
		padding: 3rem 0;
	}

	.contactForm .form-group {
		margin-bottom: 1rem;
	}

	.contactForm textarea {
		height: 100px;
	}

	.contactForm button {
		margin-top: 1rem;
	}
	.feelingsSect .aboutContent.aboutContent2 h2 br {
    display: none;
}

.feelingsSect {
    padding: 4rem 0 !important;
}

.feelingsSect ul.secContenttwo p br {
    display: none;
}

.feelingsSect ul.secContenttwo p {
    margin: 0;
}

.feelingsSect .aboutContent.aboutContent2 ul {
    margin: 1rem 0 2rem 0;
}
.clientImage img {
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.faqImage img {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    height: unset !important;
}
.bannerContent h1 {
    font-size: 3rem;
}

.bannerContent ul {
    margin: 0 0 1rem 0 !important;
    list-style-position: inside !important;
}

ul.secContenttwo li {
    padding: 2rem 1rem !important;
}
}

@media (max-width: 575.98px) {

	.navbar-brand img {
		width: 100px;
	}

	.menu-Bar {
		left: 2.3rem;
	}

	.bannerContent h1 {
		font-size: 2.5rem;
	}

	.bannerContent p br {
		display: none;
	}

	.mainBanner {
		height: 520px;
        padding: 0;
        display: flex;
        align-items: center;
	}

	.mainBanner:before {
		content: "";
		position: absolute;
		background: var(--black);
		inset: 0;
		opacity: 20%;
	}
	
	.bannerContent ul {
    margin: 1rem 0 !important;
    list-style-position: inside !important;
}

.bannerContent {
    margin-top: 8rem;
}

	.secHeading {
		font-size: 2rem;
	}

	.mainHeading {
		font-size: 2.5rem;
	}

	.serviceBox figure img {
		width: 60px;
	}

	.serviceBtn {
		margin-top: 1rem;
	}

	.clientSec {
		padding: 3rem 0;
	}

	.clientImage img {
		border-radius: 10px;
	}

	.clientContent h2 {
		font-size: 2rem;
	}

	.faqImage .mainHeading {
		font-size: 2rem;
	}

	.listOne li a {
		font-size: 1.125rem;
	}

	footer {
		padding-top: 2rem;
	}

	.footFlex {
		flex-direction: column;
		align-items: baseline;
		gap: 8px;
	}

	.copyRight {
		padding: 1rem 0;
	}

	.aboutBanner {
		height: 350px;
	}

	.missionSec {
		padding: 3rem 0;
	}

	.aboutContent p {
		width: 100%;
	}
	.aboutContent .themeBtn{
		margin-bottom:20px;
	}

	.serviceInner {
		padding: 3rem 0;
	}

	.srvDetails h2 {
		font-size: 2.5rem;
	}
	
	.calendly-inline-widget {
    min-width: 100% !important;
    height: 900px !important;
}

.tQ1xYUpfrkOxuvsKBoho.A2CcZO8SoJZw62kJVsK7 {
    margin: 0 !important;
}

.dukviH9w_EuHzTw_qBQt._o4yKEXO8fZvesyAJG0I {
    margin: 0 !important;
}
.booking-kit_diagnostics-container_9b8143d5.booking-kit_diagnostics-container-is-tablet-down_36560be1 {
    margin-top: 1rem !important;
}

.booking-kit_spot-picker-wrapper_2409c8c4.booking-kit_spot-picker-wrapper-is-tablet-down_6a6f5215 {
    min-height: 550px !important;
}

}

@media (max-width: 320.98px) {}