        #kiwi-big-iframe-wrapper {
            bottom: 4em !important;
            right: 0 !important;
        }

        .c-layout-go2top {
            bottom: 9em !important;
            right: 1.5em;
            z-index: 999999;
        }

        body {
            position: relative;
        }

        .c-layout-page {
            margin-top: 7vh;
        }

        nav {
            position: fixed !important;
            width: 100%;
            height: 7vh;
            top: 0;
            left: 0;
            display: flex !important;
            align-items: center;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            z-index: 100;
            background-color: white;
            box-shadow: 0px 0px 20px 0px #ccc;
        }

        .nav-ul {
            display: flex !important;
            list-style: none !important;
            width: 75%;
            align-items: center;
            background-color: white;
            margin: 1vh 0;
            text-overflow: clip;
            white-space: nowrap;
            padding: 0 !important;
        }

        .nav-ul-a,
        .myacc span {
            padding: 8px 13px;
            border-radius: 7px;
            cursor: pointer;
            height: 7vh;
        }

        .myacc a {
            text-decoration: none;
            width: 100%;
            color: inherit;
        }

        .nav-ul-a:hover,
        .nav-ul-a:active,
        .myacc span:hover,
        .myacc span:active {
            background-color: #2c65ba;
            color: white !important;
        }

        .nav-ul-a:hover+.drop,
        .drop:hover,
        .nav-ul-a:active+.drop {
            transform: translateY(0px);
            opacity: 1;
            pointer-events: all;
        }

        .myacc span:hover+ul,
        .myacc ul:hover,
        .myacc span:active+.ul {
            transform: translateY(0px);
            opacity: 1;
            pointer-events: all;
        }

        nav i {
            padding: 0 5px;
            color: #214c8d;
            font-size: 13px;
        }

        .myacc {
            position: absolute;
            top: 10%;
            font-weight: 600;
            padding: 8px 10px;
            border-radius: 7px;
            box-sizing: border-box;
            right: 10px;
        }

        nav img {
            padding: 0 20px;
            width: 200px;
        }

        .drop,
        .myacc ul {
            position: absolute;
            top: 6vh;
            left: 240px;
            width: calc(82% + 40px);
            height: 330px;
            background-color: rgb(250, 250, 250);
            -webkit-box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
            -moz-box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
            box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
            transform: translateY(10px);
            pointer-events: none;
            opacity: 0;
            transition: all 0.4s ease-in;
        }

        .drop.psychometric {
            left: 0px;
            width: 100%;
        }

        .large-drop .drop {
            height: 300px;
        }

        .side-list {
            display: flex;
        }

        .list-subsec ul .side-list-a {
            font-size: 16px !important;
            margin: 10px 0;
            color: black;
        }

        .myacc ul {
            left: 0px;
            height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            list-style: none;
            border-radius: 7px;
            top: 5.4vh;
        }

        .drop .contact {
            height: 100%;
            width: 45%;
            background-color: #efefef;
            position: absolute;
            right: 0;
            top: 0;
        }

        .list {
            position: absolute;
            top: 0;
            height: 100%;
            width: calc(55%);
        }

        .listul {
            width: 90%;
            height: 90%;
            display: flex;
            margin: 5% auto;
            padding: 0;
            justify-content: start;
        }

        .listul .list-subsec {
            display: inline;
            height: 100%;
            margin-right: 20px;
            text-align: start;
        }

        .list-subsec ul {
            padding: 0;
            height: 100%;
            min-width: 150px;
            width: 100%;
            margin-right: 70px;
        }

        .list-subsec li {
            display: block;
            width: 100%;
            padding: 1px 0;
        }

        .institutes .list-subsec li {
            max-width: 250px;
        }

        .institutes .list-subsec {
            margin-right: 75px;
            max-width: 220px;
        }

        .listul a {
            text-decoration: none;
            color: black;
        }

        .list-subsec .bold {
            font-weight: 600;
            padding: 0px 0;
        }

        .listul .last {
            margin-right: 0;
        }

        .price {
            padding-left: 10px;
            padding-right: 13px;
            color: inherit;
            outline: none;
            text-decoration: none;
        }

        .contact div {
            position: absolute;
        }

        .phone {
            left: 10%;
            top: 13%;
        }

        .phone h3 {
            color: rgb(57, 57, 223);
        }

        .large-drop .contact .phone {
            top: 20%;
        }

        .connect {
            right: 10%;
            top: 10%;
        }

        .large-drop .contact .connect {
            top: 20%;
        }

        .links {
            bottom: 10%;
            left: 10%;
            font-size: 13px;
        }

        .large-drop .contact .links {
            bottom: 20%;
        }

        .apps {
            right: 10%;
            bottom: 10%;
        }

        .large-drop .contact .apps {
            bottom: 20%;
        }

        .links a {
            display: block;
            color: rgb(57, 57, 223);
            text-decoration: none;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
        }

        .contact h3 {
            color: rgb(57, 57, 223);
            margin: 13px 0px;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
        }

        .connect h3 {
            color: rgb(57, 57, 223);
            font-size: 15px;
            font-weight: 600;
        }

        .apps div {
            color: rgb(57, 57, 223);
            position: relative;
        }

        .apps h3 {
            color: rgb(57, 57, 223);
        }

        .apps img {
            width: 150px;
            padding: 3px;
        }

        .apps h3 {
            margin: 0
        }

        .icons img {
            width: 35px;
            height: 35px;
            padding: 2px;
        }

        .icons {
            width: 100%;
            display: flex;
            position: relative !important;
        }

        .slide-contact {
            display: none;
        }

        .list-subsec li {
            font-size: 18px;
        }

        .list-subsec ul a {
            font-size: 13px;
            color: #828282;
        }

        .list-subsec ul .inner-sub a {
            color: black;
            font-size: 18px;
        }

        .list-subsec ul .inner-sub {
            margin-top: 15px;
            text-transform: uppercase;
        }

        .hamburger {
            height: 2.5vh;
            margin: 2.3vh 10px;
            display: none;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
        }

        .hamburger .line {
            width: 23px;
            height: 3px;
            background-color: rgb(46, 46, 46);
            border-radius: 7px;
        }

        .nav-ul-active {
            transform: translateX(0) !important;
        }

        .list-subsec a:hover {
            color: rgb(57, 57, 223);
        }

        .each-app {
            text-decoration: none;
            color: black;
            outline: none;
        }

        .apps a {
            text-decoration: none;
        }

        .search-icon {
            position: fixed;
            bottom: 70px;
            right: 30px;
            padding: 15px;
            background-color: white;
            border-radius: 50%;
            font-size: 1.5em;
        }

        .search-icon:hover {
            background-color: #dddcdc;
        }

        .search-container {
            position: fixed;
            top: 0vh;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            transition: all 0.8s ease;
        }

        .search-bar {
            width: 40vw;
            height: 35px;
            background-color: white;
            border-radius: 17px;
        }

        .search-bar input {
            width: 100%;
            height: 100%;
            border-radius: 17px;
            border: none;
            text-align: center;
            outline: none;
        }

        .search-exit {
            padding: 5px 10px;
            background-color: white;
            border-radius: 50%;
            font-size: 1.5em;
            margin: 0 20px;
        }

        @media screen and (max-width: 1400px) {
            .list-subsec ul {
                min-width: 0;
            }
        }

        @media screen and (max-width: 1150px) {
            .nav-ul-a {
                font-size: 11px;
            }

            .myacc {
                font-size: 11px;
            }

            nav img {
                padding: 0 5px;
            }

            .nav-ul {
                padding: 0;
            }

            .drop {
                left: 205px;
            }

            .phone {
                left: 1%;
                top: 1%;
            }

            .connect {
                right: 1%;
                top: 1%;
            }

            .links {
                bottom: 1%;
                left: 1%;
            }

            .apps {
                right: 1%;
                bottom: 1%;
            }
        }

        @media screen and (max-width: 1000px) {
            .nav-ul {
                position: absolute;
                top: 5vh;
                flex-direction: column;
                width: 100%;
                height: 390px;
                transition: all 0.5s ease;
                transform: translateX(100%);
                align-items: start;
                overflow: scroll;
            }

            .nav-ul-height-def {
                height: 395px !important;
            }

            .nav-ul-height-log {
                height: 432px !important;
            }

            .phone-num {
                margin-left: 23px !important;
                margin-right: 25px !important;
            }

            .institutes .list-subsec li {
                max-width: none;
            }

            institutes .list-subsec {
                max-width: none;
            }

            .side-list {
                display: block;
            }

            .side-list>li {
                margin: 10px 0;
            }

            .myacc ul {
                height: 100px;
            }

            .nav-ul-a,
            .myacc span {
                font-size: 15px;
                display: inline-block;
                height: auto;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .myacc span {
                font-weight: 700;
            }

            .myacc {
                position: relative;
            }

            nav {
                justify-content: space-evenly;
            }

            .nav-ul-li,
            .myacc {
                width: 100%;
                border-bottom: 1px solid grey;
            }

            .nav-ul-a,
            .myacc span {
                width: 100%;
            }

            .hamburger {
                display: flex;
            }

            .drop,
            .myacc ul,
            .large-drop .drop {
                position: relative;
                left: 0px;
                width: 100%;
                overflow: hidden;
                height: 0px;
                background-color: rgb(250, 250, 250);
                -webkit-box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
                -moz-box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
                box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
                transform: translateY(0px);
                pointer-events: all;
                opacity: 1;
                transition: all 0.4s ease-in;
            }

            .nav-ul-a:hover,
            .nav-ul-a:active {
                background-color: #2c65ba;
                color: white;
            }

            .nav-ul-a:hover+.drop,
            .drop:hover,
            .nav-ul-a:active+.drop {
                height: auto;
                margin-bottom: 30px;
                margin-top: 0;
            }

            .myacc span:hover+ul,
            .myacc ul:hover,
            .myacc span:active+.ul {
                height: 100px;
                margin-bottom: 30px;
                margin-top: 0;
            }

            .list {
                position: relative;
                height: auto;
                width: calc(100%);
            }

            .listul {
                display: block;
            }

            .drop .contact {
                display: none;
            }

            .slide-contact {
                display: block;
                padding: 10px;
            }

            .slide-contact>div {
                margin: 20px 0;
            }

            .slide-contact .side-list {
                display: block;
            }

            .list-subsec .bold {
                padding: 12px 0;
            }

            .price {
                padding-left: 13px;
            }

            .myacc {
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 13px;
                padding-right: 0px;
            }

            .myacc span {
                padding-left: 13px;
                padding-right: 0;
            }
        }

        .nav-ul-li {
            font-size: 13px;
            list-style: none !important;
            display: inline-block !important;
        }

        .a-sign:hover {
            background-color: #2c65ba;
            color: white;
            padding: 8px 13px;
            border-radius: 7px;
        }

        /* Search box styles */
        body {
            background-color: inherit;
        }

        .master {
            position: fixed !important;
            float: right;
            top: 25vh !important;
            right: -15px !important;
            left: auto !important;
        }

        .searchbox {
            width: auto;
            height: 70px;
            position: relative;
        }

        .inp {
            position: absolute;
            top: 20px;
            box-sizing: border-box;
            width: 0px;
            height: 40px;
            border: 2px solid #4E59AD;
            border-radius: 70px;
            padding: 0 20px;
            outline: none;
            background-color: white;
            color: black;
            font-size: 16px;
            transition: all 0.8s ease;
            top: 0px;
            right: 57px;
        }

        ::-webkit-input-placeholder {
            color: gray;
        }

        .b1 {
            position: absolute;
            height: 47px;
            width: 47px;
            background: #4F5AAD;
            border-radius: 50%;
            top: -2px;
            right: 55px;
            text-align: center;
            cursor: pointer;
            line-height: 70px;
            padding-top: 2px;
            padding-bottom: 2px;
            color: black;
            font-size: 14px;
            transition: all 0.8s ease;
            border: 1.7px #fff;
            box-shadow: 0 0 0 2px white;
        }

        .inp.active {
            width: 275px;
            right: 69px;
        }

        #Float_right {
            float: left;
            position: relative;
            z-index: 10;
        }

        @media only screen and (min-width: 772px) {
            #contact_us {
                padding-left: 100px;
            }

            #secondary_menu_right {
                padding-right: 130px;
            }
        }

        div#sec_header {
            height: 10px;
        }

        @media only screen and (max-width: 790px) {
            #master_header {
                height: 120px !important;
            }

            .c-layout-page {
                margin-top: 120px;
            }

            #mobile_nav {
                padding-top: 50px !important;
            }
        }

        @media only screen and (max-width: 479px) {
            .row.ml10px {
                margin-right: 0px !important;
            }

            #master_header {
                height: 110px !important;
            }

            .c-layout-page {
                margin-top: 110px;
            }

            #ctl00_wucAssessmentNotify_divassnotify {
                display: none;
            }

            .navbar-right li.c-menu-type-classic {
                padding-top: 5px !important;
            }

            #contact_us {
                float: left;
                padding-left: 15px;
            }

            #mobile_nav {
                padding-top: 50px !important;
            }

            #secondary_menu_right {
                padding-left: 230px !important;
            }
        }

        @media only screen and (max-width: 1100px) {
            #contact_us {
                text-align: center;
            }

            .last-footer {
                display: none;
            }

            #secondary_menu_right {
                padding-left: 100px;
            }

            .award-img {
                display: none;
            }
        }

        #login:hover #login1 {
            display: block;
        }

        #ctl00_LinkButton1 {
            display: inline-block !important;
        }

        .foot-avada-type li {
            float: left !important;
            list-style: none !important;
            display: inline !important;
        }

        .foot-avada-type a:hover {
            color: #ffffff;
        }

        .foot-avada-type li a {
            display: block;
            font-size: 12px;
            color: #ffffff;
            text-align: center;
            padding: 0px 2px;
            text-decoration: none !Important;
        }

        .foot-avada-type ul {
            list-style-type: none !important;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden;
            display: block !important;
        }

        .megamenu {
            width: 750px !important;
            height: 640% !important;
            padding: 20px !important;
            border-radius: 15px !important;
            overflow: hidden;
        }

        .megamenu-student {
            width: 1000px !important;
            height: 870% !important;
            padding: 20px !important;
            border-radius: 15px !important;
            overflow: hidden;
        }

        .megamenu-parent {
            width: 750px !important;
            height: 780% !important;
            padding: 20px !important;
            border-radius: 15px !important;
            overflow: hidden;
        }

        .megamenu-test {
            width: 250px !important;
            height: 250px !important;
            padding: 20px !important;
            border-radius: 15px !important;
            overflow: hidden;
        }

        .mega-menu p {
            margin-top: 20px;
        }

        h4 {
            margin-top: 30px;
        }

        body {
            overflow-x: hidden;
        }

        span#en1 {
            background: white;
            color: black;
            border-radius: 3px;
            padding: 3px 12px;
            margin-left: 15px;
        }

        span#en1:hover {
            background: #4e59ad;
        }

        span#en1 a:hover {
            color: white;
        }

        /* Mobile modal styles */
        #mobilemodal {
            padding: 0 1em;
            width: fit-content;
            height: fit-content;
            margin: auto;
        }

        .modal-header>h4 {
            font-size: clamp(25px, 10vw, 30px);
            font-weight: 600;
        }

        #mobilemodal .modal-header {
            justify-content: center;
        }

        /* Floating button styles */
        #floating-button {
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: #ff5a00;
            position: fixed;
            right: 10px;
            cursor: pointer;
            box-shadow: 0px 2px 5px #666;
        }

        .floating-plus {
            color: white;
            position: absolute;
            top: 0;
            display: block;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            padding: 0;
            margin: 0;
            line-height: 46px;
            font-size: 25px;
            font-family: 'Roboto';
            font-weight: 300;
            animation: plus-out 0.3s;
            transition: all 0.3s;
        }

        #container-floating {
            position: fixed;
            width: 70px;
            height: 70px;
            bottom: 30px;
            right: 30px;
            z-index: 50px;
        }

        .floating-text {
            position: absolute;
            top: 36px;
            left: 12px;
            font-size: 12px;
            width: 40px;
            line-height: 13px;
            text-align: center;
            color: #fff;
        }
