@media only screen and (max-width: 2000px) and (min-width: 1900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }
  p {
    font-size: 22px !important;
    line-height: normal !important;
  }
  h1 {
    font-size: 60px !important;
  }

}

@media only screen and (max-width: 599px) and (min-width: 300px) {
  p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .heading h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
    text-align: center !important;
  }
  .site-header {
	padding: 10px 0;
}
  .mobile_menu_btn {
        display: block;
    }
    .position-relative.header_search {
	width: 170px;
}
  .banner {
    padding: 0;
    height: auto;
    background-size: cover;
    background-position: right;
  }
  .banner .banner_overlay {
    padding: 40px 10px;
  }
  .banner .banner_overlay h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: normal;
    margin: 0 !important;
  }
  .banner .form_div {
    margin-top: 30px;
    padding: 30px;
    min-height: auto;
  }
  .services .service_info .info {
	padding: 10px;
  }
  .services .service_info .info h1 {
	font-size: 25px;
	margin: 20px 0;
  }
  .services #myTab {
	gap: 0;
    justify-content: center;

}
.services #myTab .nav-item {
	flex-basis: 50%;
}
.services .nav-tabs .nav-link{
font-size: 13px;
}
.services .nav-tabs .nav-link img {
	width: 70px;
	height: 70px;
}
.gotosection_links {
	display: none !important;
}
.inner_banner {
	height: 150px;
}
.aboutUs .text_side {
	padding: 10px;
}
.purpose_ul .purpose_li {
  flex-basis: 100%;
}
.wecanuse_div #myTab .nav-item {
	flex-basis: 50%;
}
.wecanuse_div #myTab {
	display: none;
}
.wecanuse_div .wecanuse_ul .wecanuse_li {
  flex-basis: calc(100% - 20px);
}
.contact_us .details .address span{
    flex-basis: 100%;
}
}