/***************** GOOGLE FONT IMPORT ***********************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

html {
    font-size: 16px;
}

:root {
    --purple: #631B5D;
    --orange: #F7B310;
    --lightyellow: #FDE8B6;
    --white: #fff;
    --black: #2D2D2D;
    --gray: #F3F3F3;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
}

.custom-height {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mt-40 {
    margin-top: 40px !important;
}

.slick-arrow {
    background-color: #92539B !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    color: #000 !important;
}

.slick-next {
    right: 45% !important;
    top: 107% !important;
}

.slick-prev {
    left: 45% !important;
    top: 107% !important;
}

.main-bg {
    background-image: url('/assets/website/images/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/**********************  Header SECTION STYLE Start ***********************/

.btn.MblIcon {
    display: none;
}

.primary-btn {
    background-color: var(--purple) !important;
    font-size: 1rem !important;
    color: var(--white) !important;
    box-shadow: 2px 4px 6px 0px rgba(80, 74, 74, 0.5);
    padding: 10px 10px !important;
}

.secondry-btn {
    background-color: var(--orange) !important;
    font-size: 1rem !important;
    color: var(--purple) !important;
    margin-left: 30px;
    padding: 10px 20px !important;
    box-shadow: 2px 4px 6px 0px rgba(80, 74, 74, 0.5);
    font-weight: 500 !important;
}


/*.Header-Wrap .navbar-nav{
	margin-right: 5%;
}*/

.Header-Wrap .navbar-nav .nav-item {
    padding: 0px 10px !important;
}

.Header-Wrap .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--purple) !important;
    transition: .2s all ease-in;
}

.Header-Wrap .navbar-nav .nav-link:hover {
    color: var(--orange) !important;
    transition: .2s all ease-in;
}

.Header-Wrap .navbar-nav .nav-link.active {
    color: var(--orange) !important;
}

.Header-Wrap .search {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    background-color: var(--lightyellow);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Header-Wrap .search img {
    height: 22px !important;
    width: auto;
}

.Header-Wrap .navbar-brand img {
    width: auto;
    height: 70px !important;
}

.Header-Wrap.fixed-top {
    background-color: var(--purple);
}

.Header-Wrap.fixed-top .navbar-nav .nav-link {
    color: var(--white) !important;
}

.Header-Wrap.fixed-top .navbar-nav .nav-link:hover {
    color: var(--orange) !important;
}

.Header-Wrap.fixed-top .navbar-nav .nav-link.active {
    color: var(--orange) !important;
}

.Header-Wrap .fixed-logo {
    display: none;
}

.Header-Wrap.fixed-top .fixed-logo {
    display: block;
}

.Header-Wrap.fixed-top .d-logo {
    display: none;
}

.Header-Wrap.fixed-top .primary-btn {
    background-color: var(--orange) !important;
}

.btn.MblIcon .fa.fa-bars {
    font-size: 30px;
    color: var(--purple);
}

.Header-Wrap.fixed-top .btn.MblIcon .fa.fa-bars {
    color: var(--white);
}

.Header-Wrap.fixed-top .nav-link.dropdown-item {
    color: var(--purple) !important;
}


/********* MEGA MENU ****************/

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 2px 2px 7px -3px;
    padding: 10px;
}

.nav-link.dropdown-item {
    padding: 3px 0px;
}


/* .reviewcard-wrap .slick-next {
    		right: -17px !important;
	}
.reviewcard-wrap .slick-prev {
    left: -16px !important;
    z-index: 1;
} */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


/* ============ mobile view .end// ============ */


/**************** MOBILE HEADER STYLE ***************/

#offcanvasScrolling {
    background-image: url('/assets/website/images/hero-bg.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.offcanvas-body .Header-Wrap.fixed-top .navbar-nav .nav-link {
    color: var(--purple) !important;
}

.offcanvas-body .Header-Wrap.fixed-top {
    background-color: transparent !important;
}

.offcanvas-body .fixed-top {
    position: unset;
}

.offcanvas-body .btn.primary-btn {
    display: block;
}

.mbl-links {
    display: flex;
    margin: 21px 0px;
}


/**************** MOBILE HEADER STYLE END***************/


/**********************  Header SECTION STYLE END ***********************/


/******************* SEARCH MODAL STYLE *************************/

.modal.show .modal-dialog {
    transform: none;
    max-width: 700px;
}

.lmssearch {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.lmssearch input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid var(--purple);
}

.lmssearch input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.lmssearch .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.lmssearch button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: var(--purple) !important;
    border: none;
}

.lmssearch button:hover {
    background: var(--orange) !important;
}

.modal-dialog-scrollable .modal-body {
    height: 300px;
}


/******************* SEARCH MODAL STYLE END*************************/


/**************** HERO SECTION NEW SLIDES STYLE HERE *************************/

.hero-wrap {
    width: 100%;
    padding: 20px 0px !important;
}

.hero-wrap .slick-slide img {
    border-radius: 0% !important;
}

a.Ser-btn button {
    background-color: #fff !important;
    color: #0274B8 !important;
    border-radius: 7px !important;
}

.services-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.services-wrap .service-left {
    width: 50%;
}

.services-wrap .service-left h3 {
    font-size: 40px;
    color: var(--purple);
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.services-wrap .service-left p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 12px;
    color: var(--black);
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize;
    text-align: left;
    padding-right: 60px;
}

.service-left .btn-wrap {
    margin-top: 40px;
}

.service-right {
    width: 50%;
}

.quicktest-btns a,
.past_btns_wrap a {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 800px) {
    .hero-wrap {
        padding: 50px 20px !important;
    }
    .services-wrap {
        flex-direction: column;
        text-align: center;
    }
    .services-wrap .service-left {
        width: 100%;
    }
    .service-right {
        width: 50%;
    }
}


/* @media(max-width:575px){
.reviewcard-wrap .slick-prev {
    left: 0 !important;
    z-index: 1;
}
.reviewcard-wrap .slick-next {
    right: 0 !important;
}
} */

@media only screen and (max-width: 480px) {
    .hero-wrap {
        padding: 50px 10px !important;
    }
    .services-wrap .service-left h3 {
        font-size: 24px;
    }
    .services-wrap .service-left p {
        font-size: 12px;
    }
    .service-right {
        width: 100%;
        margin-top: 20px;
    }
}


/**************** HERO SECTION NEW SLIDES STYLE END *************************/


/******************** COUNTER SECTION CSS Start *****************************/

.wow {
    background-color: var(--lightyellow);
    padding: 10px 0px;
}

.counter-section i {
    display: block;
    margin: 0 0 10px
}

.counter-section span.counter {
    font-size: 30px;
    color: var(--purple);
    line-height: 35px;
    display: block;
    letter-spacing: 2px;
    font-weight: 700;
}

.counter-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--purple);
}

.counter-icon {
    top: 25px;
    position: relative
}

.counter-style2 .counter-title {
    letter-spacing: 0.55px;
    float: left;
}

.counter-style2 span.counter {
    letter-spacing: 0.55px;
    float: left;
    margin-right: 10px;
}

.counter-style2 i {
    float: right;
    line-height: 26px;
    margin: 0 10px 0 0
}

.counter-subheadline span {
    float: right;
}

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}


/******************** COUNTER SECTION CSS END ********************************/


/******************** subjects SECTION CSS start *****************************/

.subject-card {
    padding: 15px;
    transition: .2s all ease;
}

.subject-card:hover .sub-content {
    transition: .2s all ease;
    box-shadow: 2px 4px 6px 0px rgba(80, 74, 74, 0.5);
}

.subject-card .sub-img {
    width: 130px;
    height: 130px;
    background-color: var(--gray);
    padding: 10px;
    border-radius: 100%;
    border: 10px solid #fff;
    margin: 0 auto;
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.subject-card .sub-img img {
    border-radius: 100%;
}*/

.subject-card .sub-content {
    background-color: var(--gray);
    padding: 40px 20px;
    position: relative;
    border-radius: 10px;
}

.sub-content h3 {
    font-size: 1.125rem;
    color: var(--purple);
    font-weight: 600;
}

.sub-content-subject p {
    font-size: 14px;
    color: var(--purple);
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 84px;
    margin-bottom: 0px;
}

.content-for-exams p {
    font-size: 14px;
    color: var(--purple);
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 105px;
    margin-bottom: 0px;
}

.sub-content .sub-btn {
    margin-top: 1.2rem;
    font-size: 1rem !important;
    box-shadow: 1px 4px 9px 2px rgba(80, 74, 74, 0.5);
}

.sub-content .sub-right {
    position: absolute;
    right: -30px;
    top: 15%;
    z-index: -1;
}

.sub-content .sub-bottom {
    position: absolute;
    bottom: -30px;
    right: 10px;
    z-index: -1;
}

.paper-right {
    position: relative;
    padding-top: 15%;
}

.paper-right .quote-bg {
    position: absolute;
    top: 30px;
    left: 60px;
}

.paper-right h3 {
    color: var(--purple);
    font-size: 2rem;
}

.paper-right p {
    color: var(--black);
    font-size: 1rem;
    margin: 20px 0px;
    text-align: justify;
}

.paper-right .papr-btn {
    margin: 0px !important;
    margin-top: 30px;
}

.mock-paper {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.mock-paper img {
    width: 400px !important;
    height: auto;
}


/************** WHY CHOOSE US SECTION STYLE Start ******************/

.section-heading {
    position: relative;
}

.section-heading img {
    width: 120px;
    height: 92px;
}

.section-heading h3 {
    color: var(--purple);
    font-size: 2rem;
    font-weight: bold;
    margin-top: -40px;
}

.whychoose-wrap {
    position: relative;
}

.whychoose-wrap::before {
    content: "";
    background-image: url("/assets/website/images/choose-bg.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .3;
}

.whychoose-wrap .choose-card {
    padding: 0px !important;
}

.choose-content {
    box-shadow: 2px 3px 10px 0px rgba(80, 74, 74, 0.5);
    border-radius: 25px !important;
    background-color: var(--white) !important;
    border: 2px solid var(--purple);
    padding: 60px 20px 20px 20px !important;
    height: 246px;
}

.choose-content h3 {
    font-size: 1.1rem;
    color: var(--purple);
    font-weight: 600;
    height: 42px;
}


/* .choose-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 105px;
    margin-bottom: 0px;
} */

.whychoose-wrap .choose-img {
    background-color: var(--orange) !important;
    margin-bottom: -49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-img img {
    width: auto;
    height: 65px;
}


/****************** WHY CHOOSE US SECTION END **********************/


/************** Products section start ************************/

.card.bundles-card {
    box-shadow: none;
    border: none !important;
}

.product-card img {
    padding: 28px 47px;
}

.product-card .card-title {
    color: var(--purple);
    font-size: 1.25rem;
    /*padding: 0px 25px;*/
}

.p-detail {
    list-style: none;
}

.p-detail li {
    background-image: url("/assets/website/images/tick-icon.png");
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px 5px 30px;
    background-position: left 15px;
}

.card-body>p {
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 14px;
    height: 126px;
}

.product-card .card-body a {
    margin-top: 20px;
}

.card.product-card {
    border: none;
    box-shadow: 1px 1px 7px 0px rgba(80, 74, 74, 0.5);
    border-radius: 10px;
}

.prd-bg {
    position: absolute;
    top: -15px;
    left: -5px;
    z-index: -1;
    height: 300px !important;
    width: auto;
}


/************** Products section END ************************/


/************** PAST Papers section Start *******************/

.pastpaers-wrap {
    margin-top: 30px;
    padding: 60px 0px;
    position: relative;
}

.pastpaers-wrap::before {
    background-image: url("/assets/website/images/pastpaer-bg.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    content: "";
}

.paper-card {
    background-color: var(--white) !important;
    position: relative;
    border: 1px solid var(--purple);
    border-radius: 10px;
    padding: 20px 10px;
    font-size: 14px;
}

.paper-card img {
    width: auto;
    height: 100px;
    margin: 0 auto;
}


/*.view-link {
	font-size: 18px;
	color: var(--purple);
	font-weight: 700;
	text-decoration: none;
	transition: .2s all ease;
	z-index: 1;
	position: relative;
}
.view-link:hover {
	color: var(--orange);
	transition: .2s all ease;
}*/

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    z-index: 1 !important;
    position: relative !important;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
    top: -14px;
    font-size: 30px;
}


/********** Past paers section End ****************/


/*********** REVIEW SECTION CSS START *************/

.card.review-card {
    padding-top: 30px;
    background-color: var(--lightyellow);
    border: none;
    border-radius: 20px;
}

.review-card .card-img-top {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
}

.review-card .card-title {
    color: var(--purple);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    height: 43px;
}

.review-inner {
    padding: 10px;
}

.star-rating .checked {
    color: orange;
}


/********* REVIEW SECTION CSS START ******************/


/********* ABOUT SECTION START **************/

.about-right {
    margin-left: 0% !important;
}

.about-right .quote-bg {
    left: 0 !important;
    top: 15px !important;
}

.about-contact {
    list-style: none;
    padding: 0px;
}

.about-contact li {
    padding: 8px 0px;
}

.about-contact li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    transition: .2s all ease;
}

.about-contact li a:hover {
    transition: .2s all ease;
    color: var(--orange);
}

.about-contact li a img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.about-pic {
    display: flex;
    align-items: end;
    justify-content: center;
}

.about-pic img {
    width: 400px;
    height: auto;
}


/********* ABOUT SECTION END**************/


/************ VIDEO SECTON START *************/

.videoSection-wrap {
    background-image: url("/assets/website/images/video-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 50px 20px;
    margin-top: 70px;
}

#myvideo {
    width: 70%;
    height: auto;
}

.videoIcon {
    width: auto !important;
    height: 460px !important;
    margin-left: 100px;
}

.videoSection-wrap h3 {
    font-size: 20px;
    color: var(--purple);
}


/************ VIDEO SECTON END *************/


/********** Website Footer Section Start ****************/

.footer {
    background-image: url('/assets/website/images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    color: white;
}

.footer h3 {
    font-size: 22px;
    font-weight: 600;
}

.footer ul li {
    padding: 5px 0px;
}

footer.footer ul li a {
    color: white;
    text-decoration: none;
    transition: .2s all ease-in;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.footer ul.social li a {
    background-color: white;
    color: #8A4F93 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer ul.social li a:hover {
    background-color: #F7B310;
}

.footer ul.social li a:hover span {
    color: #fff !important;
}

.footer ul.social li {
    margin-right: 10px;
}

footer.footer ul li a:hover {
    color: var(--orange);
    transition: .2s all ease-in;
}

.footer ul.lms-contactus li a span {
    margin-right: 15px;
    background-color: white;
    color: #8A4F93 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer ul.lms-contactus li {
    margin-left: 30px;
}


/********** Website Footer Section END ****************/


/*********************************** 11+ practice paper Page Start *******************************************/

.breadcrumb-bg {
    background-image: url('/assets/website/images/11+practice-bg.png') !important;
    background-position: bottom center;
}

.service-right.brd-right img {
    width: 350px;
    height: auto;
}

.prac_btns_wrap .primary-btn {
    text-decoration: none;
    display: inline-block;
    /* margin-right: 15px; */
    border-radius: 10px;
    transition: .2s all ease-in;
    box-shadow: none;
    font-size: 14px !important;
    max-width: 240px;
    margin-bottom: 0px;
    min-width: 280px;
}

.prac_btns_wrap .primary-btn.active {
    background-color: var(--orange) !important;
}

.prac_btns_wrap .primary-btn:hover {
    transition: .2s all ease-in;
    background-color: var(--orange) !important;
}

.row.bg-child-dashboard-img {
    background-image: url(/assets/website/images/hero-bg.png);
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 25px 0px;
    background-size: cover;
}

.welcome-text {
    font-size: 40px;
    color: #631B5D;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
    padding-left: 20px;
}

.question-title-hlpSheet {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    color: #631B5D;
    padding-bottom: 15px;
    font-weight: 600;
}

.question-title-hlpSheet-link {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif !important;
    color: #631B5D;
    background: #EFE7EE;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
}

.question-title-hlpSheet-link .pdf-img img {
    width: 40px;
}

.question-title-hlpSheet-link a {
    font-size: 18px;
    color: #631B5D;
    font-weight: 500;
}

.helpSheet-video {
    width: 100%;
    border-radius: 10px;
    height: 220px;
}

.helpSheet-section-wrap {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.lmssearch.prac-search {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.lmssearch.prac-search input {
    height: 50px !important;
}

.lmssearch.prac-search .btn-primary {
    height: 40px !important;
}

.practice-filter-wrap {
    background-image: url("/assets/website/images/practiceFilter-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.Prac_sub_inner {
    text-align: center;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 10px;
}

.Prac_sub_inner h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--purple);
}

.Prac_sub_inner img {
    width: auto;
    height: 150px;
}

.Sub_Eng {
    background-color: #E5CAE3;
}

.Sub_math {
    background-color: var(--lightyellow);
}

.Sub_vr {
    background-color: #D2F1D4;
}

.Sub_nvr {
    background-color: #D1EBFB;
}

.prac_content p {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.prac_form_heading h3 {
    font-size: 25px;
}

.pracform-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.pracform-wrap input,
.pracform-wrap select {
    height: 48px;
    border-color: var(--purple);
    box-shadow: 0px 2px 5px -3px;
}

.pracform-wrap textarea {
    border-color: var(--purple);
    box-shadow: 0px 2px 5px -3px;
}

.checkout-reviews-detail {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    min-height: 210px;
}

textarea:focus,
input:focus,
button:focus,
div:focus,
p:focus,
.pracform-wrap select:focus {
    outline: none !important;
    border-color: var(--purple) !important;
    box-shadow: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: transparent !important;
}


/********************* Past Paers Page Start *****************************/

.past_btns_wrap .primary-btn {
    width: 240px !important;
    max-width: 100% !important;
}

.past-right img {
    width: 250px !important;
    height: auto !important;
}

.resource-wraper-container {
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    border-color: var(--lightyellow);
}

.resource-content {
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
}

.resource-content .resource-title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.resource-content .resource-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resource-content .double-wraper {
    position: relative;
}

.resouce-item-container {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff5f4;
    padding: 10px;
    border-radius: 5px;
}

.resouce-item-container .right {
    display: flex;
    align-items: center;
}

.name.text-overflow-ellipsis {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.resouce-item-container .right .icon-btn img {
    width: auto;
    height: 35px;
}

.split-line {
    height: 40px;
    border: 1px solid var(--lightyellow);
    position: absolute;
    left: 50%;
}

.resource-wraper-container .sch-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--purple);
}

.resource-wraper-container .sch-desc {
    color: var(--orange);
    font-size: 18px;
    font-weight: 500;
}

.school-intro h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0px;
    color: var(--purple);
}

.school-intro p {
    text-align: justify;
    font-size: 1rem;
}


/**************** School Detail Page Start *****************************/

.fixed-right-content {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
}

#right-side {
    position: sticky;
    top: 0;
    height: 100%;
}

.heading-title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: var(--purple);
}

.element-custom-title {
    color: var(--purple);
    font-size: 24px !important;
    font-weight: 600 !important;
}

.element-custom-titleBit {
    color: var(--purple);
    font-size: 20px;
    font-weight: 600;
}

.element-custom-para {
    font-size: 16px;
    text-align: justify;
}

.custom-unordered-list li::marker {
    font-size: 20px;
}

.summary-detail {
    font-size: 16px;
    margin-bottom: 15px;
}

.summary-detail span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}

.bundles-wraper {
    box-shadow: 0px 1px 7px -4px;
    padding: 20px;
    border-radius: 10px;
}

.recomended-products .slick-list .slick-track .slick-slide {
    padding: 10px !important;
}


/******************** MOCK EXAM PAGE *********************/

.mock-exam-table tr th,
.mock-exam-table tr td {
    font-size: 22px;
    padding: 20px;
    border: 1px solid #DFDFE7;
    background: transparent;
    vertical-align: middle;
    color: var(--purple);
}

.mock-exam-table tr td {
    font-weight: 500;
}

.benf-inner {
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 5px -2px;
    height: 100%;
}

.benf-inner img {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
}

.benf-inner h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--purple);
}

.benf-inner p {
    color: #000;
    font-size: 14px;
}

.mock-exam-wrap {
    margin: 30px 10px;
}

.exam-inner {
    padding: 50px;
    border-radius: 10px;
    border-left: 20px solid var(--purple);
    background-color: #F8F8F8;
}

.exam-inner h4 {
    color: var(--purple);
    font-weight: 500;
}

.exam-inner h5 {
    color: var(--purple);
}

.exam-inner p b {
    margin-right: 10px;
    color: var(--purple);
}

.exam-inner .exam-btn {
    margin: 0px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: none !important;
}

.exam-thumbnail {
    width: 280px;
    height: auto;
}


/********** READING CLUB PAGE START ***************/

.element-title {
    font-size: 18px;
    font-weight: bolder;
    color: var(--purple);
}

.element-heading {
    font-size: 30px;
    font-weight: 700;
}

.list-detail {
    font-size: 1rem;
    margin-bottom: 8px;
}

.course-price {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--orange);
}

.course-duration {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.booking-form {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    padding: 20px;
}

.slots {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.form-heading {
    font-size: 34px;
    font-weight: bolder;
    margin: 15px 0px;
}

.form-title {
    font-size: 17px;
    color: #707070;
    font-weight: 400;
}

.form-title>span {
    color: red;
}

.custom-input {
    padding: 8px 12px !important;
}

.buy-now-btn {
    background-color: var(--lightyellow);
    border-radius: 6px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    width: 100%;
    padding: 16px 24px;
    border: none;
}

.sub-heading {
    color: #808285;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}

.info-tag {
    color: #808285;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}

.contact-sub-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.contact-btn {
    background-color: #FFF2EC;
    padding: 15px 20px;
    border-radius: 8px;
}

.quicktest-btns .primary-btn {
    width: auto;
    max-width: 100%;
}


/*************** Bundle Detail Page Css *****************/

.bndl-detail {
    padding: 40px 0px;
}

.bread-wrap a {
    color: var(--purple);
    font-weight: 500;
    transition: .3s all ease;
}

.bread-wrap a:hover {
    color: var(--orange);
}

.bread-wrap span {
    color: var(--orange);
    font-weight: 500;
    transition: .3s all ease;
}

.bndl-detail .bndl-title {
    color: var(--purple);
    font-weight: 700;
    padding: 15px 0px;
    font-size: 2.3rem;
}

.checked {
    color: orange;
}

.review-wrap {
    display: flex;
    align-items: baseline;
    padding: 0px 0px 15px 0px;
}

.review-wrap p {
    margin-right: 20px;
    font-weight: 600;
    font-size: 18px;
}

.pric-wrap {
    display: flex;
    align-items: center;
}

.pric-wrap .price {
    width: 50%;
}

.price del {
    font-size: 20px;
    color: red;
}

.price span {
    margin-left: 10px;
    font-size: 30px;
    color: var(--purple);
    font-weight: 500;
}

.buy-btn.primary-btn {
    box-shadow: none;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    max-width: max-content;
    transition: .3s all ease;
    display: block;
    margin-top: 5px;
    min-width: auto;
    padding: 10px 20px !important;
}

.buy-practice.primary-btn {
    box-shadow: none;
    border-radius: 10px;
    width: auto;
    text-align: center;
    max-width: 190px;
    transition: .3s all ease;
    display: block;
}

.buy-practice.primary-btn:hover {
    background-color: var(--orange) !important;
    transition: .3s all ease;
    color: #fff;
}

.buy-btn.primary-btn:hover {
    background-color: var(--orange) !important;
    transition: .3s all ease-in;
}

.whychoose-wrap.bndl-feature::before {
    display: none !important;
}


/*MEDIA QUERY START*/


/* grammer school list start */

.gammer-school-list-tbl {
    width: 100%;
}

.gammer-school-list-tbl tr td {
    border: 1px solid #000;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
}

.gammer-school-list-tbl tr th {
    border: 1px solid #000;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    /* Move the search input to the right */
    margin-bottom: 10px;
    /* Add space below the search input */
}

#grammar-school-table_filter {
    width: 30%;
}

#grammar-school-table_filter label {
    width: 100%;
}

#grammar-school-table_filter label input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
}

@media only screen and (max-width: 1224px) and (min-width: 992px) {
    .Header-Wrap .search {
        height: 30px;
        width: 30px;
    }
    .Header-Wrap .search img {
        height: 16px !important;
    }
    .Header-Wrap .navbar-nav .nav-link {
        font-size: 0.7rem;
    }
    .primary-btn {
        font-size: 0.7rem !important;
        padding: 10px 10px !important;
    }
}

@media(max-width:1200px) {
    .MBL-icon-respon {
        display: block !important;
        border: none !important;
    }
    .navbar-nav-responsive {
        display: none !important;
    }
    .navbar-collapse-respon {
        justify-content: end !important;
    }
}

@media only screen and (max-width: 991px) {
    .footer ul.lms-contactus li {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .btn.MblIcon {
        display: block;
        border: none;
    }
    .primary-btn {
        font-size: 0.8rem !important;
    }
    .secondry-btn {
        font-size: 0.8rem !important;
    }
    .services-wrap .service-left h3 {
        font-size: 30px;
    }
    .services-wrap .service-left p {
        font-size: 14px;
    }
    .mock-paper {
        justify-content: center;
    }
    .choose-content {
        height: auto;
    }
    .videoIcon {
        display: none;
    }
    #myvideo {
        width: 100%;
        height: auto;
    }
    .element-custom-title {
        font-size: 18px !important;
    }
    .element-custom-titleBit {
        font-size: 16px;
    }
    .heading-title {
        font-size: 32px;
    }
    .summary-detail span {
        font-size: 16px;
        font-weight: 600;
    }
    .preparing-form-wrap {
        border-radius: 12px;
        padding: 20px 10px;
        position: relative;
        text-align: center;
        background: rgb(255, 232, 251);
        background: linear-gradient(135deg, rgba(255, 232, 251, 1) 32%, rgba(240, 243, 255, 1) 63%);
        margin-top: 100px;
        margin-bottom: 40px;
    }
    .blog-order-1 {
        order: 2;
    }
    .blog-order-1 {
        order: 1;
    }
    .right-content-blog-detail {
        position: relative !important;
        top: 0px !important;
        height: 100%;
    }
}

@media only screen and (max-width:768px) {
    .element-custom-title {
        font-size: 16px !important;
    }
    .heading-title {
        font-size: 24px;
    }
    .summary-detail {
        font-size: 14px;
    }
    .choose-content h3 {
        font-size: 15px;
        color: var(--purple);
        font-weight: 600;
        height: 42px;
    }
    .landing-subjects-slider .slick-padding {
        padding: 15px;
    }
    .btn-slick-cu .slick-next {
        top: 110% !important;
        z-index: 1;
        right: 43% !important;
    }
    .btn-slick-cu .slick-prev {
        left: 43% !important;
        top: 110% !important;
        z-index: 1;
    }
    .landing-bundle-slider .slick-next {
        top: 120% !important;
        z-index: 1;
        right: 43% !important;
    }
    .landing-bundle-slider .slick-prev {
        left: 43% !important;
        top: 120% !important;
        z-index: 1;
    }
    .landing-choose-slider .slick-padding {
        padding: 10px;
    }
    .landing-choose-slider .slick-next {
        top: 110% !important;
        z-index: 1;
        right: 43% !important;
    }
    .landing-choose-slider .slick-prev {
        left: 43% !important;
        top: 110% !important;
        z-index: 1;
    }
    .whychoose-wrap {
        margin-bottom: 100px;
        margin-top: 60px;
    }
    .landing-logo-slider .slick-next {
        top: 140% !important;
        z-index: 1;
        right: 43% !important;
    }
    .landing-logo-slider .slick-prev {
        left: 43% !important;
        top: 140% !important;
    }
    .landing-logo-slider .slick-padding {
        padding: 10px;
    }
    .landing-logo-slider .paper-card {
        justify-items: center;
    }
}

@media(max-width:767px) {
    .sub-content h3 {
        font-size: 15px;
        color: var(--purple);
        font-weight: 600;
        height: 36px;
    }
    .content-for-exams p {
        font-size: 14px;
        color: var(--purple);
        font-weight: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        height: 168px;
    }
    .sub-content-subject p {
        font-size: 14px;
        color: var(--purple);
        font-weight: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        height: 130px;
        margin-bottom: 0px;
    }
}

@media(max-width:575px) {
    .content-for-exams p {
        font-size: 14px;
        color: var(--purple);
        font-weight: normal;
        overflow: unset;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        height: auto;
    }
    .sub-content h3 {
        font-size: 15px;
        color: var(--purple);
        font-weight: 600;
        height: auto;
    }
    .sub-content-subject p {
        font-size: 14px;
        color: var(--purple);
        font-weight: normal;
        overflow: unset;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        height: auto;
        margin-bottom: 0px;
    }
    .card-body p {
        max-height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        font-size: 14px;
        height: auto;
    }
    .pric-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .pric-wrap .price {
        width: 100%;
    }
    .buy-btn.primary-btn {
        box-shadow: none;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        max-width: max-content;
        transition: .3s all ease;
        display: block;
        margin-top: 5px;
        min-width: auto;
        padding: 10px 20px !important;
    }
    .buy-btn.primary-btn:last-child {
        margin: 0px !important;
        margin-right: 0px !important;
    }
    .bndl-detail .bndl-title {
        color: var(--purple);
        font-weight: 700;
        padding: 15px 0px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .secondry-btn {
        margin-left: 5px;
    }
    .services-wrap .service-left h3 {
        font-size: 28px;
    }
    .sub-content .sub-right {
        display: none;
    }
    .paper-right h3 {
        font-size: 1.4rem;
    }
    .prd-bg {
        display: none;
    }
    .container.c-padding {
        padding-top: 10px !important;
    }
    .mock-paper {
        margin-top: 30px !important;
    }
    .section-heading h3 {
        font-size: 1.6rem;
    }
    .footer ul.lms-contactus li {
        margin-left: 0px;
    }
    .nav-right {
        justify-content: left !important;
    }
    .reviewcard-wrap .slick-slide {
        margin: 10px;
    }
    .prac_btns_wrap .primary-btn {
        font-size: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
        margin-bottom: 0px !important;
    }
    .past_btns_wrap .primary-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
    .resource-content .resource-wraper {
        flex-direction: column;
    }
    .resouce-item-container {
        width: 100%;
        margin-bottom: 10px;
    }
    .split-line {
        display: none;
    }
    .lmssearch button {
        position: unset;
        margin-top: 10px;
        width: 100% !important;
        box-shadow: none !important;
    }
    .exam-inner {
        padding: 10px;
        border-left: 10px solid var(--purple);
    }
    .exam-inner h4 {
        font-size: 18px;
    }
    .exam-inner h5 {
        font-size: 16px;
    }
    .exam-inner p {
        font-size: 14px;
    }
    .quicktest-btns .primary-btn {
        width: 100%;
        max-width: 100%;
    }
}

.quest-bg-primary {
    background-color: #631B5D;
}


/* help sheet start */

.resouce-item-sheet {
    background-color: #fff5f4;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: block;
}

.subject-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--purple);
}

.type-icon .fa.fa-download {
    color: var(--orange);
    font-size: 30px;
}

.type-icon .fa.fa-lock {
    font-size: 30px;
    color: var(--orange);
}

.type-icon .fa.fa-unlock {
    font-size: 30px;
    color: var(--orange);
}

#cart-dropdown {
    display: none;
    /* Add additional styling as needed */
}

.card.bundle-card {
    height: 100%;
    padding: 5px 10px;
    border: none;
}

.card.bundle-card a {
    height: 100%;
    transition: 0.5s all ease-in-out;
}

.card.bundle-card a img:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.card.bundle-card a img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    border-radius: 5px;
}


/* help sheet end */

.static-line {
    font-size: 16px;
    color: rgb(99, 27, 93);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.bndl-desc ul p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.bundle_slider-set .slick-next,
.bundle_slider-set .slick-prev {
    z-index: 999;
}

@media(max-width:1200px) {
    .Prac_sub_inner h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--purple);
    }
}

@media(max-width: 991px) {
    .Prac_sub_inner h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--purple);
    }
    .slick-next {
        right: 43% !important;
        top: 107% !important;
    }
    .Header-Wrap .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        color: var(--purple) !important;
        transition: .2s all ease-in;
    }
    .slick-prev {
        left: 43% !important;
        top: 107% !important;
    }
}

@media(max-width:575px) {
    /* .bundle_slider-set .slick-next{
    right: 0px !important;
  }
  .bundle_slider-set .slick-prev {
    left: 0px !important;
} */
    .slick-next {
        right: 35% !important;
        top: 100% !important;
    }
    .slick-prev {
        left: 35% !important;
        top: 100% !important;
    }
    .btn-slick-cu .slick-next {
        top: 100% !important;
        z-index: 1;
        right: 35% !important;
    }
    .btn-slick-cu .slick-prev {
        left: 35% !important;
        top: 100% !important;
        z-index: 1;
    }
    .landing-bundle-slider .slick-next {
        top: 120% !important;
        z-index: 1;
        right: 35% !important;
    }
    .landing-bundle-slider .slick-prev {
        left: 35% !important;
        top: 120% !important;
        z-index: 1;
    }
    .landing-choose-slider .slick-next {
        top: 110% !important;
        z-index: 1;
        right: 35% !important;
    }
    .landing-choose-slider .slick-prev {
        left: 35% !important;
        top: 110% !important;
        z-index: 1;
    }
    .landing-logo-slider .slick-next {
        top: 140% !important;
        z-index: 1;
        right: 35% !important;
    }
    .landing-logo-slider .slick-prev {
        left: 35% !important;
        top: 140% !important;
    }
}

@media(max-width: 800px) {
    .services-wrap .service-left p {
        font-size: 14px;
        text-align: center;
        padding-right: 0px;
    }
}

.bundle_slider-set {
    margin-bottom: 80px;
}

.resouce-item-container .left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
}

.icon-btn {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.helpsheet-material {
    font-size: 16px !important;
    color: var(--purple) !important;
    font-weight: 400 !important;
}

.Header-Wrap .loginUser__img img {
    border-radius: 50%;
    width: 100%;
    height: 100% !important;
}


/* pricing plan-2 start */

.pricing6 {
    color: #000000;
}

.pricing6 span {
    font-size: 14px;
    font-weight: 600;
    color: var(--purple) !important;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
    color: #3e4555;
}

.pricing6 .font-weight-medium {
    font-weight: 500;
}

.pricing6 .bg-light {
    background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.pricing6 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgb(115 128 157 / 33%);
    box-shadow: 0px 0px 30px rgb(115 128 157 / 33%);
    height: 100% !important;
}

.pricing6 .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing6 .price-box .display-5 {
    line-height: 58px;
    font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
    font-size: 14px;
}

.pricing6 span.badge.btn-popular {
    background-color: #F7B310;
    padding: 10px 20px 10px 20px;
}

.pricing6 .icon-check:before {
    content: "\e080";
}

.pricing6 .pricing6 .card.card-shadow.border-0.mb-4 {
    height: 100%;
}

.pricing6 p.pricing-text {
    color: black;
    font-weight: 400;
    font-size: 14px;
}

.pricing6 h6.pricing-text-title {
    color: #631B5D;
}

.pricing6 i.fa.fa-check-square-o.text-primary {
    color: #631B5D;
}

.picing6 .card-body>p {
    height: auto !important;
}

.pricing6 .card-body .col-md-9 {
    align-self: center;
}


/* pricing plan-2 end */


/* herosection banner slider */

.crousal-hero-wrap .carousel-control-next-icon {
    border-radius: 7px;
    background-color: #631B5D;
    background-size: 18px;
}

.crousal-hero-wrap .carousel-control-prev-icon {
    border-radius: 7px;
    background-color: #631B5D;
    background-size: 18px;
}


/* Style for the video thumbnail container */

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}


/* Light overlay on the thumbnail */

.video-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Semi-transparent black overlay */
    transition: background 0.3s ease;
}


/* Hover effect to lighten the overlay */

.video-thumbnail:hover::before {
    background: rgba(0, 0, 0, 0.1);
}


/* Play button styling */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}


/* Play button hover effect */

.video-thumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 255, 255, 1);
}


/* Play button icon */

.play-button img {
    width: 75px;
}

.play-btn-wrap path {
    fill: #F7B310 !important;
}

.videoModal .modal-header {
    border: none;
}

.videoModal .modal-content {
    background-color: transparent;
    border: transparent;
}

.videoModal .modal.show .modal-dialog {
    max-width: auto;
}

.videoModal button.btn-close.p-0 {
    filter: invert(1);
}

.videoModal {
    background-color: rgb(0 0 0 / 57%) !important;
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .Header-Wrap .navbar-nav .nav-item {
        padding: 0px 5px !important;
    }
    div#navbarScroll {
        white-space: nowrap;
    }
}