@media screen and (max-width: 1442px) {
  .heroCont h1 {
    font-size: 56px;
  }
  .secTitle h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .servCont p{
  padding-right:0;
}

  .sw-70 {
    width: 60%;
  }
  .heroCont h1 {
    font-size: 53px;
  }
  .sw-30 {
    width: 40%;
  }

  .FShero::after {
    height: 65%;
  }
  .secTitle h2 {
    font-size: 35px;
  }
  .abtSmImg img {
    width: 90%;
  }
  .abtCont {
    padding-left: 20px;
  }
  .abtCoImg {
    max-width: 100%;
  }
  .servCont h2 {
    color: #fff;
    font-size: 42px;
  }
  .servlstBlk {
    padding: 16px;
  }
  .servBlk h3 {
    font-size: 24px;
  }
  .servBlk {
    padding: 22px;
  }
  .onBrdCnt h3 {
    font-size: 22px;
  }
  .onBoardBlk {
    padding: 20px;
  }
  .onBrdCnt h3 span {
    display: inline;
  }
  .onbrdNm {
    font-size: 110px;
  }
  .whyUsBlk {
    padding: 40px;
  }
  .ctaCont h2 {
    font-size: 39px;
  }
  .FScta {
    background-position: center;
  }
  .FSblog {
    padding-bottom: 70px;
  }
  .innerHero {
    min-height: 430px;
  }
  .innerHero h1 {
    font-size: 52px;
  }
  .aboutIntro .secTitle h2 {
    font-size: 35px;
  }
  .philPoints {
    gap: 12px;
  }
  .planIntroText {
    padding-right: 0;
  }
  .planIntroText h2 {
    font-size: 32px;
  }
  .planCard {
    padding: 20px;
  }
  .logo img {
    width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .abtSmImg {
    display: none;
  }
  .abtCoCont h2 {
    font-size: 42px;
  }
  .servCont p {
    margin-bottom: 14px;
  }
  .FSserving::after {
    background: #ffffff;
    background: linear-gradient(
      215deg,
      rgb(255 255 255 / 0%) 20%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  .servBlk {
    height: auto;
    margin-bottom: 24px;
  }
  .FSwhyUs {
    height:auto;
	  padding:50px 0
  }
  .blgFlx {
    display: flex;
  }
  .ftrCnt p {
    padding-right: 0;
  }
  .ctaCont h2 span {
    display: block;
  }
  .FScta {
    background-position: 30%;
  }
  .sw-70 {
    width: 100%;
  }
  .sw-30 {
    width: 100%;
  }
  .hrFlx {
    display: block;
    padding-right: 100px;
  }
  .FShero {
    padding-bottom: 70px;
  }
  .innerHero {
    min-height: 380px;
    margin-bottom: 10px;
  }
  .aboutIntro .abtBgImg {
    padding-top: 30px;
  }
  .aboutIntro .abtBgImg img {
    border-radius: 35px;
  }
  .FSvalues {
    padding: 24px;
  }
  .philPoints {
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .planIntroSection {
    padding-top: 40px;
  }
  .mt-5 {
    margin-top: 0 !important;
  }
  .innerHero h1 {
    font-size: 45px;
  }
  .contactInfoBox {
    height: auto;
    margin-bottom: 14px;
  }
  .contactFormBox,
  .contactInfoBox {
    padding: 24px;
  }
  .mobTog {
    position: relative;
    margin-left: 24px;
    z-index: 22;
  }
  .mobTog span {
    display: block;
    width: 32px;
    height: 1px;
    background-color: #fff;
    margin: 7px 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .mobTog.open span:nth-child(1) {
    transform: rotate(45deg) translate(1px, 3px);
  }
  .mobTog.open span:nth-child(2) {
    transform: rotate(-45deg) translate(3px, -5px);
  }
  .mainMenu {
    position: absolute;
    top: 8px;
    left: 0;
    background: var(--primary-color);
    width: calc(100% - 12px);
    padding: 28px;
    border-radius: 20px;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 22;
    padding-top: 80px;
    transform: translateY(-10px);
  }
  .mainMenu ul {
    display: block;
  }
  .mainMenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mainMenu li{
    border-bottom: 1px solid #ffffff17;
  }
  .mainMenu ul li a {
    font-size: 20px;
    padding: 14px 0;
    display: block;
  }
  .mainMenu ul li:last-child {
    border-bottom: 0;
  }
  .logo{
    position: relative;
    z-index: 222;
  }
  .menu-item-has-children > a::after {
    content: "\f107"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    transition: transform 0.4s ease;
  }
  .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-8px);
    transition: 
      max-height 0.4s ease,
      opacity 0.4s ease,
      transform 0.6s ease;
  }
  
  .menu-item-has-children.open .sub-menu {
    max-height: 500px;
    opacity: 1;
    transform: translateX(0);
  }
  .mainMenu .sub-menu li{
    padding-left: 12px;
  }
  .no-scroll{
    overflow: hidden;
  }
}

@media screen and (max-width: 662px) {
	.fsDetBlg{
		padding-top:40px;
	}
	.FSwhyUs,
	.FSserving{
		margin-top:40px;
	}
	
	.secHd{
		margin-bottom:40px;
	}
	.blgFlx{
		display:block;
	}
	.blgFlx{
		margin-top:24px;
	}
	.blogscImg::after{
		padding-top:60%
	}
	.blogMainCont h3{
		font-size:22px;
	}
	.blogBlk::after, .blogMain::after{
		    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30%, rgba(0, 0, 0, 1) 100%);
	}
    .philPointItem{
        width: 100%;
    }
  .hdBtn {
    display: none;
  }
  .hrFlx {
    padding-right: 0;
  }
  .heroCont h1 {
    font-size: 38px;
  }
  .FShero::after {
    background: #ffffff;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 110%
    );
  }
  .secTitle h2 {
    font-size: 30px;
  }
  .abtCont {
    padding-left: 0;
  }
  .FSabtCO .row {
    flex-direction: column-reverse;
  }
  .abtCoCont {
    margin-top: 38px;
  }
  .FSserving {
    height: auto;
    border-radius: 28px;
    padding: 80px 0;
  }
  .servlstBlk {
    height: auto;
    margin-bottom: 20px;
  }
  .FSserving::after {
    background: #ffffff;
    background: linear-gradient(
      265deg,
      rgb(255 255 255 / 0%) 20%,
      rgba(0, 0, 0, 1) 100%
    );
    border-radius: 28px;
  }
  .secHd {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    align-items: start;
  }
  .FSwhyUs {
    height: auto;
    padding: 30px 0;
  }
  .whyUsBlk {
    padding: 20px;
  }
  .whyUsCont li {
    font-size: 18px;
  }
  .ctaCont h2 {
    font-size: 30px;
  }
  .FScta {
    height: auto;
    padding: 40px 0;
    background: #ecd386;
    border-radius: 28px;
  }
  .FSwhyUs .col-md-12 {
    padding: 0 !important;
  }
  .abtCont {
    margin-top: 14px;
  }
  .aboutIntro .secTitle h2 {
    font-size: 28px;
  }
  section {
    padding-top: 40px;
  }
  .FSvalues {
    padding: 24px 0;
  }
  .philPoints {
    flex-wrap: wrap;
  }
  .philPointItem h3 {
    font-size: 22px;
  }
  .philPointItem span {
    font-size: 14px;
  }
  .vmBlock {
    padding: 20px;
  }
  .innerHero h1 {
    font-size: 40px;
  }
  .planIntroText h2 {
    font-size: 28px;
  }
  .planGridSection {
    padding-top: 40px;
  }
  .planGridSection .FScta {
    padding: 20px;
    width: 100%;
    margin: 0;
  }
}
