@media only screen and (min-width : 1400px) {}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
    .conHeroBox{
    width: 70%;
}

 .footcopyrgt {
    padding: 18px 25px;
  }
  .salfooticons i {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
    .conHeroBox{
    width: 80%;
}

/* footer */
.footcopyrgt {

    padding: 18px;
    border-radius: 40px;
    text-align: center;
  }
  .salfooticons {
    justify-content: center;
  }
  .footcopyrgt > div {
    justify-content: center !important;
  }

.conHeroBox .title{
  font-size: 46px;
  line-height: 56px;
}
  .contactHero .title{
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 992px) and (min-width : 768px) {
    .conHeroBox{
    width: 90%;
}
        .conLstCrds{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    /* footer */
     .footcopyrgt {

    padding: 15px;
    border-radius: 40px;
    text-align: center;
  }
  .footcon1 {
    width: 100%;
  }
  .salfooticons {
    justify-content: center;
  }
.conHeroBox .title{
  font-size: 41px;
  line-height: 51px;
}
  
  .conThreeCrd {
    padding: 20px 10px;
  }

  .conLstCrds{
  text-align: center;
}

 .contactBox{
    padding: 150px 0px 50px 0px;

  }

  .contactContainer{
    width: 75% !important;
  }

  .contactHero .title{
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 768px) {
    .conHeroBox{
    width: 100%;
    text-align: center;
}
.conSecRow{
    text-align: center;
}
            .conLstCrds{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

.contactContainer{
  width: 100% !important;
}

.contactBox{ 
 
  background-repeat: no-repeat;
}
    /* footer */
 .footcon1 {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .footcopyrgt {
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
  }

  .salfooticons {
    justify-content: center;
  }

  .salfooticons i {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .footLogo img {
    width: 150px;
  }
  .conThreeCrd {
    width: 100%;
  }

  .contCrdRow{
    flex-direction: column;
    gap: 10px;
  }
  
  .conHeroBox{
    padding-top: 75px;
  }

  .conLstCrds img{
  width: 39px;
}

.conLstCrds{
  text-align: center;
}
 .contactBox{
    padding: 100px 0px 50px 0px;
    background-size: 100%;
  }
}

@media only screen and (max-width : 576px) {
    .footcopyrgt {
    padding: 12px;
    border-radius: 25px;
  }

  .contactBox{
    padding: 68px 0px 37px 0px;
     background-size: 100% 100% !important;
  }

  .conHeroBox{
    padding-top: 60px;
  }

  .salfooticons i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .footLogo img {
    width: 130px;
  }

  .footcon {
    font-size: 14px;
  }

  .contactHero{
  padding-top: 100px;
}


}