@media screen and (max-width: 1880px){
  .proCase img {
    width: 80%;
    margin-left: auto;
    display: block;
  }
  .heroPro img {
    width: 70%;
  }
  .heroPro {
    position: absolute;
    bottom: 150px;
    right: 160px;
  }
      .featImg img {
        width: 55%;
    }
    .glDesImg img{
      width: 85%;
      display: block;
      margin-left: auto;
    }
}
@media screen and (max-width: 1500px) {
  .proCase img {
    width: 80%;
    margin-left: auto;
    display: block;
  }
  .heroPro img {
    width: 70%;
  }
  .heroPro {
    position: absolute;
    bottom: 150px;
    right: 160px;
  }
  .abtCntBlk {
    padding-left: 14rem;
  }
  .msCol-60 {
    width: 75%;
  }
  .msCol-40 {
    width: 35%;
  }
  .abtImgBlk {
    left: 180px;
    width: 100%;
  }

  .glFeat::after {
    height: 430px;
  }
  .glDesImgBlk {
    top: 130px;
  }
  .glDesImg img {
    width: 75%;
    display: block;
    margin-left: auto;
  }
  .secTitle h2 {
    font-size: 42px;
  }
  .featImg img {
    width: 85%;
  }
  .heroCont h1 {
    font-size: 58px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .glFooter a {
    word-break: break-all;
  }
  .ctaBlk {
    padding: 50px;
  }
  .glDesImg img {
    width: 60%;
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .pageHeader h1{
    font-size: 52px;
  }
  .pageHeader{
    min-height: 400px;
  }
  .proCase img {
    width: 75%;
    margin-left: auto;
    display: block;
  }
  .proCase {
    right: 24px;
  }
  .heroPro img {
    width: 70%;
  }
  .heroPro {
    position: absolute;
    bottom: 124px;
    right: 62px;
  }
  .glFooter a {
    word-break: break-all;
  }
  .glFeat::after {
    height: 350px;
  }
  .featImg img {
    width: 66%;
  }
  .featBlk::after {
    width: 70px;
    height: 70px;
  }
  .featBlk:nth-child(2) {
    margin-top: 180px;
  }
  .secTitle h2 {
    font-size: 32px;
  }
  .ftrLogo p {
    padding-right: 120px;
  }
  .glFeat {
    padding-bottom: 190px;
  }
  .featCont h3 {
    font-size: 20px;
  }
  .featSecBlk:nth-child(2) {
    margin-top: 230px;
  }
  .glFeat::after {
    background-size: cover;
    height: 32%;
  }
  .featBlk {
    margin-top: 34px;
  }
  .glDesImg img {
    width: 58%;
  }
  .desCont {
    position: relative;
    z-index: 2;
  }
  .glAbt {
    padding-top: 0;
    background-color: #e9dfc5;
    background: linear-gradient(121deg, #f6f5ee 60%, rgb(213 201 173) 0%);
  }
  .heroCont h1 {
    font-size: 48px;
  }
  .abtCntBlk {
    padding: 0;
  }
  .abtCntBlk {
    padding-left: 14rem;
  }
  .abtBg {
    min-height: 700px;
  }
  .glDes {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 992px) {
  .mainMenu li{
    width: fit-content;
  }
    .pageHeader {
        min-height: 360px;
    }
    .abtContain h2 {
    font-size: 34px;
}
.abtPl{
  padding-left: 15px !important;
}
.whySecContain{
  padding: 32px;
}
.abtContain{
  margin-top: 20px;
}
.whyBlk{
  margin-top: 30px;
}
.whySecContain h2{
  margin-bottom: 30px;
}
.glFormBlk{
  margin-top: 20px;
}
    .secTitle h2 {
        font-size: 29px;
    }
    .supCont{
      padding-right: 0;
    }
  .mobTogg {
    display: block;
    margin-left: 40px;
  }
  .mobTogg span {
    display: block;
    background-color: #000;
    margin: 6px 0;
    width: 32px;
    height: 2px;
    transition: all 0.3s;
  }
   .mobTogg.show span:nth-child(2){
    width: 0;
   }
   .mobTogg.show span:nth-child(1){
    transform: rotate(45deg) translate(2px, 2px);
   }
   .mobTogg.show span:nth-child(3){
    transform: rotate(-45deg) translate(10px, -10px);
   }
  .logo img {
    width: 140px;
  }
    .mainMenu{
    display: block;
    position: fixed;
    top: 110px;
    right: 28px;
    background-color: #fff;
    width: 300px;
    height: auto;
    z-index: 2;
    border-radius: 20px;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-10px);
  }
   .mainMenu.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
   }
    .mainMenu ul{
      display: block;
    }
        .mainMenu li a{
          font-size: 18px;
          margin-bottom: 12px;
          display: block;
          width: fit-content;
        }
        .mainMenu li:last-child a{
          margin-bottom: 0;
        }
  .proCase {
    right: 0;
  }
  .heroPro {
    position: absolute;
    bottom: 124px;
    right: 0;
  }
  .glAbt {
    padding-top: 0;
    background-color: #e9dfc5;
    background: linear-gradient(121deg, #f6f5ee 60%, rgb(229 214 186) 0%);
  }
  .proCase img {
    width: 60%;
    margin-left: auto;
    display: block;
  }
  .heroPro img {
    width: 60%;
  }
  .heroCont h1 {
    font-size: 42px;
  }
  .abtCntBlk {
    padding-left: 6rem;
  }
  .abtBg {
    min-height: 650px;
  }
  .abtImg {
    overflow: inherit;
  }
  .abtImgBlk img {
    width: 320px;
  }
  .abtImgBlk {
    left: 60px;
    width: 100%;
  }
  .glDes {
    padding-bottom: 35rem;
    padding-top: 60px;
  }
  .glDesImgBlk {
    top: 38%;
  }
  .glDesImg img {
    width: 100%;
  }
  .featImg {
    display: none;
  }
  .glFeat::after {
    background-size: cover;
    height: 35%;
    opacity: 0.3;
  }
  .featBlk:nth-child(2) {
    margin-top: 0;
  }
  .featBlk {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .featBlk::after {
    display: none;
  }
  .featContain {
    display: flex;
  }
  .featBlk {
    width: 50%;
    padding-right: 24px;
  }
  .ctaImg img {
    width: 100%;
  }
  .ftrLogo p {
    padding-right: 0;
  }
  .ftrLogo {
    margin-bottom: 24px;
  }
  .ftrLink h4,
  .ftrCnt h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 662px) {
	.desCont .secTitle h2{
		margin-bottom:8px;
	}
	.abtImgCta{
		margin-top:24px
	}
	.frmRw{
		display:block;
	}
  .popFrmContain .row{
    flex-direction: column-reverse;
  }
  .popImg{
    display: none;
  }
  .popFrm{
    width: 100%;

  }
  .pageHeader h1{
    font-size:35px;
  }
  .blogDesCont h2{
    font-size: 18px;
  }
  .titHd h1{
    font-size: 23px;
  }
  .blogBlk{
    margin-bottom: 24px;
  }
.mainMenu{
  right: 24px;
}
  .navBtn a {
    padding: 10px;
  }
  .mobTogg {
    margin-left: 20px;
  }
  .glHero {
    padding-top: 140px;
    display: block;
    padding-bottom: 32rem;
    height: auto;
  }
  .abtCntBlk {
    padding-left: 6px;
  }
  .proCase img {
    width: 100%;
  }
  .heroCont h1 {
    font-size: 38px;
    text-align: center;
  }
  .heroCont p {
    text-align: center;
  }
  .heroCont .primeBtn a {
    margin: auto;
    margin-top: 30px;
  }
  .msCol-40,
  .msCol-60 {
    width: 100%;
  }
  .cstRw {
    flex-direction: column-reverse;
  }
  .glAbt {
    padding-top: 0;
    background-color: #e9dfc5;
    background: linear-gradient(
      282deg,
      rgba(201, 181, 153, 1) 0%,
      rgba(241, 232, 218, 1) 99%
    );
    padding-bottom: 80px;
  }
  .abtImgBlk {
    position: static;
  }
  .abtBg {
    min-height: auto;
    padding: 50px 0;
    background: none;
  }
  .glDesImgBlk {
    top: 50%;
  }
  .glDes {
    padding-bottom: 23rem;
  }
  .secTitle h2 {
    font-size: 29px;
    line-height: 1.4;
  }
  .featContain {
    display: block;
  }
  .featBlk {
    width: 100%;
  }
  .glFeat {
    padding-bottom: 130px;
  }
  .cta {
    padding-top: 0;
  }
  .ctaBlk {
    padding: 30px;
  }
  .ctaImg {
    margin-top: 40px;
  }
  .abtImgBlk img {
    width: 100%;
  }
  .glFeat .secTitle h2 {
    text-align: left;
  }
}
@media screen and (max-width: 392px){
	    .navBtn a {
        padding: 9px 4px;
    }
}
@media screen and (max-width: 380px) {
  .mainMenu{
    top: 100px;
  }
  .heroPro {
    position: absolute;
    bottom: 94px;
    right: 0;
  }
  .glHero {
    padding-bottom: 28rem;
  }
  .glDesImgBlk {
    top: 56%;
  }
  .glDes {
    padding-bottom: 20rem;
  }
  .navBtn{
    display: none;
  }
}

@media screen and (max-width: 325px) {
  .glHero {
    padding-bottom: 25rem;
  }
  .glDesImgBlk {
    top: 64%;
  }
  .glDes {
    padding-bottom: 16rem;
  }
}
