@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .sectionCircleArea {
    max-width: 1200px;
    margin: 0 auto;
  }
  .homeCicle.right.rightMiddle {
    margin-right: 0;
  }

  .homeCicle.leftMiddle {
    margin-left: 0;
  }

  .homeCicle.left {
    margin-left: 0;
  }

  .homeCicle img {
    max-width: 200px;
  }

  .homeCicle.right {
    margin-right: 0;
  }
  .heroTxt {
    padding-left: 150px;
  }
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navLogo {
    max-width: 150px;
  }

  .navigationLeft {
    width: 330px;
  }

  .heroTxt {
    margin-left: 30%;
    padding-top: 600px;
  }

  .heroTxt h1 {
    font-size: 60px;
  }

  .heroTxt h2 {
    font-size: 50px;
  }

  .singleHeroSlide {
    width: 100%;
  }

  .singleHeroSlide {
    display: block;
  }

  .heroBottomMap {
    display: none;
  }

  .headerTxt p,
  .headerTxt p a {
    font-size: 14px;
  }

  .imageAndContentGrid {
    gap: 20px;
  }

  .imageAndContentGrid h2 {
    font-size: 38px;
  }

  .footerMenu li a {
    margin: 0 10px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerSearchForm {
    display: none;
  }

  .navLogo {
    max-width: 170px;
  }

  .headerTxt p,
  .headerTxt p a {
    font-size: 12px;
  }

  .headerRight {
    display: none;
  }
  .navButton {
    position: absolute;
    right: 15px;
    top: -10px;
    height: 55px;
    width: 62px;
    background: #0f75bc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }

  .navigationLeft {
    transition: 0.4s;
    margin-left: -400px;
  }

  .navigationLeft.expand {
    margin-left: 0;
  }
  .navButton.expand i::before {
    content: '\f136';
  }

  .singleHeroSlide {
    height: 700px;
  }

  .sectionCircleArea .homeCicle {
    margin: 0 !important;
    width: auto !important;
    padding: 20px 30px;
  }

  .homeCicle img {
    max-width: 100%;
  }

  .circleTxt h5 {
    font-size: 18px;
  }

  .circleTxt h4 {
    font-size: 20px;
  }

  .sectionAbout {
    padding-bottom: 50px;
  }

  .imageAndContentGrid h2 {
    margin-top: 0;
    font-size: 40px;
  }

  .leftBdrFull {
    left: -1250px;
  }

  .footerMenu li a {
    margin: 0px 12px;
  }

  .sectionHomeBottom {
    height: 550px;
  }

  .sectionHomeBottom .sectionContentWhite {
    margin-top: 300px;
  }

  .footerSocial a {
    font-size: 14px;
  }

  .footerTxt h5 {
    font-size: 17px;
  }
  .heroTxt {
    z-index: 1;
  }
  .sectionBorder {
    display: none;
  }
  .heroShadowBottom {
    z-index: 1;
  }
  .sectionAbout .singleImg {
    margin-top: 30px;
  }
  .logoTxtGrid img {
    height: auto;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .headerSearchForm {
    display: none;
  }
  .logoTxtGrid {
    display: block;
  }
  .txtBlue {
    margin-top: 20px;
  }
  .txtBlue {
    margin-bottom: 10px;
  }

  .logoTxtGridParent p {
    text-align: left;
  }

  .tableSec {
    overflow-x: scroll;
  }
  .tableSec table {
    width: 700px;
  }
  .heroTxt {
    z-index: 1;
  }
  .leftShapeNumber span {
    left: 10px;
  }

  .rightContentBusiness p {
    font-size: 18px;
  }

  .businessAdvan {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sectionAbout .singleImg {
    margin-top: 30px;
  }
  .mapRight {
    margin-top: 30px;
    margin-right: 0;
  }

  .sectionBorder {
    display: none;
  }
  .navLogo {
    max-width: 170px;
  }
  .heroShadowBottom {
    z-index: 1;
  }
  .headerTxt p,
  .headerTxt p a {
    font-size: 12px;
  }

  .headerRight {
    display: none;
  }
  .navButton {
    position: absolute;
    right: 15px;
    top: -10px;
    height: 55px;
    width: 62px;
    background: #0f75bc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
  }

  .navigationLeft {
    transition: 0.4s;
    margin-left: -400px;
  }

  .navigationLeft.expand {
    margin-left: 0;
  }
  .navButton.expand i::before {
    content: '\f136';
  }

  .singleHeroSlide {
    height: 400px;
    padding-bottom: 50px;
  }
  .logoContent {
    margin-bottom: 20px;
    text-align: center;
  }
  .sectionCircleArea .homeCicle {
    margin: 0 !important;
    width: auto !important;
    padding: 20px 30px;
  }

  .homeCicle img {
    max-width: 100%;
  }

  .circleTxt h5 {
    font-size: 18px;
  }

  .circleTxt h4 {
    font-size: 20px;
  }

  .sectionAbout {
    padding-bottom: 50px;
  }

  .imageAndContentGrid h2 {
    margin-top: 0;
    font-size: 40px;
  }

  .leftBdrFull {
    left: -1250px;
  }

  .footerMenu li a {
    margin: 0px 12px;
  }

  .sectionHomeBottom {
    height: 550px;
  }

  .sectionHomeBottom .sectionContentWhite {
    margin-top: 120px;
  }

  .footerSocial a {
    font-size: 14px;
  }

  .footerTxt h5 {
    font-size: 17px;
  }

  .heroTxt h1 {
    font-size: 40px;
  }

  .heroTxt h2 {
    font-size: 35px;
  }

  .heroBottomMap {
    display: none;
  }

  .imageAndContentGrid {
    display: block;
  }

  .leftBdrFull {
    display: none;
  }

  .sectionImageContent {
    margin-top: 0;
  }

  .singleContent {
    margin: 10px 0px;
  }

  .targetIndustriesTitle h1 img {
    display: none;
  }

  .targetIndustriesTitle h1 {
    font-size: 38px;
  }

  .industriesImgBox img {
    width: 100%;
  }

  .footer365Logo {
    padding-top: 20px;
  }

  .footerTxt h5 {
    margin-bottom: 5px;
  }

  .footerTxt {
    margin-top: 20px;
  }
  .headerTxt p,
  .headerTxt p a {
    display: none;
  }
  .navigationLeft:after {
    height: 1090px;
  }
  .sectionHomeBottom .sectionContentWhite h4 {
    text-shadow: 0px 0px 4px #000;
  }
  .mapsTab .nav li a {
    padding: 0;
    font-size: 15px;
  }
  .commonSectionContent {
    margin: 20px 0px;
  }

  .overTxt h2 {
    font-size: 30px;
    margin-top: -50px;
  }
  .logoTxtGrid img {
    height: auto;
  }
  ul.listItem.item2 {
    column-count: 1;
  }
  ul.listItem.item3 {
    column-count: 1;
  }
  .txtHighLight.commonSectionContent.mt-20 {
    margin-top: 0px !important;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .tableBottomContent {
    padding-left: 0%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1370px) {
  .headerTxt p,
  .headerTxt p a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1110px) {
  .headerTxt p,
  .headerTxt p a {
    font-size: 12px;
  }
}
