.logo-box img{
    width: 170px;
    margin: 25px auto 0 !important;
    display: block;
  }
  section.main-section{
    background: url(https://novaspace.us/images/Chicago-Background.png);
    width: 100%;
    display: block;
    background-repeat-y: no-repeat;
  }
  .form-box-inner {
    max-width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
.form-box-inner iframe
{width: 100%;
    height: 520px;
    border:none !important;
}
.main-form{
    padding: 25px;
}
  .form-box{
    padding-top: 200px;
  }
 .form-box ul li {list-style: none;}
  .form-box-inner .form-group {
    display: inline-block;
    width: 40%;
}
.form-box-inner .form-group.rgt{
  float: right;
}
.cmn-form-box textarea {
    height: 120px;
    margin-bottom: 20px;
}
button.btn.btn-primary.submit-btn {
    background: #000;
    border: none;
    display: block;
    margin: 0 auto 0px;
}
.form-box-inner h2 {
    text-align: center;
    margin-bottom: 0;
    background: #f1f1f1;
    padding: 35px 0 40px;
    line-height: 0;
    font-size: 30px;
}
footer.footer-section {
    text-align: center;
}


@media screen and (max-width: 768px) {
    
    .form-box-inner{
        max-width:100%;
    }
    section.main-section {
    background-size: 100% !important;
    background-position: 0 250px !important;
    background: url(https://novaspace.us/images/Chicago-Bg-mobile.png);
    background-repeat: no-repeat !important;
}
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  
section.main-section {
    background-size: 100% !important;
    background-position: 0 165px !important;
    background: url(https://novaspace.us/images/Chicago-Bg-mobile.png);
    background-repeat: no-repeat !important;
}


}



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  
section.main-section {
    background-size: 100% !important;
    background-position: 0 105px !important;
    background: url(https://novaspace.us/images/Chicago-Bg-mobile.png);
    background-repeat: no-repeat !important;
}
}
   
   
    
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    
    section.main-section {
    background-size: 100% !important;
    background-position: 0 105px !important;
    background: url(https://novaspace.us/images/Chicago-Bg-mobile.png);
    background-repeat: no-repeat !important;
}

}

