body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

.container {
    max-width: 1300px;
}

.custum-container {
    max-width: 1700px !important;
}
.banner-custom-container
{
    max-width: 93% !important;
}


/* navbar starts*/

.navbar-nav.ml-auto {
    display: flex;
    justify-content: end;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}


/* navbar ends*/


/* header nav */

.navbar.navbar-light {
    background: white !important;
    box-shadow: 0 0 10px #8b8b8b;
    /* padding: 1.5rem 0rem; */
}

.navbar-light .navbar-nav .nav-link {
    color: #1D1D1D;
    font-weight: 500;
    margin-left: 3rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #b60e0a !important;
    /*border-bottom: 3px solid #c42c40;*/
}

.navbar-margin {
    padding: 0rem 3rem;
}

.banner-section img {
    margin-top: 5rem;
}

.about-img {
    margin-top: -0.1rem;
}

.carousel-inner {
    overflow: visible;
}


/*Banner*/

h5,
h6,
p {
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}

p{
    font-size: 1.1rem;
}

/*Scroll button starts*/

.scroll {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #c42c40;
    font-weight: 600;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

i.fa.fa-angle-up {
    font-weight: 900;
    font-size: 2rem;
}


/*Scroll button ends*/

.form-row {
    justify-content: end;
}

.banner-form {
    padding: 7px;
    /* box-shadow: 0px 14px 20px rgb(0 0 0 / 52%); */
    width: 100%;
    max-width: 400px;
}

.form-title {
    background: white;
    position: relative;
    margin-bottom: 1rem;
}

.banner-section-content {
    position: absolute;
    width: 100%;
    top: 1rem;
    height: 100%;
    /* left: -3rem; */
    align-items: center;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.button_color {
    background-color: #EC2A2C;
    color: white;
}

.bannerform {
    position: absolute;
    top: 135px;
    right: 3%;
    padding: 20px 10px;
    width: 470px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 16px;
    opacity: 1;
}

.enq {
    text-align: initial;
}

.mb_mobile {
    background: #EC2A2C;
    color: white;
}

.card-box.pb-3.cards-b {
    margin-bottom: 2rem;
}

.mb_banner1 {
    margin-top: 3rem;
}

.heading {
    font-size: 2.5rem;
    color: #2F348B;
    font-weight: 700;
}

.h1_txt{
    font-size: 1.8rem !important;
}
/* about */

.dates-heading {
    border-left: 2px solid #b60e0a;
    padding-left: 1rem;
    font-size: 2rem;
    color: #2F348B;
    font-weight: 700;
}

.dates h3 {
    font-size: 3rem;
    font-weight: 700;
}

.date-card {
    background: #FFFFFF;
    /* box-shadow: 0px 3px 10px #00000029; */
    border-radius: 5px;
    padding-top: 1rem;
}

.date-card h4 {
    font-size: 1.3rem;
    color: #b60e0a;
    font-weight: 700;
}

.border-r {
    border: 1px dotted grey;
    height: 3rem;
    margin: 1.3rem 2rem;
    border-radius: 0px;
}


/* specialization */

.text_mbq1 {
    font-size: 1.2rem;
    font-weight: 700;
}

.text_mbq2 {
    font-size: 1rem;
    font-weight: 600;
}

.specialization {
    background-image: linear-gradient( rgba(8, 10, 42, 0.9), rgba(8, 10, 42, 0.9)), url(../images/specialization-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6rem 0rem;
    color: #fff;
}


/* Fees */

.whitebox {
    background-color: #16a1dd;
    padding: 1rem;
    height: 10rem;
    padding-top: 2rem;
    padding-bottom: 8px;
    /* box-shadow: 0 2px 10px 0 rgb(61 81 179); */
}

.whitebox1 {
    background-color: #2F348B !important;
}

.c_top {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.c_top_dark {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.clr1 {
    background: #b60e0a;
    color: #fff;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.prog-fee {
    display: flex;
    align-items: center;
}

.ul-padd {
    padding-left: 20px;
}


/* admission */

.admission-tab {
    margin: 0px auto;
    background-color: #fff;
    border: 2px solid #b60e0a;
    /* box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.36); */
}

.nav-pills {
    width: 100%;
}

.admission-pr .nav-tabs>li,
.admission-pr .nav-pills>li {
    flex-grow: 1;
    text-align: center;
}

.padd .nav-pills .nav-link {
    padding: 10px 0px;
    font-weight: 600;
    color: #b60e0a;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white !important;
    background-color: #b60e0a;
    font-weight: 600;
    /* border-bottom: 2px solid #27426d; */
    border-radius: 4px 4px 0px 0px;
    color: #fff !important;
}

.admission-pr .nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #b60e0a;
    bottom: -15px;
    margin: auto;
    left: 50%;
}

.admission-pr .nav-pills .nav-link.active {
    position: relative;
}


/*Vertical Steps*/

.list-group.vertical-steps {
    padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    border-left: 3px solid #16a1dd;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding-left: 18px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    border-left: 3px solid transparent;
    padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #ece5dd;
    color: #555;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 29px;
    margin-left: -35px;
    text-align: center;
    width: 30px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 10px;
}


/*Active/ Completed States*/

.list-group.vertical-steps .list-group-item.active::before {
    background-color: #16a1dd;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed {
    border-left: 3px solid #16a1dd;
}

.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #16a1dd;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    border-left: 3px solid transparent;
}


/* footer */

.bg-blue {
    background-color: #2F348B;
}

.fixed_btn {
    border-radius: 15px;
    position: fixed;
    right: -5rem;
    bottom: 12%;
    z-index: 9999;
    transform: rotate(90deg);
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

a.btn_fix img {
    transform: rotate(-90deg);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 1rem;
    border-radius: 50%;
    margin-right: 9rem !important;
}

.div#ee-form-3 {
    max-width: 353px;
    /* margin-left: 233px; */
    /* padding-top: 41px; */
    margin-top: 2px !important;
}
/*accordion*/

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #000;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}

.cardheader {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.cards {
    padding: 0.2rem;
    /* background-color: #000; */
    /* border-radius: 2rem; */
}

.card-link{
    color: #000 !important;
    font-size: 1.1rem;
    /* font-weight: bold; */
    font-weight: 500;
}
.brd_btm {
    border-bottom: 2px solid #707070;
    margin-top: 0.3rem;
    width: 100%;
}

/* .card-body{
    color: white;
} */
/*accordion*/


.text-blue{
    color:#2F348B;
}

button.btn.dow_button {
    background-color: #2F348B;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 1.4rem;
}
