@media (max-width: 992px) {
  .container {
    max-width: 90%;
  }

  .headpoints.text-center h6 {
    font-size: 18px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 21px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }
.thankyuousection {
    min-height: auto !important;
}	

}

@media (max-width: 530px) {
  h1.headingmain {
    font-size: 22px !important;
  }
	.queriesIMG{
		width: 90%;
		margin: auto;
	}
	
  .experienceddiv h6 {
    font-size: 14px;
  }

  .border-end {
    border: none !important;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95%;
  }

  .fs-18 {
    font-size: 15px;
  }

  span.menu-item.d-flex.align-items-center.fs-12.text-dark {
    display: none !important;
  }

  h1.headingmain {
    font-size : 25px;
    margin-top: 1rem;
  }

  .sectionmargin {
    margin: 45px 0;
  }

  button.navbar-toggler {
    font-size: 17px;
    position : absolute;
    right    : 15px;
  }

  .applyNowPop {
    padding: 0px 7px 30px;
  }

  .menuitnsdnone {
    display: none !important;
  }

  .logo img {
    width: 100%;
  }

  .key-wrapper .key-wrap {
    flex-direction  : column;
    text-align      : center;
    width           : calc(33.33% - 10px);
    align-items     : center !important;
    background-color: #f2f3f8;
    margin          : 0 5px;
    border-radius   : 6px;
    padding         : 10px 7px;
  }

  .key-wrapper .key-wrap .key-title {
    font-size  : 12px;
    margin     : 5px 0;
    font-weight: 700;
  }

  .key-wrapper .key-wrap .key-content {
    font-size : 9px;
    margin-top: 2px !important;
  }

  .semiiconDBA {
    font-size: 12px;
  }

  .banner-people {
    width: 100%;
  }

  .borderTop {
    border-top             : 1px solid #0056d280;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
  }

  .borderLeft {
    border-right    : 1px solid #0056d280;
    border-left     : 1px solid #0056d280;
    background-color: aliceblue;
  }

  .w-50 {
    width: 50% !important;
  }
}

@media (min-width: 540px) and (max-width: 1300px) {
  .headingmain {
    font-size: 27px !important;
  }

  p.fs-14.fw-500.mb-1 {
    font-size: 10px;
  }

  span.fs-14.text-truncate {
    font-size: 12px;
  }

  h6.fw-600.mb-4.text-truncate {
    font-size: 13px;
  }

  .w-33 {
    width: 33.3%;
  }

  .w-33 p {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  button.navbar-toggler {
    font-size: 22px;
    position : absolute;
    right    : 15px;
  }

}