

/*nav.main_menu,header.centered_logo .header_inner_right{display:none;}*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/*.page_header{margin-bottom:365px;}*/
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
/*.page_header{margin-bottom:365px;}*/
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
/*.page_header{margin-bottom:365px;}*/
.q_logo img{
height: 60px !important;
margin-top: 15px;
}
}
.header_bottom {
border-bottom: 3px solid #1e73be !important;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
border-radius: 8px !important;
border: solid 1px #b9b6b6 !important;
}
@media (min-width: 481px) and (max-width: 767px) {
  .page_header {
    margin-bottom: 0px !important;}
}
@media (min-width: 320px) and (max-width: 480px) {
   .page_header {
    margin-bottom: 0px !important;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {  
   .page_header {
    margin-bottom: 0px !important;}
}
@media (min-width: 768px) and (max-width: 1024px) {
     .page_header {
    margin-bottom: 0px !important;} 
}
@media (max-width: 319px) {
     .page_header {
    margin-bottom: 0px !important;} 
}