﻿td {
    padding: 15px !important;
}

.panel {
    margin-bottom: 0px;
    background: none;
    border: none;
}

.panel-default {
    border: none !important;
    box-shadow: none;
}

.panel-body {
    padding: 0px;
}

.well {
    margin-bottom: 0px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    min-height: 8px;
    padding: 7px;
}

.panel-footer {
    display: none;
}

.logo_name {
    position: absolute;
    z-index: 1;
    text-align: center;
    float: left;
    width: 524px;
    background-color: rgba(255, 255, 255, 0.8705882352941177);
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 16%);
}

.bh {
    color: #250f5a;
    font-size: 16px;
}

.span1 {
    font-weight: bold;
    font-style: italic;
}

.img0 {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 90%;
    border: 2px solid #250f5a;
    border-radius: .47rem;
}

.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 40%;
    border-radius: 15rem 0.47rem;
    border: 5px solid #ffffff; /*#250f5a;*/
    border-radius: 12rem 0.47rem;
}

.img2 {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 50%;
    border: 2px solid #250f5a;
    border-radius: .47rem;
}

.schoolimg {
    width: 20%;
    float: left;
    margin: 10px;
    margin-top: 0;
    border: 2px solid;
    border-radius: 0.47rem;
}

.accordionHeaderSelected {
    border: 1px solid #250f5a;
    font-weight: 600;
    color: #fff;
    background: #250f5a url(../images/ajax-arrow1.png) 99% center no-repeat;
    padding: 5px;
    margin-top: 2px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

.accordionHeader_Y {
    border: 1px solid #b3b3b3;
    color: #fff;
    font-weight: 600;
    background: #c7591a url(../images/ajax-arrow.png) 99% center no-repeat;
    width: 100%;
    line-height: 21px;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.master_txt {
    width: 100%;
    line-height: 23px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
    font-variant: normal;
    font-weight: 400;
    min-height: 300px;
}

.pr_text {
    text-align: center;
    width: 50%;
    margin-top: 5%;
}
.minmaxbox {
    min-height: 410px;
    max-height: 410px;
}

.social-icons1 {
    position: fixed;
    background-color: #250f5a;
    z-index: 100;
    border: 1px solid #250f5a;
    height: 91px;
    top: 50%;
    margin-top: -110px;
}

.minmaxbox1 {
    min-height: 410px;
    max-height: 507px;
}

.dds_readmore {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 20px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
    .dds_readmore:hover {
        color: #01bfa5;
        border-radius: 0px;
        background-color: #fff;
    }

@media (max-width: 767px) {
    #wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span {
        padding: 0.7em 1em;
        font-size: 1.4rem !important;
        line-height: 1 !important;
    }

    .logo_name {
        width: 50% !important;
        top: -15px;
    }

    .logohidden {
        display: block !important
    }
    .fox-fix-position {
        top: 50px !important;
    }
}