.bannerv1-banner{
  height: 700px;
  margin-bottom: 0;
}
.bannerv1-banner h1{
  font-size: 36px !important;
  margin-bottom: 20px;
}
.bannerv1-banner p{
  font-size: 20px !important;
  line-height: 1.4;
  padding-right: 10%;
  font-family: 'Avenir';
}
.migratoriq-banner-btns{}
.extra-logo-hero-banner img {
  max-height: 150px;
  margin-top: 30px;
}

.marquee .marquee-pr{
  background: #C8C6C7;
  margin-top: 20px;
}

.left-image-boxes-main-miq{
  padding-top: 120px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.left-image-boxes-main{
  background-size: cover !important;
}
.left-image-box-main{
  padding: 0 20px !important;
  margin-bottom: 40px !important;
}
.left-image-box{
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.left-image-box-left{
  border-right: 1px solid #0E446A;
  padding-right: 10px;
  margin-right: 10px;
  height: 100%;
  vertical-align: middle;  
  align-items: center;
  display: flex;
}
.left-image-box-left img{
    min-height: 80px;
    max-width: 80px;
}

.col-head-cont-box:last-child .border-right-head-cont-box{
  border-right: 0px !important;
}
.head-cont-box-boxes .col-md-2{
  width: 20%;
}
.border-right-head-cont-box{

}
.head-cont-box h4{
  font-size: 36px !important;
  margin-bottom: 12px;
}
.head-cont-box p{
  line-height: 1.2 !important;
}
.from-human-led-class{
  background-size: cover !important;
  background-position: center center !important;
}

.img-head-boxes-main{
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.img-head-box-boxes{
  margin-top: 110px;
}
.img-head-box-boxes-norm{
  margin-top: 0;
}
.img-head-box{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.img-head-box img{
  background: #fff;
  border-radius: 50%;
  max-height: 90px;
  position: relative;
  top: -75px;
  margin-bottom: -50px;
}
 .img-head-box-boxes-norm img {
  top: 0px;
  margin-bottom: 20px;
}
.img-head-box h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.img-head-box-withcta-main .img-head-box {
  padding: 20px 20px 70px 20px;
}
.img-head-box-withcta-main .img-head-box .btn-primary-orange{
  position: absolute;
  bottom: 25px;
}

.agentic-precision-div-miq .img-head-box {
  box-shadow: 6px 6px 22px #E843256F;
}
.migration-path-miq .img-head-box {
  border: 3px solid transparent;
}
.migration-path-miq .img-head-box h4{
  background: #d1d2d9;
  padding: 18px 20px;
  text-align: center;
  border-radius: 14px;
  border-bottom-left-radius: 0 !important;
  font-size: 26px !important;
} 
.why-useready-miq  .img-head-box {
  box-shadow: 6px 6px 22px #0EB0BD4D;
}
.why-useready-miq .img-head-box-main {
  padding: 0 25px !important;
  margin-bottom: 50px !important;
}

.heading-content-img-main{
  background-size: cover !important;
  background-position: center center !important;
}

.miq-accordion-main .head-title {
  line-height: 1.2;
}
.miq-accordion .accordion-item {
  background: #2C3D62 0% 0% no-repeat padding-box;
  box-shadow: inset 5px 5px 12px #0000007B;
  border: 1px solid #507596;
  border-radius: 30px !important;
  margin-bottom: 20px;
  cursor: pointer;
}
.miq-accordion-question {
  color: var(--color-primary);
  padding: 20px 20px 20px 20px;
}
.miq-accordion-answer .accordion-body {
 padding: 0 20px 20px 20px; 
}

.find-on-marketplace-main{
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  position: relative;
  z-index: 2;
}
.find-on-marketplace-img{
  position: absolute;
  max-height: 150px;
  left: 0;
  bottom: 0;
}
.find-on-marketplace-main .logos-section-migration {
  display: flex;
  gap: 6px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.find-on-marketplace-main .logos-section-migration img {
  max-height: 60px;
}

.related-resources-section{
  background-size: cover !important;
  margin-top: -105px;
  padding-top: 165px;
  position: relative;
  z-index: 1;
}
.related-resources-section .orange-rightline{
  color: #FFFFFF;
}
.related-resources-section .orange-rightline:after{
  display: none !important;
}
.related-resources-section .industry-drop-cards-product{
  background: #E4E4E4;
  border: 2px solid #0EB0BD;
  border-radius: 0px 30px 30px 30px;
}

.contact-block-page{
	padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1300px){
  
}

@media only screen and (max-width: 1200px){
  .bannerv1-banner{
    height: auto;
  }
  .bannerv1-banner h1{
    font-size: 28px !important;
  }
  .img-head-box-main{
    padding: 0 15px !important;
  }
  .img-head-box-withcta-main .img-head-box .btn-primary-orange{
    font-size: 14px;
  }
  .related-resources-section .industry-drop-cards-product a.btn-primary-orange-sm:nth-child(4){
    margin-left: 10px;
  }

}
@media only screen and (max-width: 991px){
  .banner-top-logo{
    max-height: 50px;
    margin-top: 35px;
  }
  .bannerv1-banner p{
    font-size: 16px !important;
  }
  .head-cont-box{
    border-right: 0px solid !important
  }
  .head-cont-box h4{
    font-size: 20px !important;
  }
  .head-cont-boxes-main .width-40{
    width: 100% !important;
  }
  .why-useready-miq .img-head-box-main {
    padding: 0 15px !important;
    margin-bottom: 30px !important;
  }

  .find-on-marketplace-main{
    padding-bottom: 0px;
  }
  .find-on-marketplace-img {
    max-height: 130px;
    left: auto;
    bottom: 0;
    right: 0;
  }
  .migration-path-miq .img-head-box h4 {
    font-size: 16px !important;
  }
  
}
@media only screen and (max-width: 767px){
  .banner-top-logo {
    max-height: 60px;
    margin-top: 0;
  }
  .migratoriq-banner-btns {
    display: block;
    white-space: unset;
  }
  .extra-logo-hero-banner {
    text-align: center; 
    margin-bottom: 30px;
  }
  .hero-banner-right {
    margin-top: 20px !important;
  }
  .head-cont-box-boxes .col-md-2 {
    width: 50%;
  }
  .img-head-box img {
    top: 0;
    margin-bottom: 20px;
  }
  .head-cont-box h4 {
    font-size: 30px !important;
  }
  .img-head-box-boxes {
    margin-top: 60px;
  }
  .img-head-box-withcta-main .img-head-box {
    padding: 20px 15px 70px 15px;
  }
  .find-on-marketplace-main {
    padding-bottom: 50px;
    background: #0E4065 !important;
  }
  .find-on-marketplace-main .logos-section-migration{
    display: block;
    margin-bottom: 15px;
  }
  .find-on-marketplace-main .logos-section-migration img {
    margin-bottom: 20px;
  }
  .find-on-marketplace-img{
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .related-resources-section{
    margin-top: 0;
    padding-top: 40px;
  }
}