/*1200px*/
@media only screen and (max-width: 1359px) {
	/* ====Home page Design starts here===== */
	.who_we_are_area .service-box {
		padding-right: 40px;
		padding-left: 40px;
	}
	.why_choose_us .counter-part {
		font-size: 32px;
		line-height: 42px;
	}
	.why_choose_icon_part .why_choose-icon-wrap {
		margin-right: 37px;
		padding-right: 37px;
	}
	/* ====Home page Design ends here===== */
	/* ====inspection process page Design starts here===== */
    .after_bnr_part li .after_bnr_txt {
		padding: 71px 80px 70px 0;
	}
	.after_bnr_part li:nth-child(2n) .after_bnr_txt {
		padding: 71px 0px 70px 80px;
	}
	.after_bnr_part li .after_bnr_txt .process-title, .after_bnr_part li:nth-child(2n) .after_bnr_txt .process-title {
		font-size: 23px;
		line-height: 38px;
	}
	/* ====inspection process page Design ends here===== */

	/* ---------- 15th feb 2024 responsive starts(mkk) ------------*/

	/* home page starts */
	.productSection .product-title {
		font: 600 19px 'Open Sans', sans-serif;
	}
	.productSection .content_area {
		height: 55px;
	}
	/* home page ends */

	/* ---------- 15th feb 2024 responsive ends(mkk) ------------*/
	
  }
  
  /*1170px*/
  @media only screen and (max-width: 1199px) {
	/* ---------- 15th feb 2024 responsive starts(mkk) ------------*/

	/* home page starts */
	.productlider .item figure.icon img {
		object-fit: cover;
		height: 100%;
	}
	/* home page ends */

	/* ---------- 15th feb 2024 responsive ends(mkk) ------------*/
  }
  
  /*992px*/
  @media only screen and (max-width: 1169px) {
    /* ====Home page Design starts here===== */
    .site-header .menu {
		column-gap: 25px;
	}
	.navbar-brand {
		max-width: 150px;
	}
	.bannerSection .banner-content .content {
		font-size: 45px;
		line-height: 58px;
	}
	.bannerSection .sub-content {
		font-size: 32px;
		line-height: 32px;
	}
	.bannerSection .btn-wrap a {
		font-size: 13px;
		height: 45px;
		line-height: 43px;
		padding: 0 22px;
		margin-top: 25px;
	}
	.title {
		font-size: 30px;
		line-height: 41px;
		padding-bottom: 25px;
	}
	.who_we_are_area .service-box {
		padding-right: 20px;
		padding-left: 20px;
	}
	.who_we_are_area .content_area {
		font-size: 17px;
		line-height: 23px;
	}
	.why_choose_icon_part .why_choose-icon-wrap {
		margin-right: 20px;
		padding-right: 20px;
	}
	.why_choose_us .service-title {
		font-size: 22px;
		line-height: 30px;
	}
	.why_choose_us .counter-part {
		font-size: 26px;
		line-height: 32px;
	}
	.processSection .content-side {
		padding: 33px 25px 30px 25px;
	}
	p {
		font-size: 16px;
		line-height: 25px;
	}
	.become-a-partner .phone {
		font-size: 36px;
		line-height: 41px;
	}
	.become-a-partner .become-heading {
		font-size: 23px;
		line-height: 27px;
	}
	.become-a-partner .email a {
		font-size: 18px;
		line-height: 21px;
	}
	.become-a-partner .btn-become a {
		height: 48px;
		line-height: 47px;
	}
	/* ====Home page Design ends here===== */
	/* ====contact page Design starts here===== */
	.contact-us-form.partnerPage.contactPage .form {
		padding: 20px;
	}
  /* ====contact page Design ends here===== */
  /* ====press page Design starts here===== */
  .insight-page-bottom .content-wrap {
	padding: 20px 15px 20px 15px;
   }
  /* ====press page Design ends here===== */
  /* ====inspection process page Design starts here===== */
  .after_bnr_part li .after_bnr_txt {
	padding: 25px 30px 25px 0;
   }
   .after_bnr_part li:nth-child(2n) .after_bnr_txt{
	padding: 25px 0 25px 30px;
   }
   .after_bnr_part li:nth-child(2n) .case-study-image::after {
	top: 161px;
	}
   /* ====inspection process page Design ends here===== */
  }
  
  /*768px*/
  @media only screen and (max-width: 991px) {
   /* ====Home page Design starts here===== */
   .responsive_btn {
		display: block;
		background: #fff;
		color: #000;
    }
	.responsive_btn span, .responsive_btn span::before, .responsive_btn span::after {
		background: #000;
	}
	.responsive_nav li a {
		font: 500 14px 'Open Sans', sans-serif;
		line-height: 19px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		display: block;
		padding: 12px 20px;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		box-shadow: 0 2px 5px #959595;
		background: rgba(0, 0, 0, 0.8);
	}
	.site-header .menu{display: none;}
	.header-wrap {
		padding: 13px 0px;
		border-radius: 7px;
		background: rgba(0, 0, 0, 0.5);
	}
	.bannerSection .banner-img {
		position: relative;
		padding-top: 60%;
	}
	.bannerSection .banner-img img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.navbar-brand::after {
		content: inherit;
	}
   .bannerSection .banner-content .content {
		font-size: 39px;
		line-height: 53px;
   }
   .bannerSection .banner-content h3 {
		font-size: 16px;
		line-height: 26px;
    }
	.bannerSection .sub-content {
		font-size: 28px;
		line-height: 28px;
	}
	.who_we_are_area {
		padding: 50px 0 0 0;
	}
	.title {
		font-size: 28px;
		line-height: 36px;
		padding-bottom: 22px;
	}
	.why_choose_us {
		margin: 0px 0 0 0;
		padding: 50px 0 0 0;
	}
	.processSection {
		padding: 50px 0 50px 0;
	}
	.productSection .title {
		margin-bottom: 20px;
	}
	.products-us-page .product_area figure.icon, .productlider .item figure.icon {
		height: 250px;
	}
	.productSection .product-title {
		font-size: 19px;
		line-height: 23px;
		padding: 15px 0 9px 0;
	}
	.productSection {
		padding: 0 0 30px 0;
	}
	.who_we_are_area .service-box::before {
		content: inherit;
	}
	.who_we_are_area .service-box {
		border-right: none;
	}
	.who_we_are_area .service-box-wrap {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.who_we_are_area .service-box{
		background: #f7f7f7;
	}
	.who_we_are_area .title {
		margin-bottom: 45px;
	}
	.who_we_are_area .service-box{
		padding-top: 20px;
	}
	.who_we_are_area {
		padding: 50px 0 50px 0;
	}
	.why_choose_us .why_choose_icon_part {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.why_choose_us .why_choose-icon {
		background: #fff;
		/* padding: 25px 0; */
	}
	.why_choose_icon_part .why_choose-icon-wrap {
		margin-right: 0;
		padding-right: 0px;
		border-right: none;
		background: #00b8f1;
        padding: 20px;
	}
	.processSection .process-wrap{
		display: block;
	}
	.processSection .content-side {
		margin: 0 0 0 0px;
		padding: 35px 0 0 0;
	}
	.processSection .content-side::after {
		content: inherit;
	}
	.processSection .content-side::before {
		content: inherit;
	}
	.processSection {
		padding: 30px 0 50px 0;
	}
	.processSection .image-side{
		height: 380px;
	}
	.processSection .image-side img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.footerSection ul li a {
		font-size: 13px;
		line-height: 24px;
	}
	.become-a-partner .phone {
		font-size: 32px;
		line-height: 35px;
	}
	.become-a-partner .become-heading {
		font-size: 20px;
		line-height: 23px;
	}
	.become-a-partner .btn-become a {
		bottom: -114%;
		left: 37%;
	}
	.footerSection {
		padding: 80px 0 40px 0;
	}
   /* ====Home page Design ends here===== */
   /* ====what we do page Design starts here===== */
	.who_we_are_area.common-part{
		padding: 50px 0 0 0;
	}
	.who_we_are_area.who_we_are_page {
		padding: 30px 0 50px 0;
	}
	.videoSection {
		padding-bottom: 50px;
	}
	.footerSection .img-footer {
		margin-bottom: 10px;
		max-width: 162px;
	}
	.inner_banner_image figure {
		padding-top: 41%;
	}
  /* ====what we do page Design starts here===== */
  /* ====partners page Design starts here===== */
  .contact-us-form.partnerPage {
	padding-bottom: 50px;
   }
	.partnerlogoSection {
		padding-bottom: 50px;
	}
  /* ====partners page Design ends here===== */
  /* ====contact page Design starts here===== */
  .mapsection {
	padding-bottom: 50px;
  }
  .contactPage .icon-content {
	font-size: 14px;
	line-height: 19px;
	}
	.contactPage .icon-wrap {
		column-gap: 11px;
		margin-bottom: 20px;
	}
  /* ====contact page Design ends here===== */
  /* ====press page Design starts here===== */
  .press-us-page .blog-part{
	row-gap: 25px;
	}
	.press-us-page.insight-page-bottom {
		padding-bottom: 50px;
	}
	.blog-single .blog-img {
		padding-top: 41%;
	}
	.blog-single {
		padding: 0 0 50px 0;
	}
  /* ====press page Design ends here===== */
  /* ====inspection process page Design starts here===== */
  .after_bnr_part li .after_bnr_txt {
		float: none;
		width: 100%;
   }
   .after_bnr_part li .case-study-image {
	position: relative !important;
	height: 264px;
   }
	.after_bnr_part li .case-study-image {
		position: inherit;
		width: 100%;
	}
	.process_page iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		padding-bottom: 11px;
	}
	.after_bnr_part li:nth-child(2n) .case-study-image::after {
		content: inherit;
	}
	.after_bnr_part li:nth-child(2n) .after_bnr_txt {
		float: none;
		width: 100%;
	}
	.after_bnr_part li:nth-child(2n) .case-study-image {
		position: inherit;
		width: 100%;
   }
	.process_page .case-study-image figure{
		position: inherit;
		padding-top: 0;
	}
	.process_page figure img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.process_page .case-study-image figure {
		height: 300px;
	}
	.after_bnr_part li .after_bnr_txt {
		padding: 25px 0px 25px 0;
	}
	.after_bnr_part li:nth-child(2n) .after_bnr_txt {
		padding: 25px 0 25px 0px;
	}
	.after_bnr_part li .case-study-image {
		padding: 0 0 25px 0;
	}
	.after_bnr_part li .case-study-image::after, .after_bnr_part li .case-study-image::after {
		content: inherit;
	}

  /* ====inspection process page Design ends here===== */
  .login-btn {
	top: 20%;
   }
  }
  
  /*600px*/
  @media only screen and (max-width: 767px) {
	/* ====Home page Design starts here===== */
    .who_we_are_area .service-box-wrap {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.footerSection .icon i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 4px 0 0px;
	}
	.footerSection .third-part a {
		font-size: 11px;
		line-height: 22px;
	}
	.footerSection h3 {
		font-size: 16px;
		line-height: 23px;
	}
	/* ====Home page Design ends here===== */
	/* ====what we do page Design starts here===== */
	.resource-title {
		font-size: 21px;
		line-height: 24px;
	}
	/* ====what we do page Design ends here===== */
	/* ====contact page Design starts here===== */
    .contact-us-form.partnerPage.contactPage .form {
		margin-top: 35px;
	}
	/* ====contact page Design ends here===== */
  }
  
  /*480px*/
  @media only screen and (max-width: 599px) {
	/* ====Home page Design starts here===== */
	.navbar-brand {
		max-width: 120px;
	}
	.sticky .navbar-brand {
		max-width: 110px;
	}
	.responsive_btn {
		width: 35px;
		height: 35px;
		border-radius: 2px;
	}
	.bannerSection .banner-content .content {
		font-size: 28px;
		line-height: 37px;
	}
	.bannerSection .banner-content h3 {
		font-size: 13px;
		line-height: 24px;
	}
	.bannerSection .sub-content {
		font-size: 21px;
		line-height: 22px;
	}
	.bannerSection .banner-img {
		position: relative;
		padding-top: 119%;
	}
	.bannerSection .banner-img img{
       position: absolute;
	   top: 0;
	   left: 0;
	   width:100%;
	   height: 100%;
	   object-fit: cover;
	}
	.bannerSection .btn-wrap a {
		font-size: 13px;
		height: 44px;
		line-height: 43px;
		padding: 0 22px;
		margin-top: 25px;
		border-radius: 4px;
	}
	.bannerSection .banner-img::before {
		background: rgba(0, 0, 0, 0.3);
	}
	.who_we_are_area .service-box-wrap {
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.who_we_are_area .service-box {
		min-height: auto;
		padding: 25px;
	}
	.title {
		font-size: 21px;
		line-height: 28px;
		padding-bottom: 22px;
	}
	.who_we_are_area .service-box:hover .icon {
		background: #dcdcdc;
	}
	.why_choose_us .why_choose_icon_part {
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.why_choose_us .service_area {
		padding: 0px 0 25px 0;
	}
	p {
		font-size: 15px;
		line-height: 23px;
	}
	.processSection {
		padding: 30px 0 40px 0;
	}
	.become-a-partner .email a {
		font-size: 15px;
		line-height: 19px;
	}
	.become-a-partner .phone a {
		padding-left: 0px;
		letter-spacing: 0px;
	}
	.become-a-partner .btn-become a {
		bottom: -85%;
		left: 31%;
		font-size: 13px;
		height: 44px;
		line-height: 42px;
		padding: 0 22px;
		/* margin-top: 25px; */
		border-radius: 4px;
	}
	.productSection .btn {
		font-size: 13px;
		height: 44px;
		line-height: 43px;
		padding: 0 22px;
		border-radius: 4px;
	}
	.become-a-partner {
		padding: 43px 0 50px 0;
	}
	.become-a-partner .phone {
		font-size: 27px;
		line-height: 30px;
		padding: 9px 0;
	}
	.become-a-partner .become-heading {
		font-size: 18px;
		line-height: 20px;
	}
	.footerSection .img-footer {
		margin-bottom: 16px;
		max-width: 190px;
	}
	.footerSection h3 {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 11px;
	}
	.footerSection .second-part{
        padding: 20px 0;
	}
	.footerSection .third-part a {
		font-size: 14px;
		line-height: 20px;
	}
	.footerSection .second-part li::before {
		opacity: 1;
		visibility: visible;
		color: #fff;
	}
	.footerSection .second-part a {
		transform: translateX(15px);
	}
	.footer_social_links i.fa-facebook-f{
		border: 1px solid #3B5998;
		background: #3B5998;
	}
	.footer_social_links i.fa-twitter{
		border: 1px solid #1DA1F2;
		background: #1DA1F2;
	}
	.footer_social_links i.fa-linkedin-in{
		border: 1px solid #0077B5;
		background: #0077B5;
	}
	.footer_social_links i.fa-instagram{
		border: 1px solid #ee2a7b ;
		background: linear-gradient(60deg,#f9ce34, #ee2a7b, #6228d7);
	}
	.footer_social_links i.fa-youtube{
		border: 1px solid #FF0000 ;
		background: #FF0000;
	}
	/* ====Home page Design ends here===== */
	/* ====what we do page Design starts here===== */
    .who_we_are_area .title {
		margin-bottom: 30px;
	}
	.sub-title {
		font-size: 14px;
		line-height: 22px;
	}
	.resource-title {
		font-size: 17px;
		line-height: 21px;
	}
	.who_we_are_area.who_we_are_page {
		padding: 15px 0 50px 0;
	}
	.inner_banner_image figure {
		padding-top: 70%;
	}
	.who_we_are_area.common-part {
		padding: 40px 0 0 0;
	}
	.who_we_are_area .title {
		margin-bottom: 20px;
		padding-bottom: 18px;
	}
	/* ====what we do page Design ends here===== */
	/* .products-us-page .product_area:last-child {
		margin-bottom: 0px;
	} */
	/* ====partners page Design starts here===== */
	.contact-us-form.partnerPage .form {
		padding: 0px 0px 0px 0px;
	}
	.contact-us-form input[type="submit"] {
		font-size: 13px;
		height: 44px;
		line-height: 43px;
		padding: 0 32px;
		margin-top: 7px;
		border-radius: 4px;
	}
	.contact-us-form input[type="text"], .contact-us-form input[type="email"], .contact-us-form input[type="tel"], .contact-us-form textarea {
		font-size: 15px;
		line-height: 27px;
		height: 40px;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.partnerlogoSlider {
		column-gap: 10px;
		row-gap: 10px;
	}
	.partnerlogoSlider li {
		border-radius: 4px;
		width: 48%;
	}
	/* ====partners page Design ends here===== */
	/* ====contact page Design starts here===== */
    .contact-us-form.partnerPage.contactPage .form {
		margin-top: 20px;
	}
	.contactPage .icon i {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		border-radius: 6px;
	}
	.mapsection iframe{
		height: 300px;
	}
	.btn {
		font-size: 13px;
		height: 44px;
		line-height: 43px;
		padding: 0 22px;
		/* margin-top: 25px; */
		border-radius: 4px;
	}
	/* ====contact page Design ends here===== */
	/* ====blog details page Design starts here===== */
    .blog-single .blog-img {
		padding-top: 70%;
	}
	.blog-single .blog-text {
		top: 12%;
		transform: inherit;
	}
	.blog-single .entry-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 7px;
	}
	.blog-single .date {
		font-size: 13px;
		line-height: 15px;
	}
	.blog-single .blog-img::after {
		background-color: rgba(11, 34, 69, 0.55);
	}
	/* ====blog details page Design ends here===== */
	/* ====inspection process page Design starts here===== */
    .after_bnr_part li .after_bnr_txt .process-title, .after_bnr_part li:nth-child(2n) .after_bnr_txt .process-title {
		font-size: 21px;
		line-height: 33px;
	}
	.after_bnr_part li .after_bnr_txt p,
	.after_bnr_part li:nth-child(2n) .after_bnr_txt p {
		font-size: 15px;
		line-height: 24px;
	}
	.login-btn a {
		font-size: 15px;
		border-radius: 5px;
	}
	.site-header {
		box-shadow: none;
	}
	/* ====inspection process page Design ends here===== */
  }
  
  /*360px*/
  @media only screen and (max-width: 479px) {
	
  }
  
  /*320px*/
  @media only screen and (max-width: 359px) {
	
  }