@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1800px;
	}
}

@media only screen and (max-width: 1600px) {

	.menuWrap .menu {
		gap: 2rem;
	}
	
	.serviceInner {
    padding: 5rem 2rem;
}
	
	.banContent h1 {
    font-size: 2.75rem;
}

.banContent h4 {
    font-size: 2.3rem;
}

	nav.menuWrap {
		gap: 3rem;
	}

	.mainBanner {
		height: 900px;
	}

	.productSec .col-md-9 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}

	.productBox h4 {
		font-size: 1rem;
	}

	.abotuContent p {
		width: 90%;
	}

	.aboutSec .col-md-10 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}

	.abt2 {
		margin: 0;
	}

	.secHeading {
		font-size: 4rem;
	}

	.customerContent h2 {
		font-size: 4rem;
	}

	.customerContent h4 {
		margin-top: 2rem;
	}

	.customerBox {
		padding: 6rem 0;
	}

	.connectContent p {
		width: 90%;
	}

	.instaHeading h2 {
		font-size: 4rem;
	}

	.srvTexts {
		margin: 0;
	}

	.srvTexts h2 {
		font-size: 3rem;
	}

	.srvTexts p {
		width: 90%;
	}
	
	.abt3 {
    right: 2%;
    }
    .productBox p {
       font-size: 0.85rem;
    }
    .productBox figure img{
         max-width: 80%;
    }
    section.aboutSec .container {
        max-width: 100%;
    }
    .abt1 {
        left: 2%;
    }
}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}
	
	.abt3 {
    right: 0rem;
}
.banContent h1 {
    font-size: 2.5rem;
}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	.productBox {
		padding: 1.5625rem 1rem 1.875rem 1rem;
		min-height: unset;
	}

	.productSec {
		padding-bottom: 5rem;
	}

	.mainBanner {
		height: 800px;
		padding-bottom: 7rem;
	}

	.banContent figure img {
		width: 350px;
	}

	.banContent h1 {
		font-size: 3.5rem;
	}

	.abt3 {
		width: 300px;
	}

	.abt1 {
		width: 300px;
		z-index: 11;
	}

	.aboutImages {
		margin-top: 4rem;
	}

	.serviceHeading {
		padding: 3rem 2rem;
	}

	.serviceBoxs {
		padding: 3rem 3rem;
	}

	.serviceContent p {
		width: 100%;
		margin: 1rem 0 1rem 0;
	}

	.serviceContent span {
		margin-bottom: 1rem;
	}

	.serviceContent h3 {
		font-size: 3rem;
	}

	.serviceContent a {
		padding: 0.9375rem 1.5em;
	}

	.customerContent p {
		width: 70%;
	}

	.customerContent h4 {
		font-size: 1.75rem;
	}

	.links li a {
		font-size: 1.125rem;
	}

	.footSubscribe h4 {
		font-size: 1.125rem;
	}

	.srvTexts h2 {
		font-size: 2.5rem;
	}

	.srvTexts p {
		margin-bottom: 1rem;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	.menuWrap .menu a {
		padding: 10px 10px;
	}

	.main-header {
		position: relative;
		padding: 1rem 0;
	}

	.menu-Bar {
		display: block;
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
		right: 5rem;
	}

	.menuWrap.open {
		display: flex;
		left: 0px;
		gap: 1rem;
	}

	.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
	}

	.menu>li.active>a,
	.menu > li.current-menu-item > a{
		color: var(--white) !important;
	}

	.form-inline a {
		color: var(--white);
		border-color: white;
	}

	ul.menu li {
		display: block
	}

	ul.menu li a {
		padding: 0;
		display: block;
		text-align: center;
		color: #fff;
	}

	.menuWrap .menu {
		display: block;
	}

	.productBox h4:before {
		width: 100px;
		height: 2px;
	}

	.aboutSec {
		padding: 5rem 0 5rem 0;
	}

	.customerBox .swiper-button-next {
		right: 3rem;
	}

	.customerBox .swiper-button-prev {
		left: 3rem;
	}

	.connectContent p {
		width: 100%;
		margin: 1.5rem 0;
	}

	.connectSec {
		padding: 5rem 0;
	}

	.instaSec .swiper-button-next,
	.instaSec .swiper-button-prev {
		width: 40px;
	}

	.menu>li.dropitem:hover>.dropdownHover {
		left: -4rem;
	}

	.innerBanner h2 {
		font-size: 4rem;
	}

	.innerBanner {
		padding: 13rem 0 5rem 0;
	}

	.srvTexts h2 br {
		display: none;
	}

	.preLoader img {
		width: 250px;
	}
	.productBox {
       min-height: 460px;
       margin: 0 0 1rem 0;
}

.productBox figure img {
    width: 140px;
}
.abt1 {
    z-index: 11;
    width: 250px;
}
.productSec {
    padding: 4rem 0;
}
.abt1, .abt3 {
    position: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.aboutImages {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}
.abotuContent p {
    width: 100%;
}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	a.logo.navbar-brand img {
		width: 150px;
	}

	.banContent figure img {
		width: 250px;
	}

	.mainBanner {
		height: 600px;
		padding-bottom: 4rem;
	}

	.productBox {
		min-height: auto;
	}

	.productSec {
		padding: 4rem 0;
	}

	.productBox figure img {
		width: 150px;
	}

	.abotuContent p {
		width: 100%;
	}

	.serviceSec {
		padding: 4rem 0;
	}

	.serviceHeading h2 img {
		width: 50px;
	}

	.serviceHeading p br {
		display: none;
	}

	.serviceHeading p {
		font-size: 1.125rem;
	}

	.serviceBoxs {
		padding: 2rem 2rem;
	}

	.serviceContent {
		margin-bottom: 1rem;
	}

	.beginSec {
		padding: 6rem 0;
	}

	.customerSec {
		padding: 3rem 0;
	}

	.customerContent ul li i {
		font-size: 1.25rem;
	}

	.customerBox {
		padding: 4rem 0;
	}

	.connectContent {
		margin-bottom: 1rem;
	}

	.listTwo {
		margin-top: 1rem;
	}

	.instaHeading h2 {
		font-size: 3rem;
	}

	a.footLogo img {
		width: 250px;
		margin-bottom: 2rem;
	}

	.contactLinks li a {
		font-size: 1.125rem;
	}

	ul.contactLinks {
		margin: 1.5rem 0;
	}

	.termsLinks li a {
		font-size: 1.125rem;
	}

	.copyRight p {
		font-size: 1.125rem;
		text-align: left;
		margin-top: 10px;
	}

	.copyRight {
		padding: 2rem 0 1.875rem 0;
	}

	footer {
		padding-top: 3rem;
	}

	.srvTexts {
		margin-top: 1rem;
	}

	.serviceInner {
		padding: 4rem 1rem;
	}

	.srvTexts p {
		width: 100%;
	}

	.servImage img {
		border-radius: 0 40px 40px 0;
	}
	
	.banContent h4 {
    width: 100%;
    font-size: 2.2rem;
}

.banContent h1 {
    font-size: 3rem;
}
.servImage img {
    object-fit: cover !important;
    height: auto !important;
}
}

@media (max-width: 575.98px) {

	.banContent h1 {
		font-size: 2.2rem;
	}

	.banContent h4 {
		font-size: 1.75rem;
		margin: 1rem 0;
	}

	.banContent figure img {
		width: 200px;
	}

	.mainBanner {
		height: 500px;
		padding-bottom: 2rem;
	}

	.banContent {
		margin-top: 5rem;
	}

	.mmheader {
		padding: 0.875rem 1rem;
	}

	.menu-Bar {
		right: 2.5rem;
	}

	.banContent a {
		padding: 14px 2em;
	}

	.productBox figure img {
		width: 100px;
	}

	.productSec {
		padding: 3rem 0;
	}

	.secHeading {
		font-size: 3rem;
	}

	.abotuContent h4 {
		font-size: 2rem;
		margin: 1rem 0;
	}

	.aboutSec {
		padding: 3rem 0;
	}

	.abt1,
	.abt3 {
		margin: 0;
		position: unset;
	}

	.aboutImages {
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 1rem;
		align-items: center;
	}

	.aboutImages img {
		width: 100%;
	}

	.serviceSec {
		padding: 3rem 0;
	}

	.serviceHeading {
		padding: 2rem 1rem;
	}

	.serviceBoxs {
		padding: 2rem 1rem;
	}

	.beginContent p {
		margin: 1rem 0;
	}

	.customerContent h2 {
		font-size: 3rem;
	}

	.customerContent ul {
		margin: 1rem 0;
	}

	.customerBox .swiper-button-next {
		right: 1rem;
	}

	.customerBox .swiper-button-prev {
		left: 1rem;
	}

	.customerContent p {
		width: 90%;
	}

	.customerContent h4 {
		font-size: 1.5rem;
		margin-top: 1rem;
	}

	.connectSec {
		padding: 3rem 0;
	}

	.instaSec {
		padding: 3rem 0;
	}

	a.footLogo img {
		width: 200px;
	}

	.innerBanner h2 {
		font-size: 2.5rem;
	}

	.srvTexts h2 {
		font-size: 2rem;
	}

	.preLoader img {
		width: 200px;
	}
	.customerBox h2 {
    font-size: 3rem;
}
.dropdownHover>li a {
    font-size: 12px;
}
.postid-66 .servImage img {
    height: auto !important;
}
.aboutImages {
    margin: 0;
}
}

@media (max-width: 320.98px) {}