/*=============Common=============*/
/*<link href="https://fonts.googleapis.com/css2?family=Righteous&family=Russo+One&display=swap" rel="stylesheet">*/
/*<link href="https://fonts.googleapis.com/css2?family=Orbitron&family=Righteous&family=Russo+One&display=swap" rel="stylesheet">*/
body{
    overflow-x: hidden;
    background: #efefef;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
    list-style: none;
}
img{
    max-width: 100%;
}
.common_Heading{

}
.common_Heading h2{
    font-size: 25px;
    font-weight: 300;
    margin: 15px 0px 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.select2-container{
    width: 100%!important;
}
.wrapper{
    background: white;
    margin-top: -4px;
}
.commonSize{
    display: inline-block;
    width: 42px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    position: relative;
    border-radius: 50%;
    margin-top: -8px;
    margin-right: 5px;
    top: 4px;
    margin-bottom: 3px
}
i.commonSize{
    font-size: 24px;
}
i.commonSize:before{
    padding-left: 5px;
}
i.fa-home.commonSize:before{
    padding-left: 0px;
}
.newHeader_menu .navbar-nav>li>a {
    border-right: 1px solid  #e6e2e2;
}
.card {
    width: 220px;
    min-height: 236px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: white;
    background-color: #a7a7a7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 0px auto 30px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 250px;
    width:185px;
}
.card-content{
    min-height: 142px;
}
.card-content p{
    color: #1f0101;
    font-weight: 600;

}
.card-content .card-text span {
    color: #351b1b;
    font-weight: 700;
    font-size: 11px;
}
.profile{
    display: none;
}
/*=============Header============*/
.cl_name{
    min-height: 130px
}
.navbar-header{
    width: 35%;
    float: left;
    padding-top: 22px;
}
.header_wrap{
    width: 65%;
    float: left;
}
.topBar{
    text-align: center;
}
.highlightNav{
    width: 100%;
    background: #c5c399;
    padding-left: 100px;
    padding: 13px 0 15px 0px;
    position: relative;
}
.highlightNav:before {
    content: "";
    background: #c5c399;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
}
.highlightNav:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 48px solid #c5c399;
    border-left: 50px solid transparent;
}
.topBar li{
    color: white;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
}
.topBar li:first-child{
    margin-right: 40px;
}
.topBar li:last-child{
    float: right;
    font-size: 12px;
    font-weight: 700;
}
.topBar li a{
    color: white;
}
.topBar li.access a{
    font-size: 15px;
    padding: 0px 12px;
    text-transform: uppercase;
}
.topBar li:last-child.access a{
    /*padding-right: 0;*/
    font-weight: 400;
}
.topBar li:last-child.access a+a{
    border-left: 1px solid #7f7f7f;
}
.call{
    color:#00abc9;
}
span.socials {
    margin: 0 0 0 10px;
}
.socials a {
    display: inline-block;
    width: 25px;
    font-size: 15px;
    color: #efefef;
    text-align: left;
    vertical-align: middle;
}
.navbar-brand{
    height: auto;
}
.navbar-brand img{
    width: 100%;
    /*width: 106px;*/
}
.schoolName{
    font-size: 25px;
    padding: 30px 0px;
    line-height: 35px;
}
.schoolName strong{
    display: block;
    text-transform: uppercase;
}
.schoolName span{
    display: block;
    letter-spacing: 4px;
    text-transform: capitalize;
}

.navbar-collapse{
    padding-left: 0;
}
.custommenu.navbar-default {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 4px;
}
.custommenu.navbar-default .navbar-nav>.active>a,
.custommenu.navbar-default .navbar-nav>.open>a {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}
.custommenu.navbar-default .navbar-nav>.active>a,
.custommenu.navbar-default .navbar-nav>.active>a:focus,
.custommenu.navbar-default .navbar-nav>.active>a:hover {
    color: #31abc9;
    background-color: transparent;
}
.custommenu.navbar-default .navbar-nav>.open>a,
.custommenu.navbar-default .navbar-nav>.open>a:focus,
.custommenu.navbar-default .navbar-nav>.open>a:hover {
    color: #31abc9;
    background-color: transparent;
}
.custom-dropdown-menu{
    /*position: absolute;*/
    top: 100%;
    z-index: 1;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    min-width: 275px;
    padding: 30px 0;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f5f5f4;
}
.custom-dropdown-menu.dropdown-menu>li{
    line-height: 20px;
    font-weight: 500;
    padding: 0 40px;
    color: #555555;
    position: relative;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.custom-dropdown-menu.dropdown-menu>li>a {
    font-size: 11px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}
.custom-dropdown-menu.dropdown-menu>li:last-child a{
    border-bottom: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.custommenu.navbar-default .navbar-nav>li>a:focus,
.custommenu.navbar-default .navbar-nav>li>a:hover {
    color: #31abc9;
    background-color: transparent;
}
.custom-dropdown-menu.dropdown-menu>li>a:focus,
.custom-dropdown-menu.dropdown-menu>li>a:hover {
    color: #31abc9;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
    /* -6px gives dropdown-menu's padding+border */
    top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu > a:focus + .dropdown-menu {
    /* :focus support is incomplete - pressing Tab sets focus to submenu, but that immediately hides submenu */
    display: block;
}
/*====================Slider=================*/
#slider-carousel .slick-prev:before {
    color: white;
    font-size: 30px;
    content: url(/images/home/previous2px.svg);
}

#slider-carousel .slick-next:before{
    color: white;
    font-size: 30px;
    content: url(/images/home/next2px.svg);
}
.slick-next {
    right: 25px;
    z-index: 200;
}
.slick-prev {
    left: 25px;
    z-index: 200;
}
.offerSlider .slick-prev{
    top: unset;
    bottom: -5px;
    left: unset;
    right: 40px;
}
.offerSlider .slick-next {
    top: unset;
    bottom: -5px;
    right: 0;
}
.offerSlider .slick-prev:before{
    content: "\f053";
    font-size: 30px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: white;
    border: 1px solid black;
    padding: 5px 10px 3px;
    background: #236b6b;
}
.offerSlider .slick-next:before {
    content: "\f054";
    font-size: 30px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: white;
    border: 1px solid black;
    padding: 5px 10px 3px;
    background: #236b6b;
}
/*====================Home=================*/
.mainContent{
    background: #f7f7f7;
    padding: 25px 25px 0px;
    border-radius: 8px;
}
.aboutWrapper{
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #8a8a1b63;    /*padding-top: 35px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboutBox h1 {
    margin-top: 0;
    font-size: 30px;
    font-family: "Playfair Display";
}
.divider {
    width: 80px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    margin: auto auto 15px;
}

.intro{
    padding: 50px 0px;
}
.intro_school{
    /*background: #f7f7f7;*/
    /*padding: 25px 25px;*/
    /*border-radius: 8px;*/
    margin-bottom: 60px;
}
.intro_school .col-sm-4{
    padding-right: 10px;
    padding-left: 10px;
}
.introBox{
    height: 290px;

    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.1);
    -khtml-box-shadow: 0 21px 21px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 21px 21px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 21px 21px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.1);

    padding: 30px 20px 36px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    color: black;
    text-align: center;
    background-color: #ffffff;
}
.intorImg{
    margin: 0 0 28px;
}
.introText h3{
    font-size: 18px;
}
.introText p{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.honorable{
    /*background: #f7f7f7;*/
    /*padding: 25px 25px;*/
    /*border-radius: 8px;*/
    margin-bottom: 60px;
}
.honorableBox{
    background: white;
    overflow: hidden;
    padding: 15px;
    border-radius: 8px
}
.honorablePerson{
    width: 40%;
    float: left;
}
.message{
    width: 60%;
    float: left;
    padding-left: 30px;
}
.honorablePerson img{
   width: 100%;
}
.titleNam{
    margin: 15px 0px 0px;
    text-align: center;
    font-weight: bold;
}
.message h4{
    margin: 0px 0px 15px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}
.message p{
    text-align: justify;
}
.latestUpdate{
    min-height: 267px;
    border: 1px solid #eb6827;
    padding: 0px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.latest_news{
    padding: 10px 15px;
    margin: 0px -15px;
    background: #e0431bc2;
    color: white;
    border-radius: 4px 4px 2px 2px;
}
.marquee{
    position: relative;
    max-height: 300px;
}
.marquee marquee{
    max-height: 300px;
}
marquee p{
    text-align: justify;
}
.board .panel-default>.panel-heading {
    color: #333;
    background-color: #eb6827;
    border-color: #eb6827;
    background-image: -webkit-linear-gradient(top,#eb6827 0,#eb6827 100%);
    background-image: -o-linear-gradient(top,#eb6827 0,#eb6827 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eb6827),to(#eb6827));
    background-image: linear-gradient(to bottom,#eb6827 0,#eb6827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6827', endColorstr='#eb6827', GradientType=0);
    background-repeat: repeat-x;
}
.board .panel-title>a{
    color: white;
}
.academicBox{
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 15px;
    background: white;
}
.icon{
    width: 20%;
    float: left;
}
.icon i{
    font-size: 25px;
}
.academicList{
    width: 80%;
    float: left;
}
.academicList h4{
    margin: 0px 0px 5px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    color: #343e47;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.importantPerson{
    /*margin-bottom: 15px;*/
    overflow: hidden;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
}
.importantPerson._about{
    border-radius: 4px;
    padding: 15px 25px;
    margin: 50px -25px 0px;
    background: #babfec;
}
.importantPerson._about h2{
    color: white;
    font-weight: 400;
}
.thimDiv{
    width: 35%;
    float: left;
    background: #fff;
    margin-top: 25px;
    padding: 0 20px;
    text-align: center;
    min-height: 255px;
}
.person{
    text-align: center;
    position: relative;
    margin-top: -30px;
}
.person img {
    width: 90%;
    display: inline-block;
}
.aboutFirm_mainDiv {
    float: left;
    width: 65%;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}
.aboutFirm_mainDiv:before{
    content: "";
    position: absolute;
    background: url(../static/demo/firm_backgrondImage.png) no-repeat -4px 0;
    width: 100%;
    height: 96%;
    left: 0;
    z-index: -1;
}
.aboutFirm_mainDiv:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 0;
    height: 0;
    border-bottom: 21px solid #f7f7f7;
    border-right: 28px solid transparent;
}
.aboutFirm {
    background: #fff;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 20px;
    min-height: 310px;
}
.aboutFirm h4 {
    font-size: 17px;
    color: #215591;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 0;
}
.aboutFirm p {
    line-height: 18px;
    font-size: 15px;
    text-align: justify;
    color: #f07474;
    padding-bottom: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}
.aboutFirm span {
    color:#494242;
    font-size: 14px;
    font-weight: 700;;
}
.events-schedule{
    margin:10px 0px 60px 0px;
}
.events-schedule .nav-tabs>li.active>a,
.events-schedule .nav-tabs>li.active>a:focus,
.events-schedule .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
#calendar {
    padding-top: 60px;
}
.fc-fri{ background-color:#ff8181; }
.fc-nonbusiness {
    background: white;
}
.fc-time{
    display : none;
}




#accordion .panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: -2px;
    background: transparent;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px;
    margin: 0;
    background: rgb(204, 70, 3);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    position: relative;
    border-radius: 4px 4px 2px 2px;
}
#accordion .panel-title a.collapsed{ border: none; }
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed:before{
    color: rgb(255, 255, 255);
    transform: rotate(0deg);
}
#accordion .panel-body{
    padding: 20px 30px;
    background: rgba(255, 254, 254, 0.1);
    font-size: 15px;
    color: #676767;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #eb6827;
}
.list_box{

}
.list_box li{
    /*display: flex;*/
    overflow: hidden;
    margin-bottom: 18px;
}
.list_date{
    width: 25%;
    float: left;
    color: #eb6827;
    font-weight: bold;
    line-height: 20px;
}
.list_title{
    float: left;
    width: 75%;
    line-height: 18px;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 5px;
}



.row_custom {
    position: relative;
    margin-top: -90px;
    padding-right: 30px;
    padding-bottom: 23px;
    padding-left: 39px;
    background-color: #ffffff;
}
.ga_wrapper{
    padding-top: 4px;
}
.right_icon {
    position: absolute;
    top: 35px;
    right: 47px;
    font-size: 16px;
}
.custom_heading {
    margin-top: 0px ;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 23px;
    line-height: 40px;
}
.vc_custom_heading{
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 20px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
}
.wpb_single_image {
    margin-bottom: 29px ;
    border-top-width: 10px;
    border-top-color: #ffca2c;
    border-top-style: solid;
    margin-left:4x;
    margin-right:4x;
}
.wpb_single_image .vc_figure img{
    width: 100%;
}
.vc_single_image-wrapper{
    max-width: 100%;
}
.wpb_text_column {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    color: rgb(99, 99, 100);
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
}
.vc_column{
    padding-left: 0;
    padding-right: 0;
}
.vc_custom_ {
    /*margin-top: 0px;*/
    /*border-left-width: 1px;*/
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
    /*border-left-color: #e5e5e5;*/
    /*border-left-style: solid;*/
    margin: 0px 1px 0px 0px;
}
.vc_custom_15{
    border-top-color: #f26622;
}
.vc_custom_16{
    border-top-color: #00a1de;
}

.parallax {
    /*position: relative;*/
    background-image: url(../static/demo/parallax2.jpg);

    /* Set a specific height */
    min-height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ga_heading{
    position: relative;
    color: white;
    text-align: center;
    padding-top: 6%;
}
.ga_heading h2{
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.imp_link{
    margin-top: 40px;
}
.imp_heading{
    display: block;
    padding: 10px 15px;
    margin: 0;
    background: #e0431bad;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    position: relative;
    border-radius: 4px 4px 2px 2px;
}
.imp_links{
    padding: 20px 30px;
    background: rgba(255, 254, 254, 0.1);
    font-size: 15px;
    color: #676767;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #eb6827;
}
.imp_links .list_date{
    width: auto;
    float: none;
}
.imp_links .list_title{
    width: auto;
    float: none;
}
.imp_links .panel-body{
    padding: 0;
    height: 365px;
}
.imp_link .panel-title{
    font-weight: bold;
}

#elkebap_map{
    height:370px;
    margin-top: 40px;
}






/*============Footer=============*/
.footer{
    margin-bottom: 0px ;
    margin-top: 80px ;
    //padding-bottom: 45px ;
    padding-bottom: 0px ;
    background-color: #464849 ;
}
.footerbox{
    color: white;
    padding: 45px 0px 0px;
}
.footerbox h3{
    margin-top: 0;
    text-transform: uppercase;
}
.footerbox figure{
    text-align: center;
}
.footerbox h4{
    text-align: center;
}
.heading_footer{
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 1px solid #ebebeb;
    border-color: rgba(232,232,232,0.25);
}
.heading_footer h2{
    font-family: 'Raleway';
    color: #efefef;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
}
.uvc-headings-line {
    display: block;
    width: 100%;
    max-width: 100%;
}
.copywright{
    background-color: #333333 !important;
    padding: 0px 15px;
    text-align: center;
}
.footer-left {
    color: #e5e5e5;
    margin: 15px;
    display: block;
    font-size: 15px;
    text-align: center;
}
.footerNav{
    text-align: left;
}
.footerNav li {
    margin-top: 10px;
}

.footerNav li a{
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.archivepicture{
    overflow: hidden;
}
.archivepicture li{
    width: 33.33333333%;
    float: left;
}
.archivepicture li a{
    display: block;
    margin: 5px;
}
.archivepicture li a img{
    width: 100%;
}
/*==============Footer-end=============*/


.wpb_text_column.p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.table-responsive.search_result{
    /*width: 85%;*/
    border: 1px solid #ccc;
    padding: 30px 130px;
    background: #ccc;
}
.table-responsive.search_result .table>tbody>tr>td,
.table-responsive.search_result .table>tbody>tr>th,
.table-responsive.search_result .table>tfoot>tr>td,
.table-responsive.search_result .table>tfoot>tr>th,
.table-responsive.search_result .table>thead>tr>td,
.table-responsive.search_result .table>thead>tr>th{
    border: none;
}


.common_image{
    padding: 0px 0px 40px 0px;
    /* padding-left:70px; */
}


.student_result{
    background: #ffcdbe;
    padding: 30px;
    margin: 15px 0px;
}
.teacherInfo{
    margin-bottom: 15px;
    overflow: hidden;
}



.class_schedule{
    margin: 15px 0px;
}
.class_schedule li{
    font-size: 18px;
    margin-bottom: 15px;
}
.class_schedule li span{
    margin-left: 12px;
    text-decoration: underline;
}


.classSedule{
    overflow: hidden;
    padding: 40px 10px;
}






.aboutus h2, p, h4, h5{
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.gov_bod{
    text-align: center;
}
.gov_bod .common_image{
    padding-bottom: 15px;
}





.modal-body {
    position: relative;
    padding: 15px;
    overflow: hidden;
    background: #ececec;
    margin: 50px 15px 30px;
}
.modal-body .aboutFirm_mainDiv:before{
    background: none;
    height: 100%;
}
.modal-body .aboutFirm_mainDiv:after{
    border: none;
}
.modal-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
/*===========Fees==========*/
.fee-buttons {
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    }

.fee-buttons li {
display: inline-block;
margin: 0 5px;
}

.fee-buttons li:first-child {
margin-left: 0;
}

.fee-buttons li:last-child {
margin-left: 7px; /* For the print button */
}
/*===========contact==========*/
.map-filter > ul{
    list-style-type: none;
    width: 100%;
    padding: 0 0;
    margin: 0;
    overflow-y: auto;
}

.map-filter a{
    text-decoration: none;
}

.map-filter > ul > li{
    height: 80px;
}
.map-filter > ul > li > a{
    color: white;
    text-decoration: none;
    /*padding: 19px 0px;*/
    display: block;
    /*text-align: center;*/
}

.map-filter > ul > li > a:hover{
    color: #fff;
}

.map-filter > ul > li{
    margin-bottom:1px;
    background: #cbcbcb;
    cursor: pointer;
}

.contactaddress {
    padding:0  0 5em 0;
}
.contactaddress-grid {
    background-color:#f2f2f2;
    padding: 4em;
}
.contactaddress-info {
    background-color:#f2f2f2;
    padding-top: 30px;
    padding-bottom: 65px;
}
.contactaddress-info.address-mdl {
    margin: 10px 0;
    padding-left: 30px;
}
.contact iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.contactaddress h4 {
    font-size: 28px;
    color: #0f0f0f;
    font-weight: 100;
}
.contactaddress-info h4 {
    margin-bottom: .4em;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
}
.contactaddress input[type="text"] {
    width: 100%;
    color: #0f0f0f;
    background: #f2f2f2;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 10px;
    border: solid 1px #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contactaddress input[type="text"]:valid{
    background: #e0ebd2;
    border: 1px solid #8bc540;

}
.contactaddress input[type="email"] {
    width: 100%;
    color: #0f0f0f;
    background: #f2f2f2;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 10px;
    border: solid 1px #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contactaddress input[type="email"]:valid{
    background: #e0ebd2;
    border: 1px solid #8bc540;

}
.contactaddress input[type="number"] {
    width: 100%;
    color: #0f0f0f;
    background: #f2f2f2;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 10px;
    border: solid 1px #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contactaddress input[type="number"]:valid {
    background: #e0ebd2;
    border: 1px solid #8bc540
}
.contactaddress textarea {
    resize: none;
    width: 100%;
    background: #f2f2f2;
    color: #0f0f0f;
    font-size: 1em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #fff;
    min-height: 12.3em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.contactaddress input[type="submit"] {
    outline: none;
    color: #0f0f0f;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #8BC540;
    border: solid 1px #8BC540;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contactaddress input[type="submit"]:hover{
    background: #f5e79e;
    color: #0f0f0f;
}
.contactaddress ::-webkit-input-placeholder{
    color:#0f0f0f !important;
}
.contactaddress ::-webkit-input-placeholder {
    color:#0f0f0f !important;
}
.contactaddress :-moz-placeholder { /* Firefox 18- */
    color:#0f0f0f !important;
}
.contactaddress ::-moz-placeholder {  /* Firefox 19+ */
    color:#0f0f0f !important;
}
.contactaddress :-ms-input-placeholder {
    color:#0f0f0f !important;
}
.contactaddress p {
    color: #0f0f0f;
    margin: 0;
    font-size: 1em;
    letter-spacing: 1px;
}
.contactaddress p a{
    color: #0f0f0f;
    -webkit-transition:.5s all;
    transition:.5s all;
    -moz-transition:.5s all;
}
.contactaddress p a:hover{
    color: #d58512;}
.contact_address{
    background-color: #f2f2f2;
    padding: 20px 0;
}
.contactaddress-right{
    padding-top: 10px;
}

.contact_address h3{
    text-align: center;
    padding-top: 20px;
}

.contact_address p{
    text-align: center;
}

.contactaddress-form{
    padding-top: 10px;
}
/*===========sidebar-right=============*/
.side_right{
    font-family: 'Montserrat', sans-serif;
}
.side_right h2{
    margin-top: 0;
    border-bottom: 1px solid;
    display: inline-block;
    font-weight: 300;
    text-transform: capitalize;
}
.side_right article{
    color: #8e8e8e;
    margin: 25px 0px 35px;
}
/*===========admissionform=============*/
#admissionTab{
    margin-bottom: 15px;
}
#admissionTab li{
    width: 33%;
    font-size: 18px;
    text-align: center;
}
#admissionTab.nav>li.active a{
    color: white;
    background-color: #e66246;
}
#admissionTab.nav>li>a:focus,
#admissionTab.nav>li>a:hover {
    color: white;
    text-decoration: none;
    background-color: #e66246;
}
#admissionTab.nav>li>a{
    color: white;
    background: #009688;
}
.admissionBox{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}
.admissionBox .nav.nav-pills.nav-stacked{
    border-radius: 4px;
    background: #e0431bc2;
}
.admissionBox .nav>li>a{
    color: #fff;
}
.admissionBox .nav-pills>li.active>a,
.admissionBox .nav-pills>li.active>a:focus,
.admissionBox .nav-pills>li.active>a:hover{
    color: #fff;
}
.admissionBox .nav>li>a:focus,
.admissionBox .nav>li>a:hover {
    border-radius: 0;
    color: #fff;
    background-color: #337ab7;
}
.admissionform{
    font-family: 'Montserrat', sans-serif;
}
.admissionform input{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    background-color: white;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 3px;
}
.admissionform .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}
.admissionform label {
    font-weight: 400;
}
.submitform{
    text-align: right;
}
.submitform button{
    min-width: 150px;
    font-weight: bold;
}
.downloadForm table td{
    width: 50%;
    border: none!important;
}
#formSequence{
    margin-bottom: 15px;
}
#formSequence li{
    width: 33%;
    font-size: 15px;
    text-align: center;
}
#formSequence.nav>li.active a{
    color: white;
    background-color: #e66246;
}
#formSequence.nav>li>a:focus,
#formSequence.nav>li>a:hover {
    color: white;
    text-decoration: none;
    background-color: #e66246;
}
#formSequence.nav>li>a{
    color: white;
    background: #009688;
}
/*===========gallery=============*/
._articles{
    padding: 15px 0px;
}
._gallery{
    width: 50%;
    float: left;
}
._gallery img{
    width: 100%;
    padding: 1px;
}
.datefill{
    float: right;
    font-size: 18px;
    line-height: 38px;
    text-decoration: underline;
}
._title{
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}
/*===========archivephotos=============*/
._archivephotos{
    overflow: hidden;
    margin-left: -5px;
}
._archivephotos li{
    width: 50%;
    float: left;
    padding: 5px;
}
._archivephotos li img{
    width: 100%;
}
/*===========Sign-Up=============*/
.mjh_adminlogin.form-signin{
    width: 350px;
    text-align: center;
    margin: 0px auto;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    min-height: 300px;
}
.mjh_adminlogin h2{
    text-align: center;
    text-transform: uppercase;
    color: #3c8dbc;
    margin: 0px 0px 0px 0px;
    font-size: 25px;
}
.mjh_adminlogin h3{
    text-align: center;
    text-transform: uppercase;
    color: #3c8dbc;
    margin: 15px 0px;
    font-size: 20px;
}
.mjh_adminlogin .control-group{
    margin: 30px 0px;
    position: relative;
}
.mjh_adminlogin .btn.btn-lg.btn-primary.btn-block{
    border-radius: 0;
}
/*====================Others==============*/
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.download{
    margin-top: 10px;
    overflow: hidden;
}
.panel-body.custom-body {
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
}
/*=================Exams=============*/
#login-modal{
    display: flex!important;
    align-items: center!important;
}
#login-modal .modal-body{
    position: relative;
    padding: 0;
    overflow: hidden;
    background: transparent;
    margin: 0;
}
#login-modal .modal-body .wrap-login100 {
    border-radius: 0;
}
#login-modal .modal-body .modal-content{
    border-radius: 0;
}
#login-modal .modal-content button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 1080;
    right: 0;
    top: 0;
    color: red;
    opacity: 1;
    line-height: 15px;
    font-size: 30px;
}
.exam-list{
    margin-bottom: 15px;
}
.exam-list h3{
    margin-bottom: 10px;
}
.exam-list .form-group{
    margin-bottom: 7px;
    margin-right: 35px;
    display: inline-block;
}
/*=============NewHeader============*/
.newHeader_navbar{
    /*padding: 15px 0px;*/
    /*overflow: hidden;*/
    /*padding: 15px 15px;*/
    overflow: hidden;
    background: #f5f5f5;
    margin: 0px -15px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 26%);

}
.newHeader_navbar .navbar-brand {
    padding: 15px 15px;
    background: white!important;
    /*padding: 21px 15px;*/
    text-shadow: 6px 3px 3px rgb(154 133 133 / 25%);
}
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}
.newHeader_wrap li a{
    color: black;
}
.newHeader_wrap .topBar li:first-child {
    margin-right: 0;
}
.newHeader_connect{
    display: flex;
    float: right;
    line-height: 60px;
    padding-top: 4px;
    position: relative;
    padding-right: 11px;
}
.newHeader_connect li a{
    color: white;
}
.newHeader_connect li:first-child{
    margin-right: 15px;
}
.newHeader_connect li:last-child{

}
.navbar-default .newHeader_menu .navbar-nav>.active>a,
.navbar-default .newHeader_menu .navbar-nav>.open>a{
    box-shadow: none;
    background-image: none;
    background: transparent;
}
@media (min-width: 768px){
    .newHeader_menu .navbar-nav>li>a {
        line-height: 30px;
    }
}


.bbannerInside{
    position:relative;
}
.bbannerInside figcaption{
   position: absolute;
   bottom: 15px;
   left: 30px;
   text-align: left;
}
.bbannerInside figcaption img{
    padding-bottom: 5px;
}

.lnewHeader_connect.topBar{
    /*background: #fcd28c;*/
}
.lnewHeader_connect.topBar li{
    line-height: unset;
}

/* rimon */
.background_sky{
    /*background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);*/
    background: linear-gradient(to bottom, #c3c1cd 0%, #ededed 100%);
}

.mujib__container{
    position: relative;
    text-align: center;
    padding: 44px 0px;
    /*background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);*/
    background: linear-gradient(to bottom, #766fab 0%, #ededed 100%);
    /*display: flex;*/
    /*justify-content: center;*/
    box-shadow: -7px 0px 5px 0px rgba(142,214,219,0.46);
    -webkit-box-shadow: -7px 0px 5px 0px rgba(142,214,219,0.46);
    -moz-box-shadow: -7px 0px 5px 0px rgba(142,214,219,0.46);

}
.mujib__container img{
    width:70%;
}
.mujib__container span.mujib_corner{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-weight: bold;
    color: #cf0008;
    font-size: 18px;
    text-decoration: underline;
}
.nnoticeWrapper{
    padding: 17px;
    overflow: hidden;
    /* background: #F2F2F2;
    background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
    background: -o-linear-gradient(#F0F0F0, #FFFFFF);
    background: -moz-linear-gradient(#F0F0F0, #FFFFFF);
    background: linear-gradient(#F0F0F0, #FFFFFF); */
    border: 1px dotted #CCCCCC;
}
.nnoticeContent{
    float: left;
    width: 75%;
    font-family: 'Montserrat', sans-serif;

}
.sseeAll{
    float: right;
    background: #cccc;
    padding: 6px;
    color: #383838;
    border-radius: 4px;
    margin-top: 0px;
}



.mmarquee.marqueeContent{
    min-height:auto;
    display: flex;
    background: #f3f3f3;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0px 0px 0px;
}
.mmarquee.marqueeContent .latest_news {
    display: inline-block;
    min-width: 130px;
    font-size: 18px;
    margin: auto;
    position: relative;
    z-index: 1;
    /*z-index: 1080;*/
    background: #f3f3f3;
    padding: 0;
    color: black;
}
.mmarquee.marqueeContent marquee{
    min-height:auto;
}
.mmarquee.marqueeContent marquee .list_box li {
    float: left;    margin: 0px 30px 0px 0px;
}
.mmarquee.marqueeContent marquee .list_box li i{
    float: left;
    color: #eb6827;
    line-height: 18px;
}
.mmarquee.marqueeContent marquee .list_box li .list_date,
.mmarquee.marqueeContent marquee .list_box li .list_title {
    width: auto;
}
.mmainContent {
    padding: 15px 25px 0px;
}
.iimportantPerson._about {
    margin: 0px -25px 0px;
}
.pperson {
    margin-top: 0px;
 }

 +@media (min-width: 768px){
    .lnewHeader_menu .navbar-nav>li>a {
        line-height: 30px;
    }
}
/*==================NewStyle===================*/
.iintro {
    padding: 0px 0px;
}

.lnewHeader_menu .navbar-nav>li>a {
    border-right: 1px solid  #e6e2e2;
}

.lnewHeader_navbar{
    /*padding: 15px 0px;*/
    /*overflow: hidden;*/
    padding: 15px 15px;
    overflow: hidden;
    background: #fcd28c;
    margin: 0px -15px;
}
.lnewHeader_navbar .navbar-brand {
    padding: 0px 15px;
}
.lnewHeader_wrap li a{
    color: black;
}
.lnewHeader_wrap .topBar li:first-child {
    margin-right: 0;
}
.lnewHeader_connect{
    display: flex;
    float: right;
    line-height: 60px;
    padding-top: 4px;
    position: relative;
    padding-right: 11px;
}
.lnewHeader_connect li a{
    color: black;
}
.lnewHeader_connect li:first-child{
    margin-right: 25px;
}
.lnewHeader_connect li:last-child{

}
.navbar-default .lnewHeader_menu .navbar-nav>.active>a,
.navbar-default .lnewHeader_menu .navbar-nav>.open>a{
    box-shadow: none;
    background-image: none;
    background: transparent;
}
@media (min-width: 768px){
    .lnewHeader_menu .navbar-nav>li>a {
        line-height: 30px;
    }
}
.pperson{
    text-align: center;
    position: relative;
    background: #f2f2f2;
    padding-top: 20px;
}
.pperson img {
    width: 50%;
    display: inline-block;
}
.aaboutFirm {
    background: #f2f2f2;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 20px;
    min-height: 246px;
}
/***************new**************/
.imp-person{
    overflow: hidden;
    background: #f2f2f2;
    padding-top: 15px;
    border-bottom: 4px solid;
    border-bottom-color: white;

}
.imp-person h3{
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.imp-person .person{
    margin: 0;
    padding: 5px;
    height: auto;
    float: left;
    width: 40%;
    text-align: center;
}
.imp-person .aboutFirm{
    float: left;
    width: 60%;
    min-height: auto;
    padding: 0px 12px;
    background: #f3f3f3;
}
.imp-person .person img {
    width: 125px;
    height: 150px;
    float: left;
    border: 6px solid #fff;
    box-shadow: 1px 1px 5px 1px #ccc;
    margin-right: 20px;
    margin-bottom: 2px;
}
.imp-person .aboutFirm h4 {
    font-size: 16px;
    text-transform: capitalize;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;

 }
._eiin_code{
    display: none;
}
.for_mobile{
    display: none;
}
.invoice{
    display: none;
}
.navbar-brand-logo{
    margin-top: 20px;
}
@media (max-width: 1200px){
    .newHeader_navbar {
         background: transparent!important;
    }
    .brandLogo .navbar-brand{
      width: 14%!important;
    }
    .topBar.eiin_code{
        /*display: none;*/
    }
    .cl_address{
        /*display: none;*/
    }
    .cl_name{
        width: 71%!important;
    }
    .cl_name span,
    .cl_name strong{
        font-size: 18px!important;
    }
    ._eiin_code{
        display: none;
    }
    .topBar.eiin_code{
        width: 15%!important;
        min-height: 117px!important;
    }
    .topBar.eiin_code li div{
        margin-top: 30px!important;
        font-size: 12px!important;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 12px;
    }
    .commonSize {
        display: none;
    }
    .newHeader_menu .navbar-nav>li>a {
        font-size: 18px;
    }
}
@media (max-width: 992px){
    .newHeader_navbar {
        background: transparent!important;
    }
    .brandLogo .navbar-brand{
        width: 14%!important;
    }
    .topBar.eiin_code{
        /*display: none;*/
    }
    .cl_address{
        /*display: none;*/
    }
    .cl_name{
        width: 71%!important;
    }
    .cl_name span,
    .cl_name strong{
        font-size: 22px!important;
    }
    ._eiin_code{
        display: none;
    }
    .topBar.eiin_code{
        width: 15%!important;
        min-height: 117px!important;
    }
    .topBar.eiin_code li div{
        margin-top: 30px!important;
        font-size: 12px!important;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 12px;
    }
    .commonSize {
        display: none;
    }
    .newHeader_menu .navbar-nav>li>a {
        font-size: 15px;
    }
    .wrap-login100 {
        width: 100%!important;
    }
}

@media (max-width:600px) {
    .offerSlider .slick-prev:before{
        font-size: 20px;
        font-weight: 500;
        border: .5px solid black;
        padding: 2px 2px 2px;
    }
    .offerSlider .slick-next:before {
        font-size: 20px;
        font-weight: 500;
        border: .5px solid black;
        padding: 2px 2px 2px;
    }
    .offerSlider .slick-prev{
        right: 25px;
    }
}
/* 10/04/2025  */
.for-mobile{
    display: none;
}
.dashboard-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    transition: transform 0.2s;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
}
.dashboard-card:hover {
    transform: scale(1.05);
}
.dashboard-card i {
    font-size: 25px;
    margin-bottom: 8px;
}
.dashboard-card a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.dashboard-card a:hover {
    color: #007bff;
}

/* Icon colors to match the image */
.home-icon { color: #b1acac; }
.bell-icon { color: #00c4b4; }
.graduation-icon { color: #ff6f61; }
.user-icon { color: #4caf50; }
.podcast-icon { color: #f06292; }
.info-icon { color: #42a5f5; }
.mobile-icon { color: #ab47bc; }

.col-3, .col-sm-4, .col-md-2 {
    padding: 2px 5px;
    box-sizing: border-box;
}
/* Override the #mobile-ul rule to prevent conflict */
#mobile-ul {
    display: flex !important; /* Revert to flex to match Bootstrap's row */
    grid-template-columns: none !important; /* Remove the grid layout */
    justify-content: center;
    /* gap: 6px; */
}
/* Responsive adjustments */
@media (max-width: 820px) {/*new add this 820px media query 5-05-2025 for apps */
    /* Ensure proper alignment on mobile */
    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    /* Dropdown styling */
    .dropdown-menu {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 0;
        min-width: 180px;
    }
    .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }
    .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .dropdown-menu a {
        color: #333;
        padding: 8px 12px;
        display: block;
        font-size: 12px;
    }
    .dropdown-menu a:hover {
        background-color: #f8f9fa;
        color: #007bff;
    }
    /* Nested dropdown */
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .none-for-mobile{
        display: none;
    }

    .container {
        /* padding: 15px; */
        margin-bottom: 20px;
    }
    .card-container{
        padding-top: 10px;
    }
    .for-mobile{
        display: block;
    }
    .dashboard-card {
        height: 150px;
        padding: 5px;
        width: 90%;
    }
    .dashboard-card i {
        font-size: 70px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 20px;
    }
    .dashboard-svg-icon{
        width: 50px;
        height: 50px;
    }
    .mobile-icon{
        width: 50px;
        height: 50px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .dropdown-menu a {
        font-size: 12px;
        padding: 8px 12px;
    }
    /* student payment--->dashboard  */
    .nav-info{
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 columns */
        gap: 5px; /* spacing between boxes */
        margin: 0 auto;
      }
    .nav-info li{
        width: 100%;
    }
    .nav-info li button{
        width: 100%;
    }
    .paymentInfo{
        box-sizing: border-box;
    }
    .paymentInfo ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 2px; /* spacing between boxes */
        /* width:300px; */
        /* margin: 0 auto; */
    }
    .paymentInfo ul li{
        width: 100%;
    }
    .paymentInfo ul li button{
        width: 100%;
    }
    .fee-buttons {
        margin-bottom: 5px;
    }

    .fee-buttons li {
    display: inline-block;
    margin: 0 1px;
    }
    .fee-buttons li:first-child {
        margin-left: 1px; /* For the print button */
        }

    .fee-buttons li:last-child {
    margin-left: 1px; /* For the print button */
    }
}
@media (max-width: 767px) {
    /* Ensure proper alignment on mobile */
    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    /* Dropdown styling */
    .dropdown-menu {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 0;
        min-width: 180px;
    }
    .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }
    .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .dropdown-menu a {
        color: #333;
        padding: 8px 12px;
        display: block;
        font-size: 12px;
    }
    .dropdown-menu a:hover {
        background-color: #f8f9fa;
        color: #007bff;
    }
    /* Nested dropdown */
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .none-for-mobile{
        display: none;
    }

    .container {
        /* padding: 15px; */
    }
    .for-mobile{
        display: block;
    }
    .dashboard-card {
        height: 90px;
        padding: 5px;
    }
    .dashboard-card i {
        font-size: 26px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 15px;
    }
    .dashboard-svg-icon{
        width: 30px;
        height: 30px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .dropdown-menu a {
        font-size: 12px;
        padding: 8px 12px;
    }
}
@media (max-width: 673px) {
    
    .dashboard-card {
        height: 80px;
        padding: 4px;
        width: 94px;

    }
    .dashboard-card i {
        font-size: 24px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 13px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .dropdown-menu a {
        font-size: 11px;
        padding: 6px 10px;
    }
}
@media (max-width: 638px) {
    
    .dashboard-card {
        height: 80px;
        padding: 4px;
        width: 88px;

    }
    .dashboard-card i {
        font-size: 24px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 13px;
    }
    
}
@media (max-width: 532px) {
    
    .dashboard-card {
        height: 75px;
        padding: 4px;
        width: 80px;

    }
    .dashboard-card i {
        font-size: 24px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 13px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .dropdown-menu a {
        font-size: 11px;
        padding: 6px 10px;
    }
}
@media (max-width: 576px) {
    .none-for-mobile{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .dashboard-card {
        height: 70px;
        padding: 1px;
    }
    .dashboard-card i {
        font-size: 22px;
        margin-bottom: 0.5px;
    }
    .dashboard-card a {
        font-size: 12px;
    }
    .dropdown-menu {
        min-width: 150px;
    }
    .dropdown-menu a {
        font-size: 10px;
        padding: 6px 10px;
    }
    .card-container{
        display: flex;
        justify-content: center;
    }
    /* student payment--->dashboard  */
    .nav-info{
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 columns */
        gap: 5px; /* spacing between boxes */
        margin: 0 auto;
      }
    .nav-info li{
        width: 100%;
    }
    .nav-info li button{
        width: 100%;
    }
    .paymentInfo{
        box-sizing: border-box;
    }
    .paymentInfo ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 2px; /* spacing between boxes */
        /* width:300px; */
        /* margin: 0 auto; */
    }
    .paymentInfo ul li{
        width: 100%;
    }
    .paymentInfo ul li button{
        width: 100%;
    }
    .fee-buttons {
        margin-bottom: 5px;
    }

    .fee-buttons li {
    display: inline-block;
    margin: 0 1px;
    }
    .fee-buttons li:first-child {
        margin-left: 1px; /* For the print button */
        }

    .fee-buttons li:last-child {
    margin-left: 1px; /* For the print button */
    }

}
@media (max-width: 450px) {
    .dashboard-card {
        width: 93px;
    }  
}