﻿  .xavier_sch_cont{
      padding-top: 100px;
      padding-bottom: 70px;
    }
    .school_details .top-content img {
    margin-bottom: 25px;
}
img{
  width: 100%;
}

.detgails-right-content {
    /* position: fixed; */
    overflow-y: auto;
    position: sticky;
    top: 20px;
}

.menu_list {
    padding: 30px;
    background-color: #d8f0e6;
    margin-bottom: 30px;
}

.menu_list h3 {
    font-weight: 500;
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
}

.menu_list ul {
    padding-left: 0;
    margin-bottom: 0;

    list-style: none;
    padding: 0;
    margin: 0;
}

.menu_list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.menu_list ul li a {
   /* color: #555;
    transition: all ease 0.5s;
    text-decoration: none; */
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #f7fafc;
    padding: 13px 6px;
    margin-bottom: 4px;
    display: block;
    border-left: 3px solid #f7fafc;
}

.menu_list ul li a:hover
{
    color:#fff;
    background-color: #da6d00;
    padding:15px;
}

.menu_list ul li a img
{
    width:20px;
    height:auto;
      position: absolute;
    right: 8px;
    font-size: 22px;
}

.menu_list ul li a img:hover
{
    background-color: #2596be;
    padding:2px;
}

.menu_list ul li i {
    position: absolute;
    right: 0;
    font-size: 22px;
}


.school_details .top-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #EA3D0F;
    /* font-family: 'PT Serif', serif; */
    font-weight: 700;
}

.school_details .top-content h5.xavier_txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-style: italic;
    color: #EA3D0F;
}

.school_details .xavier_school h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align:left;
}

