@charset "utf-8";
/* CSS Document */

.school_header_text {
font-family: 'Righteous-Regular';
font-size: 30px;
color: #FFFFFF;
letter-spacing:1px;
line-height:30px;
margin-top:0px;
margin-bottom:0px
}

.school_header_table {
display:table;
width:99%;
margin:auto;
margin-top:10px
}

.school_header_row {
display:table-row;
}

.school_header_cell {
display:table-cell;
padding:5px;
border-radius:5px;
}

.school_header_content_table {
display:table;
width:100%; 
border-radius:5px;
border:dashed 2px #FFFFFF;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.school_header_content_row {
display:table-row
}


.school_header_content_cell {
display:table-cell;
padding:10px;
padding-top:15px;
text-align:left;
}

.school_header_slogan_cell {
display:table-cell;
padding:5px;
text-align:right;
padding-bottom:0px;
}

.school_header_slogan {
display:block;
width:100%;
max-width: 450px;
margin-left:auto;
margin-right:0px;
}

.school_table {
display:table;
width:100%;
}

.school_row {
display:table-row;
}

.school_cell {
display:table-cell;
}

.school_content_table {
display:table;
width:98%;
margin:auto;
margin-top:20px;
}

.school_content_cell {
display:table-cell;
text-align:center;
}

.school_contact_block {
display:inline-block;
width:30%;
vertical-align:top;
}

.school_contact_table {
display:table;
width:95%;
margin:auto
}

.school_contact_logo_cell {
display:table-cell;
text-align:left
}

.school_contact_logo_image {
display:block;
width:100%;
max-width:450px;
border:none;
margin:auto;
}

.school_contact_text_table {
display:table;
width:95%;
margin:auto;
text-align:left;
}

.school_contact_label_cell {
display:table-cell;
width:50px;
padding:5px;
}

.school_contact_text_cell {
display:table-cell;
padding:5px
}


.school_contactus_block {
display:inline-block;
width:40%;
vertical-align:top;
}

.school_contactus_table {
display:table;
width:90%;
margin-left:0px;
margin-right:auto;
}

.school_contactus_cell {
display:table-cell;
text-align:center;
}

.school_form_table {
display:table;
width:100%;
margin:auto;
}

.school_form_label_cell {
display:table-cell;
width:75px;
text-align:left;
vertical-align:middle;
}

.school_form_input_cell {
display:table-cell;
padding:5px;
vertical-align:middle;
}

.school_hic_table {
display:table;
width:95%;
margin:auto;
}

.school_hic_label_cell {
display:table-cell;
width:150px;
text-align:left;
vertical-align:middle;
}

.school_hic_image_cell {
display:table-cell;
width:100px;
text-align:left;
vertical-align:middle;
}

.school_hic_image {
display:block;
width:100px;
height: 25px;
}

.school_hic_input_cell {
display:table-cell;
padding:5px;
vertical-align:middle;
}

.school_submit_table {
display:table;
width:95%;
margin:auto
}


.school_cell2 {
display:table-cell;
text-align:right;
}

.school_submit_cancel_whatsapp_cell {
display:none;
width:150px;
text-align:left;
}

.school_submit_cancel_whatsapp_table {
display:table;
width:150px;
margin-right:5px;
}

.school_submit_cancel_whatsapp_button {
display:table-cell;
text-align:center;
padding-top:5px;
cursor:pointer;
}

.school_submit_open_whatsapp_cell {
display:none;
width:200px;
text-align:left;
}

.school_submit_open_whatsapp_table {
display:table;
width:200px
}

.school_submit_open_whatsapp_button {
display:table-cell;
text-align:center;
padding-top:5px;
cursor:pointer;
}

.school_submit_send_whatsapp_cell {
display:inline-block;
width:200px;
}

.school_submit_send_whatsapp_table {
display:table;
width:200px;
}

.school_submit_send_whatsapp_button {
display:table-cell;
text-align:center;
padding-top:5px;
cursor:pointer;
}

.school_submit_send_email_cell {
display: inline-block;
width:150px;
}

.school_submit_send_email_table {
display:table;
width:150px;
}

.school_submit_send_email_button {
display:table-cell;
text-align:center;
cursor:pointer;
}

.school_map_block {
display:inline-block;
width:30%;
vertical-align:top;
}

.school_gallery_image {
display:inline-block;
width:33%;
}

@media screen and (max-width: 1280px) {
.school_contact_block {
display:inline-block;
width:50%;
margin-bottom:20px;
vertical-align:top;
}

.school_contactus_block {
display:inline-block;
width:50%;
margin-bottom:20px;
vertical-align:top;
}

.school_map_block {
display:block;
width:98%;
margin:auto;
vertical-align:top;
}
}

@media screen and (max-width: 600px) {
.school_contact_block {
display:block;
width:100%;
margin-bottom:20px;
vertical-align:top;
}

.school_contactus_block {
display:block;
width:100%;
margin-bottom:20px;
vertical-align:top;
}

.school_map_block {
display:block;
width:98%;
margin:auto;
vertical-align:top;
}

.school_contactus_table {
display:table;
width:95%;
margin:auto;
}

.school_gallery_image {
display:block;
width:95%;
margin:auto;
margin-bottom:20px;
}
}