@media screen and (max-width: 1024px) and (orientation: portrait) {
}

@media screen and (max-width: 768px) and (orientation: landscape) {

}

@media screen and (max-width: 1440px){
  .pad-left{
    padding-left: 60px;
  }

  .pad-left.no-pad-left-desk{
    padding-left: 0;
  }

  .pad-right{
    padding-right: 60px;
  }

  .pad-right.no-pad-right-desk{
    padding-right: 0;
  }

  .riq-sec.cinfo-sec .cinfo-container .cinfo-inner-container{
    padding: 40px 70px;
  }
}

@media screen and (max-width: 1366px) {
  .riq-sec.cinfo-sec .cinfo-container .cinfo-inner-container {
    padding: 30px 50px;
  }

  .riq-sec.cinfo-sec .cinfo-row .cinfo-row-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .pad-left {
    padding-left: 30px;
  }

  .pad-left.no-pad-left-desk{
    padding-left: 0;
  }

  .pad-right {
    padding-right: 30px;
  }

  .pad-right.no-pad-right-desk{
    padding-right: 0;
  }

  section.riq-sec .hero-text-container .hero-slogan h1 span {
    font-size: 36px;
    line-height: 42px;
  }

  section.riq-sec .hero-text-container .hero-line {
    padding: 20px 10%;
  }

  header.riq-header .header-wrapper .riq-hblk.logo a{
    max-width: 200px;
  }

  .scrolling header.riq-header .header-wrapper .riq-hblk.logo a {
    max-width: 175px;
  }

  .riq-sec.cinfo-sec .cinfo-row {
    padding: 25px 0;
  }

  .riq-sec.cinfo-sec .cinfo-container .cinfo-inner-container {
    padding: 15px 30px;
  }

  .riq-sec.cinfo-sec .cinfo-row .cinfo-row-title{
    padding: 0 0 15px;
  }

  .pad-bottom {
    padding-bottom: 60px;
  }

  .pad-top {
    padding-top: 60px;
  }

  .pad-top-less {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  section.riq-sec .hero-text-container .hero-slogan h1 {
    font-size: 24px;
    line-height: 32px;
  }

  section.riq-sec .hero-text-container .hero-slogan h1 span {
    font-size: 32px;
    line-height: 38px;
  }

  .riq-sec.cinfo-sec .cinfo-flex {
    display: block;
  }

  .riq-sec.cinfo-sec .cinfo-container .cinfo-container-bg{
    width: 100%;
  }

  .pad-left{
    padding-left: 20px !important;
  }

  .pad-right{
    padding-right: 20px !important;
  }

  .riq-sec.cinfo-sec .cinfo-flex .cinfo-blk.img img{
    display: block;
  }

  .riq-sec.cinfo-sec .cinfo-flex .cinfo-blk.img{
    top: 0;
  }

  section.riq-sec.cinfo-sec .sec-wrap {
    padding-bottom: 0;
  }

  .riq-sec.cinfo-sec .cinfo-flex .cinfo-blk.img{
    padding-top: 30px;
    background-image: none !important;
  }
}

@media screen and (max-width: 640px) {
  section.riq-sec .hero-text-container .hero-line {
    padding: 20px 0;
  }

  .riq-sec.cinfo-sec .cinfo-row .cinfo-row-title {
    font-size: 22px;
    line-height: 28px;
  }

  header.riq-header .header-wrapper .riq-hblk.logo a {
    max-width: 185px;
  }

  .scrolling header.riq-header .header-wrapper .riq-hblk.logo a {
    max-width: 165px;
  }

  section.riq-sec .hero-text-container{
    height: 75vh;
  }
}

@media screen and (max-width: 560px) {
  section.riq-sec .hero-text-container .hero-slogan h1 span {
    font-size: 28px;
    line-height: 34px;
  }

  .pad-left{
    padding-left: 15px !important;
  }

  .pad-right{
    padding-right: 15px !important;
  }

  .riq-sec.map-sec .map-embed{
    height: 90vw;
  }

   .pad-top-less {
    padding-top: 50px;
  }

  .pad-bottom {
    padding-bottom: 50px;
  }

  footer.riq-footer {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 460px) {

  section.riq-sec .hero-text-container .hero-slogan h1 span font{
    display: block;
  }

  .riq-sec.cinfo-sec .cinfo-row .cinfo-row-title {
    font-size: 20px;
    line-height: 26px;
  }

  .riq-sec.cinfo-sec .cinfo-container .cinfo-inner-container {
    padding: 5px 20px;
  }

  footer.riq-footer .footer-blks {
    flex-direction: column;
    gap: 20px;
  }

  footer.riq-footer .footer-wrapper {
    padding: 25px 0 15px;
    color: #fff;
  }

  section.riq-sec .hero-text-container .hero-slogan h1 {
    font-size: 22px;
    line-height: 30px;
  }

  section.riq-sec .hero-text-container{
    height: 65vh;
  }

  header.riq-header .header-wrapper .riq-hblk.logo a {
    max-width: 175px;
  }

  .scrolling header.riq-header .header-wrapper .riq-hblk.logo a {
    max-width: 155px;
  }
}