@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Raleway:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    font-style: normal;
    color: #000000;
}
p {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    color: #0042b3;
    text-decoration: none; font-weight: bold;
}

    a:hover {
        color: #000;
        text-decoration: none
    }

ul {
    padding: 0;
    margin: 0;
    list-style:none
}

.header {
    background:#fff
}
.header-part {
    padding: 0
}
.banner-part {
    background-color: #0042b3;
    color:#fff;
    text-align:center;
    padding:57px 0 70px 0
}
.banner-content h3 {
    margin-top:10px
}
.button-style {
    padding: 17px 46px 17px 47px;
    border-radius: 4px;
    border: solid 1px #979797;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
    color: #000
}
    .button-style:hover {
        color: #fff;
        border: solid 1px #fff;
        background-color: #0042b3;
    }
    .button-style-1 {
        border: solid 1px #0042b3;
        background-color: #0042b3;
        color: #fff;
        margin-top: 20px;
        padding: 15px 50px 14px 51px;
        font-size: 18px;
        margin-bottom: 23px
    }
.button-style-2 {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom:0
}
        .button-style-1:hover {
            color: #0042b3;
            border: solid 1px #0042b3;
            background-color: #fff;
        }
.banner-content, .apply-now-content, .contact-us-content {
    max-width: 80%;
    margin: auto;
}
    .banner-content p {
        font-style: italic;
        font-size: 20px;
    }
    .logo {
        width: 242px;
        padding: 8px 0;
    }
.main-body-part {
    position:relative
}
.page-content {
    background-color: #f5f5f5;
    padding: 40px 0px;
}
.block1-inner {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}
.block1-content {
    padding: 30px 22px
}
.block1-content p {
    margin-bottom:15px;
}
.block1-inner img {
    width: 100%
}
.block1-content h5 {
    margin-bottom: 12px
}
.block-2 {
    margin-top:50px
}
.block2-content h5 {
    font-size: 21px;
    margin-top:20px;
    margin-bottom:30px
}
.block2-inner {
    position:relative
}
.block2-inner img {
    width: 100%
}
    .block2-inner iframe {
        height:550px
    }
    .ply-btn {
        position: absolute;
        top: calc(50% - 128px);
        text-align: center;
        width: 100%;
    }
.ply-btn a {
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 5px #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    padding-top: 8px;
}
.explore-class-room {
    background-color: #120638;
}
.explore-block {
    padding-top: 49px;
    padding-bottom: 49px;
    color: #fff
}
.explore-block h4 {
    margin-bottom:14px
}
    .explore-block p {
        opacity: 0.7;
    }
.explore-classroom img {
    width: 100%;
    height: 100%
}
.reviews {
    background-color: #dae6f5;
    padding: 51px 0;
    position:relative
}
.faculty-img {
    width: 39%;
    height: 241px;
    background-color: #ffffff;
    display:inline-block
}
.faculty-content {
    width: 59%;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.faculty-profile h5 {
    margin-bottom: 30px;
    display: inline-block;
}
.apply-now {
    text-align: center;
 /*   padding: 42px 0 62px 0;
    border-radius: 6px;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);*/
}
.apply-now-content {

}
.black-color {
    color:#000
}
.footer {
    background-color: #222222;
}
.student-profile-bg {
    background-color: #dbeef0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.faculty-profile {
    position: relative;
    padding-right: 50px
}
.student-profile {
    padding-left:50px
}
.student-profile span{
    margin-top:30px; display:block;
    font-weight:bold
}
.student-profile {
    padding-right: 0
}
.line {
    width: calc(100% - 210px);
    height: 1px;
    opacity: 0.1;
    background: #000000;
    position: absolute;
    top: 11px;
    right: 0;
}
.student-profile .line {
    width: calc(100% - 260px);
}
.sticky1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #eee;
}
.slick-arrow {
    display: inline;
    position: absolute;
    right: 0;
    top: -68px;
    cursor: pointer;
}
.slick-prev {
    right: 58px;
}
.slick-slide {
    margin:0  1px!important
}
.about-section {
    position: relative;
    padding: 40px 0 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}

    .about-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(../images/pattern-2.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 50%;
        opacity: .50;
        content: "";
    }


    .about-section .sec-title {
        margin-bottom: 0;
    }

    .about-section .content-column {
        margin-bottom: 50px;
    }

        .about-section .content-column .inner-column {
            position: relative;
            padding-top: 80px;
        }

        .about-section .content-column .link-box {
            position: relative;
            margin-top: 30px;
            display: inline-flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .about-section .content-column .link-box .signature {
                margin-right: 30px;
            }

    .about-section .images-column {
        margin-bottom: 50px;
    }

    .about-section .video-link {
        position: absolute;
        left: 10px;
        top: 0;
        z-index: 1;
    }

        .about-section .video-link .play-btn {
            position: relative;
            display: inline-block;
            margin-top: 100px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            color: #1370b5;
            text-align: center;
            background-color: #ffffff;
            line-height: 100px;
            box-shadow: 0 0px 30px rgba(0,0,0,0.10);
            font-size: 32px;
            transition: all 500ms ease;
            padding-left: 5px;
        }

            .about-section .video-link .play-btn:hover {
                transform: rotate(360deg);
            }

    .about-section .images-column .inner-column {
        position: relative;
        text-align: right;
        margin-right: -15px;
    }

    .about-section .image-1 {
        right: 50px;
        position: relative;
    }

    .about-section .image-2 {
        position: absolute;
        right: 300px;
        top: 200px;
        left: -70px;
    }

    .about-section .image-3 {
        position: absolute;
        display: inline-block;
        margin-top: 0;
        right: 20px;
        z-index: 3;
        bottom: -70px;
    }

        .about-section .image-3 .hex {
            position: absolute;
            left: -45px;
            right: -45px;
            top: -55px;
            bottom: -55px;
            background-image: url(../images/hex.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            display: none;
        }
.sec-title h2 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}
.sec-title .text, .sec-title p {
    position: relative;
    margin-top: 30px;
}
.sec-title .sub-title {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}
.page-header-section.style-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #0042b3;
    text-transform: uppercase;
    text-align: center
}
    .page-header-section.style-1 .page-header-content .page-header-content-inner .page-title h3 {
        color: #fff;
    }

.team-section {
    position: relative;
    padding: 40px 0 40px;
}

    .team-section .sec-title {
        margin-bottom: 60px;
    }

.team-block {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .team-block .inner-box {
        position: relative;
    }

        .team-block .inner-box:before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 100%;
            content: "";
            z-index: 1;
        }

    .team-block .image-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        border-bottom: 0;
    }

        .team-block .image-box .image {
            position: relative;
            margin-bottom: 0;
            overflow: hidden;
            height: 350px;
        }

            .team-block .image-box .image img {
                display: block;
                width: 100%;
                height: auto;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        .team-block .image-box .share-link {
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .team-block .image-box .share-link:before {
                position: absolute;
                right: 0;
                bottom: 0;
                border-left: 60px solid transparent;
                border-bottom: 60px solid #ffffff;
                content: "";
            }

            .team-block .image-box .share-link span {
                position: relative;
                font-size: 18px;
                line-height: 20px;
                width: 30px;
                text-align: center;
                color: #222222;
            }

        .team-block .image-box .social-links {
            position: absolute;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            padding-right: 10px;
            background-color: #063c83;
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            transition: all 200ms ease;
        }

            .team-block .image-box .social-links:before {
                position: absolute;
                right: 100%;
                border-left: 50px solid transparent;
                border-bottom: 50px solid #063c83;
                content: "";
            }

            .team-block .image-box .social-links li {
                position: relative;
                list-style: none;
            }

                .team-block .image-box .social-links li a {
                    display: block;
                    text-align: center;
                    font-size: 18px;
                    line-height: 50px;
                    width: 40px;
                    color: #ffffff;
                    text-align: center;
                    font-weight: 400;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .team-block .image-box .social-links li a:hover {
                        color: #008aff;
                    }

    .team-block .inner-box:hover .social-links {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .team-block .info-box {
        position: relative;
        padding: 10px 6px;
        text-align: center;
        background: #f8f7f7;
    }



        .team-block .info-box .designation {
            position: relative;
            color: #d90f0f;
            font-size: 18px;
            padding: 3px 0 0 0;
            display: block;
            font-style: italic;
        }
        .team-block .info-box .location {
            position: relative;
            color: #0042b3;
            font-size: 14px;
            padding: 3px 0 0 0;
            display: block;
            font-style: italic;
        }

        .team-block .info-box .name {
            position: relative;
            display: block;
            line-height: 1em;
            color: #222222;
            font-weight: 600;
            text-transform: uppercase;
            margin:0
        }

            .team-block .info-box .name a {
                color: #000000;
            }

#doctor-breadcrumbs {
    background-image: url(../images/doctor-profile.jpg);
    padding-top: 130px;
    padding-bottom: 60px;
}

    #doctor-breadcrumbs .doctor-data {
        padding-left: 45px;
    }

#doctor-1-details {
    padding-bottom: 70px;
}

/*------------------------------------------*/
/*  DOCTOR PROFILE TYPOGRAPHY
/*------------------------------------------*/

.doctor-bio h2 {
    margin-bottom: 5px;
    font-size: 36px;
}
.doctor-bio p {
    margin-bottom:20px
}

.doctor-bio h5.h5-lg {
    font-weight: 400;
    margin-bottom: 30px;
}

.doctor-bio h5.h5-md {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #00a3c8;
}

#doctor-1-details .doctor-photo {
    position: relative;
    z-index: 3;
}

.doctor-contacts {
    margin-top: 30px;
    margin-bottom: 35px;
}

    .doctor-contacts h4 {
        font-weight: 400;
        margin-bottom: 10px;
    }

        .doctor-contacts h4 i {
            margin-right: 10px;
        }

.doctor-photo .btn {
    margin: 0 10px 15px;
}


.doctor-info {
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .doctor-info table {
        margin-top: 0;
        margin-bottom: 0;
    }

    .doctor-info .table td, .doctor-info .table th {
        font-size: 15px;
        padding: 15px 25px;
        border-top: none;
    }

    .doctor-info .table .last-tr td,
    .doctor-info .table .last-tr th {
        border-bottom: none;
    }

    .doctor-info .table span {
        display: block;
        margin-bottom: 3px;
    }

        .doctor-info .table span i {
            color: #00a3c8;
            font-size: 12px;
            margin-right: 3px;
        }

.box-list-icon {
    font-size: 0.75rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 7px;
    color: #00a3c8;
}

.box-list p {
    overflow: hidden;
    margin-bottom: 8px;
}
.doctor-details-section {
    padding:40px 0
}
.course-block {
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.margin-course .col-sm-4 {
    margin-bottom: 30px;
}
.link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px dashed #c0c0c0;
}
    .link-list li a {
        line-height: 18px;
        border-right: none;
        text-align: left;
        padding: 15px 0px;
        background: #fff;
        background-image: none;
        border-right: 0 none;
        display: block;
        background-color: #fff;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        padding-left: 20px
    }
    .link-list li a:hover {
        background:#0042b3;
        color:#fff
    }
    .course-list-block {
        padding-left: 20px
    }
.course-block h5 {
    padding-bottom:10px
}
.course-block p {
    margin-bottom: 10px !important
}
.course-section {
    padding: 40px 0;
}
    .course-section p {
        margin-bottom: 20px
    }
    .course-section h4, .inner-column h4 {
        border-bottom: double 3px #eee;
        padding-bottom: 8px;
        color: #0042b3;
    }
.about-content ul li .name {
    width: 130px;
}
.about-content ul li .info {
    width: calc(100% - 130px);
}
.about-content ul li .info p::after {
    content: ":";
    top: 50%;
    left: 0;
    color: #000000;
    transform: translateY(-50%);
}
.contact-us {
    padding: 40px 0;
    background: #fafafa;
}
    .contact-us p {
        margin-bottom:20px
    }
.contact-form .form-control {
    height: 46px;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fafafa;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}

.contact-form textarea.form-control {
    height: 100px;
}
.form-group {
    margin-bottom:15px
}
.contact-form label {
    color: #000;
    cursor: pointer;
    font-weight: 400;
    padding-bottom:10px
}
.contact-box {
    margin-bottom: 40px;
}
    .contact-box h5 {
        line-height: 1;
        font-weight: 700;
        margin-bottom: 15px;
        color: #0042b3;
    }
    .contact-box p {
        margin-bottom:8px
    }
.blue-color span {
    color: #0042b3;
}
.footer-widget {
    color: #ebe9e9;
    padding: 40px 0 20px 0
}
.foo-widget-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}
    .foo-widget-title::before {
        position: absolute;
        content: '';
        z-index: 1;
        background-color: #0042b3;
        height: 2px;
        width: 37px;
        left: 0;
        bottom: 0;
    }
.footer-widget .ab-us p, .footer-widget ul li a, .footer-contact p, .footer-widget .ab-us a {
    line-height: 28px;
    margin-bottom: 15px;
    color: #ebe9e9;
}
.footer-widget ul.foo-list li {
    display: block;
    margin-bottom: 2px;
}
.footer-widget ul.foo-list li a {
    font-weight:normal
}
    .footer-widget .ab-us a:hover, .footer-widget ul.foo-list li a:hover {
        color: #fff
    }
    .ads li {
        display: flex;
        justify-content: space-between;
    }
.subscribe {
    position:relative;
    margin-top:20px
}
.subscribe form input {
    background: #292929;
    border: none;
    padding: 4px 1rem;
    width: 100%;
    height: 40px;
    color: #ebe9e9;
}
    .subscribe form button {
        position: absolute;
        right: 0;
        top: 0;
        background: #0042b3;
        color: #fff;
        height: 40px;
        width: 50px;
        border: 1px solid #0042b3;
    }
.footer-social {
    margin-top:20px
}
.footer-social li {
    display: inline-block;
    text-align: center
}
    .footer-social li a {
        color:#fff
    }
    .footer-social li a i {
        background: #0042b3;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        line-height: 40px;
        margin-left: 10px;
    }
.copy-right {
    border-top: solid 1px #454444;
    padding-top: 20px;
    margin-top: 40px;
}
.bottom-enquiry {
    padding: 62px 0 62px 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}

.join-member {
    background: #222222;
    color: #fff;
}
.goals-list {
    margin-left:17px;
    margin-bottom:30px
}
.goals-list li {
    margin-bottom: 20px;
    list-style: disc
}
.faq--wrapper {
    margin-bottom: 53px;
}

    .faq--wrapper .main-title {
        font-weight: 700;
        margin: 0;
        margin-bottom: 26px;
    }

    .faq--wrapper:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .faq--wrapper {
        margin-bottom: 43px;
    }

        .faq--wrapper .main-title {
            margin-bottom: 16px;
        }
}

.faq--item {
    background: #ffffff;
    padding: 15px 15px;
    position: relative;
    border: 1px solid #dee2f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

    .faq--item:last-child {
        margin-bottom: 0;
    }

    .faq--item .faq-title {
        cursor: pointer;
    }

        .faq--item .faq-title .title {
            margin: 0;
            padding-right: 15px;
            font-weight: 600;
            font-size: 15px;
        }

        .faq--item .faq-title .icon {
            width: 6px;
            height: 6px;
            border-top: 1px solid #372c7a;
            border-left: 1px solid #372c7a;
            position: absolute;
            right: 30px;
            top: 21px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

    .faq--item .faq-content {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
        border-top: solid 1px #eee;
        margin-top: 15px;
    }

    .faq--item.open .icon {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .faq--item.active .faq-content {
        display: block;
    }

@media (max-width: 575px) {
    .faq--item {
        padding-left: 15px;
        padding-right: 15px;
    }

       
        .faq--item .faq-title .icon {
            right: 15px;
            top: 21px;
        }
}
.faq-content h6 {
    color: #0042b3;
}
.faq-content ul {
    padding-left: 20px;
    margin-bottom: 10px
}
.faq-content ul li {
    list-style: disc
}
.membership {
    padding: 40px 0;
}
    .membership .categories p {
        margin-bottom:20px
    }
.member-form, .member-form .form-control, .member-form .form-select {
    font-size: 14px
}
    .member-form .col-form-label {
        font-weight:600
    }
.our-office .contact-box {
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 11%);
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 15px;
    height: 100%;
    border-radius: 3px;
    text-align:center
}
.inner-column h4 {
    margin-top:20px
}
nav.floating li.float-call a {
    background: #e53033;
}

nav.floating li.float-whatsapp a {
    background: #25d366;
}

nav.floating li.float-email a {
    background: #2c3f69;
}

nav.floating li.float-facebook a {
    background: #4267b2;
}

nav.floating li.float-youtube a {
    background: red;
}
nav.floating li.float-instagram a {
    background: #d43592;
}
nav.floating li.float-chat a {
    background: #ffa500;
}

@media screen and (min-width: 651px) {
    .floating-icons {
        position: absolute;
        right: 60px;
        top: 20px;
        z-index: 500;
    }

    nav.floating {
        position: fixed;
        width: 60px;
        margin-top: 150px;
        transition: all 0.3s linear;
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
    }

        nav.floating ul {
            margin: 0;
        }

        nav.floating li {
            height: 45px;
            position: relative;
        }

            nav.floating li a {
                color: #fff !important;
                display: block;
                height: 100%;
                width: 100%;
                line-height: 45px;
                padding-left: 25%;
                transition: all 0.3s linear;
                text-decoration: none !important;
                float: right;
            }

                nav.floating li a i {
                    position: relative;
                    top: 10px;
                    left: 6px;
                    font-size: 22px;
                    float: left;
                }

        nav.floating ul li a span {
            display: none;
            font-weight: bold;
            letter-spacing: 1px;
            margin-left: 50px;
            position: relative;
            white-space: nowrap;
        }

    .floating b {
        display: none;
    }

    nav.floating a:hover {
        z-index: 1;
        width: 200px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.floating li.wide a:hover {
        width: 280px;
    }

    nav.floating li:hover .chat-indicator,
    nav.floating li a:hover .chat-indicator {
        opacity: 0;
        transition: all 0.2s linear;
    }

    nav.floating li.wide-2 a:hover {
        width: 260px;
    }

    nav.floating ul li:hover a span {
        padding-right: 30%;
        display: block;
        font-size: 15px;
    }

    nav.floating ul li.wide:hover a span {
        padding-right: 27%;
    }

    nav.floating ul li.wide-2:hover a span {
        padding-right: 22%;
    }

    .chat-indicator {
        position: absolute;
        right: 80px;
        background-color: #e53033;
        width: 90px;
        display: block;
        text-align: center;
        border: 2px solid #a21316;
        font-weight: 600;
        line-height: 18px;
        border-radius: 11px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        font-size: 14px;
        top: 2px;
        padding: 2px;
        color: #fff;
        transition: all 0.8s linear;
        box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
        animation: pulse 2s infinite;
    }

        .chat-indicator::after {
            content: "";
            position: absolute;
            right: -9px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #a21316;
            top: 12px;
        }

        .chat-indicator i {
            float: left;
            font-size: 28px !important;
            margin-top: 4px;
            margin-left: 2px;
            position: static !important;
        }

    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        }

        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }

    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        }

        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        }
    }
}

@media screen and (max-width: 650px) {
    .floating-icons {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    .floating span {
        display: none;
    }

    .floating ul {
        margin: 0;
    }

    .floating li {
        float: left;
        width: 20%;
    }

        .floating li a {
            color: #fff !important;
            display: block;
            height: 100%;
            width: 100%;
            line-height: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.4);
            transition: all 0.3s linear;
            text-decoration: none !important;
            text-align: center;
            padding: 8px;
        }

    .floating b {
        display: block;
        font-size: 12px;
    }

    .cookiealert.show,
    .chat-indicator {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.nav-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 33px 21px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #0042b3;
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #0042b3;
    }
.dropdown-menu[data-bs-popper] {
    right: 0;
    left:inherit;
    margin-top:0
}
.dropdown-menu {
    padding:0;
    border:none
}
.dropdown-item {
    color: #ffffff;
    background-color: #111;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 21px;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background: #0d6efd;
        color: #fff;
    }
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
}
.explore-classroom {
    height:100%
}
.navbar-light .navbar-toggler {
    color:#000
}
.contact-num {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.email-contact {
    font-size: 22px;
    font-weight: 600;
    color:#000
}
.blue-color {
    color: #0042b3;
}
.contact-main {
    padding: 40px 0;
}
.contact-form p {
    margin-bottom:20px
}
.our-team, .mobile-after-banner {
    display: none
}