@media all and (max-width: 1199px){
	
}

@media all and (min-width: 992px){
	.header-menu{
		display: flex !important;
	}
}
@media all and (max-width: 991px){
	/* Mobile menu ----------------------------*/
	.header-button {
		display: none;
	}
	.mobile-headerbtn{
		display: block;
	}
	.mobile-menu {
		display: block;
	}
	.header-nav nav{
		position: absolute;
		width: calc(100% + 28px);
		top: 100%;
		left: -14px;
		background: #EDF8FF;
		z-index: 1;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		padding:40px 0;
		box-sizing: border-box;
		text-align: center;
		display: none;
	}
	.header-nav nav ul{
		flex-direction: column;	
	}
	.header-nav nav ul li{
		margin-bottom: 30px;
	}


	/* common css */
	.heading1 {
		font-size: 45px;
		line-height: 60px;
	}
	.heading2 {
    font-size: 32px;
    line-height: 42px;
	}
	.heading3{
		font-size: 28px;
		line-height: 36px;
	}
	.heading4 {
    font-size: 22px;
    line-height: 28px;
	}


	.pb-150 {
    padding-bottom: 100px;
	}
	.pt-150 {
    padding-top: 100px;
	}



	/* Home Page */
	.header-main {
    padding: 48px 0px;
		padding-bottom: 40px;
	}
	.banner-area .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 3rem;
	}
	.single-service {
    padding: 56px 43px 37px 43px;
	}
	.single-service span {
    height: 70px;
    width: 70px;
	}
	.star-review span svg{
		height: 30px;
		width: 32px;
	}
	.banner-area2 {
    padding-bottom: 80px;
	}
	.banner-area .heading1 {
    max-width: 550px;
		width: 100%;
		margin: auto;
	}


}

@media all and (max-width:767px){
	.header-logo a img {
    width: 127px;
    height: 24px;
	}
	#nav-icon {
    width: 21px;
    height: 21px;
	}
	#nav-icon.open span:nth-child(3) {
    top: 16px;
	}
	.footer-logo img {
    max-width: 127px;
    height: 24px;
	}
	.footer-area {
    padding: 40px 0px;
	}
	.banner-content-left {
    text-align: center;
	}
	.single-carousel-item-inner span svg{
		height: 32px;
		width: 32px;
	}
	.owl-dots {
    bottom: 100px;
	}
	.single-carousel-item{
		margin-bottom: 145px;
	}
	.blank-div{
		display: none;
	}
	.single-service1st{
		position: inherit;
	}
	.single-service::after{
		position: absolute;
		content: "";
		background: url("../images/home-img/line-mobile.png")no-repeat scroll center center / cover;
		height: 1px;
		width: 100%;
		left: 0;
		top: 0;
	}
	.banner-area {
    padding-top: 2px;
    padding-bottom: 0px;
		background: #EDF8FF;
	}
	.mobile-banner-home{ 
		display: block;
	}
	.beam{
		display: block;
	}
	.get-started-area {
    padding: 60px 0px;
	}

	.banner-area2 {
		padding-top: 2px;
    padding-bottom: 60px;
	}
	.terms-content-area {
    padding-bottom: 60px;
	}



}
@media all and (max-width:575px){
	/* common css */
	.heading1 {
		font-size: 32px;
		line-height: 40px;
	}
	.heading2 {
    font-size: 24px;
    line-height: 30px;
	}
	.heading3{
		font-size: 22px;
		line-height: 30px;
	}
	.heading4 {
    font-size: 20px;
    line-height: 30px;
	}


	.pb-150 {
    padding-bottom: 60px;
	}
	.pt-150 {
    padding-top: 60px;
	}

	.banner-form {
    padding: 30px 20px;
	}
	.get-started-content .heading2 img {
    max-width: 115px;
    margin-bottom: 2px;
	}
	.single-carousel-item {
    margin-bottom: 80px;
		margin-top: 68px;
	}
	.owl-dots {
    bottom: 40px;
	}
	.star-review {
    top: -54px;
	}
	.footer-content{
		justify-content: center;
	}
	.footer-content ul{
		justify-content: center;
		flex-wrap: wrap;
	}
	.desk-logo{
		display: none;
	}
	.mobile-logo{
		display: block;
	}
	.name-field-main{
		flex-direction: column;
	}

	.banner-area2 {
		padding-top: 2px;
    padding-bottom: 40px;
	}
	.latest-resources-blog-area .section-title .heading2 {
    padding-bottom: 25px;
	}
	.resources-content-left img {
    height: 230px;
	}
	.single-resources-area .row {
    --bs-gutter-y: 16px;
	}
	.clients-area .section-title{
		max-width: 205px;
	}
	.banner-area .heading1 {
    max-width: 385px;
	}
	
}


@media all and (max-width:450px){
	/* common css */
	.heading1 {
		font-size: 24px;
		line-height: 32px;
	}
	.heading2 {
    font-size: 24px;
    line-height: 32px;
	}
	.heading3 {
    font-size: 18px;
    line-height: 26px;
}
	.heading4 {
    font-size: 18px;
	}


	.pb-150 {
    padding-bottom: 40px;
	}
	.pt-150 {
    padding-top: 40px;
	}
	.text_18 {
    font-size: 16px;
    line-height: 28px;
	}
	.text_16 {
    font-size: 14px;
    line-height: 20px;
	}

	.banner-area .row {
    --bs-gutter-y: 2rem;
	}
	.banner-form {
    padding: 24px 16px;
	}
	.report-area {
    padding-top: 40px;
    padding-bottom: 322px;
	}
	.btn-dark {
    font-size: 16px;
	}
	.get-started-area {
    padding: 40px 0px;
	}
	.banner-area2 {
    padding-bottom: 32px;
	}
	.latest-resources-blog-area .section-title .heading2 {
    padding-bottom: 16px;
	}
	.terms-content-area {
    padding-bottom: 40px;
	}
	.form-check-label {
    font-size: 12px;
	}
	.get-started-content .heading2 {
    flex-direction: column;
		gap: 2px;
	}
	.banner-area .heading1 {
    max-width: 288px;
	}
}
