/*******************************************************
 *
 * Coaching
 *
 *******************************************************/

 #inner-page-wrapper{
    margin-bottom: 0;
}

#inner-page-wrapper > .container{
    padding: 0;
    width: 100%;
}

#ip-buyers-form {
   font-size: 0;
   letter-spacing: normal;
   line-height: 1;
}

#ip-buyers-form .popup-main {
   transform: none;
   opacity: 1;
   margin: 0 auto;
}

#ip-buyers-form .popup-close {
   display: none;
}

#popup-container {
   display: none!important;
}

.popup-form-container {
    padding: 80px 50px 75px;
}

.popup-form-container .custom-title h2 small {
    font-size: 33px;
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/
@media only screen and (max-width: 1440px) {
   .popup-form-container .custom-title h2 small{
       font-size: 30px;
   }
}

@media only screen and (max-width: 1366px) {
 .popup-form-container {
        padding: 70px 30px 55px;
    }
}

@media only screen and (max-width: 1280px) {
   
.popup-form-container {
    padding: 80px 20px 75px;
}

} 

@media only screen and (max-width: 1199px) {
   .popup-form-container .custom-title h2 small {
    font-size: 25px;
}

} 

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    #ip-buyers-form .popup-main {
        margin-bottom: 30px;
    }
   
   
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}

