/*******residential-life-page************/
figure.side-img img {
    width: 100%;
    max-width: 396px;
    min-height: 594px;
    height: 100%;
    object-fit: cover;

}

.residential-life-page .about-content {
    padding-right: 40px;
}

.residential-life-page .about-section img {
    width: 100%;
    max-width: 639px;
    min-height: 390px;
    height: 100%;
    object-fit: cover;
}

.large-img img {
    width: 100% !important;
    max-width: 639px !important;
    min-height: 390px !important;
    height: 100% !important;
    object-fit: cover !important;
}

.residential-slider-section {
    background-color: #91191C;
    color: #fff;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.residential-slider-section {
    padding: 80px 0 90px;
}

.residential-life-page section.about-section.pt-5 {
    padding-bottom: 30px;
}

section.residential-slider-section .h2-common {
    color: #fff;
    margin-bottom: 0;
}

.residential-slider {
    margin-top: 40px
}

.residential-slider-section .h4-common {
    color: #fff;
    letter-spacing: 0px;
    ;
}

.residential-slider .slick-list {
    margin: 0 -15px;
}

.serves-full-dis h4.mb-3.h4-common {
    margin-bottom: 0px !important;
}

.residential-slider .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
}

.residential-slider-item {
    position: relative;
    cursor: pointer;
    max-height: 400px;
    min-height: 600px;
}

.full-screen-slider {
    position: relative;

    .banner-section {
        height: calc(100vh - 119px);
        transition: all 0.3s ease-in-out;
        position: relative;
        /* background: rgb(255,255,255);
        background: lineard-gradient(180deg, rgba(255,255,255,0) 0%, rgba(51,51,51,0.8127626050420168) 100%); */
        -webkit-box-shadow: inset 0px -170px 140px 3px rgb(0 0 0 / 75%);
        -moz-box-shadow: inset 0px -170px 140px 3px rgb(0 0 0 / 75%);
        box-shadow: inset 0px -170px 140px 3px rgb(0 0 0 / 75%);
    }

    &::after {
        /* content: '';
        width: 1px;
        height: 175px;
        position: absolute;
        transform: translateX(-50%);
        bottom: -86.5px;
        left: 50%;
        background-color: #CC0000;
        z-index: 1; */
    }
}

.slider-img {
    img {
        min-height: 550px;
        object-fit: cover;
    }
}

.slider-item {
    /* width: 250px !important;

    .slick-slide  {
        width: 300px;
    } */
}

.residential-slider-img img {
    width: 100%;
    max-height: 400px;
    min-height: 600px;
    object-fit: cover;
}

.residential-slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2
}

.residential-slider-item:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 1.98%, rgba(0, 0, 0, 0.9) 16.45%, rgb(0 0 0 / 67%) 28.93%, rgba(255, 255, 255, 0) 97.81%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

span.next_slide.slick-arrow i.bi.bi-chevron-left {
    margin-left: -2px;
}

span.previous_slide.slick-arrow i.bi.bi-chevron-right {
    margin-right: -3px;
}

.slider-arow {
    display: flex;
}

.slider-arow span {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.slider-arow span:hover {
    background-color: #fff;
    color: #91191C
}

.residential-dis p {
    max-height: 0;
    transition: all 1s;
    font-weight: 400;
    font-size: 22px;
    opacity: 0;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: var(--font-title);
    letter-spacing: 0px;
    ;

}

.value-cards {
    .residential-dis {
        .h4-common {
            font-size: 40px;
            line-height: normal;
        }

        &>div {
            &>ul {
                max-height: 0;
                opacity: 0;
                transition: all 0.6s ease-in-out;
                color: rgb(255 255 255 / 80%);
                overflow: hidden;
                visibility: hidden;
            }
        }
    }

    .residential-dis p {
        max-height: max-content;
        opacity: 1;
        font-size: 24px;
    }

    &:is(:hover, :focus) {
        .residential-dis {
            &>div {
                &>ul {
                    max-height: 1000px;
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}

@media screen and (max-width: 1080px) {
    .residential-dis p {
        max-height: 1000px;
        transition: all 1s;
        font-weight: 400;
        font-size: 22px;
        opacity: 1;
        color: rgb(255 255 255 / 80%);
        margin-bottom: 0;
        padding-bottom: 10px;
        font-family: var(--font-title);
        letter-spacing: 0px;


    }

    .value-cards {
        .residential-dis {
            &>div {
                &>ul {
                    max-height: 1000px;
                    opacity: 1;
                    transition: all 0.6s ease-in-out;
                    color: rgb(255 255 255 / 80%);
                    overflow: hidden;
                    visibility: visible;
                }
            }
        }
    }

}

@media screen and (max-width: 560px) {
    .value-cards {
        .residential-dis {
            &>div {
                &>ul {
                    max-height: 1000px;
                    opacity: 1;
                    transition: all 0.6s ease-in-out;
                    color: rgb(255 255 255 / 80%);
                    overflow: hidden;
                    visibility: visible;
                }
            }
        }
    }
}

.humanitarian-cards-group {
    padding: 40px 0;
    margin: 20px 0;
    background-color: #EFF2F6;

    &>.container {
        display: grid;
        grid-template-columns: repeat(4, 25%);

        .humanitarian-service-card {
            padding: 10px;
            margin-top: 10px;
            font-family: var(--font-title);

            &>.heading {
                margin-bottom: 10px;
                font-size: 25px;
                color: var(--color-primary);
            }

            &>.img-section {
                padding: 10px;
                border: 1px solid #a1a1a1;

                &>img {
                    width: 100%;
                    height: 220px;
                    min-height: 50px;
                    object-fit: cover;
                }
            }

            &>.info-secion {
                margin-top: 10px;
                font-family: Arial;

                &>p {
                    color: #5f5f5f;
                    font-size: 17px;
                    margin-bottom: 4px;

                    &>b {
                        color: #000;
                    }
                }
            }
        }
    }
}

.residential-life-page section.about-section {
    /* padding-top: 70px !important; */
    padding-bottom: 0px;
}

.residential-life-page section.about-section .row.col-sec {
    margin-bottom: 70px;
}

.residential-life-page section.full-content-section {
    padding-bottom: 80px !important;
    padding-top: 60px;
}

.residential-life-page section.adv-section.remove-half-bg {
    padding-bottom: 0;
    margin-bottom: 0;
}

.residential-life-page section.serves-full-section {
    padding-bottom: 0;
}

.residential-life-page section.adv-section.adv-left .side-img {
    text-align: center;
}

.residential-slider-item:hover .residential-dis p {
    max-height: 1000px;
    opacity: 1;
}

.residential-dis a {
    color: #fff;
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
    ;
}

.residential-dis a span {
    width: 32px;
    height: 32px;
    background: #CC0000;
    border-radius: 100%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    color: #fff;
    transition: all 0.5s
}

.residential-dis a span i {
    line-height: normal;
}

.residential-dis a:hover span {
    color: #CC0000;
    background: #fff;
    margin-left: 15px;
}

.read-more {
    margin-top: 50px
}

.read-more a {
    color: #fff;
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.read-more a span {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 100%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    color: #CC0000;
    transition: all 0.5s
}

.read-more a span i {
    line-height: normal;
}

.read-more a:hover span {
    color: #fff;
    background: #CC0000;
    margin-left: 15px;
}


/* line Remove code */

/* .section-border {
    width: 1px;
    height: 175px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -86.5px;
    left: 50%;
    background-color: #CC0000;
    z-index: 1;
} */

/*****************************************/

.half-bg {
    position: relative;
}

.half-bg:after {
    content: "";
    background-color: #EFF2F6;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.remove-half-bg.adv-section:after {
    display: none;
}

.remove-half-bg.adv-section .icon-img figure {
    background: #EFF2F6;
}

.serves-full-section img {
    width: 100%
}

.serves-full-left {
    background-color: #EFF2F6;
    position: relative;
    top: -70px;
    left: -10px;
}

.serves-full-left h2 {
    padding: 15px 20px;
    border-bottom: 1px solid rgb(51 51 51 / 20%)
}

.serves-full-dis {
    padding: 15px 20px;
    padding-bottom: 50px;
}

.serves-full-dis ul {
    padding: 0;
    margin: 10px 0 0
}

.serves-full-dis ul li {
    list-style: none;
    margin: 7px 0;
    display: inline-block;
    width: 100%
}

.serves-full-right {
    padding-top: 30px;
    padding-bottom: 30px
}

/***** New Header Design Code*****/

.quick_link-drpdwn .dropdown-item {
    font-size: 15px;

}

.quick_link-drpdwn .dropdown-item:hover {
    color: #CC0000;
}

.main-header-bar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9990;
    margin-bottom: 70px;
}

.navbar-space-remove {
    margin-top: -70px;
}

.top-header {
    width: 100%;
    position: unset;
    top: 0;
    background-color: #fff;
    display: flex;
    padding: 10px 0;
}

.top-header #navbarSupportedContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-header ul#menu-sub-header-menu {
    width: auto;
    display: inline-block;
    text-align: right;
    margin-bottom: 0;
}

.top-header ul#menu-sub-header-menu li.menu-item {
    display: inline-block;
    padding: 0 10px;
}

.top-header ul#menu-sub-header-menu li.menu-item a {
    font-family: var(--font-secondary);
    font-size: 15px;
    padding: 0;
    line-height: 20px;
}

.top-header ul#menu-sub-header-menu li.menu-item a:hover {
    color: #000;
}

a.quick-links-btn {
    font-size: 17px;
    line-height: 22px;
    border: 2px solid #BB271B;
    padding: 7px;
    font-family: var(--font-title);
    font-weight: 400;
    margin-left: 50px;
    transition: .5s;
    width: 121px;
    background: transparent;
    color: #CC0000;
}

a.quick-links-btn:hover {
    background-color: #BB271B;
    color: #fff;
}

a.quick-links-btn.show {
    background-color: #CC0000;
    color: #fff;
}

a.quick-links-btn:focus {
    background-color: #CC0000;
    color: #fff;
    box-shadow: none;
}

a.quick-links-btn.show:focus,
a.quick-links-btn:active:focus {
    box-shadow: none;
}

.header-details-content {
    position: relative;
}

a.header-logo {
    position: fixed;
    top: 0;
    left: auto;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    width: 270px;
    height: 145px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

p.only-branch-txt {
    display: inline-block;
    width: 100%;
    font-weight: 600;

    /* font-family: var(--font-title); */
    font-family: var(--font-title);
    color: #393939;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-top: 3px;
    text-align: center;
}

p.only-branch-txt::before,
p.only-branch-txt::after {
    content: '•';
    /* margin-right: 6px; */
    /* margin-left: 6px; */
    color: #323131;
    font-size: 16px;

}

div.only-branch-mobile-txt {
    /* display: inline-block; */
    /* width: 100%; */
    font-family: var(--font-title);
    color: #000;
    /* margin-bottom: 0; */
    letter-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: -5px;
    font-size: 9px;
    /* text-align: end; */
    margin-top: -4px;
    margin-bottom: -14px;
}

div.only-branch-mobile-txt::before,
div.only-branch-mobile-txt::after {
    content: '•';
    margin-right: 6px;
    margin-left: 6px;
    color: #323131;
    /* font-size: 16px; */

}

.mobile-nav-search {
    display: none !important;
}

a.header-logo-mob {
    display: none !important;
}

.mob-search-block {
    display: none;
}

.top-header-mob {
    display: none;
}

/***** New Header Design Code*****/
/******************/
.banner-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-section img {
    opacity: 0;
    width: 100%;
    max-height: 600px;
    visibility: hidden;
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--color-white)
}

.updated-admission .banner-content {
    top: 25%;
    /* bottom: unset; */
}



.updated-admission .banner-form {
    color: #000;
    margin-top: 100px;
}

.banner-form {
    background-color: #DFE4EA
}



.gu-booking-form .booking-form .wpcf7-select {
    border: none;
    padding: 14px 11px;
    width: 100%;
}

.gu-booking-form.red-bg-form.red-bg .red-form-title p {
    color: #D9D9D9 !important;
    opacity: 0.8 !important;
}

.gu-booking-form .booking-form p .wpcf7-form-control-wrap:first-child .wpcf7-select {
    margin-bottom: 16px;
}

.gu-booking-form .book-campus-details-bar {
    width: 73%;
    margin: 0 auto;
}

.gu-booking-form .book-campus-details-bar .row {
    align-items: center;
}

.gurukul-branch .gu-booking-form .h4-common {
    color: #FFF;
}

.gu-booking-form.red-bg .h4-common {
    color: #FFF;
}

.gurukul-branch p.book-campus-add-bar {
    color: #fff;
    opacity: 0.85;
}

p.book-campus-add-bar.red-bg {
    color: #fff;
    opacity: 0.85;
}

.gurukul-branch .gu-booking-form .h2-common {
    color: #fff;
}

.gu-booking-form.red-bg .h2-common {
    color: #fff;
}

.gurukul-branch .gu-booking-form .booking-inner .h4-common {
    color: #000;
}

.gu-booking-form .booking-inner .h4-common {
    color: #000;
}

.gu-booking-form .flat-form {
    &::after {
        display: none;
    }

    .booking-form {
        padding: 50px;

        &>.h4-common {
            color: #CC0000;
            font-size: 37px;
        }

        &>p {
            font-size: 14px;
        }

        &>.gbase-crm-form {
            display: grid;
            grid-template-columns: repeat(6, 16.66%);
            align-items: end;

            &>.contact-item {
                margin-right: 10px;
                text-align: left;

                i {
                    top: 55%;
                }

                input,
                select {
                    border-radius: 6px;
                }

                .form-label {
                    font-size: 14px;
                    margin: 0;
                    line-height: normal;
                    font-family: var(--font-title);
                }
            }

            &>.all-col-span {
                grid-column: span 6;
            }

            &>.submit-section {
                margin-right: 10px;

                &>.btn-warning {
                    border-radius: 6px;
                    font-size: 18px;
                    height: 51px;
                }

                &>.btn-info {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: max-content;
                    bottom: -9px;
                    font-size: 15px;
                }
            }

        }
    }
}


.panel-group {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);

    .accordion {
        margin-right: 10px;

        .accordion-button {
            border: 1px solid #DFE4EA;
            font-size: 16px;
            font-family: var(--font-default);

            &:focus {
                box-shadow: none;
            }

            &::after {
                background-image: none;
                background-color: #000;
                /* clip-path: polygon(0% 0%, 50% 86.6%, 100% 0%, 100% 11.25%, 50.75% 100%, 0% 11.25%); */
                /* clip-path: polygon(0% 0%, 50.75% 49.99%, 100% 0%, 100% 13.75%, 50.75% 65.24%, 0% 13.75%); */
                margin-left: 10px;
                clip-path: polygon(0% 0%, 50% 78.49%, 100% 0%, 100% 18.33%, 50.75% 100%, 0% 19.25%);
                width: 15px;
                height: 9px;
            }

            &:not(.collapsed) {
                background-color: #75757511;
                color: #000;

                &::after {
                    background-image: none;
                    background-color: #000;
                    /* clip-path: polygon(0% 0%, 50% 86.6%, 100% 0%, 100% 11.25%, 50.75% 100%, 0% 11.25%); */
                    /* clip-path: polygon(0% 0%, 50.75% 49.99%, 100% 0%, 100% 13.75%, 50.75% 65.24%, 0% 13.75%); */
                    clip-path: polygon(0% 0%, 50% 78.49%, 100% 0%, 100% 18.33%, 50.75% 100%, 0% 19.25%);
                    width: 15px;
                    height: 9px;
                }
            }

            &>.time {
                color: gray;
                font-size: 13px;
            }
        }

        .accordion-body {
            border: 1px solid #DFE4EA;
            border-top: 0;

            &>.bus-routes {
                display: grid;
                grid-template-columns: max-content auto;
                letter-spacing: 0px;
                ;

                &>.time {
                    min-width: 80px;
                    padding: 0 0 5px 0;
                    margin: 0;
                    font-size: 12px;
                    color: #757575;
                    border-right: 1px solid #adadad;
                }

                &>.area {
                    padding: 0 0 5px 25px;
                    font-size: 17px;
                    margin: 0;
                    position: relative;

                    &::before {
                        content: '';
                        position: absolute;
                        background: #cc0000;
                        padding: 4px;
                        border-radius: 50%;
                        outline: 1px solid #cc0000;
                        outline-offset: 5px;
                        left: -4px;
                        top: 10px;
                    }
                }

                &>.pickpoint {
                    padding: 0 0 5px 30px;
                    margin: 0;
                    font-size: 15px;
                    position: relative;
                    color: #595959;

                    &::before {
                        content: '';
                        position: absolute;
                        background: #cc0000;
                        padding: 4px;
                        border-radius: 50%;
                        left: -4px;
                        top: 10px;
                    }
                }
            }
        }
    }
}

.update-card {
    .h4-common {
        line-height: 136%;
    }

    .update-card-image {
        aspect-ratio: 3.5/2 !important;
        object-fit: cover;
    }

    .card-title {
        a {
            color: var(--color-default);

            &:last-child {
                color: var(--color-primary) !important;
            }
        }
    }
}

.left-img-section {
    figure:after {
        left: 0;
    }
}

.payment-form-group {
    background-color: #EFF2F6;

    &>.container {
        padding: 70px 20px;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        align-items: center;

        &>.booking-form-info {
            max-width: 100%;
            margin: 0 10px;
            position: relative;

            .heading {
                font-size: 30px;
                font-style: normal;
                font-weight: 550;
                line-height: 155%;
                color: #000;
                font-family: var(--font-title);
            }

            .sub-title {
                font-size: 22px;
                color: #000;
            }

            .description {
                font-size: 18px;
                line-height: 150%;
                color: #7d7d7d;
                text-align: justify;
            }

            .payment-method-label {
                font-size: 22px;
                font-family: var(--font-title);
                color: #636363;
                color: #000000;
                margin-bottom: 12px;
                margin-top: 10px;
            }

            .payment-method-card-group {
                display: grid;
                grid-template-columns: repeat(3, 33.33%);
            }

            .mathods-card {
                background-color: #FFF;
                border-radius: 8px;
                padding: 10px;
                margin: 0 15px 15px 0;
                text-align: center;
                transition: all 0.3s ease-in-out;
                display: grid;
                grid-template-columns: repeat(1, 100%);
                place-content: center;
                text-align: center;
                min-height: 130px;

                &>img {
                    max-width: 70px;
                    margin: 0 auto 10px auto;
                    max-height: 50px;
                    object-fit: contain;
                    min-height: 50px;
                    min-width: 70px;
                }

                &>p {
                    margin: 0;
                    font-size: 15px;
                    font-weight: 600;
                    color: black;
                    text-align: center;
                }

            }

            .paymane-mathods {
                display: flex;
                align-items: center;
                color: #4f4f4f;
                font-size: 15px;
                margin-bottom: 6px;

                &>i {
                    font-size: 22px;
                }

                &>img {
                    width: 37px;
                }

                &>.cash-icon {
                    color: #238b41;
                }

                &>.card-icon {
                    color: #2500b1;
                }

                &>.bank-icon {
                    color: #000;
                }
            }
        }

        &>.booking-form {
            position: relative;
            width: 70%;

            .inner-form {
                z-index: 5;
                position: relative;

                &>.h4-common {
                    font-size: 35px;
                }
            }

            .field-label {
                font-size: 15px;
                font-family: var(--font-title);
                color: #636363;
            }

            &::after {
                content: "";
                width: 150px;
                height: 150px;
                border: 1px solid #CC0000;
                right: -15px;
                bottom: -15px;
                position: absolute;
                z-index: 1;
            }
        }
    }
}

.link-has-menu {
    position: relative;

    &>.sub-menu {
        position: absolute;
        position: absolute;
        width: 160px !important;
        /* border-radius: 10px; */
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        /* border-radius: 4px; */
        z-index: 99;
        visibility: visible;
        background: #fff;
        padding-bottom: 10px !important;
        text-align: left;
        margin-top: 50px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;

        &>.sub-menu-li {
            margin-top: 10px;

            &:first-child {
                margin-top: 0;
            }

            &>a {
                color: #000 !important;
                transition: all 0.3d ease-in-out;

                &:is(:hover, :focus) {
                    color: var(--color-primary) !important;
                }
            }
        }
    }

    &:is(:hover, :focus) {
        .sub-menu {
            /* display: block; */
            margin-top: 0;
            opacity: 1;
            visibility: visible;
        }
    }
}

@media screen and (max-width: 520px) {
    .gu-booking-form .flat-form {
        .booking-form {
            &>.gbase-crm-form {
                display: block;
                transition: all 0.3s ease-in-out;

                &>.contact-item {
                    margin-right: 0;

                    i {
                        top: 67%;
                    }
                }

                &>.submit-section {
                    margin-right: 0;
                }
            }
        }
    }
}

@media screen and (max-width: 430px) {
    .gu-booking-form .flat-form {
        .booking-form {
            transition: all 0.3s ease-in-out;
            padding: 40px 20px;

            &>.h4-common {
                font-size: 26px;
            }
        }
    }
}

.awarded-as-best-residential-school-of-india .gu-booking-form.red-bg .book-campus-details-bar .TFArrow a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    font-family: 'BentonSans';
}

.awarded-as-best-residential-school-of-india .gu-booking-form.red-bg .book-campus-details-bar .TFArrow a:hover {
    color: #000;
}

.gu-booking-form.red-bg .book-campus-details-bar .TFArrow {
    color: #fff;
}

.gu-booking-form.red-bg .book-campus-add-bar {
    color: #fff;
}

.gurukul-branch .gu-booking-form.red-bg.section-10 .book-campus-details-bar .TFArrow a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    font-family: 'BentonSans';
}

.academics-inner section.about-section .about-content ul li p {
    opacity: 0.800000011920929;
    color: #222;
}

.academics-inner section.about-section .about-content ul li p a {
    opacity: 0.800000011920929;
    color: #90191C;
    transition: .3s;
}

.academics-inner section.about-section .about-content ul li p a:hover {
    color: #000;
    opacity: 1;
}

.academics-inner section.about-section .section-titel h1.h1-common {
    margin-bottom: 0;
}

.academics-inner .adv-section .cources-offered-btn a {
    font-family: var(--font-title);
    padding: 13px 29px;
    color: #fff;
    font-weight: 550;
    font-size: 22px;
    background: var(--color-primary);
    border-radius: 0;
    border: 0;
    transition: all 0.5s;
    line-height: 135%;
    display: inline-block;
}

.academics-inner .adv-section .cources-offered-btn a:hover,
.academics-inner .gu-quick-card a:hover {
    background-color: var(--color-default);
}

.academics-inner .gu-quick-card .btn {
    font-size: 22px;
    width: 205px;
    text-align: center;
    padding: 13px 0;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    background-color: #cc0000;
    color: white;
}

.breadcrumbs .branch-sub-menu-btn {
    border-radius: 5px;
    font-size: 21px;
    letter-spacing: 0px;
    ;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.breadcrumbs {
    padding: 6px 0 9px;
    background: #EFF2F6;
}

.breadcrumbs .h4-common {
    margin-bottom: 0;
}

.breadcrumbs .dropdown {
    margin-left: 10px;
    margin-top: 0px;
}

.breadcrumbs .dropdown-item:hover {
    color: #CC0000;
}

.breadcrumbs .branch-sub-menu-btn::after {
    margin-left: 9px;
}

.breadcrumbs .branch-sub-menu-btn:hover {
    background: #000 !important;
}

.branch-sub-menu-btn.show,
.branch-sub-menu-btn:active,
.branch-sub-menu-btn:focus {
    background-color: #000 !important;
    border-color: #000 !important;
}

.academics-inner section.gu-twocol-section.pt-0.academics-section-5 .section-card .list-unstyled li .flex-grow-1 {
    margin-left: 38px !important;
}

.academics-inner .gallery-section .section-titel .h2-common {
    margin-bottom: 0;
}

.academics-inner section.faq-section.academics-section-9 .gu-faq .accordion-item .acclink .h4-common {
    font-size: 22px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
}

.visit-us-inner .campus-map-section .adv-section figure.side-img {
    margin-bottom: 0;
}

.visit-us-inner .secondary-read.read-more a {
    color: #000;
    font-size: 22px;
}

.visit-us-inner section.full-content-section .full-content-card .read-more a {
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    color: #000;
}

.visit-us-inner section.adv-section.adv-left.bottom-adv-section.py-5.section-9 .side-img {
    padding: 0;
    margin-bottom: 0;
}

.visit-us-inner section.full-content-section.half-bg:after {
    height: 80%;
}

.visit-us-inner section.adv-section.remove-half-bg.adv-left.my-0.section-5 .col-lg-5 .side-img {
    width: 90%;
}

.visit-us-inner .campus-map-section .printable-section.pt-3 .btn {
    padding: 12px 35px;
}

.visit-us-inner section.adv-section.adv-left.mt-0.section-2 .col-lg-5 .side-img {
    padding: 0;
}

.visit-us-inner section.adv-section.section-6 figure.side-img img {
    padding-left: 40px;
}

.branch-infrastructure section.gallery-section .section-titel p {
    margin-bottom: 30px;
}

.branch-infrastructure section.gallery-section .section-titel .h3-common {
    margin-bottom: 0;
}

.branch-infrastructure .full-video-section .section-titel .h2-common {
    margin-bottom: 0;
}

.branch-infrastructure .full-video-section .section-titel p {
    margin-bottom: 22px;
}

.visit-us-inner .campus-map-section section.adv-section.adv-left {
    padding: 40px 0 !important;
}

.visit-us-inner section.full-content-section.half-bg.section-8 .full-content .col-lg-3 .full-content-card p {
    margin-bottom: 20px;
}

.visit-us-inner .campus-map-section section.adv-section.adv-left .row.align-items-center.justify-content-between .col-lg-6.col-sec {
    padding-left: 50px;
}

.branch-infrastructure .footer-notes {
    margin-top: 10px;
}

.contact-inner section.contact-us-section.section-1 .col-md-10 .h2-common {
    margin-bottom: 0;
}

.contact-inner section.contact-us-section.section-1 .col-md-10 p {
    margin-bottom: 30px;
}

.contact-inner section.contact-us-section.section-1 .col-md-10 .h4-common {
    font-size: 25px;
    line-height: 135%;
}

.contact-inner .secondary-read.read-more a {
    color: #000;
}

.contact-inner .read-more.secondary-read {
    margin-top: 14px;
}

.contact-inner section.departmant-section.section-2 .section-titel .h2-common {
    margin-bottom: 0 !important;
}

.contact-inner section.departmant-section.section-2 .section-titel {
    margin-bottom: 40px !important;
}

.contact-inner section.departmant-section.section-2 .departmant-info .departmant-content h4 {
    margin-bottom: 0;
}

.contact-inner p.dept-box-ttl {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    color: #8f8f8f;
    margin-bottom: 0;
}

.contact-inner .departmant-contect {
    padding: 19px 20px 30px;
}

.contact-inner .ctm-lst-child {
    margin-bottom: 10px;
}

.contact-inner a.dept-box-link-call,
.contact-inner a.dept-box-link-mail {
    display: block;
    color: #000000;
    opacity: .80;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    transition: .3s;
    word-wrap: break-word;
}

.contact-inner .departmant-info i.bi.bi-telephone-fill {
    display: none;
}

.contact-inner .departmant-info i.bi.bi-envelope-fill {
    display: none;
}

.contact-inner .departmant-info img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    aspect-ratio: 16/9;
}

.contact-inner-add,
.contact-inner-call,
.contact-inner-email {
    color: #333333;
    transition: .3s;
}

.contact-inner-add:hover,
.contact-inner-call:hover,
.contact-inner-email:hover {
    color: #CC0000;
}

.contact-inner a.dept-box-link-call:hover,
.contact-inner a.dept-box-link-mail:hover {
    color: #CC0000;
}

.branch-infrastructure section.gallery-section.pt-0 {
    padding-bottom: 20px;
}

.reviews-profile .r-profile-img img {
    min-height: 120px;
    object-fit: cover;
    max-width: 100px;
}

.gurukul-app section.about-section.section-2 .about-content p {
    color: #222;
}

.gurukul-app section.about-section.section-2 .about-content ul li {
    color: #333;
}

.gurukul-app section.about-section.section-2 .about-content ul {
    margin-top: 15px;
}

.gurukul-app section.about-section.section-2 .about-content .h2-common {
    margin: 0 !important;
}

.gurukul-app .app-banner .app-banner-content .h1-common {
    color: #FFFFFF;
}

.gurukul-app .app-banner .app-banner-content p {
    color: #fff;
    opacity: 0.80;
}

.contact-inner .departmant-info .col-4 {
    margin-bottom: -1px;
}

.gurukul-app-main {
    margin-top: 65px !important;
}

.awards-achievements section.contact-us-section.pb-0.section-1 .row .col-md-10 p.font-red {
    margin-top: 1rem;
    margin-bottom: 0;
}

.awards-achievements section.contact-us-section.pb-0.section-1 .row .col-md-10 .h4-common {
    margin-bottom: 0;
}

.awards-achievements .latest-updates-section .blog-item .blog-thamanil {
    margin-bottom: 25px;
}

.awards-achievements .award-updates-section .blog-content h5 {
    margin-bottom: 0;
}

.awards-achievements section.about-section.pt-0.section-3 .about-content .h2-common {
    margin: 0;
}

.awards-achievements section.about-section .about-content .col-sec ul li {
    margin-bottom: 21px;
}

.awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-item {
    margin-bottom: 41px;
}

.awards-achievements section.about-section .row.col-sec figure {
    margin-bottom: 0;
}

.awards-achievements section.about-section .about-content p {
    color: #222;
}

.awards-achievements section.about-section .row.col-sec {
    align-items: center;
}

.awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-content p {
    font-size: 18px;
    color: #333;
}

.thanks-page section.download-pdf.pt-3 {
    padding: 20px 0 90px !important;
}

.thanks-page section.download-pdf .download-pdf-inner .h4-common {
    margin-bottom: 0;
}

.thanks-page section.download-pdf .download-pdf-inner p {
    margin-bottom: 20px !important;
}

.thanks-page section.download-pdf .download-pdf-inner {
    padding: 43px 60px 60px;
}

.thanks-page section.download-pdf .download-pdf-inner a.btn {
    padding: 13px 35px;
    letter-spacing: 0px;
    ;
}

.thanks-page section.contact-us-section.pb-0 {
    padding-top: 40px;
}

.masonry-layout {
    --columns: 1;
    --gap: 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-gap: var(--gap);
    padding: 0;
}

.masonry-layout>div>img,
.masonry-layout>div>div {
    width: 100%;
    margin-bottom: 1.5rem;
}

.masonry-layout.columns-1 {
    --columns: 1;
}

.masonry-layout.columns-2 {
    --columns: 2;
}

.masonry-layout.columns-3 {
    --columns: 3;
}

.masonry-layout.columns-4 {
    --columns: 4;
}

div#masonry a.glightbox {
    width: 100%;
    display: block;
    margin-bottom: 24px;
}

.masonary-gallery .grid-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

.masonary-gallery .grid-wrapper .glightbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.masonary-gallery .grid-wrapper .glightbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.masonary-gallery .grid-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-flow: dense;
}

.masonary-style-1 .grid-wrapper .glightbox:last-child {
    grid-column: span 2;
}

.masonary-style-3 .grid-wrapper .glightbox:nth-child(2) {
    grid-column: span 2;
}

.masonary-style-1 .grid-wrapper .glightbox:nth-child(2) {
    grid-row: span 2;
}

.masonary-style-4 .grid-wrapper .glightbox:first-child {
    grid-column: span 2;
}

.masonary-gallery .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.updated-admission section.banner-section.section-1:before {
    /* content: "";
    position: absolute;
    bottom: -86px;
    left: 0;
    right: 0;
    background: #C00;
    width: 2px;
    height: 175px;
    display: block;
    text-align: center;
    margin: 0 auto; */
}

.dignitaries-page .highlights-section.dignitaries-list .blog-content p {
    margin-top: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    font-family: var(--font-default);
    margin-bottom: 0;
    text-align: justify;
}

.dignitaries-page section.gallery-section {
    padding-bottom: 50px;
}

.dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-content .font-red {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%;
    color: #CC0000;
    font-family: var(--font-default);
}

.dignitaries-page .highlights-section.dignitaries-list .blog-content h4 {
    font-size: 30px;
    margin-bottom: 0;
}

.dignitaries-page section.highlights-section.dignitaries-list {
    padding: 45px 0 30px;
}

.Blog-page section#latest-updates .section-titel h1 {
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}

.home-new-3 section#latest-updates .section-titel h1 {
    margin-bottom: 5px !important;
}

.Blog-page section#latest-updates {
    padding: 70px 0 0 50px;
}

.Blog-page section#latest-updates .h4-common {
    font-size: 26px;
    font-style: normal;
    font-weight: 550;
    line-height: 145%;
    color: #000;
    font-family: var(--font-title);
}

.maroon-background {
    background-color: #800000;
    width: 100%;
    height: 40vh;
    position: static;
}

.featured-image-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    top: 25vh;
}

.featured-image {
    display: inline-block;
    /* Only as wide as its content */
    margin-bottom: -50px;
    /* Adjust this value to overlap the maroon background as needed */
}

.featured-image img {
    /*  */
    height: 600px;
    width: 100%;
}

.avatar {
    border-radius: 50%;
    margin-right: 5px;
    height: 33px !important;
    width: 33px !important;
}

/* Reset styles for blog categories to prevent conflicts */
.blog-categories-nav,
.blog-categories,
.blog-categories li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Blog Categories Navigation Styles */
.blog-categories-nav {
    /* text-align: center; */
    /* margin-top: 20px; */
    font-size: 0;
    /* Prevents unexpected spacing between inline-block elements */
}

.blog-categories {
    display: inline-block;
    /* Aligns the list in the center of nav */
    white-space: nowrap;
    /* Prevents line breaks */
    font-family: var(--font-title);
}

.blog-categories li {
    display: inline-block;
    /* List items displayed in a row */
    margin: 0 20px 0 0px;
}

.blog-categories a {
    text-decoration: none;
    color: #ffffff;
    /* font-weight: bold; */
    font-size: 19px;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.blog-categories a:hover {
    color: #ffffff;
    background-color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-categories-nav {
        font-size: 16px;
        /* Reset font size for mobile */
    }

    .blog-categories {
        display: block;
    }

    .blog-categories li {
        display: block;
        /* Stack items vertically on mobile */
        margin: 10px auto;
        /* Center items horizontally */
    }
}


.home-new-3 section#latest-updates .h4-common {
    font-size: 30px;
    font-style: normal;
    font-weight: 550;
    line-height: 145%;
    color: #000;
    font-family: var(--font-title);
}

.Blog-page section#latest-updates .section-titel p {
    /* margin-bottom: 48px; */
}

.home-new-3 section#latest-updates .section-titel p {
    margin-bottom: 48px;
}

.Blog-page section#latest-updates .col-lg-3 p a {
    display: block;
    margin-top: 15px;
    transition: .3s;
}

.Blog-page section#latest-updates .col-lg-3 p a:hover {
    color: #CC0000 !important;
}

.Blog-page section#latest-updates .col-lg-3 p a:hover i {
    background-color: #CC0000;
    color: #fff;
}

.Blog-page section#latest-updates p.author-name-blog {
    margin-top: 3px !important;
    font-size: small;
    font-style: italic;
    margin-bottom: 7px;

}

.Blog-page section#latest-updates .col-lg-3 p {
    margin-bottom: 0px;
    color: #222222;
}

.Blog-page section#latest-updates .col-lg-3 p a i {
    height: 32px;
    width: 32px;
    background-color: #EFF2F6;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50px;
    vertical-align: middle;
    line-height: 32px;
    margin-left: 15px;
    transition: 0.3s;
}

.home-new-3 section#latest-updates .col-lg-3 p a {
    display: block;
    margin-top: 15px;
    transition: .3s;
}

.home-new-3 section#latest-updates .col-lg-3 p a:hover {
    color: #CC0000 !important;
}

.home-new-3 section#latest-updates .col-lg-3 p a:hover i {
    background-color: #CC0000;
    color: #fff;
}

.home-new-3 section#latest-updates p.author-name-blog {
    margin-bottom: 15px !important;
}

.home-new-3 section#latest-updates .col-lg-3 p {
    margin-bottom: 30px;
    color: #222222;
}

.home-new-3 section#latest-updates .col-lg-3 p a i {
    height: 32px;
    width: 32px;
    background-color: #EFF2F6;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50px;
    vertical-align: middle;
    line-height: 31px;
    margin-left: 15px;
    transition: 0.3s;
}

.Blog-page .active>.page-link,
.page-link.active {
    background-color: #CC0000;
    border-color: #CC0000;
    color: #fff;
    border: none;
}

.Blog-page .page-link i {
    font-size: 19px;
    display: flex;
}

.Blog-page nav#blog-page-navigation {
    margin-top: 20px;
}

.Blog-page .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 0, 0, 0.25);
}

.Blog-page .page-item:first-child .page-link {
    border-radius: 50px !important;
}

.Blog-page .page-item:last-child .page-link {
    border-radius: 50px !important;
}

.Blog-page .page-item {
    margin: 0 9px;
}

.Blog-page .page-numbers {
    margin: 0 9px;
}

.blog-categories li {

    /* border: 1px solid #cf0000 !important; */
    /* border-radius: 2px; */
    background: #C00;
    color: white;
    /* padding: 5px; */
}


.Blog-page .page-link {
    border: none;
    color: #000000;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFF2F6;
}

.Blog-details-page a {
    display: block;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: .3s;
}

.Blog-details-page .blog-details-bar {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 63px;
}

.Blog-details-page .blog-dtl-left {
    width: 71%;
}

.Blog-details-page .blog-dtl-right {
    width: 29%;
    padding-top: 76px;
}

.connect-with-us-social-media a {
    width: 38px;
    height: 38px;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 38px;
    background-color: #EFF2F6;
    border-radius: 50px;
}

.Blog-details-page .connect-with-us-social-media {
    display: flex;
    width: 100%;
}

.Blog-details-page .connect-with-us {
    padding: 25px;
}

.Blog-details-page .blog-topic {
    padding: 25px;
}

.Blog-details-page .popular-post {
    padding: 25px;
}

.Blog-details-page .rsearch-block {
    padding: 25px;
}

.Blog-details-page .connect-with-us-social-media a {
    width: 48px;
    height: 48px;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 49px;
    background-color: #EFF2F6;
    border-radius: 50px;
    margin-right: 7px;
    transition: .3s;
}

.Blog-details-page .connect-with-us-social-media a:hover {
    color: #FFF;
    background-color: #CC0000;
}

.Blog-details-page .connect-with-us-social-media a i {
    font-size: 18px;
}

.Blog-details-page .blog-topic a {
    border-bottom: 1px solid #DFE4EA;
    padding-bottom: 5px;
    padding-top: 20px;
}

.Blog-details-page .popular-post a {
    border-bottom: 1px solid #DFE4EA;
    padding-bottom: 5px;
    padding-top: 20px;
}

.Blog-details-page .blog-topic a:hover {
    color: #CC0000;
}

.Blog-details-page .popular-post a:hover {
    color: #CC0000;
}

.Blog-details-page .popular-post a:last-child {
    border: none;
}

.Blog-details-page .connect-with-us .h4-common {
    font-size: 22px;
    line-height: 135%;
    margin-top: 52px;
    margin-bottom: 12px;
}

.Blog-details-page .blog-topic .h4-common {
    font-size: 22px;
    line-height: 135%;
    margin-top: 12px;
}

.Blog-details-page .popular-post .h4-common {
    font-size: 22px;
    line-height: 135%;
    margin-top: 32px;
}

.Blog-details-page .rsearch-block .h4-common {
    font-size: 22px;
    line-height: 135%;
    margin-top: 22px;
    margin-bottom: 20px;
}

.Blog-details-page .blog-dtl-apply-online-form {
    border: 1px solid #DFE4EA;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    padding-bottom: 4px;
}

.Blog-details-page .rsearch-block input#search-input {
    border-color: #222222;
    border-radius: 8px;
    padding: 14px 45px 14px 18px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 135%;
}

.Blog-details-page .rsearch-block input#search-input::placeholder {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 135%;
}

.Blog-details-page .rsearch-block .form-outline {
    width: 100%;
}

.Blog-details-page .rsearch-block button#search-button:focus {
    box-shadow: none;
}

.Blog-details-page .rsearch-block button#search-button {
    background-color: transparent;
    color: #000;
    border: none;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    padding: 0;
}

.Blog-details-page .rsearch-block input#search-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25)
}

.Blog-details-page .blog-dtl-apply-online-form .h4-common {
    margin-bottom: 0;
}

.Blog-details-page .blog-dtl-apply-online-form p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 165%;
}

.Blog-details-page section.blog-details-content {
    padding: 0;
}

.Blog-details-page .blog-dtl-left-block .h4-common {
    margin-bottom: 30px;
}

.Blog-details-page .blog-dtl-comments-bar .h4-common {
    margin-bottom: 35px;
}

.Blog-details-page .blog-dtl-left-block {
    margin-bottom: 60px;
}

.Blog-details-page .blog-dtl-left-block:last-child p {
    margin-bottom: 0;
}

.Blog-details-page .blog-dtl-left-block:last-child {
    margin-bottom: 0;
}

.Blog-details-page .blog-dtl-left-block img {
    margin-bottom: 20px;
}

.Blog-details-page #latest-updates p {
    margin-bottom: 0;
}

.Blog-details-page section#latest-updates {
    padding: 80px 0;
    margin-bottom: 0;
}

.Blog-details-page .blog-dtl-cbox-wrap p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    color: #000;
    margin-bottom: 0;
}

.Blog-details-page .blog-dtl-cbox-wrap a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    color: #CC0000;
    transition: .3s;
}

.Blog-details-page .blog-dtl-cbox-wrap a:hover {
    color: #000;
}

.Blog-details-page .blog-dtl-cbox-wrap {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.Blog-details-page .blog-dtl-comments-box p {
    margin-bottom: 10px;
}

.Blog-details-page .blog-dtl-comments-box p.blog-dtl-cbox-time {
    color: #909090 !important;
}

.Blog-details-page .blog-dtl-comments-box {
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE4EA;
    margin-bottom: 35px;
}

.Blog-details-page section.blog-dtl-comments {
    padding-bottom: 60px;
}

.Blog-details-page section.blog-dtl-comments .blog-dtl-comments-bar {
    width: 67%;
}

.Blog-details-page section.subscribe-newsletter {
    padding: 40px 0 60px;
    background-color: #EFF2F6;
}

.Blog-details-page p {
    color: #222 !important;
}

.Blog-details-page section.subscribe-newsletter .s-newsletter-form .h4-common {
    margin-bottom: 20px;
}

.Blog-details-page section.subscribe-newsletter .s-newsletter-form p {
    margin-bottom: 20px;
}

.Blog-details-page .blog-dtl-comments-box:last-child p.blog-dtl-cbox-time {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Blog-details-page .blog-dtl-left img {
    width: 100%
}

.page-container.career-dtl-block {
    padding-top: 50px;
}

.page-container.career-dtl-block .row.blog-body h4 {
    padding-right: 15px;
}

.page-container.career-dtl-block button.btn.btn-lg.btn-danger {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-family: 'BentonSans';
    transition: .5s;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.page-container.career-dtl-block button.btn.btn-lg.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.page-container.career-dtl-block .widget-content h3,
.page-container.career-dtl-block .col-12 h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 550;
    line-height: 145%;
    color: #000;
    font-family: var(--font-title);
}

.page-container.career-dtl-block .widget-content ul {
    padding-left: 1rem;
}

.page-container.career-dtl-block .widget-content li.cat-item {
    position: relative;
    padding-left: 20px;
    color: #000;
}

.page-container.career-dtl-block .widget-content li.cat-item a {
    color: #000;
    font-size: 17px;
    transition: .5s;
}

.page-container.career-dtl-block .widget-content li.cat-item a:hover {
    color: #CC0000;
}

.page-container.career-dtl-block .widget-content li.cat-item::marker {
    display: none;
    font-size: 0;
}

.page-container.career-dtl-block .widget-content ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(/wp-content/uploads/2023/08/arrow-angle-pointing-to-right.webp);
    content: "";
    background-size: 9px 10px;
    font-size: 18px;
    color: #ed1d24;
    margin-right: 10px;
    width: 9px;
    height: 10px;
    margin-top: 0;
    transform: translate(0, -50%);
}

.page-container.career-dtl-block .list-unstyled li.media {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.page-container.career-dtl-block .list-unstyled li.media .media-body span p {
    font-size: 16px;
    line-height: 150%;
}

.page-container.career-dtl-block .list-unstyled li.media .media-body span p a {
    font-weight: 600 !important;
}

.page-container.career-dtl-block .list-unstyled li.media .media-body span p a:hover {
    text-decoration: underline;
}

.page-container.career-dtl-block .list-unstyled li.media .media-body h5 a {
    color: #000;
    transition: .5s;
}

.page-container.career-dtl-block .list-unstyled li.media .media-body h5 a:hover {
    color: #CC0000;
}

.media-gallery-page section.regular-events .slick-dots li {
    margin-right: 20px;
}

.media-gallery-page section.regular-events ul.slick-dots {
    margin-left: 15px;
}

.media-gallery-page section.regular-events .section-titel {
    margin-bottom: 56px !important;
}

.media-gallery-page section.regular-events .section-titel .h2-common {
    margin-bottom: 0;
}

.media-gallery-page .latest-updates-section .blog-item a .blog-content h4 {
    padding: 0 20px;
    color: #000 !important;
}

.media-gallery-page .latest-updates-section .blog-item .blog-thamanil img {
    width: 100%;
}

.media-gallery-page .latest-updates-section .blog-item .blog-thamanil {
    padding: 0;
    width: 100%;
}

.media-gallery-page section.latest-updates-section.bg-white .section-titel {
    margin-bottom: 34px !important;
}

.media-gallery-page section.latest-updates-section.bg-white .col-lg-4.col-md-4 .blog-item {
    margin-bottom: 60px;
}

.media-gallery-inner-page section.video-slider-gallery {
    padding: 80px 0 70px;
}

.media-gallery-inner-page section.video-slider-gallery .full-video-div.slick-initialized.slick-slider {
    margin: 0 -15px 40px;
}

.media-gallery-inner-page section.gallery-section.pt-4 {
    padding-bottom: 60px;
}

.media-gallery-inner-page .gallery-section .section-titel .h2-common {
    margin-bottom: 25px !important;
}

.media-gallery-inner-page section.contact-us-section.pb-0 .section-titel p {
    margin-bottom: 2rem;
}

.media-gallery-page section.latest-updates-section.bg-white .section-titel .h2-common {
    margin-bottom: 0;
}

.media-gallery-page section.latest-updates-section.bg-white {
    padding: 20px 0;
}

.awards-achievements section.about-section {
    padding: 60px 0 10px !important;
}

.awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 {
    padding: 84px 0 0 !important;
}

.gurukul-app section.about-section.section-2 {
    padding: 80px 0 10px;
}

.contact-inner section.departmant-section.section-2 {
    padding: 10px 0 70px;
}

.visit-us-inner section.full-content-section.half-bg.section-8 {
    padding: 80px 0 150px;
}

.visit-us-inner .bottom-adv-section {
    margin: 150px 0 80px;
}

.faq-inner section.full-content-section {
    padding: 80px 0 150px !important;
}

.faq-inner section.faq-section {
    padding: 10px 0 90px;
}

.faq-inner section.about-section {
    padding-bottom: 50px !important;
}

.faq-inner section.faq-section .accordion-item .acclink .h4-common {
    font-size: 22px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    color: #000;
}

.academics-inner section.gu-away-from.academics-section-11 {
    padding: 30px 0 80px;
}

.academics-inner section.faq-section.academics-section-9 {
    /* padding: 0px 0 40px; */
    padding-bottom: 40px;
}

.academics-inner section.gu-booking-form.light-bg.academics-section-8 {
    padding: 80px 0 50px;
}

.academics-inner section.gu-twocol-section.pt-0.academics-section-5 {
    padding: 80px 0 20px;
}

.academics-inner section.adv-section.remove-half-bg.my-0.pt-5.mt-1.academics-section-4 {
    padding: 120px 0 60px !important;
}

.academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 {
    padding: 80px 0 !important;
}

.academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card {
    padding: 45px !important;
    height: 100%;

}

.academics-inner section.about-section.bg-white.academics-section-1 {
    padding: 80px 0 0;
}

.gurukul-branch section.adv-section.section-3 {
    padding: 50px 0 30px;
}

.gurukul-branch section.adv-section.adv-left.section-4 {
    padding: 50px 0 30px;
}

.gurukul-branch section.adv-section.section-5 {
    padding: 50px 0 30px;
}

.gurukul-branch section.highlights-section.section-2 {
    padding-bottom: 20px;
}

.gurukul-branch section.highlights-section.section-2 .row.align-items-center {
    align-items: baseline !important;
}

.gurukul-branch section.gu-testimonial.section-6 {
    padding: 40px 0 70px;
}

.food-inner section.about-section.bg-white.pb-0.section-2 {
    padding: 43px 0 0px;
}

.food-inner section.left-faq-section.section-3 {
    padding: 10px 0;
}

.food-inner section.adv-section.adv-left.remove-half-bg.section-4 {
    padding: 20px 0;
}

.gu-testi-slide-items .row.align-items-center {
    justify-content: center;
}

.gurukul-branch section.latest-updates-section.bg-white.section-9 .section-titel.col-lg-7.mb-4 {
    margin-bottom: 50px !important;
}

.gurukul-branch section.gallery-section.section-7 {
    position: relative;
}

.gurukul-branch section.full-video-section.section-8 {
    padding-top: 140px;
    padding-bottom: 0;
}

.gurukul-branch section.gallery-section.section-7:before {
    /* content: "";
    position: absolute;
    bottom: -86px;
    left: 0;
    right: 0;
    background: #C00;
    width: 2px;
    height: 175px;
    display: block;
    text-align: center;
    margin: 0 auto; */
}

.gurukul-branch .read-more-link-banner span i.bi.bi-arrow-right-short {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.gurukul-branch .banner-content .h1-common {
    color: #fff;
}

.gurukul-branch .banner-content p {
    color: #fff;
    opacity: 0.80;
}

.banner-section-slider-focus-academics .banner-content p {
    color: #fff;
    opacity: 0.80;
}

.banner-section-slider-best-resi-school-india .banner-content p {
    color: #fff;
    opacity: 0.80;
}

.banner-section-slider-hyderabad .banner-content p {
    color: #fff;
    opacity: 0.80;
}

.gurukul-branch .banner-content {
    bottom: -60px;
}

.focus-academics .banner-content {
    bottom: -60px;
}

.awarded-as-best-residential-school-of-india .banner-content {
    bottom: -60px;
}

.gurukul-branch .banner-links a {
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.gurukul-branch .youtube-link-banner span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gurukul-branch .youtube-link-banner span i.bi.bi-play-fill {
    height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.focus-academics .banner-links a {
    color: #fff;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.awarded-as-best-residential-school-of-india .banner-links a {
    color: #fff;
    display: flex;
    vertical-align: middle;
    padding-left: 5px;
    align-items: center;
}

.focus-academics .youtube-link-banner span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.awarded-as-best-residential-school-of-india .youtube-link-banner span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.focus-academics .youtube-link-banner span i.bi.bi-play-fill {
    height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-section-slider-focus-academics ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-section-slider-focus-academics button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-left-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.banner-section-slider-focus-academics button.slick-next.slick-arrow:hover,
.banner-section-slider-focus-academics button.slick-prev.slick-arrow:hover {
    background-color: #000;
}

.banner-section-slider-focus-academics button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-right-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.residential-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: -110px;
    right: 60px;
    width: 48px;
    height: 48px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    transition: all 0.5s;
    background-image: url(/wp-content/uploads/2023/08/icons8-back-to-100.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    border-radius: 50%;
    transition: .5s;
}

.residential-slider button.slick-next.slick-arrow {
    position: absolute;
    top: -110px;
    right: 0;
    width: 48px;
    height: 48px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    cursor: pointer;
    transition: all 0.5s;
    background-image: url(/wp-content/uploads/2023/08/icons8-back-to-100.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none;
    transform: rotate(180deg);
    border-radius: 50%;
    transition: .5s;
}

.residential-slider button.slick-prev.slick-arrow:hover,
.residential-slider button.slick-next.slick-arrow:hover {
    background-color: #000;
}

.reviews-section button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
    background-image: url(/wp-content/uploads/2023/08/icons8-left-arrow-64.png);
}

.reviews-section button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-right-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.reviews-section button.slick-prev.slick-arrow:hover,
.reviews-section button.slick-next.slick-arrow:hover {
    background-color: #000;
}

.reviews-section .slick-initialized .slick-slide {
    display: block;
    margin: 0 10px;
}

.banner-section-slider-hyderabad ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-section-slider-hyderabad button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-left-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.banner-section-slider-hyderabad button.slick-next.slick-arrow:hover,
.banner-section-slider-hyderabad button.slick-prev.slick-arrow:hover {
    background-color: #000;
}

.banner-section-slider-hyderabad button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-right-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.banner-section-slider-best-resi-school-india ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-section-slider-best-resi-school-india button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-left-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.banner-section-slider-best-resi-school-india button.slick-next.slick-arrow:hover,
.banner-section-slider-best-resi-school-india button.slick-prev.slick-arrow:hover {
    background-color: #000;
}

.banner-section-slider-best-resi-school-india button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background-color: #0000006b;
    background-image: url(/wp-content/uploads/2023/08/icons8-right-arrow-64.png);
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 1;
    transition: .5s;
}

.awarded-as-best-residential-school-of-india .youtube-link-banner span i.bi.bi-play-fill {
    height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
}

ul.offcanvas-link {
    padding-left: 0;
    margin: 35px 0 30px;
}

ul.offcanvas-link li {
    list-style: none;
    margin: 15px 0
}

.ctm-canvas-know-more {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #222222;
    margin-left: 15px;
}

.ctm-canvas-know-more:hover {
    color: var(--color-white) !important;
    background: var(--color-default) !important;
}

h2#offcanvasRightLabel {
    margin-bottom: 0;
}

.offcanvas-header .btn-close {
    opacity: 1;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: .5s;
}

.offcanvas-header .btn-close:hover {
    border-color: #C00;
}

ul.offcanvas-link li a {
    display: flex;
    font-size: 16px;
    align-items: center;
    color: #333;
    transition: .3s;
}

ul.offcanvas-link li a:hover {
    color: #C00;
}

ul.offcanvas-link li span.icon {
    min-width: 40px;
    height: 40px;
    background: #DFE4EA;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px
}

.offcanvas-body .btn {
    font-size: 18px;
}

.gu-branches-img {
    border-radius: 8px;
    padding: 10px;
    background-color: #EFF2F6;
}

.gu-branches-img img {
    border-radius: 8px;
    max-width: 100%
}

.gu-branches-title h4 {
    color: #000
}

.gu-branches-link:hover .gu-branches-title h4 {
    color: var(--color-primary)
}

.gu-branches {
    margin: 15px auto 15px;
    width: 100%;
    padding: 0 10px;
    max-width: 222px
}

.gallery-photos img {
    width: 100%
}

.gallery-photos .glightbox {
    margin-bottom: 30px;
    display: inline-block;
}

.video-div {
    position: relative;
    display: inline-block;
    z-index: 2
}

.video-div:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/09/Play-Button.png);
    width: 68px;
    height: 68px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.video-div:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.gallery-video-box {
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}

.gallery-video-box:after {
    content: "";
    width: 40%;
    height: 70%;
    border: 1px solid #CC0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0
}

.footer-notes.red-bg {
    background: #91191C
}

.footer-notes.red-bg .notes-content h2,
.footer-notes.red-bg .notes-content p {
    color: #fff
}

.footer-notes.red-bg .btn {
    background: #fff;
    color: #CC0000;
}

.footer-notes.red-bg .btn:hover {
    color: #fff;
    background-color: rgb(0 0 0 / 90%);
}

.gu-testimonial-content {
    max-width: 550px;
    padding-top: 20px;
    position: relative;
    padding-left: 20px;
    margin: 0 auto;
}

#testimonial-review-slider .gu-testi-slide-items .row .col-lg-5 {
    text-align: center;
}

.gu-testimonial-content:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/08/double-quote-review-icon.svg);
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.5;
}

.gu-testimonial-content h3 {
    line-height: 155%;
    margin-bottom: 30px;
}

.gu-testimonial-content h3 p {
    line-height: 155%;
    margin-bottom: 30px;
    font-size: 30px;
    font-style: normal;
    font-weight: 550;
    color: #000;
    font-family: var(--font-title);
}

.gu-testimonial-content h6 {
    margin-bottom: 0px;
    font-size: 28px;
    text-align: left;
}

.gu-testimonial-img {
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.gu-testimonial-img:after {
    content: "";
    width: 60%;
    height: 60%;
    border: 1px solid #CC0000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.transportation .faq-section .accordion .accordion-item .h4-common {
    font-size: 22px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    color: #000;
    font-family: var(--font-title);
}

.transportation section.gu-booking-form.light-bg.section-6 {
    padding: 80px 0 60px;
}

.transportation section.faq-section.section-5 {
    padding: 65px 0 80px;
}

.transportation section.bus-routs-section.section-4 {
    padding-bottom: 0;
    padding-top: 50px;
}

.transportation section.about-section.section-3 .col-sec ul li {
    color: #222;
}

.transportation section.about-section.section-3 p {
    color: #222;
}

.transportation section.about-section.section-3 {
    padding: 50px 0 0;
}

.transportation section.about-section.bg-white.pb-0.section-1 {
    padding: 60px 0;
}

.transportation section.notice-section.bg-white.pb-0.section-2 {
    padding: 30px 0;
}

.focus-academics section.gu-adv-section.bg-white.section-2 {
    padding: 110px 0 80px;
}

.focus-academics section.adv-section.remove-half-bg.section-4 {
    padding: 50px 0 0px;
}

.focus-academics section.adv-section.adv-left.section-5 {
    padding: 50px 0 60px;
}

.focus-academics section.adv-section.adv-left.section-5 .youtube {
    border-radius: 0;
}

.focus-academics section.gallery-section.section-6 {
    padding-bottom: 35px;
}

.focus-academics section.video-gallery-section.section-8 {
    padding: 65px 0 60px;
}

.focus-academics section.reviews-section.light-bg.position-relative.bg-white.section-9 {
    padding: 70px 0 75px;
}

.focus-academics section.gu-booking-form.light-bg.section-11 {
    padding: 70px 0 50px;
}

.focus-academics section.adv-section.remove-half-bg.section-12 {
    padding: 35px 0 60px;
}

.awarded-as-best-residential-school-of-india section.gurukul-bangalore-section {
    /* padding: 120px 0 70px; */
}

.awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon-text h5 {
    margin: 30px 0 10px;
}

.awarded-as-best-residential-school-of-india section.gu-away-from {
    padding: 100px 0 80px;
}

.awarded-as-best-residential-school-of-india .residential-slider .residential-dis ul li {
    font-family: system-ui;
    font-weight: 100;
    color: #fff;
    opacity: 0.80;
}

.awarded-as-best-residential-school-of-india .residential-slider .residential-dis ul {
    max-height: 0;
    transition: all 1s;
    opacity: 0;
    margin: 0;
}

.residential-slider-item:hover .residential-dis ul {
    max-height: 1000px;
    opacity: 1;
    margin-top: -5px;
}

.awarded-as-best-residential-school-of-india .residential-slider-section p {
    color: #fff;
}

.awarded-as-best-residential-school-of-india section.banner-section .h1-common {
    color: #fff;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.awarded-as-best-residential-school-of-india .banner-section.best-resi-part-bslider p.banner-sec-dtl-ptxt {
    color: #fff;
    opacity: 0.80;
}

.awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt h3 {
    margin: 0 auto;
    font-size: 35px;
    font-style: normal;
    font-weight: 550;
    line-height: 155%;
}

.focus-academics .cources-offered-btn a {
    font-family: var(--font-title);
    padding: 13px 29px;
    color: #fff;
    font-weight: 550;
    font-size: 22px;
    background: var(--color-primary);
    border-radius: 0;
    border: 0;
    transition: all 0.5s;
    line-height: 135%;
    display: inline-block;
}

.awarded-as-best-residential-school-of-india .cources-offered-btn a {
    font-family: var(--font-title);
    padding: 13px 29px;
    color: #fff;
    font-weight: 550;
    font-size: 22px;
    background: var(--color-primary);
    border-radius: 0;
    border: 0;
    transition: all 0.5s;
    line-height: 135%;
    display: inline-block;
}

.focus-academics section.gu-booking-form .TFArrow a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    font-family: 'BentonSans';
}

.focus-academics .cources-offered-btn {
    margin-top: 10px;
}

.focus-academics .cources-offered-btn a:hover {
    background-color: var(--color-default);
}

.awarded-as-best-residential-school-of-india .cources-offered-btn a:hover {
    background-color: var(--color-default);
}

.focus-academics section.reviews-section.light-bg.position-relative.bg-white.section-9 .section-titel.col-lg-10.mb-5 p {
    max-width: 750px;
}

.online-form-inner .form-group .form-control::placeholder {
    color: #000;
}

.accordion-item .acclink {

    padding: 15px 45px 15px 25px;
    display: block;
    width: 100%;
    border: 1px solid #EFF2F6;
    box-shadow: none;
    border-radius: 0px;

}

.accordion-item .acclink:hover {
    background: #EFF2F6;
}

.accordion-item .acclink.active {
    background: #EFF2F6;
}

.accordion-item .acclink h4,
.accordion-item .acclink h5 {
    margin-bottom: 0;
    color: #000
}

.accordion-item {
    border: 0px;
    margin: 0px;
    padding-bottom: 20px
}

.accord-detail {
    padding-top: 15px
}

.accord-detail p {
    padding: 15px 25px;
}

.accordion-item .acclink {
    position: relative;
}

.accordion-item .acclink:after {
    content: "\F4FE";
    font-family: bootstrap-icons !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 32px;
    background: #EFF2F6;
    color: #000;
    font-size: 20px;
}

.accordion-item .acclink.active:after {
    content: "\f2ea";
    background: #fff
}

.accordion-item .acclink:hover:after {
    background: #fff
}

.map-direction .bi-arrow-right {
    min-width: 32px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
}

.map-direction:hover .bi-arrow-right {
    background-color: #CC0000;
    color: #fff
}

.blog-dtl-right-online-form-block .contact-item {
    position: relative;
}

.blog-dtl-right-online-form-block .contact-item i {
    position: absolute;
    top: 47%;
    left: 15px;
    font-size: 16px;
    line-height: normal;
    transform: translate(0, -50%);
}

.blog-dtl-right-online-form-block .contact-item span.wpcf7-form-control-wrap {
    display: flex;
}

.blog-dtl-right-online-form-block .contact-item input {
    width: 100%;
    border: none;
    padding: 14px 30px 14px 40px;
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    color: #000;
    background-color: #EFF2F6;
    border-radius: 8px;
}

.blog-dtl-right-online-form-block .contact-item input::placeholder {
    color: #000;
}

.blog-dtl-right-online-form-block .wpcf7-submit {
    padding: 11px 15px;
    width: 100%;
    text-align: center;
    background-color: #C00;
    font-size: 23px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    transition: .3s;
    border: none;
    color: #fff;
    border-radius: 8px;
}

.blog-dtl-right-online-form-block .wpcf7-submit:hover {
    background-color: #000;
}

.blog-dtl-right-online-form-block .contact-item p {
    margin-bottom: 20px;
}

.s-newsletter-form-block .contact-item {
    position: relative;
}

.s-newsletter-form-block .contact-item i {
    position: absolute;
    top: 47%;
    left: 15px;
    font-size: 16px;
    line-height: normal;
    transform: translate(0, -50%);
}

.s-newsletter-form-block .contact-item span.wpcf7-form-control-wrap {
    display: flex;
}

.s-newsletter-form-block .contact-item input {
    width: 100%;
    border: none;
    padding: 14px 30px 14px 40px;
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    color: #000;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.s-newsletter-form-block .contact-item input::placeholder {
    color: #000;
}

.s-newsletter-form-block .wpcf7-submit {
    padding: 11px 15px;
    width: 270px;
    text-align: center;
    background-color: #C00;
    font-size: 23px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    transition: .3s;
    border: none;
    color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.s-newsletter-form-block .wpcf7-submit:hover {
    background-color: #000;
}

.s-newsletter-form-block .contact-item p {
    margin-bottom: 0 !important;
}

.gu-booking-form a {
    color: #000
}

.blog-dtl-right-online-form-block .screen-reader-response {
    display: none;
}

.s-newsletter-form-block .screen-reader-response {
    display: none;
}

.booking-form .screen-reader-response {
    display: none;
}

.s-newsletter-form-block .wpcf7-form .the-form-group {
    width: 50%;
    display: flex;
    gap: 20px;
}

.wpcf7-form .wpcf7-response-output {
    margin-bottom: 15px;
    line-height: 24px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -26px;
    color: #CC0000;
    font-size: 16px;
}

.blog-dtl-right-online-form-block .wpcf7-form span.wpcf7-not-valid-tip {
    bottom: -23px;
}

.booking-form .contact-item p {
    margin-bottom: 20px;
}

.gu-booking-form a:hover {
    color: #CC0000
}

.booking-form {
    padding: 50px 30px;
    background-color: #DFE4EA
}

.booking-form .contact-item input,
.booking-form .contact-item textarea,
.booking-form .contact-item select {
    width: 100%;
    border: none;
    padding: 14px 30px 14px 40px;
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    color: #000;
}

.booking-form .contact-item input::placeholder,
.booking-form .contact-item textarea::placeholder {
    color: #000;
}

.booking-form .contact-item textarea {
    height: 136px;
    padding-left: 15px;
}

.booking-form .contact-item {
    position: relative;
}

.booking-form .contact-item span.wpcf7-form-control-wrap {
    display: flex;
    height: 51px;
}

.booking-form .contact-item i {
    position: absolute;
    top: 47%;
    left: 15px;
    font-size: 16px;
    line-height: normal;
    transform: translate(0, -50%);
}

.booking-form .wpcf7-submit {
    padding: 11px 15px;
    width: 100%;
    text-align: center;
    background-color: #C00;
    font-size: 23px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    transition: .3s;
    border: none;
    color: #fff;
}

.booking-form .wpcf7-submit:hover {
    background-color: #000;
}

.gu-booking-form h6 {
    font-size: 22px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    letter-spacing: 0px;
    ;
}

.gu-booking-form .col-lg-7 .h4-common {
    font-size: 25px;
}

.gu-booking-form .h2-common {
    margin-left: -3px;
}

.gu-booking-form p.branch-add-dtl {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    color: #393939;
}

.gu-booking-form p.branch-add-dtl a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    color: #393939;
    font-family: 'BentonSans';
    transition: .3s;
}

.gu-booking-form.red-bg p.branch-add-dtl a {
    color: #FFF;
    opacity: 0.80;
}

.gu-booking-form.red-bg p.branch-add-dtl a:hover {
    color: #000;
    opacity: 1;
}

.gu-booking-form p.branch-add-dtl a:hover {
    color: #CC0000;
}

.gu-booking-form.red-bg .book-campus-call {
    color: #fff;
}

.gu-booking-form a {
    color: #000;
    font-size: 21px;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
}

.book-campus-call {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
}

.book-campus-call a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: 'BentonSans';
}

.banner-form {
    color: #000
}

.banner-form .booking-form {
    padding: 50px 50px;
}

.banner-links {
    /* margin-top: 40px; */
}

.banner-links a {
    font-weight: 550;
    font-size: 22px;
    line-height: 135%;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.youtube-link-banner {
    margin-right: 30px
}

.youtube-link-banner span {
    padding: 7px 20px;
    background: #CC0000;
    border-radius: 20px;
    margin-left: 10px
}

.read-more-link-banner span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #EFF2F6;
    border-radius: 100%;
    line-height: 45px;
    margin-right: 30px;
    color: #000;
    font-size: 30px;
    margin-left: 10px
}

.blog-item .blog-thamanil {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.blog-item .blog-thamanil:after {
    content: "";
    width: 40%;
    height: 40%;
    border: 1px solid #CC0000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.blog-content p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.blog-item {
    margin-bottom: 50px
}

.gallery-section {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.full-video-section .gallery-video-box {
    padding: 0
}

.full-video-section .gallery-video-box:after {
    display: none;
}

.latest-updates-section .blog-item .blog-thamanil:after {
    display: none;
}

.latest-updates-section .blog-item .blog-thamanil {
    padding: 0
}

.latest-updates-section .blog-item a .blog-content h4 {
    color: var(--color-default)
}

.latest-updates-section .blog-item a:hover .blog-content h4 {
    color: var(--color-primary)
}

.gu-booking-form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gu-booking-form.red-bg {
    color: #fff
}

.gu-booking-form.red-bg a {
    color: #fff;
}

.gu-booking-form.red-bg .map-direction .bi-arrow-right {
    color: #000;
}

.gu-booking-form .book-campus-details-bar p .FormMail_id {
    transition: all 0.3s;
}

.gu-booking-form .book-campus-details-bar p .FormMail_id:hover {
    color: #000;
    transition: all 0.3s;
}

.gu-booking-form.red-bg .map-direction:hover .bi-arrow-right {
    color: #ffffff;
    background-color: #000
}

.gu-booking-form.red-bg a:hover,
.gu-booking-form p .FormMail_id:hover {
    color: #000;
}

.gu-booking-form.red-bg .booking-form {
    color: #000;
}

.gu-booking-form .booking-form {
    position: relative;
    z-index: 2
}

.gu-booking-form .booking-inner {
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.gu-booking-form .booking-inner:after {
    content: "";
    width: 150px;
    height: 150px;
    border: 1px solid #CC0000;
    right: -15px;
    bottom: -15px;
    position: absolute;
    z-index: 1
}

.gu-booking-form.red-bg .booking-inner:after {
    border: 1px solid #FFFFFF
}

.icon-div .left-icon-text h5 {
    font-weight: 550;
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0
}

.icon-div .left-icon img {
    max-width: 100%;
    height: auto
}

.icon-div-inner {
    padding: 15px
}

.text-red {
    color: #CC0000
}

.full-video-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.read-more.read-more-2 a {
    color: rgb(51, 51, 51);
}

.read-more.read-more-2 a span {
    color: rgb(255, 255, 255);
    background: rgb(204, 0, 0);
}

.read-more.read-more-2 a:hover span {
    background: #333333;
    color: #fff;
}

.gu-away-from h2 {
    font-size: 3.5rem
}

.gu-away-from .online-form-inner {
    background-color: #ffffff;
    padding: 0;
}

div#gu-gulbarga {
    background-color: #EFF2F6;
}

.gu-away-from .online-form-inner .form-control {
    background-color: #EFF2F6;
    border-radius: 0px
}

.gu-away-from .online-form-inner .submit-btn {
    border-radius: 0px
}

ul.list-style {
    list-style-image: url('/wp-content/uploads/2022/10/ui-icon.png');
}

.gu-quick-card .btn {
    font-size: 20px;
    width: 150px;
    text-align: center;
}

.section-card {
    padding: 60px 60px 60px;
    border-radius: 8px;
    height: 100%;
}

.feature-img {
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
    text-align: center;
}

@media (max-width: 768px) {
    .section-card {
        padding: 40px 40px;
    }
}

.time-table table {
    border-color: rgb(255 255 255 / 20%);
    border-radius: 8px;
    color: #ffffff
}

.time-table table td {
    padding: 12px 25px;
    font-weight: 400
}

.academic-time-table .section-titel {
    padding-bottom: 50px
}

.opacity-8 {
    opacity: 0.8
}

.red-bg-form {
    color: #ffffff;
    padding: 45px;
    width: 115%;
    margin-right: -15%;
    z-index: 2;
    position: relative;
    margin-top: 100px;
}

.red-bg-form.red-bg .red-form-title p {
    color: #D9D9D9;
}

.form-group {
    position: relative;
}

.form-group br {
    display: none;
}

.form-group i {
    position: absolute;
    left: 10px;
    top: 10px;
}

.red-form-inner .form-group i {
    color: #fff;
    top: 50%;
    transform: translate(0, -50%);
}

.form-group .form-control,
.form-group .form-control p select {
    width: 100%;
    border: none;
    padding: 14px 30px 14px 40px;
    font-size: 19px;
    font-style: normal;
    font-weight: 550;
    line-height: 135%;
    font-family: var(--font-title);
    color: #000;
}

.form-group .form-control:focus {
    outline: none;
}

.red-form-inner .form-group .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #000
}

.red-form-inner .input-border.form-control {
    border-color: #fff;
    color: #ffffff
}

.img-right-parttan,
.img-right-parttan img {
    position: relative;
    z-index: 2
}

.faq-images {
    padding-right: 10px;
    padding-bottom: 10px;
}

.img-right-parttan:after {
    width: 180px;
    height: 180px;
    border: 1px solid #CC0000;
    content: "";
    right: -10px;
    bottom: -10px;
    position: absolute;
}

.food-menu-tab .nav-pills .nav-link {
    padding: 0 0;
    background-color: transparent;
    color: #000;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 550;
    font-size: 22px;
    border-bottom: 1px solid transparent;
    line-height: 30px;
    border-radius: 0;
    letter-spacing: 0px;

}

.food-menu-tab .nav-item {
    margin-right: 22px;
    margin-bottom: 5px;
}

.food-menu-tab .nav-pills .nav-link.active {
    color: #CC0000;
    border-bottom: 1px solid #CC0000;
}

.food-menu-tab td {
    padding: 15px 15px 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 31px;
    color: #000;
}

.bus-routs-col ul li a {
    color: #333333;
    transition: .3s;
}

.bus-routs-col ul li a:hover {
    color: var(--color-primary);
}

.bus-routs-col {
    transition: .3s;
}

.bus-routs-col:hover {
    background: #EFF2F6;
    border-color: #EFF2F6 !important;
    border-radius: 0.5rem !important;
}

.notice-item {
    background: #FFF3CD;
    padding: 16px 30px;
    background: #FFF3CD;
    border-radius: 7px;
}

.notice-item p {
    margin-bottom: 0
}

.campus-map-section {
    background-size: cover;
}

.campus-map-section .adv-section {
    z-index: 2
}

.campus-map-section .adv-section:after {
    background-color: #ffffff;
}

.full-content-card .read-more a {
    font-size: 16px
}

.full-content-card .read-more span {
    width: 25px;
    height: 25px;
    line-height: 28px
}

.full-content-card {
    padding-top: 50px
}

.bottom-adv-section {
    margin: 100px 0
}

.departmant-content h4 {
    background: #EFF2F6;
    padding: 10px 20px;
}

.departmant-contect {
    padding: 6px 20px
}

.departmant-contect p {
    margin-bottom: 10px;
    font-size: 14px
}

.departmant-info {
    border: 1px solid #DFE4EA;
    border-radius: 8px;
}

.departmant-info {
    margin-bottom: 40px
}

.departmant-info img {
    width: 100%
}

.app-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 120px;
}

.app-download-btn a img {
    transform: scale(1);
    transition: all 0.3s;
    width: 180px
}

.app-download-btn a:hover img {
    transform: scale(1.05);
    box-shadow: 1px 4px 10px 1px #00000047;
}

.award-updates-section .blog-content p {
    font-size: 14px
}

.award-updates-section .blog-content h5 {
    color: #000
}

.about-section figure img {
    width: 100%;
    max-width: 396px;
    min-height: 594px;
    object-fit: cover;
    height: 100%;
}

.highlights-section.dignitaries-list .blog-content p {
    font-size: 14px;
    margin-top: 10px
}

.highlights-section.dignitaries-list .blog-content h4 {
    font-size: 22px
}

.download-pdf-inner {
    background: #D4EDDA;
    padding: 60px;
    max-width: 700px;
    margin: 0 auto
}

.events-slider .slider-item h5 {
    color: #000
}

.regular-events,
.video-slider-gallery {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.regular-events .slick-slider {
    margin: 0 -15px;
}

.regular-events .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.video-slider .slick-slider {
    margin: 0 -15px;
}

.video-slider .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.video-slider .slick-dots {
    text-align: center;
    margin-top: 30px
}

.departmant-info img {
    height: 100%;
    object-fit: cover;
}

.img-100 {
    width: 100%;
}

.food-inner .section-5 .food-menu-tab {
    max-width: 760px;
}

.residential-life-page section.serves-full-section .serves-full-left .nav-pills .nav-link {
    background: transparent;
    border: 0;
    border-radius: unset;
    margin: 0px 0;
    font-family: var(--font-default);
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-align: left;
    padding-left: 0;
    transition: all 0.4s;
}

.residential-life-page section.serves-full-section .serves-full-left .nav-pills .nav-link:hover {
    background-color: #FAFAFA;
    transition: all 0.4s;
    font-size: 18px;
    box-shadow: 2px 1px 2px 2px rgb(225, 225, 225);
}

.residential-life-page section.serves-full-section .serves-full-left .nav-pills .nav-link.active,
.residential-life-page section.serves-full-section .serves-full-left .nav-pills .show>.nav-link {
    /* background-color: #F7FAFF; */
    /* background-color: #F7F1FF; */
    background-color: #FAFAFA;
    font-size: 28px;
    font-style: normal;
    font-weight: 550;
    line-height: 155%;
    color: #000;
    font-family: var(--font-title);
    padding-left: 0;
    transition: all 0.4s;

}

.offcanvas-img.mb-3 img {
    border-radius: 8px;
}

p.lst-offcanvas-dtl {
    margin-bottom: 0;
}

.updated-admission section.banner-section.section-1 {
    min-height: 670px;
}

.updated-admission .banner-content .col-lg-7 {
    margin-bottom: 60px;
}

.updated-admission section.adv-section.remove-half-bg.adv-left.section-2 {
    padding-top: 100px;
    padding-bottom: 0;
}

.updated-admission section.adv-section.adv-left.section-3 {
    margin-top: 0;
    margin-bottom: 0;
}

.updated-admission section.about-section {
    padding-bottom: 0;
}

.updated-admission section.gallery-section.section-5 {
    padding-top: 50px;
    padding-bottom: 0;
}

.updated-admission section.gu-testimonial.section-8 {
    padding-top: 0;
    padding-bottom: 70px;
}

.updated-admission .gu-booking-form {
    padding: 80px 0 65px;
}

.updated-admission .banner-content .col-lg-7 .h1-common {
    color: #fff;
}

.updated-admission .banner-content .col-lg-7 p {
    color: #fff;
    opacity: 0.80;
}

.updated-admission .gallery-photos.mb-3 {
    margin-top: 34px;
}

.updated-admission .gu-faq {
    margin-top: 20px;
}

.focus-academics section.banner-section.section-1 .h1-common {
    color: #fff;
    letter-spacing: 0px;
    ;
}

.focus-academics section.banner-section.section-1 p {
    color: #fff;
    opacity: 0.80;
}

.residential-life-pc-view {
    display: block;
}

.residential-life-mobile-view {
    display: none;
}

.flat-residential-img .img-fluid {
    width: 100% !important;
    height: 100% !important;
    max-width: 500px !important;
    min-height: 337px !important;
}

.residential-video-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    top: -47px;
}

/************/
@media (max-width: 991px) {
    .food-inner section.food-menu.pt-0.section-5 .section-titel.mb-4 h2.mb-1.h2-common {
        margin-bottom: 10px !important;
    }

    .food-inner .footer-notes .btn {
        margin-top: 30px;
        padding: 13px 30px;
    }

    .food-inner section.footer-notes.section-7 {
        text-align: center;
    }

    .food-inner section.food-menu.pt-0.section-5 {
        padding: 0 0 60px;
    }

    .food-inner section.adv-section.adv-left.remove-half-bg.section-4 {
        padding: 20px 0 50px;
    }

    .food-inner section.adv-section.adv-left.remove-half-bg.section-4 figure.side-img {
        margin-bottom: 40px;
        max-width: 530px;
    }

    .food-inner section.left-faq-section.section-3 .gu-faq {
        margin-top: 30px;
    }

    .food-inner section.left-faq-section.section-3 .col-lg-6 {
        margin-top: 60px;
    }

    .food-inner section.left-faq-section.section-3 {
        padding: 30px 0;
    }

    .food-inner section.left-faq-section.section-3 .row.justify-content-between.align-items-center {
        flex-direction: column-reverse;
    }

    .food-inner section.about-section.bg-white.pb-0.section-1 h1.mb-0.h1-common {
        margin-bottom: 10px !important;
    }

    .food-inner section.about-section.bg-white.pb-0.section-1 {
        padding: 60px 0 0;
    }

    .gu-testimonial-content {
        margin: 0 auto;
    }

    .gurukul-branch section.latest-updates-section.bg-white.section-9 .section-titel.col-lg-7.mb-4 {
        margin-bottom: 30px !important;
    }

    .gurukul-branch section.latest-updates-section.bg-white.section-9 .blog-content p {
        line-height: 24px;
    }

    section.gu-testimonial .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .gurukul-branch section.gu-testimonial.section-6 {
        padding: 20px 0 50px;
    }

    .gurukul-branch section.adv-section .icon-item {
        margin: 20px 0 0;
    }

    .gurukul-branch section.adv-section.section-5 {
        padding: 0px 0 30px;
    }

    .gurukul-branch section.adv-section.section-3 {
        padding: 0px 0 30px;
    }

    .gurukul-branch section.adv-section.adv-left.section-4 {
        padding: 0px 0 30px;
    }

    .gurukul-branch section.adv-section.section-5 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .gurukul-branch section.adv-section.section-3 .row.align-items-center {
        flex-direction: column-reverse;
    }

    section.gu-testimonial ul.slick-dots {
        bottom: -40px;
    }

    .gu-testi-slide-items .row.align-items-center {
        flex-direction: column-reverse;
        text-align: center;
    }

    .updated-admission .accordion-item .acclink h4 {
        font-size: 25px;
    }

    .food-inner section.left-faq-section.section-3 .accordion-item .acclink h5 {
        font-size: 20px;
        line-height: 135%
    }

    .updated-admission .gu-testimonial-content {
        margin: 0 auto;
    }

    .updated-admission .testimonial-item {
        text-align: center;
    }

    .updated-admission section.footer-notes.red-bg.section-6 {
        text-align: center;
    }

    .updated-admission section.footer-notes.red-bg.section-6 .col-lg-4.text-end {
        text-align: center !important;
        margin-top: 50px;
    }

    .updated-admission section.gu-testimonial.section-7 {
        padding: 70px 0 30px;
    }

    .updated-admission .gu-booking-form .booking-form {
        margin-top: 30px;
    }

    .updated-admission .testimonial-item .row.align-items-center {
        flex-direction: column-reverse;
    }

    .updated-admission .testimonial-item .gu-testimonial-img {
        margin-bottom: 30px;
    }

    .updated-admission section.gu-testimonial.section-7 {
        padding: 70px 0;
    }

    .updated-admission section.about-section {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 .icon-img figure {
        width: 65px;
        height: 65px;
        padding: 14px;
    }

    .serves-full-left h2 {
        padding: 5px 15px;
        border-bottom: 1px solid rgb(51 51 51 / 20%);
    }

    .serves-full-left {
        top: -30px;
        /* left: 69px; */
        width: 350px;
        margin: 0 auto;
    }

    .residential-life-page section.about-section .row.col-sec {
        flex-direction: column-reverse;
    }

    .residential-life-page section.about-section.pt-5 .row.col-sec {
        flex-direction: column;
    }

    .residential-life-page section.about-section {
        padding-top: 50px !important;
        padding-bottom: 0px;
    }

    .residential-life-page section.about-section .row.col-sec {
        margin-bottom: 40px;
    }

    .residential-slider-section {
        padding: 50px 0 50px;
    }

    .residential-life-page section.about-section.pt-5 {
        padding-bottom: 10px;
        padding-top: 70px !important;
    }

    .residential-life-page section.full-content-section {
        padding-bottom: 70px !important;
        padding-top: 30px;
    }

    .residential-life-page section.adv-section.remove-half-bg {
        padding-top: 80px !important;
    }

    .residential-life-page section.adv-section.remove-half-bg .row.align-items-center {
        flex-direction: column-reverse;
    }

    .residential-life-page section.adv-section.remove-half-bg .icon-img figure {
        width: 60px;
        height: 60px;
        padding: 12px;
    }

    .residential-slider .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

    .serves-full-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .video-slider .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }

    .banner-section {
        min-height: 420px;
    }

    .video-div:after {
        width: 48px;
        height: 48px;
    }

    .academic-features .section-3 .section-card {
        margin-bottom: 30px;
    }

    .academic-features .section-6 .about-content {
        margin-bottom: 30px;
    }

    .academic-features .section-9,
    .academic-features .section-8 {
        padding: 80px 0;
    }

    .academic-features .section-9 .time-table {
        margin-bottom: 60px;
    }

    .academic-features .section-9 img {
        width: 100%
    }

    .academic-features .section-10 .form-right-img {
        margin-top: 30px;
    }

    .academic-features .section-10 {
        padding: 60px 0;
    }

    .academic-features .section-10 .red-bg-form {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .academic-features .section-10 .form-right-img img {
        width: 100%;
    }

    .academics-inner .academics-section-7 img {
        width: 100%;
    }

    .academics-inner .academics-section-7 .time-table {
        margin-bottom: 40px;
    }

    .academics-inner .academics-section-8 .booking-form {
        margin-top: 30px;
    }

    .academics-inner .academics-section-4 {
        padding: 60px 0;
    }

    .academics-inner .academics-section-5 .section-card {
        padding: 30px 30px;
    }

    .academics-inner .academics-section-5 .section-card ul li {
        align-items: flex-start !important;
    }

    .academics-inner .academics-section-5 .section-card ul li img {
        width: 50px;
    }

    .academics-inner .academics-section-7 .time-table table td {
        padding: 5px;
        font-weight: 400;
    }

    .academic-features .section-3 .section-card {
        padding: 30px 20px;
    }

    .academic-features .section-3 .section-card>img {
        height: 90px;
    }

    .academic-features .section-3 ul li img {
        max-width: 45px;
    }

    .academic-features .section-3 ul li.align-items-center {
        align-items: flex-start !important;
    }

    .contact-inner .section-1 .contact-information .col-lg-4 {
        margin-bottom: 20px;
    }

    .focus-academics .section-2 img {
        width: 70px;
    }

    .food-inner .section-5 .food-menu-tab .nav-item {
        margin-right: 20px;
    }

    .gurukul-app .section-2 .row.col-sec {
        margin-bottom: 0;
    }

    .gurukul-branch .banner-section.section-1 .banner-content {
        position: relative;
    }

    .gurukul-branch .banner-section.section-1>img {
        display: none;
    }

    .gurukul-branch .banner-section.section-1 .banner-content .pb-5 {
        padding-bottom: 0 !important;
    }

    .gurukul-branch .banner-section.section-1 {
        padding: 60px 0;
    }

    .updated-admission .section-1 .pb-5 {
        margin-bottom: 0 !important;
    }

    .updated-admission .section-1 .banner-content {
        position: relative;
    }

    .updated-admission .section-1>img {
        display: none;
    }

    .residential-life-page .section-1 .about-content {
        margin-bottom: 30px;
    }

    .residential-life-page .section-1 .about-content .read-more {
        margin-top: 20px;
    }

    .residential-life-page .section-2 .about-content {
        margin-bottom: 30px;
    }

    .residential-life-page .section-2 .read-more {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .residential-life-page section.about-section .col-lg-6 .about-content {
        padding-right: 0;
    }

    .gu-booking-form .flat-form {
        .booking-form {
            &>.gbase-crm-form {
                grid-template-columns: repeat(2, 50%) !important;

                &>.all-col-span {
                    grid-column: span 2 !important;
                }

                &>.submit-section {
                    grid-column: span 2 !important;
                }
            }
        }
    }

    .panel-group {
        grid-template-columns: repeat(2, 50%);
    }
}

@media (max-width: 767px) {
    section.gu-testimonial ul.slick-dots {
        bottom: -25px;
    }

    .food-inner section.adv-section.adv-left.remove-half-bg.section-4 figure.side-img {
        margin-bottom: 60px;
        max-width: 530px;
    }

    .food-inner .footer-notes .btn {
        margin-top: 5px;
        padding: 13px 30px;
    }

    .food-inner .section-5 .food-menu-tab .table td.TFArrow {
        width: 120px;
    }

    .food-inner .section-5 .food-menu-tab ul#pills-tab {
        margin-bottom: 10px !important;
    }

    .food-inner section.about-section.bg-white.pb-0.section-1 {
        padding: 20px 0 0;
    }

    .residential-slider-section .slider-arow .bi-chevron-left::before {
        content: "\f284";
        padding-top: 9px;
    }

    .residential-slider-section .slider-arow .bi-chevron-right::before {
        content: "\f285";
        padding-top: 9px;
    }

    .gurukul-branch section.gallery-section.section-7 {
        position: relative;
        padding-bottom: 80px;
    }

    .gurukul-branch section.adv-section.section-3 {
        padding: 0px 0 0px;
    }

    .gurukul-branch section.adv-section.adv-left.section-4 {
        padding: 0;
    }

    .gurukul-branch section.adv-section.section-5 {
        padding: 0;
    }

    .blog-item .blog-thamanil {
        width: 100%;
    }

    .blog-item .blog-thamanil img {
        width: 100%;
    }

    .gallery-photos-desktop {
        display: none;
    }

    .gallery-photos-mobile {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-photos img {
        height: 110px;
        width: 110px;
        object-fit: cover;
        margin: 8px;
    }

    .updated-admission section.gallery-section.section-5 .gallery-photos .glightbox {
        margin-bottom: 10px;
        display: inline-block;
    }

    .ctm-slider-arrow-mobile {
        display: none;
    }

    .updated-admission section.about-section .gu-branches {
        width: 33.33%;
        padding: 0 7px;
    }

    .ctm-canvas-know-more {
        margin-left: 0;
    }

    .ctm-slider-arrow-mobile {
        display: none;
    }

    .updated-admission .accordion-item .acclink h4 {
        font-size: 23px;
        line-height: 30px;
        padding-right: 10px;
    }

    .updated-admission .gu-booking-form {
        padding: 50px 0 60px;
    }

    .footer-notes {
        padding: 50px 0 60px;
    }

    .updated-admission section.gu-testimonial.section-7 {
        padding: 70px 0 20px;
    }

    .updated-admission .gu-faq {
        margin-top: 20px;
    }

    .updated-admission section.about-section {
        padding-bottom: 0;
        padding-top: 0;
    }

    .updated-admission .gu-branches {
        margin: 15px auto 5px;
    }

    .updated-admission section.gallery-section.section-5 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .updated-admission .section-1 .pb-5 .btn {
        padding: 8px 20px;
        font-size: 20px;
    }

    .updated-admission section.footer-notes.red-bg.section-6 .col-lg-4.text-end {
        text-align: center !important;
        margin-top: 10px;
    }

    .updated-admission .testimonial-item {
        margin-top: 0;
        padding: 0 17px 17px 17px;
    }

    .updated-admission section.adv-section.adv-left.section-3 figure.side-img {
        margin: 0px auto 50px;
    }

    .updated-admission .section-1 .pb-5 {
        margin-bottom: 0 !important;
        padding-bottom: 30px !important;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 .icon-item {
        display: flex;
        align-items: flex-start;
        margin: 5px 0;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 .icon-grup {
        margin-top: 40px;
    }

    .updated-admission section.adv-section.adv-left.section-3 {
        padding-top: 0;
    }

    .updated-admission section.banner-section.section-1 {
        background-image: none !important;
        padding-top: 10px;
    }

    .updated-admission .banner-content .col-lg-8 .h1-common {
        color: #000;
    }

    .updated-admission .banner-content .col-lg-8 p {
        color: #333;
        opacity: 1;
        margin-bottom: 30px;
    }

    .updated-admission .section-1>img {
        display: block;
    }

    .updated-admission .banner-section img {
        opacity: 1;
        visibility: visible;
        margin-bottom: 30px;
    }

    .residential-life-page section.serves-full-section .mob-serves-full-con .serves-full-dis {
        padding-bottom: 0;
    }

    .residential-life-page section.serves-full-section .mob-serves-full-con .serves-full-left {
        top: unset;
        left: unset;
        width: 100%;
        position: unset;
        background-color: transparent;
    }

    .residential-life-page section.serves-full-section .mob-serves-full-con .serves-full-left h2 {
        border: none;
    }

    .residential-life-page section.serves-full-section {
        padding-bottom: 0;
        padding-top: 0;
    }

    .residential-life-page section.adv-section.remove-half-bg .icon-item {
        margin: 10px 0;
    }

    .half-bg:after {
        height: 100%;
    }

    .residential-life-page section.about-section .col-sec .side-img {
        margin: 10px auto 50px;
    }

    .residential-slider {
        margin-top: 20px;
    }

    .residential-slider-section .read-more {
        margin-top: 25px;
    }

    .residential-slider-section {
        padding: 40px 0 55px;
    }

    .residential-life-page section.about-section.pt-5 {
        padding-bottom: 0px;
        padding-top: 50px !important;
    }

    .residential-life-page section.about-section {
        padding-top: 30px !important;
        padding-bottom: 0px;
    }

    .residential-life-page section.adv-section {
        padding: 10px 0 10px;
    }

    .footer-notes {
        margin-top: 30px;
    }

    .blog-item .blog-thamanil {
        margin-bottom: 15px;
    }

    .latest-updates-section .blog-item .blog-thamanil {
        display: block;
    }

    .latest-updates-section .blog-item .blog-thamanil img {
        width: 100%;
    }

    .blog-item {
        margin-bottom: 50px;
    }

    .academic-time-table img {
        width: 100%
    }

    .gu-away-from h2 {
        font-size: 1.8rem;
    }

    .focus-academics .section-1 .banner-content {
        position: relative;
    }

    .focus-academics .section-1>img {
        display: none;
    }

    .focus-academics .section-1 {
        padding: 60px 0;
    }

    .focus-academics .section-1 .banner-content .mb-5 {
        padding-bottom: 0 !important;
    }

    .food-inner .section-5 .food-menu-tab .nav-item {
        margin-bottom: 15px;
    }

    .download-pdf-inner {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .gu-testimonial .testimonial-item {
        margin-top: 0px;
    }

    section.gu-testimonial ul.slick-dots {
        bottom: -20px;
    }

    .slick-dots li button {
        width: 20px;
        height: 6px;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 .icon-item .icon-img {
        position: relative;
        margin-right: 15px;
    }

    .book-campus-call a {
        font-size: 16px;
    }

    .h1-common {
        font-size: 40px;
        line-height: 37px;
    }

    .updated-admission .accordion-item .acclink h4 {
        font-size: 21px;
        line-height: 26px;
        padding-right: 10px;
    }

    .food-menu-tab .nav-pills .nav-link {
        font-size: 18px;
    }

    .footer-notes {
        margin-top: 50px;
    }

    .footer-notes .btn {
        font-size: 20px;
    }

    .updated-admission section.gu-testimonial.section-7 {
        padding: 50px 0 10px;
    }

    .blog-item .blog-thamanil {
        display: block;
    }

    .blog-item .blog-thamanil img {
        width: 100%;
    }

    section.about-section .col-sec figure,
    .side-img {
        padding: 0;
        margin: 10px auto 50px;
    }

    .footer-notes {
        margin-top: 30px;
        /* padding-left: 15px; */
    }
}

@media screen and (max-width: 480px) {
    .serves-full-left {
        top: -10px;
    }
}

/****** NEW HOME PAGE CODE *******/
.banner-slider-section #carouselExampleIndicators img {
    opacity: 1 !important;
}

.banner-slider-section div#carouselExampleIndicators .carousel-item img {
    height: calc(100vh - 65px);
    object-fit: cover;
}

.banner-slider-section {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.banner-slider-section .carousel-indicators [data-bs-target] {
    background-color: #df5d07ce;
}

.banner-slider-section .carousel-item-overlay-dtl {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-slider-section .carousel-item-overlay-dtl a.carousel-item-btn-link {
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    border-radius: 0.25rem;
    transition: .2s;
    font-size: 16px;
}

.banner-slider-section h1.carousel-item-title {
    padding-bottom: 25px;
    color: #fff;
}

section#introduction {
    padding: 0;
}

#introduction .info-title {
    font-family: var(--font-title);
}

#introduction .info {
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.youtube {
    background-color: #000;
    /* margin-bottom: 15px; */
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button {
    /* width: 90px;
    height: 60px; */
    width: 65px;
    height: 65px;
    background-color: #f00;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 50%;

    &::before {
        border-width: 10px 0 10px 15px !important;
    }
}

.youtube-video {

    .play-button {
        /* width: 90px;
        height: 90px; */
        width: 70px;
        height: 70px;
        background-color: #f00;
        opacity: 1;
        border-radius: 50%;
    }
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.25;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-slider-section .carousel-item-overlay-dtl a.carousel-item-btn-link:hover {
    background-color: #c82333;
}

.btn-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    background-color: transparent;
    font-family: var(--font-default);
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: system-ui;
}

section#introduction .btn-outline-secondary {
    font-family: system-ui;
    border: 1px solid #dc3545;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #c61111;
    text-decoration: none;
    font-weight: 500;
}

section#introduction .btn-outline-secondary:hover {
    background-color: #c61111;
    color: #fff;
}

section#parents-testimonials .btn-outline-secondary {
    font-family: system-ui;
    border: 1px solid #dc3545;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #c61111;
    text-decoration: none;
    font-weight: 500;
}

section#parents-testimonials .btn-outline-secondary:hover {
    background-color: #c61111;
    color: #fff;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#profections-acheivements .parallax-background-pro {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/08/best-international-school-9.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
    #profections-acheivements .counter-pro-large-screen {
        -ms-flex: 0 0 11.1%;
        flex: 0 0 11.1%;
        max-width: 11.1%;
    }
}

@media screen and (min-width: 1000px) {
    #profections-acheivements .pc-disply-none {
        display: none;
    }
}

#profections-acheivements .service-count-pro {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    font-family: system-ui;
}

#profections-acheivements .service-name-pro {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: system-ui;
}

section#profections-acheivements {
    padding: 0;
}

section#transforming-life .header {
    background-color: transparent;
}

#transforming-life .vidya-title {
    font-weight: 400;
    color: #CC0000;
}

#transforming-life .vidya-img {
    box-shadow: -1px 7px 37px 2px rgba(89, 89, 89, 0.22);
    vertical-align: middle;
    width: 160px;
    border-radius: 50%;
}

.parallax-background-transforming-life {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/06/parents-testimonials-background.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}

.testimonial-video-proffection {
    font-weight: 500;
    color: #252525;
    font-family: system-ui;
}

.text-testimonials-title {
    font-weight: 600;
    font-size: 2.1rem;
}

h2.color-secondary.text-testimonials-title.text-center {
    color: #CC0000;
}

/* @media screen and (max-width: 1000px) .mobile-disply-none {
    display: none;
} */

.testimonial-item {
    box-sizing: content-box;
    padding: 18px 17px 17px 17px;
    margin-top: 30px;
    text-align: left;
    min-height: 300px;
}

.home-new-3 .testimonial-item {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background-color: white;
    text-align: center;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    max-width: 100px;
    border-radius: 50%;
    margin: 5px auto 0;
    box-shadow: 0 4px 10px -4px #95abbb;
}

.testimonoial-name-title {
    margin: 10px 0 5px 0;
    color: #CC0000;
}

.testimonial-name-desc {
    margin: 0;
}

.testimonial-text {
    color: #555;
    line-height: 1.6;
    font-family: system-ui;
}

.about-organization {
    font-weight: 500;
    font-size: larger;
    color: #504f4f;
    line-height: 30px;
    font-family: system-ui;
}

section#vision-mission {
    padding: 0;
}

.vision-mission {
    text-align: center;
    background-image: url(/wp-content/uploads/2023/08/vision-background.webp);
    border: 2px solid #df8143;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 760px) {
    .vision-mission-margin {
        margin: 20px;
        padding: 90px 60px;
        width: 40%;
    }
}

.vision-text {
    margin-bottom: 13px;
    color: #CC0000;
}

.vision-statement {
    font-size: 18px !important;
    font-weight: 500;
    color: #313131;
    font-family: system-ui;
}

@media screen and (min-width: 1200px) {
    .counter-service-large-screen {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 10px;
        background-color: #ffffff;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #d8d8d8;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 10px 0px rgba(163, 163, 163, 0.5);
        height: 130px;
    }
}

.service-count {
    font-size: 30px;
    font-weight: 500;
    color: #3d3d3d;
    font-family: system-ui;
}

.service-name {
    font-size: 17px;
    font-weight: 500;
    color: #c61111;
    font-family: system-ui;
}

.home-new-3 #humanitarian-services .service-name {
    padding: 0 10px;
}

.home-new-3 .counter-service-large-screen {
    height: 134px;
}

section#humanitarian-services {
    padding-top: 0;
    padding-bottom: 25px;
}

#testimoinals-personalities {
    justify-content: center;
    padding-bottom: 20px;
}

.parallax-background-personalities {
    background-image: url(/wp-content/uploads/2023/08/reviews-background.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}

#testimoinals-personalities .color-primary {
    color: #c61111;
}

#testimoinals-personalities .container-width {
    width: 50%;
    margin-top: -10px;
}

#testimoinals-personalities .carousel-indicators [data-bs-target] {
    background-color: #df5d07ce;
}

#testimoinals-personalities .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#testimoinals-personalities .item-height {
    min-height: auto;
    height: auto;
}

#testimoinals-personalities .contents {
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#testimoinals-personalities .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgb(206, 206, 206);
    float: left;
    margin-right: 15px;
}

#testimoinals-personalities .name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
    font-family: system-ui;
}

#testimoinals-personalities .designation {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
    font-family: system-ui;
}

#testimoinals-personalities .text {
    font-style: italic;
    margin: 0 0 0px 140px;
    font-family: system-ui;
}

section#latest-updates {
    padding: 0;
    /* margin-bottom: 30px; */
}

#tranding-blogs .img-fluid,
#latest-updates .img-fluid {
    max-width: 100%;
    height: auto;
}

.gurukul-images {
    max-height: 2000px;
    width: 100vw;
    object-fit: cover;
}

#tranding-blogs .rounded,
#latest-updates .rounded {
    border-radius: 0.5rem !important;
}

#latest-updates .rounded {
    aspect-ratio: 15 / 9;
    object-fit: cover;
}

#latest-updates .btn-outline-danger {
    background-color: transparent;
    font-family: system-ui;
    border: 1px solid #dc3545;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #CC0000;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#latest-updates .btn-outline-danger:hover {
    background-color: #c61111;
    color: #fff;
}

#tranding-blogs .post-category,
#latest-updates .post-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
    background: coral;
    line-height: 20px;
}

#tranding-blogs .post-category,
#latest-updates .post-category a {
    color: white !important;
}

#tranding-blogs h2,
#latest-updates h2 {
    font-size: 24px;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: system-ui;
}

#tranding-blogs p,
#latest-updates p {
    /*color: #666666;*/
}

.home-new-3 #latest-updates p a {
    display: block;
}

.home-new-3 section.footer-notes {
    display: none;
}

.home-new-3 section#introduction .row {
    align-items: center;
}

.home-new-3 #profections-acheivements .counter-pro-large-screen {
    -ms-flex: 0 0 11.1%;
    flex: 0 0 11.1%;
    max-width: 11.1%;
}

.menu-sub-header-menu-container {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content .col-lg-3 {
        width: 33.33%;
    }
}

@media screen and (max-width: 1280px) {
    .reviews-section button.slick-prev.slick-arrow {
        left: 20px;
    }

    .reviews-section button.slick-next.slick-arrow {
        right: 20px;
    }

    .navbar-mobile-view {
        z-index: 9999;
        width: 100%;

        /* .menu-item  {
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
            list-style-type: none;
            transition: all 0.3s ease-in-out;
    
            &:is(:hover,:focus) {
                background-color: #BB271B;
                color: #FFF;
            }
        } */
    }

    .full-screen-slider {
        .banner-section {
            height: calc(100vh - 52px);
        }
    }

    .app-banner {
        margin-top: 57px;
    }

    .main-header-bar {
        margin-bottom: 30px;
    }

    .navbar-space-remove {
        margin-top: -30px;
    }

    .mobile_nav {
        .menu {
            overflow: visible;

            .sub-menu {
                display: block;
                margin: 0 !important;
                padding: 0 !important;

                .menu-item {
                    width: 100%;
                    margin: 0;

                    &::after {
                        display: none;
                    }

                    &:is(:hover, :focus) {
                        background-color: #00000024;
                    }

                    &>a {
                        justify-content: flex-start;
                    }

                }
            }
        }
    }
}

@media screen and (max-width: 1279px) {
    .mobile-nav-active .navbar:before {
        background: rgb(0 0 0 / 80%) !important;
        backdrop-filter: blur(5px);
    }

    .navbar {
        max-width: unset !important;
        border: none;
    }

    .top-header {
        display: none;
    }

    header#header {
        top: 0;
        z-index: 99999;
    }

    main#main {
        overflow-x: hidden;
        /* margin-top: 24px; */
        /* margin-top: 54px; */
    }

    a.header-logo {
        display: none !important;
    }

    .header {
        /* background-color: #fff !important; */
        background-color: #f5f9ff !important;
    }

    .header .btn-book-a-table,
    .header .btn-book-a-table:focus {
        display: none;
    }

    span.mob-nav-toggle-txt {
        font-family: var(--font-title);
        color: #BB271B;
        font-size: 20px;
        font-style: normal;
        line-height: 31px;
        padding-top: 3px;
    }

    .mobile-nav-show,
    .mobile-nav-hide {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #BB271B;
    }

    a.header-logo-mob img {
        width: 95px;
    }

    .mobile-nav-search {
        display: flex !important;
        align-items: center;
        gap: 5px;
        color: #BB271B;
        font-style: normal;
        font-family: var(--font-title);
        margin-right: 15px;
        font-size: 20px;
        cursor: pointer;
    }

    a.header-logo-mob {
        display: block !important;
    }

    .header-details-content {
        justify-content: space-between !important;
    }

    .mob-search-block {
        display: none;
        position: absolute;
        background: #f5f9ff;
        width: 100%;
        top: 93%;
        left: 0;
        padding: 10px 0;
    }

    .mob-search-block .input-group input {
        border: 1px solid rgba(187, 39, 27, 0.24);
        border-radius: 3px !important;
        background-color: #F6F6F6;
        padding-right: 45px;
    }

    .mob-search-block .input-group input::placeholder {
        color: #BBBBBB;
    }

    .mob-search-block .input-group .btn {
        border-radius: 0 3px 3px 0;
        background-color: transparent;
        font-size: 20px;
        padding: 3px 12px;
        line-height: 35px;
        height: 37px;
    }

    .mob-search-block .input-group .btn i {
        color: #BB271B;
        font-size: 20px;
        line-height: normal;
    }

    .mob-search-block .input-group-append {
        position: absolute;
        top: 0;
        right: 0px;
        border-radius: 3px !important;
        z-index: 11111;
    }

    .mob-search-block .input-group .btn:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .mob-search-block .input-group .btn:focus {
        box-shadow: none;
    }

    .top-header-mob {
        /* position: absolute; */
        width: 100%;
        background-color: #f4f4f4;
        z-index: 99999;
        text-align: center;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        bottom: 0;
        left: 0;
    }

    .top-header-mob ul {
        background-color: transparent;
        padding: 0;
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

    .top-header-mob .menu li {
        display: inline-block;
        border: 0;
        position: relative;

        &:is(:hover, :focus) {
            background-color: transparent;
            color: #000 !important;

            &::after {
                display: block;
            }

            &>a {
                color: #CC0000 !important;
            }
        }

        &::after {
            content: '';
            background: #CC0000;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            bottom: 0;
            border-radius: 2px 2px 0 0;
            display: none;
        }
    }

    .top-header-mob ul li a {
        padding: 5px 15px;
        border: none;

        &:is(:hover, :focus) {
            color: #BB271B;
            padding: 5px 15px;
        }
    }

    .top-header-mob {
        display: block;
        min-height: max-content;
    }

    ul#menu-main-menu,
    ul#menu-csr-menu {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        align-content: baseline;
        height: calc(100% - 212px);
        padding: 68px 0 0 0;
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    ul#menu-main-menu li a,
    ul#menu-csr-menu li a {
        justify-content: center;
    }


    .head-right-dtl {
        display: flex;
    }

    a.mob-head-cbtn i {
        font-size: 22px !important;
        color: #BB271B;
    }

    a.mob-head-cbtn {
        padding: 3px 15px;
        border: 1px solid #BB271B;
        color: #BB271B;
        font-family: var(--font-title);
        font-size: 21px;
        background: transparent;
        color: #CC0000;
    }

    a.mob-head-cbtn:focus {
        font-size: 21px !important;
        padding: 3px 15px;
        font-family: var(--font-title) !important;
        background: #CC0000;
        color: #fff;
        border: 1px solid #BB271B;
    }




    .quick_link-drpdwn ul.dropdown-menu.dropdown-active li {
        display: block;
    }

    .quick_link-drpdwn ul.dropdown-menu.dropdown-active {
        margin-left: 0;
        margin-right: 0;
        display: block;
        z-index: 99999;
        background-color: #FFF;
        overflow: visible;
        padding: 5px 0;
        font-family: var(--font-default);
        width: max-content !important;
    }

    a.mob-head-cbtn:hover {
        background: transparent;
        color: #CC0000;
    }

    a.mob-head-cbtn.active:focus,
    a.mob-head-cbtn.show:focus,
    a.mob-head-cbtn:active:focus {
        box-shadow: none;
    }

    a.mob-head-cbtn.active,
    a.mob-head-cbtn.show {
        box-shadow: none;
        background: #CC0000;
        color: #fff;
    }

    a.mob-head-cbtn.active {
        background: #CC0000;
        color: #fff;
        font-size: 21px;
    }

    .mob-head-cbtn.show.active {
        font-size: 21px;
        padding: 3px 15px;
    }

    a.mob-head-cbtn.active,
    a.mob-head-cbtn.active:focus {
        color: #fff;
        font-size: 16px;
    }

    .quick_link-drpdwn ul.dropdown-menu.show.dropdown-active li {
        display: block;
        border-right: 0;
        font-family: var(--font-default);
        padding: 7px 0;

        &:last-child {
            border: 0;
        }
    }

    .quick_link-drpdwn ul.dropdown-menu.show.dropdown-active {
        margin-left: 0;
        margin-right: 0;
        /* position: absolute;
        background-color: #FFF;
        z-index: 9999;
        -webkit-box-shadow: 1px 1px 6px 0px rgb(201 201 201 / 75%);
        -moz-box-shadow: 1px 1px 6px 0px rgb(201 201 201 / 75%);
        box-shadow: 1px 1px 6px 0px rgb(201 201 201 / 75%); */
    }

    .top-head-btns-block-lft {
        display: flex;
        gap: 10px;
    }

    .top-head-btns-block {
        display: flex;
        justify-content: space-evenly;
    }

    .top-head-mob-btns {
        background-color: #fff;
        padding: 15px;
    }

    .ctm-home-btn-blk {
        border: none !important;
    }

    .top-head-mob-menus {
        padding-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .home-new-3 #testimoinals-personalities .container-width {
        width: 60%;
        margin-top: -10px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div-inner {
        padding: 15px 0;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card {
        padding: 35px !important;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card h2.h2-common {
        font-size: 41px;
    }

    /*.updated-admission .banner-form .booking-form {padding: 40px 50px;}
    .updated-admission section.banner-section.section-1 {min-height: 640px;}*/
    .gu-booking-form .flat-form {
        .booking-form {
            &>.gbase-crm-form {
                grid-template-columns: repeat(3, 33.33%);

                &>.all-col-span {
                    grid-column: span 3;
                }

                &>.submit-section {
                    grid-column: span 3;
                }
            }
        }
    }
}

@media screen and (max-width: 1100px) {
    .contact-inner section.contact-us-section.section-1 .row .col-md-10 {
        width: 100%;
    }

    .contact-inner section.departmant-section.section-2 .row .col-md-6.col-lg-4 {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    /* .humanitarian-cards-group {
        &>.container {
            grid-template-columns: repeat(3,33.33%);
        }
    } */
}

@media screen and (max-width: 991px) {
    .gu-testimonial-content h3 p {
        font-size: 28px;
    }

    .masonry-layout {
        --gap: 1rem;
    }

    div#masonry a.glightbox {
        margin-bottom: 16px;
    }

    .awarded-as-best-residential-school-of-india .residential-slider button.slick-next.slick-arrow {
        top: -62px;
        width: 45px;
        height: 45px;
    }

    .awarded-as-best-residential-school-of-india .residential-slider button.slick-prev.slick-arrow {
        top: -62px;
        width: 45px;
        height: 45px;
    }

    .residential-slider button.slick-prev.slick-arrow {
        top: -97px;
    }

    .residential-slider button.slick-next.slick-arrow {
        top: -97px;
    }

    .s-newsletter-form-block .wpcf7-form .the-form-group {
        width: 80%;
    }

    .Blog-details-page section.subscribe-newsletter {
        padding: 60px 0 50px;
        background-color: #EFF2F6;
    }

    .Blog-details-page section.blog-dtl-comments .blog-dtl-comments-bar {
        width: 100%;
        margin-top: 30px;
    }

    .Blog-details-page .rsearch-block {
        padding: 25px 0;
    }

    .Blog-details-page .popular-post {
        padding: 25px 0;
    }

    .Blog-details-page .blog-topic {
        padding: 25px 0;
    }

    .Blog-details-page .connect-with-us {
        padding: 25px 0;
    }

    .Blog-details-page .blog-details-bar {
        display: block;
    }

    .Blog-details-page .blog-dtl-left {
        width: 100%;
    }

    .Blog-details-page .blog-dtl-right {
        width: 100%;
        padding-top: 76px;
    }

    .gu-booking-form.red-bg.section-10 {
        padding: 80px 0;
    }

    .gu-booking-form.red-bg .booking-form {
        color: #000;
        margin-top: 30px;
    }

    .updated-admission section.adv-section.adv-left.section-3 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .updated-admission section.banner-section.section-1:before {
        display: none;
    }

    .updated-admission .banner-form {
        color: #000;
        margin-top: 0;
    }

    .updated-admission .banner-content .col-lg-7 {
        margin-bottom: 0;
    }

    .updated-admission .banner-content .col-lg-7 p {
        color: #333;
        opacity: 1;
    }

    .updated-admission .banner-content .col-lg-7 .h1-common {
        color: #000;
        margin-top: 30px;
    }

    .updated-admission .banner-section img {
        opacity: 1;
        width: 100%;
        max-height: 100%;
        visibility: visible;
    }

    .updated-admission section.banner-section.section-1 {
        min-height: unset;
        background-image: none !important;
    }

    .media-gallery-inner-page section.contact-us-section .section-titel .h1-common {
        margin-bottom: 10px !important;
    }

    .media-gallery-inner-page section.video-slider-gallery {
        padding: 80px 0 60px;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 {
        padding-bottom: 50px;
    }

    .media-gallery-inner-page section.contact-us-section.pb-0 {
        padding: 80px 0;
    }

    .media-gallery-page section.regular-events {
        padding: 80px 0 60px;
    }

    .media-gallery-page section.latest-updates-section.bg-white .col-lg-4.col-md-4 .blog-item {
        margin-bottom: 50px;
    }

    .media-gallery-page .latest-updates-section .blog-item a .blog-content h4 {
        padding: 0 5px;
        color: #000 !important;
        font-size: 25px;
        line-height: 30px;
    }

    .media-gallery-page section.contact-us-section.pb-0 .section-titel {
        margin-bottom: 40px;
    }

    .media-gallery-page section.contact-us-section.pb-0 {
        padding: 80px 0;
    }

    .thanks-page section.download-pdf .download-pdf-inner a.btn {
        padding: 11px 30px;
        letter-spacing: 0px;
        ;
        font-size: 21px;
    }

    .thanks-page section.download-pdf .download-pdf-inner {
        padding: 48px 60px 60px;
    }

    .dignitaries-page section.contact-us-section.pb-0 .section-titel .h1-common {
        margin-bottom: 10px !important;
    }

    .dignitaries-page section.contact-us-section.pb-0 {
        padding: 80px 0;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content h4 {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 36px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4 {
        width: 50%;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .section-titel.mb-5 {
        margin-bottom: 60px !important;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .row.mt-5 {
        margin-top: 20px !important;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .row .col-md-10 p.font-red {
        margin-top: 1rem;
        margin-bottom: 7px;
    }

    .awards-achievements .award-updates-section .blog-content h5 {
        margin-bottom: 5px;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-content p {
        text-align: justify;
    }

    .awards-achievements section.about-section .row.col-sec figure {
        margin-bottom: 40px;
        max-width: 80%;
    }

    .awards-achievements section.about-section .row.col-sec {
        flex-direction: column-reverse;
    }

    .awards-achievements section.about-section {
        padding: 40px 0 60px !important;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 {
        padding: 44px 0 0 !important;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .row .col-md-10 {
        width: 100%;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 {
        padding: 80px 0;
    }

    .gurukul-app section.gu-booking-form.light-bg.section-3 {
        padding: 75px 0 80px;
    }

    .gurukul-app .gu-booking-form .booking-form {
        position: relative;
        z-index: 2;
        margin-top: 30px;
    }

    .gurukul-app section.about-section.section-2 {
        padding: 80px 0 70px;
    }

    .gurukul-app section.about-section.section-2 .row.col-sec {
        flex-direction: column-reverse;
    }

    .gurukul-app .app-banner .app-banner-content .h1-common {
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .gurukul-app section.app-banner.red-bg.py-0.section-1 .app-download-btn .d-flex {
        justify-content: center;
        margin-top: 20px;
    }

    .gurukul-app section.app-banner.red-bg.py-0.section-1 .app-banner-content.py-5 {
        text-align: center;
        padding-bottom: 10px !important;
    }

    .gurukul-app section.app-banner.red-bg.py-0.section-1 .app-banner-right {
        text-align: center;
    }

    .gurukul-app section.app-banner.red-bg.py-0.section-1 .app-banner-right img {
        /* transform: scaleX(-1); */
        width: 70%;
    }

    .contact-inner .gu-booking-form .booking-form {
        margin-top: 30px;
    }

    .contact-inner section.contact-us-section.section-1 .row.contact-information .flex-shrink-0 img {
        width: 80%;
    }

    .contact-inner section.contact-us-section.section-1 .col-md-10 .h2-common {
        margin-bottom: 5px;
    }

    .contact-inner section.gu-booking-form.light-bg.section-3 {
        padding: 80px 0;
    }

    .contact-inner section.contact-us-section.section-1 {
        padding: 80px 0;
    }

    .branch-infrastructure section.gallery-section.pt-0 {
        padding-bottom: 10px;
    }

    .branch-infrastructure .footer-notes .btn {
        padding: 13px 30px;
        font-size: 21px;
    }

    .branch-infrastructure .footer-notes {
        margin-top: 10px;
        text-align: center;
        padding-bottom: 70px;
    }

    .branch-infrastructure .footer-notes .notes-content p {
        margin-bottom: 40px;
    }

    .branch-infrastructure section.full-video-section {
        padding: 80px 0px 90px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content .col-lg-3 {
        width: 50%;
    }

    .visit-us-inner section.adv-section.adv-left.bottom-adv-section.py-5.section-9 .side-img {
        padding: 0;
        margin-bottom: 40px;
    }

    .visit-us-inner .bottom-adv-section {
        margin: 100px 0 50px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content-img img {
        margin-bottom: 45px;
    }

    .visit-us-inner section.full-content-section.half-bg:after {
        height: 85%;
    }

    .visit-us-inner section.adv-section.remove-half-bg.adv-left.my-0.section-5 {
        padding: 80px 0 20px;
    }

    .visit-us-inner section.about-section.section-7 .row.col-sec.mb-0 {
        flex-direction: column-reverse;
    }

    .visit-us-inner section.about-section.section-7 {
        padding: 80px 0 0;
    }

    .visit-us-inner section.adv-section.section-6 .row.align-items-center.justify-content-between {
        flex-direction: column-reverse;
    }

    .visit-us-inner section.adv-section.section-6 {
        padding: 70px 0 0;
    }

    .visit-us-inner .campus-map-section .adv-section figure.side-img {
        margin-bottom: 30px;
    }

    .visit-us-inner .campus-map-section section.adv-section.adv-left {
        padding: 0px 0 30px !important;
    }

    .visit-us-inner .campus-map-section section.adv-section.adv-left .row.align-items-center.justify-content-between .col-lg-6.col-sec {
        padding-left: 15px;
    }

    .visit-us-inner section.campus-map-section.section-4 {
        padding: 80px 0 90px;
    }

    .visit-us-inner section.tours-sessions-section.section-3 {
        padding-bottom: 60px;
    }

    .visit-us-inner section.adv-section.adv-left.mt-0.section-2 {
        padding-bottom: 70px;
    }

    .visit-us-inner section.adv-section.adv-left.mt-0.section-2 .read-more.secondary-read {
        margin-top: 30px;
    }

    .visit-us-inner section.about-section.section-1 figure {
        margin: 0 auto 10px;
    }

    .visit-us-inner section.about-section.section-1 .section-titel.mb-5 {
        margin-bottom: 70px !important;
    }

    .visit-us-inner section.about-section.section-1 {
        padding: 70px 0 50px;
    }

    .visit-us-inner .side-img,
    .visit-us-inner .col-sec figure {
        max-width: 500px;
    }

    .visit-us-inner section.about-section.section-1 .row.col-sec {
        flex-direction: column-reverse;
    }

    .faq-inner section.faq-section {
        padding: 10px 0 70px;
    }

    .faq-inner section.about-section .section-titel h1 {
        margin-bottom: 10px !important;
    }

    .faq-inner section.faq-section .col-lg-8 .text-center p {
        margin-bottom: 40px;
    }

    .online-form-inner .form-group i {
        top: 6px;
    }

    .online-form-inner .form-group .form-control {
        padding: 10px 10px 10px 40px;
        line-height: 18px;
    }

    section.gallery-section.pb-0.academics-section-10 {
        padding: 60px 0;
    }

    .academics-inner section.faq-section.academics-section-9 .gu-faq {
        margin-top: 30px;
    }

    .academics-inner section.gu-booking-form.light-bg.academics-section-8 {
        padding: 80px 0 85px;
    }

    .academics-inner section.red-bg.academic-time-table.academics-section-7 {
        padding: 70px 0 80px;
    }

    .academics-inner section.online-form.academics-section-6 {
        padding: 30px 0 80px;
        text-align: center;
    }

    .academics-inner section.gu-twocol-section.pt-0.academics-section-5 {
        padding: 80px 0 60px;
    }

    .academics-inner form.wpcf7-form.init .row .col-md-3 {
        width: 60%;
        margin: 0 auto;
    }

    .academics-inner .academics-section-5 .section-card {
        padding: 30px 30px;
        width: 80%;
        margin: 0 auto;
    }

    .ctm-brilliance-img {
        width: 53% !important;
    }

    .ctm-gstatus-img {
        width: 35% !important;
    }

    .academics-inner .academics-section-5 .col-lg-6 {
        margin-bottom: 30px;
    }

    .academics-inner section.adv-section.remove-half-bg.my-0.pt-5.mt-1.academics-section-4 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .academics-inner .gu-quick-card .btn {
        font-size: 21px;
        width: 150px;
        padding: 9px 0;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card {
        padding: 25px !important;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card h2.h2-common {
        font-size: 30px;
    }

    .academics-inner section.gu-quick-links.academics-section-2 {
        padding: 50px 0 60px;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 .row.col-sec.mb-0 {
        flex-direction: column-reverse;
    }

    .transportation section.faq-section.section-5 .text-center h2.h2-common {
        margin-bottom: 10px;
    }

    .transportation section.gu-booking-form.light-bg.section-6 {
        padding: 60px 0 60px;
    }

    .transportation section.bus-routs-section.section-4 .section-titel .h2-common {
        margin-bottom: 7px !important;
    }

    .transportation .gu-booking-form .booking-form {
        margin-top: 30px;
    }

    .transportation section.bus-routs-section.section-4 .section-titel.mb-5 {
        margin-bottom: 40px !important;
    }

    .transportation section.about-section.section-3 .about-content h2.h2-common {
        margin-top: 0px;
    }

    .transportation section.bus-routs-section.section-4 .col-md-6 {
        margin-bottom: 24px;
    }

    .transportation section.about-section.section-3 .row.col-sec.mb-0 {
        flex-direction: column-reverse;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg figure.side-img {
        margin: 0 auto 60px;
    }

    .awarded-as-best-residential-school-of-india .gu-booking-form.red-bg .booking-form {
        margin-top: 30px;
    }

    .awarded-as-best-residential-school-of-india section.gu-away-from {
        padding: 50px 0 70px;
    }

    .awarded-as-best-residential-school-of-india .read-more {
        margin-top: 20px;
    }

    .awarded-as-best-residential-school-of-india section.video-gallery-section.position-relative {
        padding: 60px 0;
    }

    .awarded-as-best-residential-school-of-india section.reviews-section.light-bg.position-relative.bg-white {
        padding: 60px 0;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg .row.align-items-center {
        flex-direction: column-reverse;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg {
        padding: 66px 0 50px;
    }

    .awarded-as-best-residential-school-of-india section.gu-booking-form.red-bg {
        padding: 60px 0 70px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-further-dtl-section {
        padding: 60px 0 50px;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .blog-item h4 {
        text-transform: capitalize;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .section-titel.col-lg-7.mb-4 p {
        margin-bottom: 40px;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white {
        padding: 60px 0 50px;
    }

    .awarded-as-best-residential-school-of-india form.wpcf7-form.init .row .col-md-3 {
        width: 60%;
        margin: 0 auto;
    }

    .awarded-as-best-residential-school-of-india section.online-form.pb-0 {
        padding: 70px 0 0;
        text-align: center;
    }

    .awarded-as-best-residential-school-of-india section.full-video-section {
        padding: 60px 0 65px;
    }

    .awarded-as-best-residential-school-of-india section.residential-slider-section p.col-lg-10 {
        margin-top: 20px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt {
        padding: 50px 0;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner {
        padding: 4px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .row.align-items-center.mt-4 {
        align-items: stretch !important;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon img {
        width: 40%;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section {
        padding: 70px 0 45px;
    }

    .awarded-as-best-residential-school-of-india .section-border {
        display: none;
    }

    p {
        line-height: 25px;
    }

    .home-new-3 #testimoinals-personalities .container-width {
        width: 77%;
        margin-top: -10px;
    }

    .home-new-3 section#introduction .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .home-new-3 section#introduction .row .col-md-6.pt-3 {
        width: 100%;
    }

    .home-new-3 section#introduction .d-none.d-sm-none.d-md-block.pt-5.mt-3 {
        padding: 0 !important;
    }

    .home-new-3 #profections-acheivements .service-name-pro {
        line-height: 20px;
        display: block;
    }

    .home-new-3 #profections-acheivements .counter-pro-large-screen {
        flex: unset;
        max-width: none;
        width: 20%;
        text-align: center;
        margin: 0px auto 20px !important;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 {
        padding: 70px 0 70px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 {
        padding: 120px 0 0px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .side-img {
        margin: 0 auto 50px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .icon-item {
        margin: 10px 0;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .icon-content p {
        line-height: 24px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .read-more {
        margin-top: 30px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .read-more {
        margin-top: 30px;
    }

    .focus-academics section.banner-section.section-1 .section-border {
        display: none;
    }

    .focus-academics section.adv-section.adv-left.section-5 {
        padding: 80px 0 50px;
    }

    .focus-academics section.online-form.pt-0.section-7 .online-form-inner {
        padding: 40px 25px;
    }

    .focus-academics form.wpcf7-form.init .col-md-3:last-child {
        width: 100%;
        display: block;
        margin-top: 20px !important;
    }

    .focus-academics .online-form-inner {
        text-align: center;
    }

    .focus-academics form.wpcf7-form.init .row .col-md-3 {
        width: 60%;
        margin: 0 auto;
    }

    .focus-academics section.video-gallery-section.section-8 .gallery-video {
        text-align: center;
    }

    .focus-academics section.full-video-section.section-10 {
        padding: 110px 0;
    }

    .focus-academics section.gu-booking-form.light-bg.section-11 {
        padding: 50px 0 55px;
    }

    .gu-booking-form {
        text-align: center;
    }

    .map-direction {
        justify-content: center;
    }

    .focus-academics section.gu-booking-form.light-bg.section-11 .booking-form {
        margin-top: 30px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-12 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .focus-academics section.adv-section.remove-half-bg.section-12 {
        padding: 60px 0 60px;
        text-align: center;
    }

    .focus-academics .cources-offered-btn a {
        padding: 10px 29px;
    }

    .visit-us-inner section.adv-section.section-6 figure.side-img img {
        padding-left: 0;
    }

    figure.side-img img,
    .about-section figure img {
        max-height: 594px;
        min-height: 100px;
        top: 4px;
    }

    .residential-life-page .about-section img {
        max-height: 639px;
        min-height: 100px;
    }

    .large-img img {
        max-height: 639px !important;
        min-height: 100px !important;
    }

    .payment-form-group {
        &>.container {
            &>.booking-form {
                width: 100%;
            }
        }
    }

    .humanitarian-cards-group {
        &>.container {
            grid-template-columns: repeat(2, 50%);
        }
    }

    .full-screen-slider::after {
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .booking-form .wpcf7-submit {
        font-size: 21px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (max-width: 850px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        width: 100%;
    }

    .header {
        height: 68px !important;
    }

    .gu-testimonial-content h3 p {
        font-size: 25px;
    }

    .awarded-as-best-residential-school-of-india .residential-slider button.slick-next.slick-arrow {
        top: -50px;
        width: 35px;
        height: 35px;
        right: -10px;
    }

    .awarded-as-best-residential-school-of-india .residential-slider button.slick-prev.slick-arrow {
        top: -50px;
        width: 35px;
        height: 35px;
        right: 40px;
    }

    .banner-section-slider-hyderabad ul.slick-dots {
        bottom: -15px;
    }

    .banner-section-slider-focus-academics ul.slick-dots {
        bottom: -15px;
    }

    .banner-section-slider-best-resi-school-india ul.slick-dots {
        bottom: -9px;
    }

    .reviews-section button.slick-next.slick-arrow {
        top: 35%;
    }

    .reviews-section button.slick-prev.slick-arrow {
        top: 35%;
    }

    .residential-slider button.slick-prev.slick-arrow {
        top: -60px;
        width: 35px;
        height: 35px;
        margin-right: 0;
    }

    .residential-slider button.slick-next.slick-arrow {
        top: -60px;
        width: 35px;
        height: 35px;
    }

    .page-container.career-dtl-block .row.blog-body h4 {
        padding-right: 0;
        font-size: 26px;
    }

    .page-container.career-dtl-block .widget-content {
        padding-top: 50px;
    }

    .s-newsletter-form-block .contact-item p {
        margin-bottom: 20px !important;
    }

    .s-newsletter-form-block .wpcf7-form .the-form-group {
        width: 100%;
        display: block;
    }

    .s-newsletter-form-block .wpcf7-submit {
        font-size: 21px;
    }

    .Blog-details-page section#latest-updates {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .Blog-page section#latest-updates {
        padding: 50px 0 40px;
    }

    .gu-testimonial-img:after {
        right: 5px;
        bottom: 5px;
    }

    .updated-admission .banner-section img {
        margin-bottom: 0;
    }

    .media-gallery-inner-page section.video-slider-gallery .full-video-div.slick-initialized.slick-slider {
        margin: 0 -15px 30px;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 .gallery-photos .col-sm-4.col-md-3 {
        margin-bottom: 24px;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 {
        padding-bottom: 20px;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 .gallery-photos img {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .media-gallery-inner-page section.contact-us-section.pb-0 {
        padding: 40px 0;
    }

    .media-gallery-page section.regular-events .section-titel {
        margin-bottom: 36px !important;
    }

    .media-gallery-page section.regular-events .events-slider .slider-item h5 {
        color: #000;
        font-size: 23px;
        line-height: 28px;
    }

    .media-gallery-page .latest-updates-section .blog-item a .blog-content h4 {
        padding: 0 20px;
        margin-top: 20px;
    }

    .media-gallery-page section.contact-us-section.pb-0 {
        padding: 50px 0;
    }

    .thanks-page section.download-pdf .download-pdf-inner .h4-common {
        margin-bottom: 5px;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content p {
        font-size: 17px;
        line-height: 25px;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content h4 {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .dignitaries-page section.gallery-section {
        padding-bottom: 30px;
    }

    .dignitaries-page section.contact-us-section.pb-0 {
        padding: 30px 0;
    }

    .home-new-3 section#humanitarian-services {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .home-new-3 .counter-service-large-screen {
        height: auto;
    }

    .home-new-3 .testi-item-img-with-dtl .testi-item-dtl-block {
        text-align: left;
    }

    .home-new-3 .text-testimonials-title {
        margin-bottom: 20px;
    }

    .home-new-3 .testimonial-item {
        margin-bottom: 15px;
    }

    .awards-achievements section.about-section .row.col-sec figure {
        margin-bottom: 50px;
        max-width: 100%;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .col-lg-3.col-md-4:last-child .blog-item {
        border: none;
        margin-bottom: 0;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-content p {
        font-size: 17px;
        color: #333;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-content p {
        text-align: justify;
        margin-bottom: 0;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-item {
        margin-bottom: 30px;
        border-bottom: 1px solid #DFE4EA;
        padding-bottom: 30px;
    }

    .awards-achievements .award-updates-section .blog-content h5 {
        margin-bottom: 6px;
        font-size: 23px;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-item a {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .awards-achievements .latest-updates-section .blog-item .blog-thamanil {
        margin-bottom: 0;
        width: 220px;
    }

    .awards-achievements .latest-updates-section .blog-item .blog-thamanil img {
        min-width: 170px;
        object-fit: cover;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-item a {}

    .awards-achievements section.contact-us-section.pb-0.section-1 .section-titel .h1-common {
        margin-bottom: 5px !important;
    }

    .gurukul-app section.about-section.section-2 {
        padding: 50px 0 66px;
    }

    .contact-inner .departmant-info i.bi.bi-telephone-fill {
        display: inline-block;
    }

    .contact-inner .departmant-info i.bi.bi-envelope-fill {
        display: inline-block;
    }

    .contact-inner section.departmant-section.section-2 .row .col-md-6.col-lg-4:last-child .departmant-info {
        border: none;
    }

    .contact-inner .departmant-info {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #DFE4EA;
        padding-bottom: 40px;
    }

    .contact-inner .departmant-content h4 {
        background: transparent;
        padding: 0px 20px;
    }

    .contact-inner .departmant-info img {
        border-radius: 0;
        width: 120px;
        height: 165px;
        object-fit: cover;
    }

    .contact-inner .departmant-info .col-4 {
        width: 25%;
    }

    .contact-inner .departmant-info .col-8 {
        width: 75%;
    }

    .contact-inner .departmant-contect {
        padding: 9px 20px 0px;
    }

    .contact-inner p.dept-box-ttl {
        display: none;
    }

    .contact-inner .ctm-lst-child {
        margin-bottom: 15px;
        border-bottom: 1px solid #DFE4EA;
        padding-bottom: 20px;
    }

    .contact-inner .departmant-info i.bi.bi-telephone-fill {
        padding-right: 10px;
        vertical-align: middle;
    }

    .contact-inner .departmant-info i.bi.bi-envelope-fill {
        padding-right: 10px;
        vertical-align: middle;
    }

    .contact-inner a.dept-box-link-call,
    .contact-inner a.dept-box-link-mail {
        opacity: 1;
        color: #000;
    }

    .contact-inner section.contact-us-section.section-1 .col-md-10 .h4-common {
        font-size: 25px;
        line-height: 135%;
        margin-bottom: 23px !important;
    }

    .contact-inner section.departmant-section.section-2 {
        padding: 10px 0 20px;
    }

    .contact-inner section.departmant-section.section-2 .row .col-md-6.col-lg-4 {
        width: 100%;
    }

    .contact-inner section.contact-us-section.section-1 {
        padding: 40px 0 70px;
    }

    .branch-infrastructure .footer-notes {
        padding-bottom: 60px;
    }

    .branch-infrastructure section.full-video-section {
        padding: 40px 0px 90px;
    }

    .visit-us-inner section.full-content-section.half-bg:after {
        height: 100%;
    }

    .visit-us-inner section.full-content-section .full-content-card .read-more a {
        font-size: 21px;
    }

    .visit-us-inner section.adv-section.adv-left.bottom-adv-section.py-5.section-9 .side-img {
        padding: 0;
        margin-bottom: 60px;
    }

    .visit-us-inner .bottom-adv-section {
        margin: 60px 0 30px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 {
        padding: 80px 0 130px;
        margin-top: 80px;
    }

    .visit-us-inner section.adv-section.remove-half-bg.adv-left.my-0.section-5 .col-lg-7 .row .col-md-6 {
        width: 50%;
    }

    .visit-us-inner .campus-map-section .printable-section.pt-3 .btn {
        padding: 10px 35px;
        font-size: 20px;
    }

    .visit-us-inner .campus-map-section .adv-section figure.side-img {
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .visit-us-inner section.about-section.section-1 .read-more.secondary-read {
        margin-top: 30px;
    }

    .visit-us-inner section.about-section.section-1 figure {
        margin: 0 auto 40px;
    }

    .visit-us-inner section.tours-sessions-section.section-3 .tours-sessions .col-lg-3.col-md-6 {
        width: 50%;
    }

    .visit-us-inner section.about-section.section-1 {
        padding: 50px 0 20px;
    }

    .faq-inner section.faq-section {
        padding: 0px 0 60px;
    }

    .academics-inner .academics-section-7 .time-table table td {
        font-size: 17px;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 .icon-grup .icon-item {
        display: flex;
        align-items: center;
        margin: 20px 0;
        justify-content: center;
    }

    .academics-inner section.online-form.academics-section-6 {
        padding: 20px 0 80px;
    }

    .academics-inner .academics-section-5 .section-card {
        width: 100%;
    }

    .academics-inner section.adv-section.remove-half-bg.my-0.pt-5.mt-1.academics-section-4 {
        padding: 120px 0 20px !important;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 {
        padding: 50px 0 160px !important;
        text-align: center;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card h2.h2-common {
        font-size: 32px;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 figure.my-3 {
        margin-bottom: 40px !important;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 {
        padding: 30px 0 0;
    }

    .transportation section.bus-routs-section.section-4 .col-md-6 {
        margin-bottom: 24px;
        width: 50%;
    }

    .transportation section.about-section.bg-white.pb-0.section-1 {
        padding: 40px 0;
    }

    .food-inner .section-5 .food-menu-tab table.table.table-bordered {
        overflow-x: auto;
        width: 510px;
    }

    .food-inner .section-5 .food-menu-tab ul#pills-tab {
        margin-bottom: 10px !important;
        overflow-x: auto;
        width: 610px;
    }

    .food-inner .section-5 .food-menu-tab {
        max-width: unset;
        overflow-x: auto;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-further-dtl-section {
        text-align: center;
    }

    .awarded-as-best-residential-school-of-india section.video-gallery-section.position-relative .gallery-video .col-md-4 {
        margin-bottom: 40px;
    }

    .awarded-as-best-residential-school-of-india section.video-gallery-section.position-relative .gallery-video .col-md-4:last-child {
        margin-bottom: 0;
    }

    .awarded-as-best-residential-school-of-india section.video-gallery-section.position-relative {
        text-align: center;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg {
        text-align: center;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .col-lg-3.col-md-4 {
        width: 50%;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon img {
        width: 30%;
    }

    .mobile-breadcrumbs ul {
        padding: 20px 0 20px;
        margin-bottom: 0;
        display: flex;
    }

    .focus-academics section.reviews-section.light-bg.position-relative.bg-white.section-9 .reviews-content {
        min-height: unset;
    }

    .gallery-photos.mb-3 {
        margin-bottom: 50px !important;
    }

    .gallery-section .gallery-photos .glightbox {
        margin-bottom: 0px;
        display: inline-block;
    }

    .focus-academics section.adv-section.adv-left.section-5 {
        padding: 50px 0 40px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .read-more {
        margin-top: 0px;
    }

    .home-new-3 #tranding-blogs h2,
    .home-new-3 #latest-updates h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .home-new-3 #tranding-blogs .post-category,
    .home-new-3 #latest-updates .post-category {
        line-height: 19px;
    }

    .vision-mission-margin {
        margin: 20px;
        padding: 50px 30px;
        width: 100%;
    }

    .home-new-3 #testimoinals-personalities .container-width {
        width: 100%;
        margin-top: 0;
    }

    .home-new-3 #testimoinals-personalities .image {
        float: none;
        margin-right: 0px;
        display: block;
        margin: 0 auto;
    }

    .home-new-3 #testimoinals-personalities .contents p {
        text-align: center;
    }

    .home-new-3 #testimoinals-personalities .designation {
        margin: 0 0 15px 0;
        margin-left: 0;
        text-align: center;
    }

    .home-new-3 #testimoinals-personalities .name {
        margin: 20px auto 0;
        margin-left: 0;
        text-align: center;
    }

    .home-new-3 #humanitarian-services .col-md-12.pt-5.mt-2 {
        padding-top: 10px !important;
    }

    .home-new-3 #vision-mission .container.pt-5.mt-5.pb-4 {
        margin-top: 0 !important;
    }

    .home-new-3 .parallax-background-transforming-life .row.pb-5 {
        padding-bottom: 20px !important;
    }

    .home-new-3 .parallax-background-transforming-life .row.pt-5.mt-3 {
        padding-top: 20px !important;
    }

    .home-new-3 #humanitarian-services .human-card.counter-service-small-screen.counter-service-large-screen {
        width: 50%;
        margin-bottom: 15px;
    }

    .home-new-3 #humanitarian-services .col-md-3 {
        display: flex;
        margin-bottom: 15px;
    }

    .home-new-3 #humanitarian-services .service-count {
        font-size: 25px;
    }

    .home-new-3 #humanitarian-services .service-name {
        font-size: 17px;
        line-height: 22px;
        display: block;
    }

    .home-new-3 #humanitarian-services .color-secondary {
        font-size: 32px;
        line-height: 40px;
    }

    .home-new-3 section#vision-mission .row.justify-content-center {
        margin: 0 10px;
    }

    .home-new-3 .vision-mission.vision-mission-margin {
        margin-bottom: 30px;
    }

    .home-new-3 .testimonial-item {
        margin-top: 0;
        min-height: auto;
    }

    .home-new-3 .testimonial-img {
        margin: 0;
        margin-right: 18px;
    }

    .home-new-3 .testi-item-img-with-dtl {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .home-new-3 .testimonial-text {
        color: #555;
        line-height: 1.6;
        font-family: system-ui;
        text-align: justify;
        margin-top: 12px;
    }

    .home-new-3 .text-testimonials-title {
        font-size: 32px;
        line-height: 40px;
    }

    .home-new-3 .parallax-background-transforming-life .col-md-6.pt-5 {
        padding-top: 30px !important;
    }

    .home-new-3 .parallax-background-transforming-life {
        padding-top: 15px !important;
    }

    .home-new-3 #transforming-life .vidya-title {
        margin-top: 20px;
    }

    .home-new-3 #transforming-life .header h1.color-secondary {
        font-size: 32px;
        line-height: 40px;
    }

    .home-new-3 section#introduction h1.page-title.page-title-mobile.text-center {
        font-size: 43px;
        line-height: 51px;
    }

    .counter-pro-small-screen.counter-pro-large-screen.mt-2 {
        width: 50%;
        margin-bottom: 10px;
    }

    #profections-acheivements .service-name-pro {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
    }

    #profections-acheivements .service-count-pro {
        font-size: 27px;
        line-height: 32px;
    }

    .home-new-3 section#introduction .row {
        flex-direction: column-reverse;
    }

    .banner-slider-section .carousel-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #00000075;
        z-index: 1;
    }

    .banner-slider-section .carousel-item-overlay-dtl {
        z-index: 11;
    }

    .banner-slider-section div#carouselExampleIndicators .carousel-item img {
        height: 50vh;
        object-fit: cover;
    }

    .banner-slider-section h1.carousel-item-title {
        padding-bottom: 25px;
        font-size: 25px;
    }

    .focus-academics section.video-gallery-section.section-8 .gallery-video .col-md-4 {
        margin-bottom: 60px;
    }

    .focus-academics section.video-gallery-section.section-8 .gallery-video .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .focus-academics section.full-video-section.section-10 {
        padding: 110px 0 70px;
    }

    .residential-life-pc-view {
        display: none;
    }

    .residential-life-mobile-view {
        display: block;
    }

    .flat-residential-img .img-fluid {
        max-width: 100% !important;
        min-height: 100% !important;
    }
}

@media screen and (max-width: 575px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        width: 100%;
    }

    .updated-admission section.footer-notes.red-bg.section-6 {
        padding-left: 0;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 .gallery-photos .col-sm-4.col-md-3 {
        margin-bottom: 24px;
        width: 50%;
    }

    .branch-infrastructure .footer-notes {
        padding-left: 0;
    }

    .awarded-as-best-residential-school-of-india section.full-video-section {
        padding: 50px 0 65px;
    }

    .awarded-as-best-residential-school-of-india .read-more {
        margin-top: 40px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg .icon-item {
        align-items: center;
        justify-content: center;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon img {
        width: 100%;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner .left-icon-text.flex-grow-1.ms-3 {
        width: 80%;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner .left-icon.flex-shrink-0 {
        width: 15%;
        margin-right: 5px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner {
        padding: 4px;
        display: flex;
        align-items: center;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .col-lg-3.col-md-4.col-sm-6 {
        width: 50%;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 {
        padding: 50px 0 50px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div-inner {
        padding: 5px 0;
    }

    .focus-academics .gallery-photos-mobile {
        justify-content: start;
    }

    .focus-academics section.reviews-section.light-bg.position-relative.bg-white.section-9 .read-more {
        margin-top: 10px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-12 {
        padding: 60px 0 50px;
        text-align: center;
    }

    /* 
    .section-border {
        height: 125px;
        bottom: -62.5px;
    } */

    .visit-us-inner section.about-section.section-1 {
        padding: 40px 0 20px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 {
        padding: 80px 0 120px;
        margin-top: 80px;
    }

    .visit-us-inner .bottom-adv-section {
        margin: 50px 0 30px;
    }

    .visit-us-inner section.full-content-section .full-content-card .read-more a {
        font-size: 19px;
    }
}

@media screen and (max-width: 550px) {
    .masonry-layout {
        --gap: 0.5rem;
    }

    #testimonial-review-slider .gu-testi-slide-items .gu-testimonial-content h3 p {
        font-size: 22px;
        line-height: 28px;
    }

    div#masonry a.glightbox {
        margin-bottom: 8px;
    }

    .masonary-gallery .grid-wrapper {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .Blog-page section#latest-updates {
        padding: 30px 0 30px;
    }

    .h6-common {
        font-size: 18px;
    }

    .footer-notes .btn {
        font-size: 20px;
        width: 100%;
    }

    .gu-booking-form .book-campus-details-bar {
        width: 100%;
        margin: 0 auto;
    }

    .gurukul-branch section.gallery-section.section-7:before {
        bottom: -72px;
        height: 145px;
    }

    .home-new-3 #profections-acheivements .counter-pro-large-screen {
        width: 50%;
        margin: 0px 0 20px !important;
    }

    .home-new-3 .text-testimonials-title {
        font-size: 27px;
        line-height: 38px;
    }

    .home-new-3 #transforming-life .header h1.color-secondary {
        font-size: 27px;
        line-height: 38px;
    }

    .banner-slider-section div#carouselExampleIndicators .carousel-item img {
        height: 60vh;
        object-fit: cover;
    }

    .banner-slider-section h1.carousel-item-title {
        padding: 0 20px 15px;
        font-size: 21px;
        line-height: 26px;
    }

    .banner-slider-section .carousel-item-overlay-dtl a.carousel-item-btn-link {
        padding: 7px;
        font-size: 13px;
    }

    .banner-slider-section .carousel-item-overlay-dtl {
        bottom: 60px;
    }

    .updated-admission .gu-testimonial-content h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .updated-admission .gu-testimonial-content {
        padding-left: 0;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 .icon-img figure {
        width: 55px;
        height: 55px;
        padding: 9px;
    }

    .gallery-photos img {
        height: 110px;
        width: 110px;
        object-fit: cover;
    }

    #introduction .info {
        line-height: 25px;
        font-size: 18px;
        color: #333333;
    }

    p {
        line-height: 25px;
    }

    .humanitarian-cards-group {
        &>.container {
            display: block;

            .humanitarian-service-card {
                padding: 10px 0;

                &>.info-secion {
                    &>p {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 500px) {
    .page-container.career-dtl-block .row.blog-body h4 {
        padding-right: 0;
        font-size: 23px;
        text-align: justify;
    }

    .media-gallery-inner-page section.video-slider-gallery {
        padding: 70px 0 50px;
    }

    .media-gallery-inner-page section.gallery-section.pt-4 {
        padding-bottom: 10px;
    }

    .media-gallery-page section.regular-events .events-slider .slider-item h5 {
        color: #000;
        font-size: 22px;
        line-height: 28px;
    }

    .media-gallery-page section.latest-updates-section.bg-white .col-lg-4.col-md-4 .blog-item {
        margin-bottom: 40px;
    }

    .media-gallery-page .latest-updates-section .blog-item a .blog-content h4 {
        padding: 0 5px;
        color: #000 !important;
        font-size: 23px;
        line-height: 30px;
    }

    .media-gallery-page section.regular-events {
        padding: 63px 0 40px;
    }

    .thanks-page section.download-pdf .download-pdf-inner a.btn {
        padding: 11px 30px;
        letter-spacing: 0px;
        ;
        font-size: 20px;
    }

    .thanks-page section.download-pdf.pt-3 {
        padding: 20px 0 70px !important;
    }

    .thanks-page section.download-pdf .download-pdf-inner {
        padding: 43px 40px 55px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4 {
        width: 100%;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4 .blog-item {
        display: flex;
        gap: 20px;
        border-bottom: 1px solid #DFE4EA;
        padding-bottom: 38px;
        margin-bottom: 45px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4 .blog-item .blog-thamanil:after {
        display: none;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-thamanil {
        display: inline-block;
        width: 25%;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-content {
        width: 75%;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-thamanil img {
        width: 100%;
        max-width: 150px;
        height: 150px;
        object-fit: cover;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content p {
        font-size: 17px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4:last-child .blog-item {
        border: none;
        padding-bottom: 0;
    }

    .dignitaries-page section.highlights-section.dignitaries-list {
        padding: 40px 0 20px;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content h4 {
        font-size: 23px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .awards-achievements section.about-section {
        padding: 40px 0 50px !important;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 {
        padding: 40px 0;
    }

    .gurukul-app section.gu-booking-form.light-bg.section-3 {
        padding: 65px 0 70px;
    }

    .gurukul-app section.about-section.section-2 {
        padding: 60px 0 66px;
    }

    .contact-inner section.gu-booking-form.light-bg.section-3 {
        padding: 70px 0;
    }

    .contact-inner section.departmant-section.section-2 {
        padding: 10px 0 0px;
    }

    .visit-us-inner .campus-map-section .printable-section.pt-3 .btn {
        padding: 10px 35px;
        font-size: 20px;
        width: 100%;
    }

    .academics-inner form.wpcf7-form.init .row .col-md-3 {
        width: 100%;
        margin: 0 auto;
    }

    .academics-inner section.gu-away-from.academics-section-11 {
        padding: 0px 0 70px;
    }

    .academics-inner section.faq-section.academics-section-9 {
        padding: 10px 0 0px;
    }

    .academics-inner .academics-section-7 .time-table table td {
        font-size: 16px;
    }

    .academics-inner section.adv-section.remove-half-bg.my-0.pt-5.mt-1.academics-section-4 {
        padding: 100px 0 20px !important;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 {
        padding: 50px 0 120px !important;
        text-align: center;
    }

    .focus-academics form.wpcf7-form.init .row .col-md-3 {
        width: 100%;
        margin: 0 auto;
    }

    .gallery-photos img {
        height: 100px;
        width: 100px;
        object-fit: cover;
    }

    .home-new-3 #humanitarian-services .color-secondary {
        font-size: 27px;
        line-height: 38px;
    }

    .home-new-3 #tranding-blogs h2,
    .home-new-3 #latest-updates h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div .left-icon-text h5 {
        font-weight: 550;
        font-size: 22px;
        line-height: 32px;
        margin: 20px 0;
    }

    .focus-academics .residential-slider-section .section-border {
        bottom: -56.5px;
        height: 115px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 {
        padding: 100px 0 0px;
    }

    .focus-academics section.gallery-section.section-6 {
        padding-bottom: 15px;
    }

    .focus-academics section.full-video-section.section-10 {
        padding: 80px 0 70px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-12 .icon-grup {
        margin-bottom: 10px;
    }

    .focus-academics .cources-offered-btn a {
        padding: 10px 29px;
        font-size: 20px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div-inner img {
        width: 60px;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .left-icon-text.flex-grow-1.ms-3 {
        margin-left: 10px !important;
    }

    .awarded-as-best-residential-school-of-india form.wpcf7-form.init .row .col-md-3 {
        width: 100%;
        margin: 0 auto;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .blog-item {
        margin-bottom: 30px;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .row.mb-4 {
        margin-bottom: 10px !important;
    }

    .awarded-as-best-residential-school-of-india .latest-updates-section .blog-item .blog-thamanil {
        margin-bottom: 5px;
    }

    .awarded-as-best-residential-school-of-india .cources-offered-btn a {
        padding: 10px 29px;
    }

    .academics-inner section.red-bg.academic-time-table.academics-section-7 {
        padding: 60px 0 75px;
    }

    .academics-inner .academic-time-table .section-titel {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        grid-template-columns: repeat(1, 100%) !important;
    }

    ul#menu-main-menu li a,
    ul#menu-csr-menu li a {
        justify-content: center;
        padding: 8px 20px;
        font-size: 13px;
    }


    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        top: 38px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }

    .top-header-mob ul li a {
        padding: 5px 15px;
        border: none;
    }

    .top-header-mob {
        padding-bottom: 0px;
    }

    a.mob-head-cbtn {
        padding: 3px 10px;
        font-size: 16px;
        height: 32px;
    }

    .top-head-btns-block-lft {
        display: inline-block;
    }

    span.mob-nav-toggle-txt {
        font-size: 18px;
    }

    .mobile-nav-show,
    .mobile-nav-hide {
        font-size: 23px;
    }

    .mobile-nav-search {
        font-size: 18px;
    }

    .top-head-btns-block {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .top-head-btns-block-lft {
        display: flex;
        gap: 5px;
        justify-content: center;
        margin-bottom: 0;
        padding-top: 0;
    }

    .top-head-btns-block-rht {
        /* width: 102px;
        margin: 0 auto; */
    }

    .top-head-mob-btns {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .top-header-mob ul li a {
        line-height: normal;
        text-align: center;
    }

    .top-head-btns-block-lft {
        display: block;
    }

    .top-head-btns-block-lft a {
        display: block;
    }

    .dropdown.quick_link-drpdwn {
        /* width: 160px; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* margin: 0 auto; */
    }

    .mob-head-cbtn.show.active {
        font-size: 16px !important;
        padding: 3px 10px !important;
    }

    a.mob-head-cbtn:focus {
        font-size: 16px !important;
        padding: 3px 10px;
        font-family: var(--font-title) !important;
        border: 1px solid #BB271B;
        display: flex;
    }
}

@media screen and (max-width: 400px) {
    .masonary-gallery .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        grid-gap: 10px;
    }

    .Blog-details-page .blog-dtl-left-block {
        margin-bottom: 40px;
    }

    .Blog-details-page .blog-dtl-cbox-wrap a {
        font-size: 16px;
        line-height: normal;
    }

    .Blog-details-page .blog-dtl-cbox-wrap p {
        font-size: 18px;
        line-height: normal;
    }

    .Blog-page section#latest-updates {
        padding: 20px 0 20px;
    }

    .Blog-page .page-link {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }

    .media-gallery-page section.contact-us-section.pb-0 {
        padding: 40px 0;
    }

    .media-gallery-page section.latest-updates-section.bg-white .section-titel {
        margin-bottom: 24px !important;
    }

    .media-gallery-page section.latest-updates-section.bg-white {
        padding: 10px 0;
    }

    .thanks-page section.download-pdf .download-pdf-inner a.btn {
        padding: 11px 30px;
        letter-spacing: 0px;
        ;
        font-size: 19px;
    }

    .thanks-page section.contact-us-section.pb-0 {
        padding-top: 21px;
    }

    .thanks-page section.download-pdf .download-pdf-inner {
        padding: 41px 30px 50px;
    }

    .dignitaries-page .highlights-section.dignitaries-list .blog-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-thamanil img {
        width: 100%;
        max-width: 170px;
        height: 150px;
        object-fit: cover;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-thamanil {
        display: inline-block;
        width: 30%;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-content {
        width: 70%;
    }

    .awards-achievements section.about-section {
        padding: 30px 0 40px !important;
    }

    .awards-achievements .latest-updates-section .blog-item .blog-thamanil img {
        min-width: 120px;
        object-fit: cover;
        height: 120px;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 {
        padding: 30px 0;
    }

    .contact-inner section.gu-booking-form.light-bg.section-3 {
        padding: 60px 0 65px;
    }

    .contact-inner section.contact-us-section.section-1 {
        padding: 40px 0 60px;
    }

    .contact-inner a.dept-box-link-call,
    .contact-inner a.dept-box-link-mail {
        font-size: 17px;
    }

    .faq-inner section.faq-section .col-lg-8 .text-center p {
        margin-bottom: 30px;
    }

    .faq-inner section.faq-section {
        padding: 0px 0 50px;
    }

    .faq-inner section.faq-section .accordion-item .acclink .h4-common {
        font-size: 21px;
    }

    .academics-inner section.gu-booking-form.light-bg.academics-section-8 {
        padding: 70px 0 75px;
    }

    .academics-inner section.online-form.academics-section-6 {
        padding: 20px 0 70px;
    }

    .academics-inner section.gu-twocol-section.pt-0.academics-section-5 {
        padding: 80px 0 40px;
    }

    .academics-inner .academics-section-5 .section-card {
        padding: 30px 30px 1px;
    }

    .academics-inner section.adv-section.remove-half-bg.my-0.pt-5.mt-1.academics-section-4 {
        padding: 80px 0 20px !important;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 {
        padding: 50px 0 90px !important;
        text-align: center;
    }

    .academics-inner section.adv-section.remove-half-bg.light-bg.my-0.pb-5.academics-section-3 .icon-grup .icon-item {
        margin: 0px 0;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 .col-sec ul li .h5-common {
        font-size: 24px;
    }

    .transportation section.about-section.bg-white.pb-0.section-1 {
        padding: 20px 0;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon-text p {
        text-align: justify;
    }

    .awarded-as-best-residential-school-of-india section.residential-slider-section p.col-lg-10 {
        margin-top: 20px;
        text-align: justify;
    }

    .awarded-as-best-residential-school-of-india section.reviews-section.light-bg.position-relative.bg-white .reviews-content p {
        text-align: justify;
    }

    .awarded-as-best-residential-school-of-india section.adv-section.remove-half-bg .icon-grup .col {
        flex: 0 9 33%;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white .blog-item .blog-content p {
        font-size: 17px;
        text-align: justify;
    }

    .awarded-as-best-residential-school-of-india section.online-form.pb-0 .online-form-inner {
        background-color: #EFF2F6;
        padding: 40px 20px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner .left-icon.flex-shrink-0 {
        width: 18%;
        margin-right: 5px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt h3 {
        font-size: 23px;
        line-height: 29px;
        text-align: justify !important;
    }

    .awarded-as-best-residential-school-of-india section.gu-away-from {
        padding: 40px 0 60px;
    }

    .awarded-as-best-residential-school-of-india section.reviews-section.light-bg.position-relative.bg-white .read-more {
        margin-top: 0px;
    }

    .awarded-as-best-residential-school-of-india section.reviews-section.light-bg.position-relative.bg-white {
        padding: 54px 0;
    }

    .awarded-as-best-residential-school-of-india section.gu-booking-form.red-bg {
        padding: 50px 0 60px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-further-dtl-section {
        padding: 50px 0 43px;
    }

    .awarded-as-best-residential-school-of-india section.latest-updates-section.bg-white {
        padding: 50px 0 45px;
    }

    .awarded-as-best-residential-school-of-india section.full-video-section {
        padding: 45px 0 55px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div .left-icon-text h5 {
        margin: 10px 0 10px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section {
        padding: 40px 0 30px;
    }

    .awarded-as-best-residential-school-of-india .banner-content {
        bottom: -70px;
    }

    .awarded-as-best-residential-school-of-india .banner-section {
        min-height: 510px;
    }

    .awarded-as-best-residential-school-of-india .read-more-link-banner span i.bi.bi-arrow-right-short {
        font-size: 25px;
    }

    .awarded-as-best-residential-school-of-india .banner-section .read-more-link-banner span {
        width: 35px;
        height: 35px;
        line-height: 37px;
    }

    .awarded-as-best-residential-school-of-india .banner-links a {
        font-size: 20px;
    }

    .awarded-as-best-residential-school-of-india .banner-section .read-more-link-banner {
        width: 100%;
    }

    .awarded-as-best-residential-school-of-india .banner-section .youtube-link-banner span {
        padding: 5px 15px;
    }

    .awarded-as-best-residential-school-of-india .banner-links a {
        font-size: 20px;
    }

    .awarded-as-best-residential-school-of-india .banner-section .youtube-link-banner {
        width: 100%;
        margin-bottom: 10px;
    }

    .awarded-as-best-residential-school-of-india .banner-section .banner-links.d-flex.align-items-center {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .focus-academics section.gallery-section.section-6 {
        padding-bottom: 15px;
        padding-top: 0;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div-inner .left-icon-text.flex-grow-1.ms-3 {
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div-inner {
        padding: 5px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-new-3 section#introduction .youtube .play-button {
        width: 80px;
        height: 50px;
    }

    .home-new-3 .youtube .play-button:before {
        border-width: 10px 0 10px 18px;
    }

    .home-new-3 section#introduction h1.page-title.page-title-mobile.text-center {
        font-size: 30px;
        line-height: 40px;
    }

    .gallery-photos img {
        height: 80px;
        width: 80px;
        object-fit: cover;
    }

    .banner-slider-section div#carouselExampleIndicators .carousel-item img {
        height: 45vh;
    }

    .banner-slider-section h1.carousel-item-title {
        padding: 0 50px 5px;
        font-size: 21px;
        line-height: 26px;
    }

    .residential-life-page section.about-section {
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .residential-slider-section {
        padding: 30px 0 35px;
    }

    section.about-section .col-sec figure,
    .side-img {
        padding: 0;
        margin: 10px auto 40px;
    }

    .residential-life-page section.adv-section.remove-half-bg {
        padding-top: 60px !important;
    }

    .h1-common {
        font-size: 35px;
        line-height: 40px;
    }

    .updated-admission section.about-section .gu-branches .h4-common {
        font-size: 21px;
        line-height: 27px;
    }

    .gurukul-branch .banner-content .h1-common {
        color: #fff;
        font-size: 26px;
        line-height: 36px;
    }

    .gurukul-branch .banner-section.section-1 .banner-links.d-flex.align-items-center {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .gurukul-branch .banner-section.section-1 .youtube-link-banner {
        width: 100%;
        margin-bottom: 10px;
    }

    .gurukul-branch .banner-section.section-1 .read-more-link-banner {
        width: 100%;
    }

    .gurukul-branch .banner-links a {
        font-size: 20px;
    }

    .focus-academics .banner-links a {
        font-size: 20px;
    }

    .awarded-as-best-residential-school-of-india .banner-links a {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .gurukul-branch .banner-section.section-1 .youtube-link-banner span {
        padding: 5px 15px;
    }

    .gurukul-branch .banner-section.section-1 .read-more-link-banner span {
        width: 35px;
        height: 35px;
    }

    .gurukul-branch .read-more-link-banner span i.bi.bi-arrow-right-short {
        font-size: 25px;
    }

    .gurukul-branch .banner-section.section-1 .banner-content {
        bottom: -80px;
    }

    .gurukul-branch section.gu-testimonial.section-6 .gu-testimonial-slider.mt-4 {
        margin-top: 0 !important;
    }

    .gallery-photos .glightbox {
        margin-bottom: 0px;
        display: inline-block;
    }

    .gurukul-branch section.full-video-section.section-8 {
        padding-top: 110px;
        padding-bottom: 0;
    }

    .m-footer .btn.btn-call {
        display: block;
        margin-bottom: 10px !important;
    }

    .m-footer .btn.btn-maill {
        display: block;
    }

    .focus-academics section.adv-section.remove-half-bg.section-12 .icon-item {
        justify-content: center;
    }

    .focus-academics .banner-section.section-1 .banner-links.d-flex.align-items-center {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .focus-academics .banner-section.section-1 .youtube-link-banner {
        width: 100%;
        margin-bottom: 10px;
    }

    .focus-academics .banner-section.section-1 .read-more-link-banner {
        width: 100%;
    }

    .focus-academics .banner-section.section-1 .youtube-link-banner span {
        padding: 5px 15px;
    }

    .focus-academics .banner-section.section-1 .read-more-link-banner span {
        width: 35px;
        height: 35px;
        line-height: 37px;
    }

    .focus-academics .read-more-link-banner span i.bi.bi-arrow-right-short {
        font-size: 25px;
    }

    .focus-academics .banner-section.section-1 .banner-content {
        bottom: -80px;
    }

    .focus-academics section.adv-section.remove-half-bg.section-4 .icon-item {
        margin: 5px 0;
    }

    /* section-border */
    /* page Academic time table */

    /* .section-border {
        height: 105px;
        bottom: -52.5px;
    } */

    .focus-academics section.adv-section.remove-half-bg.section-12 .icon-grup .col {
        flex: 0 9 33%;
    }

    .focus-academics section.gu-adv-section.bg-white.section-2 .icon-div .left-icon-text h5 {
        font-weight: 550;
        font-size: 22px;
        line-height: 27px;
        margin: 20px 0;
    }

    .mobile-breadcrumbs ul li+li a {
        font-size: 16px;
    }

    .awarded-as-best-residential-school-of-india section.best-resi-part-second-banner-dtl-txt h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: justify !important;
    }

    .food-inner section.about-section.bg-white.pb-0.section-1 {
        padding: 0px 0 0;
    }

    .academics-inner section.gu-quick-links.academics-section-2 .gu-quick-card h2.h2-common {
        font-size: 27px;
    }

    .visit-us-inner section.about-section.section-1 .section-titel.mb-5 {
        margin-bottom: 40px !important;
    }

    .visit-us-inner section.about-section.section-1 {
        padding: 40px 0 50px;
    }

    .visit-us-inner section.adv-section.adv-left.mt-0.section-2 {
        padding-bottom: 40px;
    }

    .visit-us-inner section.campus-map-section.section-4 {
        padding: 60px 0 70px;
    }

    .visit-us-inner section.campus-map-section.section-4 .section-titel.mb-5 {
        margin-bottom: 30px !important;
    }

    .visit-us-inner .campus-map-section section.adv-section.adv-left .row.align-items-center.justify-content-between .col-lg-6.col-sec .read-more.secondary-read {
        margin-top: 20px;
    }

    .visit-us-inner section.tours-sessions-section.section-3 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .visit-us-inner section.adv-section.section-6 {
        padding: 60px 0 0;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content .full-content-card {
        padding-top: 40px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .col-lg-12 .text-center {
        margin-bottom: 0 !important;
    }

    .visit-us-inner section.full-content-section .full-content-card .read-more a {
        font-size: 17px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 {
        padding: 80px 0 90px;
        margin-top: 80px;
    }

    .visit-us-inner .bottom-adv-section {
        margin: 30px 0 30px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content-img img {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 320px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        grid-template-columns: repeat(1, 100%);
    }

    Blog-details-page .rsearch-block input#search-input::placeholder {
        font: 16px;
        line-height: normal;
    }

    .Blog-details-page .rsearch-block input#search-input {
        border-color: #222222;
        border-radius: 8px;
        padding: 13px 45px 13px 18px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
    }

    .Blog-details-page .blog-dtl-cbox-wrap a {
        font-size: 16px;
        line-height: normal;
    }

    .Blog-details-page .blog-dtl-cbox-wrap {
        align-items: baseline;
    }

    .Blog-details-page .blog-dtl-cbox-wrap p {
        font-size: 18px;
        line-height: normal;
    }

    .Blog-details-page section.blog-dtl-comments {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .Blog-details-page .rsearch-block .h4-common {
        margin-top: 2px;
    }

    .Blog-details-page .popular-post .h4-common {
        margin-top: 12px;
    }

    .Blog-details-page .connect-with-us .h4-common {
        margin-top: 42px;
    }

    .Blog-details-page .blog-dtl-right {
        width: 100%;
        padding-top: 66px;
    }

    .Blog-details-page .blog-dtl-left-block {
        margin-bottom: 40px;
    }

    .Blog-details-page section#latest-updates {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .Blog-page section#latest-updates {
        padding: 20px 0 20px;
    }

    .updated-admission section.adv-section.remove-half-bg.adv-left.section-2 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .banner-form .booking-form {
        padding: 50px 30px;
    }

    .booking-form .wpcf7-submit {
        font-size: 21px;
    }

    .media-gallery-inner-page section.video-slider-gallery {
        padding: 60px 0 40px;
    }

    .media-gallery-page section.regular-events .section-titel {
        margin-bottom: 26px !important;
    }

    .regular-events .slick-slide {
        margin-bottom: 10px !important;
    }

    .media-gallery-page .latest-updates-section .blog-item .blog-thamanil {
        margin-bottom: 8px;
    }

    .media-gallery-page section.latest-updates-section.bg-white .col-lg-4.col-md-4 .blog-item {
        margin-bottom: 30px;
    }

    .media-gallery-page .latest-updates-section .blog-item a .blog-content h4 {
        margin-top: 0px;
    }

    .media-gallery-page section.contact-us-section.pb-0 {
        padding: 30px 0;
    }

    .thanks-page section.download-pdf .download-pdf-inner a.btn {
        width: 100%;
    }

    .thanks-page section.download-pdf .download-pdf-inner {
        padding: 41px 30px 48px;
    }

    .dignitaries-page section.contact-us-section.pb-0 {
        padding: 20px 0;
    }

    .dignitaries-page section.gallery-section {
        padding-bottom: 10px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .row .col-lg-4.col-md-4 .blog-item {
        display: flex;
        gap: 20px;
        border-bottom: 1px solid #DFE4EA;
        padding-bottom: 28px;
        margin-bottom: 35px;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-item .blog-thamanil {
        width: 33%;
    }

    .dignitaries-page section.highlights-section.dignitaries-list .blog-content {
        width: 67%;
    }

    .awards-achievements section.about-section.pt-0.section-3 .about-content .h2-common {
        font-size: 25px;
    }

    .awards-achievements section.about-section {
        padding: 20px 0 30px !important;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .section-titel.mb-5 {
        margin-bottom: 50px !important;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-content p {
        text-align: justify;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .awards-achievements .award-updates-section .blog-content h5 {
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 26px;
    }

    .awards-achievements .latest-updates-section .blog-item .blog-thamanil img {
        min-width: 100px;
        object-fit: cover;
        height: 120px;
    }

    .awards-achievements section.latest-updates-section.bg-white.award-updates-section.pt-5.section-2 .blog-item a {
        gap: 15px;
    }

    .awards-achievements section.contact-us-section.pb-0.section-1 .section-titel .h1-common {
        margin-bottom: 5px !important;
        font-size: 29px;
    }

    .contact-inner section.departmant-section.section-2 .row .col-md-6.col-lg-4:last-child .departmant-info {
        border: none;
        margin-bottom: 30px;
    }

    .contact-inner section.contact-us-section.section-1 .row.contact-information .flex-grow-1.ms-3 {
        margin-left: 10px !important;
    }

    .contact-inner .departmant-info .col-8 {
        width: 78%;
        margin: 0 auto;
        text-align: center;
    }

    .contact-inner a.dept-box-link-call,
    .contact-inner a.dept-box-link-mail {
        font-size: 17px;
        display: inline-block;
    }

    .contact-inner .departmant-info .col-4 {
        width: 35%;
        margin: 0 auto 20px;
    }

    .contact-inner .departmant-info .col-8 {
        width: 100%;
    }

    .contact-inner section.departmant-section.section-2 .section-titel .h2-common {
        margin-bottom: 5px !important;
    }

    .contact-inner section.contact-us-section.section-1 {
        padding: 20px 0 40px;
    }

    .visit-us-inner section.full-content-section.half-bg.section-8 .full-content .full-content-card {
        padding-top: 30px;
    }

    .visit-us-inner .secondary-read.read-more a {
        color: #000;
        font-size: 20px;
    }

    .visit-us-inner section.tours-sessions-section.section-3 .section-titel {
        margin-bottom: 30px !important;
    }

    .visit-us-inner section.about-section.section-1 {
        padding: 40px 0 50px;
    }

    .faq-inner section.faq-section .accordion-item .acclink .h4-common {
        font-size: 21px;
        line-height: 25px;
    }

    .faq-inner section.faq-section .gu-faq .faq-item .accordion-item .acclink {
        padding: 15px 50px 15px 25px;
    }

    .transportation .bus-routs-col ul li {
        padding-bottom: 0px !important;
    }

    .transportation .bus-routs-col h4.mb-4.h4-common {
        margin-bottom: 10px !important;
    }

    .transportation section.about-section.section-3 {
        padding: 40px 0 0;
    }

    .transportation section.bus-routs-section.section-4 {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .transportation section.faq-section.section-5 {
        padding: 35px 0 50px;
    }

    .transportation .bus-routs-col {
        padding: 15px 10px !important;
    }

    .transportation .bus-routs-col .ctm-rmv-bus-routs {
        padding: 0 !important;
    }

    .transportation .bus-routs-col ul li a {
        font-size: 16px;
    }

    .transportation section.bus-routs-section.section-4 .col-md-6 {
        margin-bottom: 24px;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .food-inner section.left-faq-section.section-3 .col-lg-6 {
        margin-top: 30px;
    }

    .food-inner section.about-section.bg-white.pb-0.section-2 {
        padding: 30px 0 0px;
    }

    .updated-admission section.about-section .gu-branches {
        width: 50%;
        padding: 0 7px;
    }

    .gurukul-branch section.adv-section .icon-content p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .awarded-as-best-residential-school-of-india section.gurukul-bangalore-section .icon-div-inner .left-icon.flex-shrink-0 {
        width: 20%;
        margin-right: 5px;
    }

    .ctm-slider-arrow-desktop {
        display: none;
    }

    .ctm-slider-arrow-mobile {
        display: flex !important;
        justify-content: end;
        margin-top: 10px;
    }

    .awarded-as-best-residential-school-of-india section.residential-slider-section .residential-slider {
        margin-top: 10px;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 {
        padding: 10px 0 0;
    }

    .academics-inner section.about-section.bg-white.academics-section-1 .col-sec ul li .h5-common {
        font-size: 23px;
    }

    .academics-inner .adv-section .cources-offered-btn a {
        font-size: 20px;
        padding: 10px 29px;
    }

    .academics-inner .academics-section-5 .section-card ul li img {
        width: 40px;
    }

    .academics-inner section.gu-twocol-section.pt-0.academics-section-5 .section-card .list-unstyled li .flex-grow-1 {
        margin-left: 18px !important;
    }

    .academics-inner .academics-section-5 .section-card {
        padding: 30px 30px 1px;
        text-align: justify;
    }

    .academics-inner section.gu-twocol-section.pt-0.academics-section-5 .section-card .list-unstyled li .flex-grow-1 .h5-common {
        text-align: left;
    }
}

/****** NEW HOME PAGE CODE *******/

.dropdown-content {
    z-index: 1;
    display: none;
}

.drop_down:hover .dropdown-content {
    display: block;
}


/* Blog Post Design - Detail Page */

.header-setion {
    background-color: transparent;
    /* padding: 10px 130px; */
    /* font-family: TFArrowMedium; */
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -75px;

    &::before {
        content: '';
        background-color: #90191b;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        max-height: 900px;
        z-index: -1;
    }


    .title {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        font-size: 14px;
        margin: 19px 0;
        color: #FFF;
    }

    .grid-box {
        display: block;
        /* text-align: left;
        margin: 15px 0; */

        .info-section {
            color: #000;
            /* margin-right: 10px; */
            text-align: left;

            .title {
                font-size: 14px;
                margin-bottom: -3px;
                color: #ed1c24;
                font-weight: 500;
                justify-content: left;
            }

            .h1-common {
                line-height: 115%;
            }

            .heading {
                font-size: 50px;
                margin-bottom: 5px;
                /* font-family: TFArrowMedium; */
            }

            .info {
                font-size: 13px;
                margin-bottom: -80px;
                color: #000;
                margin-top: -11px;
            }
        }

        .header-img {
            margin: 0vh 0 0 0;
            width: 100%;
            max-width: 100%;
        }
    }

}

.header-setion-2 {
    background-color: transparent;
    /* padding: 10px 130px; */

    transition: all 0.3s ease-in-out;
    background-color: #90191b;

    p {
        color: var(--color-white);
    }

    .title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFF;
        font-size: 14px;
        margin: 10px 0;
    }

    .grid-box {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 50%);
        /* margin: 15px 0 40px 0; */
        padding-bottom: 120px;
        padding-top: 150px;


        .info-section {
            color: #FFF;


            .title {
                font-size: 16px;
                margin-bottom: 5px;
                color: #FFF;
                font-weight: 500;
            }

            .heading {
                font-size: 50px;
                margin-bottom: 5px;
                font-family: TFArrowMedium;
            }

            .info {
                font-size: 13px;
                margin-bottom: 0;
                color: #ffffffad;
            }
        }

        .header-img {
            width: 100%;
            object-fit: cover;
            height: 400px;

        }
    }

    /* Media query for devices with a width of 768px or less */
    @media (max-width: 768px) {
        .grid-box {
            grid-template-columns: repeat(1, 100%);
            padding-bottom: 50px;
            padding-top: 65px;
        }

        .grid-box .header-img {
            order: -1;
            /* This makes the image appear first */
        }

        .grid-box .header-img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .grid-box .info-section {
            margin-top: 10px;
        }

    }
}


.details-section {
    padding: 10px 130px;
    color: #000;
    font-family: TFArrowMedium;
    transition: all 0.3s ease-in-out;

    .heading {
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .title {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .description {
        font-size: 15px;
        margin-bottom: 10px;

        .link {
            color: #ed1c24;
            text-decoration: none;
            font-weight: 500;
        }
    }

    .unorder-list,
    .order-list {
        font-size: 15px;

        li {
            margin-bottom: 10px;

            &::marker {
                color: #90191b;
                font-size: 20px;
            }
        }

        .link {
            color: #ed1c24;
            text-decoration: none;
            font-weight: 500;
        }
    }

    .order-list {
        li {
            &::marker {
                color: #000;
                font-size: 15px;
            }
        }
    }


    .headings {
        font-family: TFArrowMedium;

        >* {
            margin-bottom: 20px;
        }
    }

    .paragraph-1 {
        font-size: 22px;
    }

    .paragraph-2 {
        font-size: 20px;
    }

    .paragraph-3 {
        font-size: 18px;
    }

    .paragraph-4 {
        font-size: 16px;
    }

    .paragraph-5 {
        font-size: 14px;
    }

    .alert {
        color: #000;

        .heading {
            margin: 0 0 10px 0;
            font-size: 20px;
        }

        .description {
            li {
                list-style-type: square;
                font-size: 15px;

                &::marker {
                    font-size: 20px;
                    color: #ed1c24;
                }
            }
        }
    }

    .custom-card {
        background-color: #F1F2F7;
        padding: 20px;
        border-radius: 10px;

        .title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .heading {
            font-size: 40px;
            margin: 0 0 10px 0;
            max-width: max-content;
            border-bottom: 1px solid gray;
            color: #ed1c24;
        }
    }

    .video-player {
        width: 100%;
        max-width: 800px;
        background-color: #F1F2F7;
        height: 500px;
        margin: 10px auto;
    }

    .img-section {
        width: 100%;
        margin: 20px 0;
        text-align: center;

        &>img {
            width: 100%;
            max-width: 800px;
            background-color: #F1F2F7;
            height: 100%;
        }
    }

    .sports-gallery-card {
        background-color: #F1F2F7;
        padding: 40px;
        border-radius: 10px;
        color: #000;
        width: 100%;
        max-width: 800px;
        height: 100%;
        margin: 10px auto;

        .heading {
            font-size: 30px;
            margin: 0 0 10px 0;
        }

        .title {
            font-size: 16px;
        }

        .images-group {
            display: grid;
            grid-template-columns: repeat(3, 33.33%);
            margin: 10px 0 0 0;

            .images {
                margin: 10px;

                img {
                    width: 100%;
                    height: 100%;
                }
            }

            .row-col-span-2 {
                grid-column: span 2;
                grid-row: span 2;
            }
        }
    }
}

@media screen and (max-width: 1366px) {
    .header-setion {
        &::before {
            max-height: 60%;
        }
    }
}

@media screen and (max-width: 1024px) {
    .header-setion {
        &::before {
            max-height: 50%;
        }

        .grid-box {

            .info-section {
                order: 2;
                margin-right: 0;
            }

            .header-img {
                order: 1;
                margin: 3vh 0 0 0;
                width: 100%;
                max-width: 100%;
            }
        }
    }

    .details-section {
        .sports-gallery-card {
            .images-group {
                grid-template-columns: repeat(2, 50%);
            }
        }

        .video-player {
            height: 400px;
        }
    }

    .payment-form-group {
        &>.container {
            &>.booking-form-info {
                .payment-method-card-group {
                    grid-template-columns: repeat(2, 50%);
                }

                .mathods-card {
                    &:nth-child(odd) {
                        margin-right: 10px;
                    }

                    &:nth-child(even) {
                        margin-left: 0;
                        margin-right: 0;
                    }

                    &>img {
                        max-width: 40px;
                        max-height: 25px;
                    }
                }
            }
        }
    }

}

@media screen and (max-width: 768px) {
    .full-screen-slider {
        .banner-section {
            height: calc(100vh - 68.34px);
        }
    }

    .navbar {
        padding: 0 0px;
    }

    .mobile-nav-search {
        font-size: 17px;
    }

    .mobile-nav-show {
        font-size: 21px;
    }

    .mobile-nav-hide {
        font-size: 25px;
    }

    ul#menu-main-menu,
    ul#menu-csr-menu {
        grid-template-columns: repeat(2, 50%);
    }

    .header-setion {
        &::before {
            max-height: 40%;
        }

        padding: 10px 70px;

        .grid-box {

            .title {
                margin-top: 2px;
            }

            .info-section {
                order: 2;
                margin-right: 0;

                .heading {
                    font-size: 30px;
                    line-height: 39px;
                }
            }

            .header-img {
                order: 1;
                max-width: 100%;
                margin-top: 0vh;
            }
        }
    }

    .details-section {
        padding: 10px 70px;

        .heading {
            font-size: 28px;
            line-height: 36px;
        }

        .alert {
            .heading {
                font-size: 17px;
            }

            .description>li {
                font-size: 14px;
            }
        }

        .custom-card {
            .heading {
                font-size: 28px;
            }
        }

        .sports-gallery-card {
            padding: 20px;

            .heading {
                font-size: 28px;
            }
        }

        .video-player {
            height: 300px;
        }
    }

    .panel-group {
        grid-template-columns: repeat(1, 100%) !important;

        .accordion {
            margin-right: 0;

            .accordion-button {
                font-size: 15px;

                &>.time {
                    font-size: 11px;
                }
            }

            .accordion-body {
                &>.bus-routes {
                    &>.area {
                        padding: 0 0 5px 25px;
                        font-size: 15px;
                    }

                    &>.pickpoint {
                        padding: 0 0 5px 35px;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .payment-form-group {
        &>.container {
            display: block;

            &>.booking-form {
                margin: 40px 10px 10px 10px;

                &::after {
                    right: -10px;
                    bottom: -10px;
                }
            }

            &>.booking-form-info {
                .mathods-card {
                    min-height: 100px;

                    &>img {
                        max-width: 40px;
                        max-height: 50px;
                        min-width: 40px;
                        min-height: 50px;
                        margin-bottom: 0;
                    }
                }
            }
        }
    }

    .main-header-bar {
        margin-bottom: 20px;
    }

    .navbar-space-remove {
        margin-top: -20px;
    }

    .humanitarian-cards-group {
        &>.container {
            .humanitarian-service-card {
                &>.img-section {
                    &>img {
                        height: 170px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width:782px) {
    main#main {
        /* margin-top: 9px; */
    }
}

@media screen and (max-width: 540px) {
    .details-section {
        .sports-gallery-card {
            .images-group {
                display: block;
            }
        }
    }

    .navbar,
    .header-setion,
    .details-section {
        padding: 0px 0px;
    }

    .payment-form-group {
        &>.container {

            &>.booking-form-info {
                .heading {
                    font-size: 25px;
                }

                .sub-title,
                .payment-method-label {
                    font-size: 21px;
                }

                .description,
                .paymane-mathods {
                    font-size: 14px;
                }
            }
        }
    }
}

@media screen and (max-width: 450px) {

    ul#menu-main-menu,
    ul#menu-csr-menu {
        grid-template-columns: repeat(1, 100%);
    }
}

.icon-img {
    position: relative;
    margin-right: 20px;
    display: flex;
    /* Add this line */
    align-items: center;
    /* Add this line */

}

.icon-grup {
    position: relative;
    margin: -20px 0 0;
}

.icon-item {
    margin: 15px 0 10px;
}

.contented-line {
    height: 89%;
    border-left: 2px solid #bf0202;
    position: absolute;
    margin: 0px 38px;
    top: 4%;
}

.feb-icon {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 99999;
    color: white;
    background: var(--color-primary);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    transition: all 0.4s;
    font-size: 18px;
}

@media (max-width: 1120px) {
    .contented-line {
        height: 90%;
        border-left: 2px solid #bf0202;
        position: absolute;
        margin: 0px 34px;
        top: 5%;
    }
}

@media (max-width: 850px) {
    .contented-line {
        height: 90%;
        border-left: 2px solid #bf0202;
        position: absolute;
        margin: 0px 34px;
        top: 5%;
    }
}

@media (max-width: 767px) {
    .contented-line {
        height: 88%;
        border-left: 1px solid #bf0202;
        position: absolute;
        margin: 0px 25px;
        top: 5%;
    }
}


/* Our Mission  */
@media screen and (max-width: 991px) {
    .residential-slider button.slick-next.slick-arrow {
        top: -67px;
    }

    .residential-slider button.slick-prev.slick-arrow {
        top: -67px;
    }
}

@media screen and (max-width: 767px) {
    .residential-slider button.slick-prev.slick-arrow {
        top: 43%;
        width: 35px;
        height: 35px;
        left: -5%;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .residential-slider button.slick-next.slick-arrow {
        top: 43%;
        right: -5%;
        width: 35px;
        height: 35px;
    }
}

.downloads-cards {
    transition: all 0.2s;
    border-radius: 10px;
    /* border: none; */
}

.downloads-cards:hover {
    box-shadow: 2px 2px 5px 5px #c5c5c578;
    transition: all 0.3s;
}

.wallpaper_size_moblie_screen {}

@media screen and (max-width: 767px) {
    .wallpaper_size_moblie_screen {
        width: 100%;
    }
}

@media screen and (max-width: 1140px) {
    .wallpaper_size_moblie_screen {
        /* width: 40%; */
    }
}

.wallpaper_text {
    font-family: var(--font-title);
}

.yotu-pagination-top {
    display: none !important;
}

.yotu-playlist {
    padding: 0 !important;
}

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #CF0000;
    color: #fff !important;
}



.yotu-pagination-prev,
.yotu-button-prs,
.yotu-button-prs-1 {
    background-color: #CC0000 !important;
    color: white !important;
}

.yotu-pagination-current,
.yotu-pagination-total {
    color: #CC0000 !important;
}

.yotu-video-title {
    font-size: 18px !important;
}

/************ Downloads section ********************/
.share-mobile,
.share-desktops,
.share {
    position: absolute;
    top: 45%;
    width: 2.5%;
    text-align: center;
}

.share-mobile,
.share {
    left: 35%;
}

@media screen and (max-width: 1150px) {

    .share-mobile

    /* .share-desktops, */
        {
        top: 40%;
        left: 25%;
    }

    .share {
        top: 35%;
        left: 10%;
    }
}

@media screen and (max-width: 767px) {

    .share-mobile,
    .share-desktops,
    .share {
        top: 48%;
        left: 6%;
    }
}

/*pg Calendar css */

.pgcal-branding {
    display: none;
}

.pgcal-container .fc-list-event-time {
    display: none;
}

/* upcoming section heading*/
.upcoming_events {
    margin-top: 50px !important;
}


/* Letest Upadate Section */
.latest-updates-section {
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;

    .slide-container {
        &>.update-inner-content {
            &>.card-wrapper {
                &>.swiper-slide {
                    border: none !important;

                    &>.update-section {
                        &>.update {
                            margin: 0 10px;
                            padding: 10px;
                            /* place-content: start; */
                            font-family: var(--font-title);
                            height: 100%;

                            &>.updateImg {
                                img {
                                    object-fit: cover !important;
                                }
                            }

                            &>.description {
                                position: relative;

                                &>.h4-common {
                                    margin-bottom: 0px;
                                    line-height: 1.2;
                                    margin-top: 15px;
                                }

                                &>.author-name-blog {
                                    margin-bottom: 0px;
                                    font-size: 16px;
                                    font-style: italic;
                                    color: gray;
                                    font-family: var(--font-title);
                                }

                                &>.introduction {
                                    &>.intro {
                                        color: #222222 !important;
                                        font-size: 18px;
                                        margin-bottom: 1px;

                                        &>a {
                                            &>.more-information {
                                                color: var(--color-primary) !important;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

    }

    .prev,
    .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding: 10px;
        background-color: rgb(0 0 0 / 16%);
        color: white;
        z-index: 9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s ease-in-out;

        &:is(:hover, :focus) {
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }
}

/* testimonial 2 */

.slide-container {
    .slide-content {
        &>.card-wrapper {
            &>.swiper-slide {
                &>.cards-section {
                    border-radius: 10px;
                    transition: transform 0.5s ease;
                    background-color: white !important;

                    &>.card {
                        margin: 0 10px;
                        padding: 30px;
                        place-content: flex-start;
                        font-family: var(--font-title);
                        height: 100%;
                        border: 0;

                        &>.header {
                            display: grid;
                            grid-template-columns: max-content auto;
                            margin-bottom: 5px;

                            &>img {
                                min-width: 100px;
                                height: 100px;
                                outline: 1px solid rgba(128, 128, 128, 0.295);
                                outline-offset: 2px;
                            }

                            &>.info-section {
                                margin: 50px 0 auto 0;
                                padding: 0 0 0 10px;

                                &>.name {
                                    color: #f26e0d;
                                    font-size: 18px;
                                    font-weight: 600;
                                    line-height: 1.5;
                                    margin-bottom: 0px;
                                }

                                &>.role {
                                    font-size: 15px;
                                    color: #000;
                                    line-height: 1.5;
                                    /* margin-bottom: 23px; */
                                    font-family: var(--font-default);
                                }
                            }

                            &>.star-section {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: absolute;
                                top: 117px;

                                &>i {
                                    margin-top: 20px;
                                    margin-right: 5px;
                                    font-size: 17px;
                                    color: #f26e0d;
                                }
                            }
                        }

                        &>.description {
                            margin: 25px 0 70px 0;
                            font-size: 15.7px;
                            /* word-spacing: 3px; */
                            font-family: "BentonSans";
                            letter-spacing: 0px;
                            color: #333;
                            position: relative;
                            line-height: 2;
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 1366px) {
    .slide-container {
        .slide-content {
            &>.card-wrapper {
                &>.card {
                    &>.cards-section {
                        &>.card {
                            &>.header {
                                .info-section {
                                    margin: 50px 0 auto 0;
                                    padding: 0 0 0 10px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1066px) {
    .slide-container {
        .slide-content {
            &>.card-wrapper {
                &>.card {
                    &>.cards-section {
                        &>.card {
                            &>.header {
                                .info-section {
                                    margin: 27px 0 auto 0;
                                    padding: 0 0 0 10px;
                                }

                                &>.star-section {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    position: absolute;
                                    top: 117px;

                                    &>i {
                                        margin-top: 20px;
                                        margin-right: 5px;
                                        font-size: 17px;
                                        color: #f26e0d;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


.app-embed footer {
    display: none !important;
}

.app-embed #btn-branch-call-fab {
    display: none !important;
}

.app-embed .main-header-bar {
    display: none !important;
}

/* Event Page Filter Section */
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px !important;
    padding: 0px 15px !important;
    font-size: 12px;
    font-weight: 500;
    margin-right: 9.75px;
    margin-bottom: 3.75px;
    background-color: #cc0000 !important;
    border: none !important;
    color: #fff;
    word-break: break-all;
    margin: 5px !important;
    box-sizing: border-box;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0px !important;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    font-size: 14px;
    min-height: 27px !important;
    overflow: hidden;
}

.choices__button {
    border-left: none !important;
}

.branch-name_tag {
    padding: 5px 0;
    vertical-align: top !important;

    .tag-icon {
        vertical-align: top !important;
        margin-left: 5px;
        font-size: 12px;

    }

    a {
        color: black;
        vertical-align: middle !important;
        font-size: 13px;
    }
}

/* Social Media icons */

.share-items-wrapper {
    .share-items {
        position: relative;
        display: inline-block;

        .share-item {
            font-size: 24px;
            padding: 0 5px;
        }
    }
}

@media screen and (max-width: 768px) {
    .share-item {
        font-size: 26px;
    }
}

.copy-tooltip {
    visibility: visible;
    color: #cc0000;
    text-align: start !important;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    gap: 0px !important;
    bottom: 0%;
    right: -52%;
    /* transform: translateX(-60%); */
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 14px;
}

.copy-tooltip:hover {
    color: #000;
    transition: all 0.3s;
}

.copyText {
    position: absolute;
    font-size: 14px;
    transform: translateX(-21%);
}

/* Fee Structure */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-information-box {
    background-color: #fffcf9;
}

td {
    background-color: #fffcf9;
}

th {
    background-color: #e2dedd;
    font-weight: bold;
}

caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* CTA Admssion Page Video section */

.videoSection {
    height: 100%;
    width: 100%;
    /* aspect-ratio: 16/9; */

    .iframes {
        width: 100%;
        height: 670px;
        object-fit: cover;
        filter: brightness(70%);
        pointer-events: none !important;
        margin-bottom: 75px;
    }

    @media (max-width: 768px) {

        /* For tablets and smaller screens */
        .iframes {
            height: 375px;
            margin-bottom: 0px;
        }
    }

    @media (max-width: 480px) {

        /* For mobile screens */
        .iframes {
            height: 200px;
        }
    }
}

@media (max-width: 480px) {

    /* For mobile screens */
    .videoSection {
        height: 100%;
    }
}



.counter-container {
    font-size: 48px;
    font-weight: bold;
    font-family: var(--font-title);
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 2px;
}

@media (max-width: 480px) {
    .counter-container {
        font-size: 30px;
        text-align: center;
        justify-content: center;
    }

    .legacy {
        margin-top: 25px;
    }


}

.odometer {
    display: flex;
    gap: 5px;
    /* spacing between digit columns */
}

/* Each digit container */
.digit-wrapper {
    position: relative;
    overflow: hidden;
    width: 26px;
    /* Digit width */
    height: 72px;
    /* Digit height */
    background: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner container that slides */
.digit-wrapper .digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: transform 1.5s ease-in-out;
}

/* Each number inside the digit column */
.digit-wrapper .digit-inner div {
    height: 80px;
    line-height: 78px;
    font-size: 50px;
}

.book-campus-details-bar {
    hr {
        color: white !important;
        border-top: 2px solid white !important;
        opacity: 1;
        margin-bottom: 25px;
    }

}

/* Styling for the circle images */
.educationWithValues {

    .circle-container {
        text-align: center;
        position: relative;
    }

    .circle-img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        object-fit: cover;
        padding: 5px;
        border: 2px double #000;
    }

    /* Styling for the label below the image */
    .text-label {
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #8f1909;
        color: white;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        font-family: var(--font-title);
    }

    .symbol {
        font-size: 40px;
        font-weight: bold;
        margin: 0 15px;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {

    .educationWithValues {

        .text-label {
            font-size: 14px;
            padding: 4px 10px;
        }

        .symbol {
            font-size: 30px;
            margin: 0 10px;
        }
    }

}

@media (max-width: 480px) {
    .educationWithValues {

        .d-flex {
            flex-direction: column;
        }

        .text-label {
            font-size: 18px;
            padding: 5px 10px;
        }

        .symbol {
            font-size: 25px;
            margin: 10px 0;
        }

    }
}


@media (max-width: 768px) {
    .rc-anchor-logo-portrait {
        margin: 10px 0px 0px 0px !important;
    }
}


/* /Responsibility Section/ */
.section-title {
    font-weight: bold;
}

.highlights_text {
    color: #cc0000 !important;
    font-weight: 900;
}

/* Responsibility Section */
.responsibility-section,
.trust-independence-section {
    padding: 20px 0;

    .responsibility-image img {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 20px;
        box-shadow: 1px 5px 4px 0px #33333357;
    }
}

.act-btn {
    margin-top: 24px;
    padding: 8px 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    transition: all 0.3s ;
    font-size: 20px;
    display: inline-block;
    font-family: var(--font-title);
}

.act-btn:hover {
    transition: 0.3s;
    background-color: #cc0000;
    color: white;
}

/* activities Section */
.activities-section {
    padding: 40px 0;
}

.activities-card {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.activities-image,
.gift-image {
    width: 100%;
    max-width: 360px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.activities-image img,
.gift-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.activities-description {
    padding: 5px 10px;
    border-radius: 10px;
    position: absolute;
    width: 70%;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    text-align: center;
    font-family: var(--font-title);
    font-size: 18.5px;
}

/* Background Colors */
.bg-yellow {
    background-color: #ffc711;
    color: #000;
}

.bg-red {
    background-color: #bb1013;
}

.bg-teal {
    background-color: #1dbcc1;
    color: #000;
}

.bg-green {
    background-color: #05980a;
}

.bg-orange {
    background-color: #fd9f08;
    color: #000;
}

.bg-purplle {
    background-color: #85379f;
}

.bg-dark-orange {
    background-color: #ca4a23;
}

.bg-dark-blue {
    background-color: #030c2a;
}

.rewards-bg-image {
    background-image: url("https://gurukul.org/wp-content/uploads/2025/04/middle-image-Medium.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.466);
    /* Dark overlay */
    background-blend-mode: darken;
    padding: 25px 0;
}

.reward-image {
    background-color: #ffffff;
    /* border-radius: 20px; */
}

.reward-image {
    p {
        color: #000000;
        font-family: var(--font-title);
        font-size: 22px;
    }
    h2{
        color: #000000;
        
    }
}

.gift-image {
    padding: 10px 0;
    width: 100%;
    max-width: 300px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.gift-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(6px 12px 1px #53525221);
    border-radius: 20px;
}

.activities-form-section {
    background-color: #000000;
}

.submit-arrow {
    font-weight: 700 !important;
    background: -webkit-linear-gradient(#00000088, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.des-content {
    font-size: 24px;

    font-family: var(--font-title);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .activities-image {
        max-width: 420px;
        height: 430px;
    }

    .activities-description {
        width: 60%;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .activities-image {
        max-width: 350px;
        height: 380px;
    }

    .activities-description {
        width: 55%;
        font-size: 18px;
    }
}

@media (max-width: 476px) {

    .section-title {
        font-weight: bold;
        font-size: 30px;
    }

    .activities-image {
        max-width: 350px;
        height: 380px;
    }


    .des-content {
        font-size: 16px;
    }

    .activities-description {
        width: 70%;
    }
}