:root {
    --light-orange: #fff7f0;
    --dark-orange: #ff0000;
    --dark-green: #3a5898;
    --light-gray: #f5f5f5;
}


body {
    background-color: var(--light-gray);
}

.header {
    background-color: #465d9c;
    padding: 0px 0 210px;
}

.main-content {
    /*background-color: white;*/
    padding: 40px;
    border-radius: 10px;
    margin-top: -200px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}
a {
    text-decoration: none;
    color: #3a5898;
}
h2 {
    /*color: #fff;*/
}
.burg-menu {
    display: none;
}
.sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

nav.sidebar-nav {
    background: #fff;
    padding: 23px;
    border-radius: 10px;
    margin-top: -130px;
}

.sidebar-nav ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-nav li {
    margin-bottom: 25px;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
}

    .sidebar-nav li i {
        margin-right: 15px;
        width: 20px;
        text-align: center;
        color: #000;
    }
.study-girl {
    margin-top: -100px;
}

.coins-free {
    font-weight: 600;
    color: #ff0000;
}

.patent-img {
    max-width: 130px;
}

.patent-img {
    max-width: 130px;
}

/* .action-box {
            border-radius: 10px;
            padding: 40px 20px;
            text-align: center;
            color: white;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        } */
.action-box {
    aspect-ratio: 1 / 1; /* Makes it square */
    width: 100%; /* Fill the column */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    max-height: 300px;
}

    .action-box h4 {
        margin-top: 15px;
    }

.orange-box {
    background-color: var(--dark-orange);
}

.green-box {
    background-color: var(--dark-green);
}

.action-box .icon {
    font-size: 3rem;
}

/* Footer */
.top-footer {
    background-color: #3a5898;
    color: white;
    padding: 40px 0;
}

    .top-footer h5 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .top-footer a {
        color: #e5e7eb;
        text-decoration: none;
    }

        .top-footer a:hover {
            color: white;
        }

.social-icons a {
    
    font-size: 1.2rem;
}
    .social-icons a:not(:last-child) {
        margin-right: 15px;
        
    }
.bottom-footer {
    background-color: #f8fafc;
    padding: 30px 0;
    font-size: 0.9rem;
    color: #555;
}

    .bottom-footer .logo {
        height: 80px;
    }

    .bottom-footer p {
        margin-bottom: 2px;
    }
    a{
        text-decoration:none;
    }
.forminput {
    width: 80% !important;
    /*background-color: #fff !important;*/
    min-height: 50px;
    margin: 10px auto !important;
}

.form-control {
    border: 1px solid #3a5898 !important;
}
.form-select {
    border: 1px solid #3a5898 !important;
}
.customBtn {
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 27px;
    min-width: 120px;
    text-align: center;
    transition: .25s;
    box-shadow: none;
    background: #3a5898;
    border: none;
}
.contentSec {
    display: flex;
    justify-content: center;  
    align-items: center; 
    height: 300px;
}
.btnSection1 {
    display: flex;
    justify-content: center;
}
a {
    text-decoration: none;
    color: #3a5898;
}
.aterm {
    color: #aaa !important;
}
.image-preview {
    position: relative;
    display: inline-block;
}

    .image-preview img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

.delete-icon {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
}
.error-msg {
    color: red;
    font-size: 12px;
    text-align: center;
}
img.whatsapp {
    position: fixed;
    right: 21px;
    bottom: 33px;
    width: 60px;
}

.box-orange {
    background-color: #ff0000;
    border-radius: 10px;
}

.box-green {
    background-color: #3a5898;
    border-radius: 10px;
}

.bg-green {
    background-color: #3a5898 !important;
    color: #fff;
}

.btn-green {
    background-color: #3a5898 !important;
}

.btn-White {
    background-color: #fff !important;
}

.text-orange {
    color: #ff0000 !important;
}

.text-green {
    color: #3a5898 !important;
}
button.accordion {
    width: 100%;
    background-color: #fff;
    border: none;
    outline: 0;
    text-align: left;
    padding: 15px 20px;
    color: #333;
    cursor: pointer;
    transition: background-color .2s linear;
    margin-bottom: 3px;
    color: #3a5898;
    font-weight: 600;
}

.accordion-content {
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
}

button.accordion:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
    float: right;
}
.formActionButton .updateButton, .formActionButton button {
    background: #3a5898;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: none;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    color: #fff !important;
    transition: .25s;
}
.formActionButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.imagestyle1 .active {
    background-color: #3a5898 !important;
    color: #fff !important;
    background-color: #3a5898 !important;
    box-shadow: none !important;
}
.containerParentProfile {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
    color: rgba(0, 0, 0, .7);
}

    .containerParentProfile input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
.checkmark {
    position: absolute;
    top: -5px;
    left: 0;
    height: 32px;
    width: 32px;
    border-radius: 6px;
}

.checkmark, .containerParentProfile:hover input ~ .checkmark {
    background-color: #f2f2f2;
}

.checkmark {
    border: 2px solid #fff;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.containerParentProfile input:checked ~ .checkmark:after {
    display: block;
}

.containerParentProfile .checkmark:after {
    left: 12px;
    top: 6px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after, .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

.containerParentProfile input:checked ~ .checkmark, input:checked + .slider {
    background-color: #3a5898;
}
.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .card-header {
    position: relative;
}

.LoginTypeModal .card-header {
    padding: 0;
}

.LoginTypeModal .modalClose {
    font-size: 30px;
    z-index: 9999;
    /*position: relative;*/
    color: #fff;
    opacity: 1;
    /*right: 7px;
    top: 0px;*/
    font-weight: 700;
    float: right;
    background-color: transparent;
    margin-right: 10px;
    cursor:pointer;
}
.modalClose {
    cursor: pointer;
}
.bookAppointmentSchoolModal .card-title {
    font-size: 20px;
    line-height: 20px;
}

.ContactuspopupModal .card-title, .bookAppointmentSchoolModal .card-title {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    color: #3a5898;
    padding-top: 44px;
    font-weight: 700;
    margin-bottom: .25rem;
}

.bookAppointmentSchoolModal .whatsappicon:after {
    background: url(../img/whatsapp.png) center / 80% no-repeat !important;
    color: #fff;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}

/*.bookAppointmentSchoolModal .card-header:after {
    position: absolute;
    background: #138808 url(../img/userIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}*/

.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.bookAppointmentSchoolModal .btnSection {
    display: flex;
    padding: 0 0 28px;
}

.LoginTypeModal .customBtn {
    padding: 0 45px;
    height: 45px;
}

.customBtn {
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 27px;
    min-width: 120px;
    text-align: center;
    transition: .25s;
    box-shadow: none;
    background: #3a5898;
    border: none;
}

.modal {
    min-height: 100% !important;
    height: auto !important;
}
#loginFormButton{
    margin-top:10px;
}
.logo-bg {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 20px 10px;
}
.main-content h1 {
    color: #fff;
    font-size: 2rem;
    padding-left: 75px;
}
#contentloading h2 {
    font-size: 1.6rem;
}
#contentloading h3 {
    font-size: 1.3rem;
}
.mobbtn {
    float: right;
}

.pt-Title span {
    font-size: 2rem !important;
    font-weight: bold !important;
}

.pt-Heading2 span {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}

.pt-Heading1 span {
    font-size: 1.6rem !important;
    font-weight: bold !important;
    color: #000 !important;
}
.upload-icon img{
    width:70px;
}
.orange-box img {
    width: 100px;
}
.green-box img {
    width: 100px;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
/*        padding: 8px 8px 8px 32px;*/
        text-decoration: none;
/*        font-size: 25px;*/
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav li {
        margin-bottom: 25px;
        font-weight: 500;
        color: #555;
        display: flex;
        align-items: center;
    }

        .sidenav li i {
            margin-right: 15px;
            width: 20px;
            text-align: center;
            color: #000;
        }
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.burg-menu span div {
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
}
.img-fluid {
    max-height: 200px;
   
}
.logos{
    height:100px;
}
.headingdiv {
    margin-top: 55px;
    /*text-align: center;*/
}
.img-fluid {
    margin-top: 75px;
}
.store-buttons img {
    height: 50px;
    margin-top: 20px;
    margin-right: 15px;
}
 
#imgloadergame-rt {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    pointer-events: none;
}
    #imgloadergame-rt img {
        width: 50%;
    }
@media (max-width: 768px) {
    .main-content {
        padding: 10px;
    }
    .forminput {
        width: 100% !important;
        min-height: 43px;
    }
    .mobbtn {
        float: none;
        width: 100%;
    }
    .pt-Heading1 span {
        font-size: 1.2rem !important;
    }
    .upload-icon img {
        width: 50px;
    }
    .form-check-inline {
        margin-right: 0.6rem;
    }
    .orange-box img{
        width:50px;
    }
    .green-box img {
        width: 50px;
    }
    .orange-box h3 {
        font-size:0.9rem ;
    }
    .green-box h3 {
        font-size:  0.9rem  ;
    }
    .orange-box h4 {
        font-size:  0.8rem  ;
    }

    .green-box h4 {
        font-size: 0.8rem + .6vw ;
    }
    .main-content h1 {
        color: #fff;
        font-size: 1.2rem;

    }
    h1 {
        
        font-size: 1.2rem;
    }
    .study-girl {
        margin-top: 20px;
    }
    .header {
        /*background-color: #ff0000;*/
        padding: 0px 0 112px;
    }
    .headingdiv {
        margin-top: 100px;
    }
    .pt-Title span {
        font-size: 1.3rem !important;
        font-weight: bold !important;
    }
    #contentloading h3 {
        font-size: 1.1rem;
    }
    .store-buttons img {
        height: 50px;
        margin-top: 5px;
        margin-right: 0px;
    }
    .main-content h1 {
        padding-left: 35px;
    }
    .img-fluid {
        margin-top: 35px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-content {
        padding: 10px;
    }
    .forminput {
        width: 100% !important;
        min-height: 43px;
    }
    .pt-Heading1 span {
        font-size: 1.2rem !important;
    }
    .orange-box img {
        width: 50px;
    }

    .green-box img {
        width: 50px;
    }

    .orange-box h3 {
        font-size: 0.9rem;
    }

    .green-box h3 {
        font-size: 0.9rem;
    }

    .orange-box h4 {
        font-size: 0.8rem;
    }

    .green-box h4 {
        font-size: 0.8rem + .6vw;
    }

}
@media (max-width: 575.98px) {
    nav.sidebar-nav {
        display: none;
    }

    .study-girl {
        margin-top: 0;
    }

    .main-content {
        margin-top: -217px;
        padding: 0 0 0 0;
        text-align: center;
    }

    .header {
        /*background-color: #ff0000;*/
        /*        padding: 0px 0 181px;*/
        padding: 0px 0 60px;
    }

    .burg-menu {
        display: block;
        padding-left: 20px;
        padding-top: 18px;
        position: relative;
        z-index: 999;
    }
        .burg-menu span{
            float: right;
            margin-right: 17px;
            margin-top: -123px;
        }
        .top-footer {
        background-color: #3a5898;
        color: white;
        text-align: center;
        padding: 40px 0;
    }
    .heading h1 {
        font-size: 1.3rem;
    }
    .img-fluid {
        max-height: 135px; 
        position: absolute;
        top: 105px;
        right: 15px;
    }
    .img-fluid {
        margin-top: 20px;
    }
    .headingdiv {
        margin-top: 133px;
    }
    .store-buttons img {
        height: 45px;
        margin-top: 5px;
        margin-right: 0px;
    }
}
@media (max-width: 379px){
    .logos{
        height:85px;
    }
    .imgapp {
        width: 110px;
    }
    .headingdiv {
        margin-top: 120px;
    }
    .header {
        background-color: #465d9c;
        padding: 0px 0 60px;
    }
    .img-fluid {
        margin-top: -5px;
        right: 0px;
    }
}
@media (max-width: 322px) {
    .logos {
        height: 65px;
    }

    .imgapp {
        width: 100px;
    }
    .burg-menu span {
        float: right;
        margin-right: 17px;
        margin-top: -35px;
    }
    .headingdiv {
        margin-top: 140px;
    }

    .header {
        background-color: #465d9c;
        padding: 0px 0 150px;
    }
    .img-fluid {
        margin-top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .headingdiv {
        margin-top: 27px;
    }

    .study-girl {
        margin-top: 0px !important;
    }
    .img-fluid {
        margin-top: 0px;
    }
}
.container p {
    line-height: 30px;
}
.h1headerclass h1 {
    padding-left: 0px !important;
}
.imagestyle .active {
    border: 3px solid #3a5898;
}
@media (max-width: 320px) {
    .logos {
        height: 67px;
    }

    .headingdiv {
        margin-top: 100px;
    }

    .store-buttons img {
        height: 39px;
        margin-top: 5px;
        margin-right: 0px;
    }

    .img-fluid {
        margin-top: 0px;
        width: 190px;
    }
    .burg-menu span {
        float: right;
        margin-right: 17px;
        margin-top: -85px;
    }
    .header {
        background-color: #465d9c;
        padding: 0px 0 100px;
    }
 
     
}

 

