@media only screen and (max-width:600px) {
  section.bannersection { padding-bottom: 100px; background-position: bottom; padding-top: 135px;         background-size: contain;}
  h3.thankyou-para br{display: none;}  
  
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {

}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
section.bannersection { background-position: 80% 80px;}
h3.thankyou-para {width: 50%; }
h3.thankyou-para br{display: none;}
}
@media only screen and (min-width:1200px) and (max-width:1290px) {
   section.bannersection { background-position: 100% 50px; min-height: 700px; }
}
@media only screen and (min-width :1400px){
   section.bannersection {background-position: 100% -60%;min-height: 700px; }
}
@media only screen and (min-width :1500px){
   section.bannersection {background-position: 100% -20%;min-height: 700px; }
}
@media only screen and (min-width :1600px) {
  section.bannersection { background-position: 100% -20%; min-height: 700px;}
}
@media only screen and (min-width :1800px) {
  section.bannersection {background-position: 100% -20%;min-height: 910px;}
}
@media only screen and (min-width :2000px) {

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