* {
    outline: none !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #212529;
}


/* LINKS */

a {
    color: #000;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

h1,
h2,
h3,
h4 {
    display: block;
    font-family: 'Inter', sans-serif;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

p {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.7;
}

[data-stellar-background-ratio] {
    background-size: 100% auto !important;
}

.d-none {
    display: none !important;
}


/* SPACINGS */

.section {
    width: 100%;
    display: block;
    padding: 80px 0;
    margin: 80px 0px;
    position: relative;
    overflow: hidden;
}

.nomargin {
    margin: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.auto-container {
    max-width: 1170px;
    margin: auto;
    padding: 0;
}


/* Irphan Css */


/* first page css */

.main-first-page {
    background-image: url('../../images/main-bg-layout.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.main-first-page .container {
    max-width: 1000px;
    margin: auto;
    padding: 0;
}

.main-page-image {
    text-align: right;
}

.row.flex-center {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo-header ul {
    list-style: none;
    display: flex;
    padding: 0;
}


/* Start Divider Css */

li.vc-divider-li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.vc-divider-li span {
    width: 2px;
    height: 63%;
    background-color: #e1e1e1;
    position: relative;
    top: 3px;
}


/* End Divider Css */

.login-header {
    display: flex;
    margin-top: 50px;
    flex-wrap: nowrap;
    border-bottom: 2px solid #E1E1E1;
    width: 90%;
    padding-bottom: 20px;
}

.login-div {
    display: flex;
}

.login-header img {
    margin-right: 10px;
}

.login-header h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    color: #FD9778;
    margin-bottom: 5px;
}

.login-div .form-control {
    border: 1px solid #C4C4C4;
    height: 41px;
    padding: 8px 16px 8px 16px;
    color: #000000;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

.genrate-btn {
    margin-left: 15px;
    background-color: #71CACD;
    color: #fff !important;
    border-color: #71CACD !important;
    font-weight: 700;
    font-size: 15px !important;
}

.login-features {
    margin-top: 20px;
}

.login-features h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 0px;
}

.login-features p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.login-features-list {
    display: flex;
    list-style: none;
    padding: 0px;
    width: 100%;
    flex-wrap: wrap;
}

.login-features-list li {
    width: 40%;
    margin-top: 25px;
}

.login-features-list li a {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.login-features-list li a img {
    margin-right: 10px;
}


/* .main-page-image img{
    width: 100%;
} */


/* header Css */

header.main-header {
    background-color: #fff;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.login-user-dropdown {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.notification-icon {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(38 51 77 / 20%);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.notification-icon span {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    background-color: #FD9778;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.user-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.user-dropdown a {
    font-size: 13px;
    line-height: 13px;
    color: #FF8C69;
}

.user-dropdown a img {
    margin-right: 10px;
}

.user-dropdown span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.user-d {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: start;
}

.main-menu {
    padding: 5px 0px;
}

.center-text a {
    font-size: 16px;
    line-height: 13px;
    font-weight: 400;
}

.top-header {
    background-color: #FFEAEA;
}

.error-top {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #DB0808;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 3px 0px;
}

.error-top img {
    margin-right: 9px;
}


/* top header image Css */

.top-header-image {
    /* background-image: url('../../images/parents/header.svg'); */
    background-image: url('../../images/parents/inside-header.png');
    background-repeat: no-repeat;
    background-color: cover;
    background-position: top center;
    height: 198px;
    margin-top: 116px;
}

.top-header-image img.mobile-header {
    display: none;
    width: 100%;
}


/* Content Body Css */

.content-body-section {
    background-color: #E9F6F4;
    padding: 40px 0px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.card-box-bg {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 26px;
    min-height: 335px;
    position: relative;
}

.principal-message h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #FFB09C;
    margin-bottom: 13px;
}

.principal-message p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 5px;
}

.principal-message span {
    font-size: 13px;
    line-height: 16px;
    color: #69C1C3;
    font-weight: 600;
}

.principal-message img {
    width: 100%;
}

.principal-message {
    background-image: url('../../images/parents/barkha-kapoor.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.principal-message.card-box-bg.text-max-width.card-padd {
    background-position: top right;height: auto;
}

.thought-of-the-day.card-box-bg.text-max-width.card-padd {height: auto;}

.admission-granted {
    background-image: url('../../images/parents/admission-top-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.admission-granted .dashboard-user {
    padding: 0px;
    list-style: none;
    width : 70%;
    display : grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
	margin-bottom: 0;
}

.admission-granted.card-box-bg.card-padd {padding-bottom:0 !important}

.card-box-bg.card-padd {height: 445px;}

.col-content-box3 .card-box-bg1 {height: 445px;}

/* .admission-granted .dashboard-user li:last-child {
    margin-left: 20px;
    opacity: 0.9;
} */


/* code Added by Rohit */

.ml-20 {
    /*margin-left: 20px;*/
}

.user-enable {
    position: relative;
    cursor: pointer;
    height: 75px !important;
}


/* end */

.admission-granted .dashboard-user li.user-disable {
    /* margin-left: 20px; */
    position: relative;
    cursor: pointer;
    height: 75px;
}
.admission-granted .dashboard-user li.user-disable:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    left: 24px;
    top: 0;
    border-radius: 50% 50% 0% 0%;
    border-radius: 50px;
}

span.profile-img2 {
    margin-bottom: 10px;
    float: left;
}

span.profile-img2 img {
    width: 96px;
    height: 90px !important;
    float: left;
}

ul.dashboard-user li {
    text-align: center;
}

.admission-granted .dashboard-user li a {
    text-align: center;
}

.admission-granted .dashboard-user li a img {
    background-color: #FFFFFF;
    padding: 3px;
    border-radius: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 7px;
    height: 100% !important;
    width: 100% !important;
}

.admission-granted .dashboard-user li a span {
    display: block;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    padding-bottom: 10px;
    margin: 0 auto;
}

.admission-granted .dashboard-user li a span.profile-img {
    display: block;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    width: 50px;
    height: 60px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.admission-granted-green-box {
    background-color: #2AC96D;
    border-radius: 5px 0px 0px 5px;
    padding: 12px 12px;
    position: absolute;
    right: 0;
    top: 75px;
}

.pickup-title {
    width: 77%;
}


.admission-granted-red-box {
    background-color: #F34213;
    border-radius: 5px 0px 0px 5px;
    padding: 12px 12px;
    position: absolute;
    right: 0;
    top: 75px;
}

.admission-granted-green-box a,
.admission-granted-red-box a {
    font-size: 12px;
    line-height: 1;
    color: #fff !important;
    font-weight: 700;
    display: block;
}

.dashboard-data {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.dashboard-data li {
    background-color: #FFF5F5;
    border-radius: 5px;
    width: 28%;
    margin-bottom: 18px;
    padding: 13px 8px;
    margin-right: 18px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
}

.dashboard-data li a {
    font-size: 12px;
    line-height: 14.52px;
    color: #000000;
    font-weight: 400;
}

.dashboard-data li span {
    font-size: 12px;
    line-height: 14.52px;
    color: #FB5221;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.dashboard-view-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.btn-1 {
    background-color: #00BCC2;
}

.btn-2 {
    background-color: #FE734F;
}

.btn-3 {
    background-color: #7A55E5;
}

.btn-4 {
    background-color: #28a745 !important;
}

.dashboard-view-btn li {
    margin-right: 10px;
    border-radius: 5px;
}

.dashboard-view-btn li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    color: #FFFFFF;
    padding: 1px 10px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dashboard-view-btn li a img {
    margin-right: 5px;
}

.user-big-image a {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1px;
}

.user-big-image a img {
    display: block;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.data-float-row {
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.data-float-left.user-big-image {
    text-align: center;
    line-height: 1;
    width: 35%;
}

.thought-of-the-day {
    background-image: url('../../images/parents/testi-quotes.svg');
    background-repeat: no-repeat;
    background-position: 96% 100%;
}

.thought-of-the-day h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #FFB09C;
    margin-bottom: 13px;
}

.thought-of-the-day p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 5px;
}

.thought-of-the-day span {
    font-size: 13px;
    line-height: 16px;
    color: #69C1C3;
    font-weight: 600;
}


/* Copyright css */

.copyright {
    background-color: #fff;
    padding: 30px 0px;
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}


/* third page css */

.card-box-bg.text-max-width {
    padding-right: 100px;
    min-height: auto;
}

.card-box-bg.text-max-width p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    margin-top: 30px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 30px;
    border-radius: 20px;
}

.fees-statement {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fees-statement h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFB09C;
}

.fees-statement a {
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    border: 2px solid #C1E8EA;
    border-radius: 5px;
    color: #71CACD;
    padding: 4px 10px;
    text-transform: uppercase;
}

.fees-inner {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.fees-inner li {
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #DEDEDE;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 5px;
    width: 28%;
    margin-top: 20px;
    font-size: 14px;
    color: #b3b3b3;
}

li.pay-now-li {
    border: 2px solid #9CDBDD;
    color: #FFB09C;
}

.fees-inner li span {
    display: block;
    font-weight: 700;
    line-height: 1;
}

.fees-inner li .paid-fees {
    background: #DEDEDE;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 8px;
    display: inline-block;
    color: #b3b3b3;
}

.fees-inner li a.paid-fees.pay-now {
    background: #00BCC2;
    color: #fff;
}

.track-location {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.track-location span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    z-index: 99;
}

.track-location.before-line {
    position: relative;
}

.track-location.before-line:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #DEDEDE;
    z-index: 1;
    bottom: -37px;
    left: 18px;
}

.track-location .pick-color {
    background: #FFB09C;
    position: relative;
}

.track-location .drop-color {
    background: #9CDBDD;
}

.pickup-title h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFB09C;
    margin-bottom: 0;
}

.drop-title h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #69C1C3;
    margin-bottom: 0;
}

.track-location p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
}

.track-location:last-child {
    margin-bottom: 0px;
}

.card-box-bg1 {
    background-color: #fff;
    border-radius: 20px;
}

.track-order {
    padding: 28px 20px;
}

.track-bottom {
    background-color: #9cdbdd;
    padding: 30px 0px 30px 26px;
    border-radius: 0px 0px 20px 20px;
    background-image: url('../../images/parents/actual-bus.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.track-bottom h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.track-bottom .tracknow-btn {
    background-color: #FE734F;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 5px 10px;
}

.track-bottom .tracknow-btn img {
    margin-right: 3px;
}

.col-content-box3 {
    margin-top: 30px;
}

.card-padd {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 310px;
}



/* Forth Screen */

.details-pickup-section {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 70px 15px 26px;
    background-image: url('../../images/parents/pickup-top-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 180px;
}

.details-pickup-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.user-pckup-drop {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

.col-user-pickups {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.user-pckup-drop .track-location {
    margin-bottom: 0;
}

.user-pckup-drop .track-location p {
    max-width: 115px;
    line-height: 16px;
    margin-top: 3px;
}

.col-user-profile {
    padding-right: 0;
}

.pickup-user-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.pickup-user-data li {
    background-color: #FFF5F5;
    border-radius: 5px;
    /* width: 30%; */
    margin-bottom: 0;
    padding: 20px 5px;
    /* margin-right: 18px; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.pickup-user-data li a {
    font-size: 16px;
    line-height: 19.36px;
    color: #000000;
    font-weight: 400;
}

.pickup-user-data li span {
    font-size: 16px;
    line-height: 19.36px;
    color: #FB5221;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.pickup-user-peofile ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.pickup-user-peofile ul li a span {
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    max-width: 170px;
}

.pickup-user-peofile ul li a img {
    display: block;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 100%;
    max-width: 30%;
    margin-right: 8px;
    margin-bottom: 5px;
}

.balance-fees-section {
    background-color: #FFFFFF;
    border-radius: 20px;
    min-height: auto;
    margin-top: 30px;
}

.balance-paid-first {
    width: 100%;
    /* float: left; */
}

.balance-paid-first ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.balance-paid-first ul li {
    width: 100%;
    padding: 13px 5px 13px 20px;
    background-color: #FFFFFF;
}

.balance-paid-first ul li a {
    display: flex;
    align-items: center;
    color: #858585;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.balance-paid-first ul li a img {
    margin-right: 9px;
}

li.add-border-radius {
    border-radius: 20px;
}

.tab_selected {
    color: #FFFFFF;
    background-color: #FE734F !important;
}

.paidfees {
    padding: 30px !important;
}


/* .balance-paid-first ul li:last-child {
    background-color: #FE734F;
} */


/* .balance-paid-first ul li:last-child a {
    color: #FFFFFF;
} */

.balance-pending-fees {
    width: 100%;
    height: 100%;
    border-left: 1px solid #E9F6F4;
    border-right: 1px solid #E9F6F4;
    padding: 30px;
}

h2.pending-fees-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #69C1C3;
    margin-bottom: 15px;
}

.pending-fees-date {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /* justify-content: space-evenly; */
    /*justify-content: start;*/
    display : grid;
    grid-template-columns :repeat(3,1fr);
    grid-gap : 8px;
}

.pending-fees-date li {
    text-align: center;
    background: #FFFFFF;
    border: 3px solid #9CDBDD;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 5px;
    width: 100%%;
    font-size: 18px;
    color: #FFB09C;
    position: relative;
    transition: 0.5s;
     margin-right: 10px; 
    margin-bottom: 15px;
}

.pending-fees-date li span {
    display: block;
    font-weight: 700;
    line-height: 1;
}

.pending-fees-date li a {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}

.pending-fees-date li:hover,
.box_selected {
    background: #71CACD !important;
    color: #fff !important;
}

.pending-fees-date li:hover a img {
    filter: brightness(0) invert(1);
}

.fees-table {
    width: 90%;
    margin: auto;
    margin-top: 30px !important;
    margin-bottom: 30px;
    background-color: #FFF5F5;
    padding: 20px 40px;
}

.fees-table ul {
    list-style: none;
    padding: 0;
}

.fees-table ul li {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #DEDEDE;
}

.fees-table ul li .total-price {
    font-weight: 700;
    font-size: 25px;
    line-height: 14px;
    color: #FE734F;
}

.fees-table ul li:last-child {
    border-bottom: 0;
}

.fees-pay-now-btn {
    background: #71CACD;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
}

.grid-item.grid-1 {
    padding: 0;
    grid-column: 0/3;
    grid-row: 1/3;
}

.grid-item.grid-2 {
    grid-column: 2/4;
    grid-row: 1/3;
}

.grid-item.grid-3 {
    grid-column: 5/5;
    grid-row: 2/4;
}

.hide_div {
    display: none !important;
}

.show_div {
    display: block !important;
}

.top-margin {
    margin-top: 175px;
}


/* Tooltip start */

#fees_pending .active .div-box {
    background: linear-gradient(to bottom, #8f27de, #ee008c) padding-box, linear-gradient(to top, #8f27de, #8f27de) border-box;
    color: #fff;
}

#fees_pending .active .div-box h4 {
    color: #fff;
}

#fees_pending .active .div-box h2 label span {
    color: #fff;
}

.div-box {
    position: relative;
    cursor: pointer;
}

.div-box:hover {
    background: linear-gradient(to bottom, #8f27de, #ee008c) padding-box, linear-gradient(to top, #8f27de, #8f27de) border-box;
    color: #fff;
}

.div-box:hover h4 {
    color: #fff;
}

.div-box img {
    position: absolute;
    right: 10px;
}

.details-tooltip {
    display: none;
    width: 240px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 2px 3px 2px rgba(20, 20, 20, 0.1);
    position: relative;
    top: 100%;
}

.details-tooltip::before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.fee-value {
    font-weight: 600;
}

.div-box:hover .details-tooltip {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
    margin-left: -1px;
}

.details-tooltip ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0 2px 0 !important;
    align-items: center;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    width: 100% !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.details-tooltip ul li:hover {
    background-color: transparent !important;
}

.details-tooltip ul {
    margin: 0px;
    padding: 0px;
}

.details-tooltip ul li p {
    margin: 0px;
    color: #333333;
    font-size: small;
}

.details-tooltip ul li p:last-child {
    color: #8f27de;
}

.details-tooltip ul li:last-child {
    border-bottom: 0px;
}

.div-box h4 {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    color: #8f27de;
    margin: 0 0 5px;
}

.div-box h2 {
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
}

.div-box h2 label span {
    color: #000;
}


/* Tooltip End */

.trans_edit_input {
    background: transparent !important;
    width: 50% !important;
    margin-top: 0 !important;
    color: #28a745 !important;
}

.balance-fees-section .form-control {
    border: none !important;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 14px;
    height: 30px;
    box-shadow: none !important;
    color: #a3a3a3;
    border-bottom: 1px solid #999999 !important;
    background: transparent !important;
}

.balance-fees-section .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.mt-15 {
    margin-top: 10px;
}

.pay-title,
.fee-value {
    color: #00BCC2 !important;
}

.add-btn {
    background: #00BCC2 !important;
    color: #fff !important;
}

span#payable_total_price,
span.currency_rupee.rupee1 {
    color: #00BCC2 !important;
}

.mar-bt {
    /* transform: scale(0.8); */
    height: 220px;
    width: 350px;
}

.payment-top-tile h3 {
    font-size: 15px !important;
}

.payment-top-tile h2 {
    font-size: 40px !important;
}

.payment-top-tile {
    margin-bottom: 25px !important;
}

.pay-btn a {
    padding: 8px 15px !important;
    font-size: 12px !important;
    color: #000;
    border-radius: 50px;
    background-color: #dae9f1;
}

.pay-btn a:first-child {
    margin-left: 0 !important;
}

.pay-btn a {
    margin-left: 15px !important;
}

.paidfees {
    min-height: 475px !important;
}

.allpaidreciept {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    grid-gap: 15px !important;
    width: 100% !important;
}

.balance-paid-first ul li:first-child {
    border-top-left-radius: 20px !important;
}


/* login css */

#reg_mobile_send,
#reg_mobile_error {
    /* color: red; */
    font-size: 12px;
}

#resend_otp {
    color: #777;
    font-size: 12px;
    margin-left: -175%;
    margin-top: 5px;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

.myIcon {
    font-size: 15px !important;
    margin-right: 5px;
}

.logout_logo {
    position: relative;
    margin-left: 25px;
}

.logout_logo i {
    font-size: 25px !important;
    color: #FE734F !important;
    cursor: pointer;
}

.profile_desc img {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
}

.user-d a {
    color: #F34213 !important;
}

.text-align-responsive img{
    height : 90px !important;
    width : 100%;
}
.admission-granted-green-box a{
    color : #fff !important;    
}
.school_name a{
    color : #EE5123 !important;
    font-weight : bold;
}
.d-flex{
    display: flex !important;
}
.align-center{
    align-items : center ;
}
.justify-center{
    justify-content : center;
}
.flex-column{
    flex-direction : column;
}
.smaller{
    font-size : smaller;
    color : #777;
    margin-top : -20px ;
}



