@font-face {
font-family: "GE SS Two";
src: url("fonts/GE SS Two.otf") format("opentype");
unicode-range: U+0-29,U+40-10FFFF;
}

@font-face {
    font-family:"Myriad Pro";
    src:url("fonts/Myriad Pro.otf") format("opentype");
}

html {
    background-color: green;
    background: gray url("geometry2.png") repeat 0 0;
    padding: 0;
    -webkit-animation: slide 20s linear infinite;
    height:100%;
}

body {
  background-color: transparent;
}

.container {

    min-height: 100vh;
    width: 100%;
    position:relative;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px){
.container {

  max-width: 100%;

}
}

@media (min-width: 992px){
.container {

  max-width: 100%;

}
}

@media (min-width: 768px){
.container {

  max-width: 100%;

}
}

@media (min-width: 576px){
.container {

  max-width: 100%;

}
}

h3 {
    direction:rtl;
}

.container_wrapper {
    padding-bottom: 210px;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}

body {
    height:100%;
    padding: 0;
    margin: 0;
    font-family: "GE SS Two";

}

.header_mobile {
    display: none;
}

.header_mobile_shadow {
    display: none;
}

h3 {
    margin: 30px 10px 30px 10px;
}

.header {
    position:fixed;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-color: #579041;

}

.header a {

    outline: none;
    background: none;
    transition: .5s;
    border-radius: 5px;
    color: #2C306A;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 90px;
}

.header a:hover {

    background-color: #fff;
    color: #579041;
    font-size: 16px;
    transform: scale(1.1);

}

.header a.active {

    background-color: #fff;
    color: #579041;

}

.header a.active:hover {

    color: #2C306A;

}

.header-left {
    text-align: center;
    width: 15%;
    float:left;
}

.header-left a {

    color: #579041;
    cursor: pointer;

}


.header-left img {

    vertical-align: middle;
    max-width: 100%;
    height: auto;

}

.header-left a:hover {

    font-size: 21px;
    color: #2C306A;
    transition: all 0.3s ease-in-out;
}


.header-right {
    text-align: center;
    width: 15%;
    float:left;
}

.header-right_img_cont {
    width:137px;
    height:164px;
    z-index: 11;
    vertical-align: middle;
    right: 70px;
    position:fixed;
}

.header-right img {

    width:100%;
    height:100%;


}

.header-middle {
    direction: rtl;
    display:inline-block;
    position:relative;
    text-align: center;
    width: 70%;
    float:left;
}

.login_type_entry {
    text-align: center;
    color: #579041;
    font-size: 20px;
    margin: 15px 0px 15px 0px;
}
.dropdown_schlmngmnt {
    width:inherit;
    padding-top:10px;
    display:none;
    position:absolute;
    background-color:#FFF;
    border-bottom: solid 3px #579041;
    box-shadow 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
}

.drop_container {
    display:inline-block;
}
.drop_container a:hover {
    background-color: #fff;
    color: #579041;
    font-size: 10px;
    transform: scale(1.1);

}

.dropdown_schlmngmnt a{
    line-height: 40px;
    display:block;
    text-decoration: none;
}

.dropdown_schlmngmnt a:hover{
    font-size: 15px;
    transform: scale(1.1);
}

.drop_container:hover .dropdown_schlmngmnt {
    display:block;
}

.dropdown_schlmngmnt a.active {
    color: #579041;
}
.slideshow_container {
    width:%100;
    height:610px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/*LOGIN FORM */
    form {
        border: 3px solid #FFF;
    }
   /*assign full width inputs*/
    input[type=text],
    input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
        text-align: right;
    }

    /*set a style for the buttons*/
    button {
        border-radius: 20px;
        background-color: #579041;
        outline: none;
        color: #FFF;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 100%;
        font-family: "GE SS Two";

    }

    .close {

      width: auto;

    }

    .cstm-btn-edit {

      font-size: 14px;
      width: 100px;
      float:right;
    }

    .cstm-btn-edit:hover {

      font-size: 14px;

    }


    /* set a hover effect for the button*/
    button:hover {

        font-size: 21px;
        color: #FFF;
        transition: all 0.3s ease-in-out;

    }

    /*set extra style for the cancel button*/
    .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #FFF;
        color: #579041;
    }

    .cancelbtn:hover {

        font-size: 21px;
        color: #4CAF50;
        transition: all 0.3s ease-in-out;

    }



    /*centre the display image inside the container*/
    .login_type_container {
        text-align: center;
        position: relative;

    }

    select {

        width: 150px;
        height: 50px;
        font-family: "GE SS Two" !important;
        font-size: 18px;
        background-color: #579041;
        color: #FFF;
        border-color: #579041;

    }




    /*set padding to the container*/
    .login_container {
        padding: 16px;

    }

    /*set the forgot password text*/
    span.psw {
        float: right;
        padding-top: 16px;
    }




    /* add zoom animation*/
    .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
    }

    @-webkit-keyframes animatezoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes animatezoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }

    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }
        .cancelbtn {
            width: 100%;
        }
    }

/*END OF FORM */

/* NEWS FORM */

    .img_container_news {

        width:75%;
        margin: auto;
        margin-top: 20px;
        height: auto;
        overflow:hidden;
    }

    .img_container_news img{

        object-fit: contain;
        width:100%;
        height:100%;
        opacity: 1;

    }

    .header_container_news {

        width: 90%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
        color: #FFF;
        height: auto;

    }

    .required:before {

        color:red;
        content:"* ";
        font-size:25px;

    }

    .text_container_news {

        width: 75%;
        margin: auto;
        margin-bottom: 20px;
        text-align: right;
        line-height: 30px;
        font-size: 18px;
        height: auto;
        color: #FFF;

    }

    .text_container_news iframe {
        display:block;
        margin:auto;
        margin-top:20px;
    }

    .exit_container {
        padding: 18px;
    }

    /*set the Modal background*/
    .modal_news {
        display: none;
        position: fixed;
        z-index: 20;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 60px;
    }

    /*style the model content box*/
    .modal-content_news {
        background-color: rgba(65,64,66,0.99);
        margin: auto;
        border: 1px solid #414042;
        width: 60%;
        margin-bottom: 100px;
    }


    .responsive_gallery {
       text-align: center;
    }

    .gallery {
        display:inline-block;
        border-bottom: solid 4px #579041;
    }

.gallery img {
    object-fit: contain;
}

    /* add zoom animation*/
    .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
    }

    @-webkit-keyframes animatezoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes animatezoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }

    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }
        .cancelbtn {
            width: 100%;
        }
    }

/*END OF NEWS FORM */



.news_container {

    text-align: center;

}

.news_wrapper {

    display: inline-block;

}

.news {

    width:380px;
    float:left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    box-shadow:2.5px 2.5px 2.5px grey;
}

.column_1, .column_2, .column_3 {

    background-color: #FFF;
}



.imgcont {
    border-style: solid;
    border-color: #579041;
    margin-top: 20px;
    display: inline-block;
    width:90%;
    height:370px;
    overflow:hidden;

}

.imgcont img{

    object-fit: cover;
    width:100%;
    height:100%;
}

.hdrcont {
    color:#2C306A;
    direction:rtl;
    width:90%;
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow:hidden;
    display: inline-block;
    text-align: right;
    text-overflow: ellipsis;

}

.txtcont {
    direction:rtl;
    line-height: 40px;
    width:90%;
    height:275px;
    display: inline-block;
    text-align: right;
    overflow:hidden;
    text-overflow: ellipsis;

}

.btn_1, .btn_3 {

    background-color: #579041;

}

.btn_2 {

    background-color: #2C306A;

}

.btncont {
    border-radius: 16px;
    left:0;
    right:0;
    margin: 0px 30px 10px 30px;
}

.btncont a {
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 20px;
    line-height: 50px;

}



.btn_2 a {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    	to right,
	    #579041,
	    #579041 50%,
	    #FFF 50%);
	    background-size: 200% 100%;
	    background-position: 100%;

}

.btn_1 a, .btn_3 a {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    	to right,
	    #2C306A,
	    #2C306A 50%,
	    #FFF 50%);
	    background-size: 200% 100%;
	    background-position: 100%;

}

.btncont a:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}


.news_row:after {
    content: "";
    display: table;
    clear: both;
}


.ease_to_access_container {

    text-align: center;

}

.eta_wrapper {
    width:100%;
}

.eta_width_secured {
    float:left;
    width:25%;
}

.eta_parent {
    position:relative;
    padding-top: 100%;
    height:0;
}

.eta {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    overflow: hidden;
}

.eta:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.eta_l {
    background-color: #2C306A;
}

.eta_r {
    background-color: #579041;
}

.eta_logocont {

    display: inline-block;
    overflow:hidden;
    width:150px;
    height:150px;
    border-radius: 50%;
    margin-top: 10px;
    left:0;
    right:0;
}

.eta_logocont img{

    object-fit: cover;
    width:100%;
    height:100%;

}

.eta_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.eta_txtcont_wrapper {
    display:none;
    position:absolute;
    overflow: hidden;
    width:100%;
    top:200px;
    bottom: 80px;

}

.eta_txtcont {
    position:absolute;
    direction:rtl;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    left:0;
    right:0;
    padding-top: 50px;
    }

.eta_hdrcont {
    margin-top:20px;
    width: 90%;
    line-height: 30px;
    display: inline-block;
    font-size: 20px;
    color: #FFF;
}

.eta_btncont {
    position:absolute;
    background-color:#FFF;
    border-radius: 16px;
    left:0;
    right:0;
    bottom:0;
    margin: 10px 30px 10px 30px;
}

.eta_btncont a {

    text-decoration: none;
    outline: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 50px;

}

.btn_green a {

    color: #579041;

}

.btn_blue a {

    color: #2C306A;

}

.btn_blue a {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    	to right,
	    #579041,
	    #579041 50%,
	    #2C306A 50%);
	    background-size: 200% 100%;
	    background-position: 100%;

}

.btn_green a {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    	to right,
	    #2C306A,
	    #2C306A 50%,
	    #579041 50%);
	    background-size: 200% 100%;
	    background-position: 100%;

}

.eta_btncont a:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}


.footer {

    position:absolute;
    bottom:0;
    width:100%;
}

.footer_wrapper {
    height:200px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #414042;
}

.social_footer, .contact_us_footer, .address_footer {
    display:flex;
    float:left;
    color: white;
    font-family:"Myriad Pro";
    width:33.33%;
    /*text-align: center;*/
    border-left: solid 1px #f2f2f2;
    align-items: center;

}

.social_footer{
    border-left:none;
}

.contact_us_footer p, .address_footer p {
    font-family: "GE SS Two","arial";
}

.social_footer a {
    text-decoration: none;
    color:#FFF;
}

.contact_us_footer p, .address_footer p,.social_footer a {

    flex: 1 1 auto;
}
.social_footer i {
    border-left:none;
    font-size: 30px;
}

.mapouter {
    width:100%;height:500px;
}

.mapouter .gmap_canvas {
    float:left;width:50%;
}

.timeline_wrapper {

    margin: auto;
    margin-top: 75px;
    margin-bottom: 50px;
    max-width: 60%;
    text-align: center;
    background-image: url("../Image/timeline_background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.btn_news {
    margin: 10px 10px 10px 10px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    background-color: #F1F2F2;
    border-radius: 20px;


}

.btn_news a {
    text-decoration: none;
    color: #2C306A;
}

.btn_news a.active {
    color: #579041;
}

.btn_news a:hover {

    color: #579041;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}




.follow_up_feed_view {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width:60%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.imgcont_feed {
    position:relative;
    border-style: solid;
    border-color: #579041;
    width:370px;
    height:370px;
    float:left;

}

.imgcont_feed img{
    object-fit: cover;
    width:100%;
    height:100%;
}

.date_tag_feed {
    position: relative;
    bottom:200px;
    right: 200px;
    z-index: 3;
    color:#FFF;
    padding-top:10px;
    padding-bottom: 10px;
    margin-left:100px;
    margin-right:100px;
    background-color: #579041;
    cursor:default;
}

.txt_feed_wrapper {
    display:inline;
    text-align: right;
}

.hdrcont_feed {
    direction:rtl;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    height:20%;
}

.txtcon_feed {
    direction:rtl;
    line-height: 35px;
    height:60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: auto;      /* fallback */
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.hdrcont_feed {
    cursor:pointer;
    color:#2C306A;
}

.txtcon_feed iframe {
    display:none !important;
}

.morecont_feed a{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #579041;
    cursor:pointer;
}

.morecont_feed a:hover{
    font-size: 30px;
    color: #2C306A;
    transition: all 0.3s ease-in-out;
}

.tawjihi_honor_list_header, .honor_list_header {
    font-size: 28px;
    margin-bottom: 30px;
    color: #2C306A;
    margin-top: 50px;
}

.honor_box {
    text-align: center;
}

.honor_list_container, .tawjihi_list_container {
    width: 70%;
    margin: auto;
    margin-top: 100px;
    min-height: 100%;
}

.tawjihi_list_container {
    margin-top: 10px;
}

.honor_lists {
    background-color: rgb(242, 242, 241);
    width:100%;
    padding: 20px 0px 20px 0px;
    display: none;
    overflow: hidden;

}

.honor_user {

    padding: 0px 30px 20px 30px;
    display:inline-block;
}

.hnr_dropdown {
    outline:none;
    border-radius: 0px;
    background-color: #4CAF50;
    color: #FFF;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    font-family: "GE SS Two";
}

.hnr_dropdown:hover {

    font-size: 18px;
    color: #FFF;
    transition: all 0.3s ease-in-out;

}



.honor_image_container {

    box-shadow: 10px 10px 1px #579041;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.honor_info_wrapper {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.honor_name {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #2C306A;

}

.honor_tutor {

    text-align: center;
    vertical-align: middle;
    color:#579041;
    direction: rtl;

}


.honor_score {
    text-align: center;
    vertical-align: middle;
    color: #579041;
    margin: 0px 75px 10px 75px;
}

.honor_major {
    text-align: center;
    vertical-align: middle;
    color:#579041;
    margin: 0px 75px 10px 75px;
}

.honor_image_container img {

    object-fit: cover;
    height: 100%;
    width: 100%;

}

.honor_name {
    margin-top: 15px;
}

#honor_active {
    display:inline-block;
    margin:auto;
}


.honor_image_container {
    display:inline-block;
}



.footer {
    clear:both;
}

.principal_school_container {

    width: 75%;
    display: inline-block;
    margin-top: 100px;
    background-color: rgb(242, 242, 241);

}

.intro_img_container {
    width: 325px;
    height: 325px;
    overflow: hidden;
    float:left;

}

.intro_img_container img {
    margin: 10px 0px 10px 0px;
    width:300px;
    height:300px;
    object-fit: cover;
    border-style: solid;
    border-color: #579041;
}

.intro_txt_container {

    display: inline;
}

.intro_txt {
    margin-top: 25px;
    margin-right: 25px;
    line-height: 45px;
    text-align: right;
    direction: rtl;
}

.intro_about_school_container {
    width: 75%;
    display: inline-block;
    background-color: rgb(242, 242, 241);
}

.vision_school_header, .principal_school_header {
    color: #2C306A;
    font-size: 35px;
}

.vision_school_sub, .principal_school_sub{
    margin-top: 20px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #579041;
}

.principal_school_container {
    padding-bottom: 10px;
}

.intro_about_school_container {
    padding-top: 10px;
    margin-top: 0px;
}
.part1_vision, .part2_vision {
    margin-top: 50px;
    width: 49%;
    float:left;
    border-right-style: solid;
    border-right-color: #579041;

}

.part1_vision_txt, .part2_vision_txt {

    line-height: 30px;
    display:inline-block;
    width: 80%;
    text-align: right;

}

.vision_about_school_container {
    background-color: rgb(242, 242, 241);
    width: 75%;
    display: inline-block;
    margin-bottom: 100px;
    padding-bottom: 50px;

}

.principal_school_header {
    margin-top: 20px;
}

.intro_img_container_principal {
    width: 90%;
    height: 90%;
    overflow: hidden;
    display:inline-block;

}

.intro_img_container_principal img {
    margin: 20px 0px 10px 0px;
    width:100%;
    height:100%;
    object-fit: cover;


}

.principal_author_txt {
    line-height: 30px;
    text-align: right;
    margin-right: 25px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #579041;
}

.form_contact_us {
    margin: 100px 0px 50px 0px;
    background-color: rgb(242, 242, 241);
    width: 75%;
    display:inline-block;
}

.form_contact_us input, textarea {
    border-radius: 15px;
}

.message_introduction{
    margin: 10px 0px 10px 0px;
    text-align: center;
    font-size: 40px;
    color: #579041

}

.essential_requirements {
    display: inline-block;
    margin: 20px 0px 20px 0px;
}

.txt_form {
    float:left;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

.message_txt_form {
    clear: both;
    margin: 20px;
}


.message_txt_form #message_input{
    height:300px;
    width:100%;
    direction:rtl;
}

.message_txt_form textarea {
    box-sizing: border-box;
    padding: 15px;
}

.txt_wrapper {
    border: 3px solid #579041;
    margin: 10px 10px 10px 10px;
}

.txt_wrapper label{
    color:#2C306A;
    font-size: 20px;
}

.form_contact_us h{
    float:right;
    color: #579041;
}

.form_contact_us h3 {
    background-color: #2C306A;
    color: #FFF;

}

.sender_container button {
    width: 25%;
}

input, textarea {
    outline:none;
}

.admission_price_container {

    background-color: rgb(242, 242, 241);
    width:75%;
    display:inline-block;
    margin-top: 100px;
    margin-bottom: 50px;
    direction: rtl;

}

.admission_rules_header {

    margin: 15px 0px 15px 0px;
    color: #579041;
    font-size: 40px;

}

.admission_rules {

    width: 70%;
    display: inline-block;
    border-style: solid;
    border-bottom-style: none;
    border-color: #579041;
    text-align: right;

}

.admission_costs {
    margin-top: 15px;
    display:inline-block;
    width: 100%;
}

.admission_costs table {
    margin:auto;
    width: 70%;
}

.admission_bus_costs {

    margin: 15px 0px 15px 0px;
    display: inline-block;
    width: 70%;

}


table, th, td {
    border: 2px solid #579041;
    border-collapse: collapse;
}

.admission_rule {
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-color: #579041;
}

.admission_rules_part {
    display: inline-block;
    text-align: right;
    color: #2C306A;
    font-size: 25px;
}

.admission_rules_part ul,li {
    text-align: right;
    font-size: 16px;
    color: #000;
}

.school_rules_restrictions {
    margin: 15px 0px 15px 0px;
    display: inline-block;
    width: 70%;
}

.school_rules_restrictions table {
     width: 70%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.radio_cont {
    margin: 20px;
}

.radio_cont p {
    color: #579041;
}


.txt_cont {

    font-size: 14px;
    margin: 10px;
}

.txt_cont input {
    width:150px;
}

.txt_wrapper {
    direction:rtl;
}

.txt_cont {
    direction:rtl;
    display:inline-block;
}

.feed_view:nth-child(even) {background-color: rgba(242, 242, 241, 0.5);}
.feed_view:nth-child(odd) {background-color: rgba(255, 255, 255, 0.5);}

@media screen and (max-width: 1300px) {
    .eta_txtcont iframe {
        display:none;
    }
    .eta_txtcont_wrapper {
    display:block;
    position:absolute;
    overflow: hidden;
    width:100%;
    top:200px;
    bottom: 80px;

}

    .mapouter {
        height:auto;
    }
    .mapouter .gmap_canvas {
    float:none;width:100%;
    }
    .timeline_wrapper {
        background-image:none;
    }

    .header-right img {
        display:none;
    }

    .social_footer img {
        margin:30px;
    }

    .eta_width_secured {
        width: 50%;
    }

    }

    .eta {
        width: 100%;
        margin: 0px;
    }

    .eta_container_small_screen_1:after {

        content: "";
        display: table;
        clear: both;

    }


}


@media screen and (max-width: 800px) {

    .header-right img {
        display: none;
    }

}

@media screen and (max-width: 768px) {



    .gmap_canvas iframe {
        width:100% !important;
        float:none !important;
    }

    .date_tag_feed {
        bottom:300px !important;
    }

    .imgcont_feed {
        margin:auto;
        width:300px;
        height:300px;
    }

    .honor_user {
        margin:0;
    }

    .header {
        display:none;
    }

    .header_shadow {
        display:none;
    }

    .header_mobile_shadow {
        display:block;
    }

    .header_mobile {
        background: #FFFFFF;
        display:block;
        position: fixed;
        top: 0;
        z-index: 2;
        transition: 0.3s ease;
    }

    .header_mobile ul li {
        list-style-type: none;
    }

    .header_mobile .lgn_content{
        width: 33.33%;
        float:left;
        background-color : #579041;
        line-height: 100px;
        color: #FFFFFF;
    }

    .header_mobile .img_cont {
        position: relative;
        vertical-align: middle;
        height: 100px;
        width: 33.33%;
        float:left;
    }

    .header_mobile .img_cont .outer_img_cont {
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index: 1;
    }

    .outer_img_cont {
        width:137px;
        height:164px;
    }


    .header_mobile .img_cont .outer_img_cont img {
        margin: 0 auto;
        z-index: 1;
        width:100%;
        height:100%;
    }


    .burger-nav {
        text-align: center;
        width: 33.33%;
        cursor: pointer;
        float:left;
    }

    .burger-nav img {
        margin-top: 37.5px;
        width: 25%;
        height: 25%;
    }

    .header_mobile ul {
        overflow:hidden;
        background:#FFFFFF;
        height: 0;
    }


    .header_mobile ul.open {
        height: auto;
    }

    .header_mobile ul {
        float:none;
        width:100%;
        margin: 0;
        padding:0;
        border-bottom: 2px solid #579041;
    }

    .header_mobile ul li a{
        color: #2C306A;
        padding: 10px;
        padding-right: 50px;
        text-align: right;
        display: block;
        text-decoration: none;
        border-bottom: 2px solid #505050;
    }

    .active{
        color: #579041 !important;

    }

    .admission_rules,.admission_costs table,.admission_bus_costs, .school_rules_restrictions table, .school_rules_restrictions {
        width:100%;
    }

    .school_rules_restrictions_p {
        width: 75%;
        margin:auto;
    }

    .admission_rules_header {
        text-align: center;
    }

    .rules_header_nav {
        text-align: center;
    }

    .txt_form {
        float:none;

    }

    .modal-content_news, .intro_img_container, .intro_img_container_principal {

        width: 100%;

    }

    .part1_vision, .part2_vision {
        width:90%;
        margin-right:10px;
    }

    .date_tag_feed {
        position: relative;
        bottom:400px;
        right: 100px;
        z-index: 1;
        color:#FFF;
        border-style: solid;
        background-color: rgba(87, 144, 65, 1);
        cursor:default;
    }

    .imgcont_feed {
        float:right;

    }

    .follow_up_feed_view {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width:80%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-right img {
        display: none;
    }


    .news_wrapper {
        margin-top:10px;
        display:flex;
        flex-direction: column-reverse;
        width:100%;
    }

    .news {

        margin:auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width:90%;
        float:none;
    }

    .eta_wrapper {
        display:flex;
        flex-direction: column-reverse;
    }

    .eta_width_secured {
        width: 100%;
    }

    .eta {
        width: 100%;

    }

    .eta_txtcont iframe {
        display:none;
    }

    .header a {
        font-size: 10px;
        float: right;
        display: block;
        text-align: right;
    }
    .header-middle{
        float:none;
    }
    .header-left {
        float:none;
    }
    .header-left img {
        display: none;
    }

    .footer_wrapper {
        display:block;
        height: auto;
    }

    .social_footer {
        padding-top:20px;
        display:block;
        width:100%;
        background:#414042;
        border:none;
    }

    .container_wrapper {
        padding-bottom: 200px;
    }

    .contact_us_footer {
        display:block;
        width: 100%;
        background:#414042;
        border:none;
    }

    .address_footer {
        display:block;
        width:100%;
        background:#414042;
        border:none;
    }

    .social_footer i{
        margin-right:25px;
        margin-left:25px;
    }
}
