
    .migrationsmallcards h4 {
        min-height: initial;
      }
      @media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
        main li {
          --PMultiplier: 1;
          font-size: calc(1rem * var(--PMultiplier));
        }
      }
    @media (max-width:767px){
   main h2{
    --FMultiplier: 0.8;
   }
   #leftimgrightpara2.padT100{
    padding-bottom: initial;
   }
 }




 
 .bookForm input:not(.btnStatic), .bookForm select,.bookForm textarea{
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
  margin-bottom: 30px;
  padding: 1rem;
  background: transparent;
}

.bookForm input:focus, .bookForm select:focus, .bookForm textarea:focus{
  outline: none;
  border-bottom: 2px solid var(--accent);
  box-shadow: none;
}
.bookForm select.form-control{
  border-radius: 0;
}
.bookRight{
  padding: 2rem 12rem;
  height: 100%;
}
.imgcontainer{
  width: fit-content;
border-radius: 0.5rem;
}
.imgcontainer img{

  height: 70px;
  padding: 10px;
}
@media (max-width: 1500px){
.bookRight{
      padding: 3rem 7rem;
  }
}
@media (max-width:1300px){
.bookRight{
      padding: 2rem 4rem;
  }
  .migrationsmallcards {
      padding: 2rem;
  }
}

@media (max-width:991px){
  
  main{
      --FMultiplier : 0.7;
  }
}

@media (max-width:768px){
 .bookRight{
      padding: 2rem 1rem;
  }
  .padT100{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .pad100{
      padding-left: 20px;
      padding-right: 20px;
  }
}

.bookForm{
  border: 1px solid var(--accent);
  border-radius: 1rem;
}
