/* @font-face {
    font-family: 'TAU-Marutham';
    src: url('/public/assets/fonts/TAU-Marutham.eot');
    src: local('TAU-Marutham'),
        url('/public/assets/fonts/TAU-Marutham.eot?#iefix') format('embedded-opentype'),
        url('/public/assets/fonts/TAU-Marutham.woff2') format('woff2'),
        url('/public/assets/fonts/TAU-Marutham.woff') format('woff'),
        url('/public/assets/fonts/TAU-Marutham.ttf') format('truetype'),
        url('/public/assets/fonts/TAU-Marutham.svg#TAU-Marutham') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'mukta_malarregular';
    src: url('/public/assets/fonts/muktamalar-regular-webfont.woff') format('woff2'),
         url('/public/assets/fonts/muktamalar-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

} */

@font-face {
    font-family: 'MaruthamRegular';
    src: url('../fonts/TAU-Marutham.eot')
        /* IE9 Compat Modes */
        , url('../fonts/TAU-Marutham.eot?#iefix') format('embedded-opentype')
        /* IE6-IE8 */
        , url('../fonts/TAU-Marutham.woff') format('woff')
        /* Modern Browsers */
        , url('../fonts/TAU-Marutham.woff2') format('woff2')
        /* Modern Browsers */
        , url('../fonts/TAU-Marutham.otf') format('opentype')
        /* Modern Browsers */
        , url('../fonts/TAU-Marutham.ttf') format('truetype')
        /* Safari, Android, iOS */
        , url('../fonts/TAU-Marutham.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MaruthamRegularNew';
    src: url('../fonts/TAU-Maruthamnew.eot')
        /* IE9 Compat Modes */
        , url('../fonts/TAU-Maruthamnew.eot?#iefix') format('embedded-opentype')
        /* IE6-IE8 */
        , url('../fonts/TAU-Maruthamnew.woff') format('woff')
        /* Modern Browsers */
        , url('../fonts/TAU-Maruthamnew.woff2') format('woff2')
        /* Modern Browsers */
        , url('../fonts/TAU-Maruthamnew.otf') format('opentype')
        /* Modern Browsers */
        , url('../fonts/TAU-Maruthamnew.ttf') format('truetype')
        /* Safari, Android, iOS */
        , url('../fonts/TAU-Maruthamnew.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Mukta Malar';
    src: url('../fonts/MuktaMalar-Bold.eot');
    src: url('../fonts/MuktaMalar-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MuktaMalar-Bold.woff2') format('woff2'), url('../fonts/MuktaMalar-Bold.woff') format('woff'), url('../fonts/MuktaMalar-Bold.ttf') format('truetype'), url('../fonts/MuktaMalar-Bold.svg#MuktaMalar-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    list-style-type: none;
    /* font-family: 'Noto Sans'; */
    font-family: 'Mukta Malar';
    /* font-family: 'MaruthamRegular' !important; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.title_font {
    /* font-family: 'Mukta Malar'; */
}

a.en,
p.en,
h1.en,
h2.en,
h3.en,
h4.en,
h5.en,
h6.en,
li.en,
ul.en,
.btn.en,
input.en,
span.en,
td.en,
ul.en li,
button.en {
    /* font-family: 'Be Vietnam Pro', sans-serif; */
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    /* font-family: 'Be Vietnam Pro', sans-serif; */
}

.en .select2-selection__placeholder {
    /* font-family: 'Be Vietnam Pro', sans-serif; */
}

a:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a {
    color: #2c2c2c;
}

a:hover {
    color: #004141;
}

html {
    font-size: 0.78125vw;
}

.thin_100 {
    font-weight: 100;
    /* font-size: 3.714em; */
}

.regular_400,
p {
    font-weight: 400;
    font-size: 1.1em;
    /* line-height: 35px; */
    text-align: left;
}

.medium_500 {
    font-weight: 500;
    /* font-size: 1.571em; */
}

.bold_700 {
    font-weight: 700;
    /* font-size: 3.428em; */
}

.nav-link {
    font-size: 1.3em;
    font-weight: 400;
    color: #d7d7d7;
}

.dropdown-menu {
    font-size: 1.1rem;
}


/* .nav-link.active {
    position: relative;
}

.nav-link.active::after {
    content: '';
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: #004141;
} */

a {
    text-decoration: none;
}

.bg-primary {
    background-color: #04AECE !important;
}

.text-primary-link {
    color: #04AECE !important;
    text-decoration: underline;
}

.text-primary-link>a {
    color: #04AECE !important;
    text-decoration: underline;
}

.text-primary,
.breadcrumb a,
.breadcrumb .breadcrumb-item:after {
    color: #04AECE !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #000;
}

input.cust_input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: #004141;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #ffffff;
}

.top-bar .nav-item {
    margin-right: 1rem;
}

.primary-header .nav-link,
.secondary-header .nav-link {
    color: #000000 !important;
}

.primary-header .nav-link.active,
.secondary-header .nav-link.active,
.primary-header .nav-link.show,
.secondary-header .nav-link.show {
    color: #004141;
}

.secondary-header .nav-item {
    margin: 0px 2rem;
    padding: 0.4rem 0px;
}

.secondary-header {
    background: #fff;
    box-shadow: 0px 5px 10px #00414130;
}

.footer_bg {
    background: #00748A;
    color: #fff;
}

.footer_bg a {
    color: #ffffff90;
    display: inline-block;
    /* margin-left: -18px; */
    padding-left: 10px;
}

.fs-footer dl dd {
    color: #ffffff90;
}


/* .footer_bg a::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f101";
    margin-right: 0.3rem;
    visibility: hidden;
    transition: all ease-in-out 0.7s;
    color: #ffffff70;
    position: absolute;
    top: 13px;
    left: -16px;
}*/

.footer_bg a:hover {
    /* transform: translateX(18px); */
    cursor: pointer;
    color: #ffffff;
}

.footer_bg .navbar-brand:hover {
    transform: translateX(0px);
}

.footer_link_title {
    color: #f5e285;
}

.front_ui .top_gigw .nav-link {
    color: #ffffff !important;
    font-size: 1.3rem;
}

.fs-footer li,
.fs-footer dl dt,
.fs-footer dl dd {
    font-size: 1.1em;
}

.fs-footer dl dt {
    font-size: 1.1em;
}

.text-header-gray {
    color: #78828A;
}

.shadow-50 {
    box-shadow: 0 .2rem 0.4rem rgba(0, 0, 0, .10) !important;
}

.body_bg {
    background: #f2f5f6;
    /* height: auto; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #006363;
    background-color: #F6FBFB;
    position: relative;
}

.nav-tabs.tabActiveStyle2 .nav-link.active,
.nav-tabs.tabActiveStyle2 .show>.nav-link {
    border-radius: 0;
    border-left: 0;
}

.nav-tabs.tabActiveStyle2 .nav-link.active::before {
    content: '';
    width: 5px;
    height: 100%;
    background: #006363;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 4px 4px 0;
}

#custom_side_bar .nav-item {
    margin-bottom: 1.5rem;
}

.nav-tabs .nav-link {
    border: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #006363 !important;
}

.nav-tabs .nav-link img {
    margin-right: 0.5rem;
}

.nav-tabs .nav-link.active img,
.nav-link.active img {
    filter: invert(25%) sepia(57%) saturate(1830%) hue-rotate(151deg) brightness(30%) contrast(100%);
}

.nav-tabs .nav-link.active {
    border-left: 5px solid;
}

.book_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    padding: 10px;
    /* border: 3px solid #FFF; */
}

.book_card img {
    object-position: top;
}

.book_card_overlayqq {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
    margin: auto;
    /* background: transparent linear-gradient(0deg, #000000DB 0%, #002121C9 59%, #0046467D 100%) 0% 0% no-repeat padding-box; */
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 7%, rgb(15 15 15 / 0%) -10%, rgb(47 47 47) 84%); */
    /* background: #00000095; */
    /* padding: 0.5rem; */
    color: #2a1906;
    /* padding-top: 125px; */
    height: 120px;
    display: flex;
    align-items: center;
    /* justify-content: end; */
    flex-direction: column;
}

.book_card_overlay_cover {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    /* background: transparent linear-gradient(0deg, #000000DB 0%, #002121C9 59%, #0046467D 100%) 0% 0% no-repeat padding-box; */
    /*background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 0%) 7%,
      rgb(15 15 15 / 0%) -10%,
      rgb(47 47 47) 84%
    );*/


    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 7%, rgb(15 15 15 / 0%) -10%, rgb(234, 224, 212) 84%);



    /* background: #00000095; */
    padding: 0.5rem;
    color: #fff;
    /* padding-top: 125px; */
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.book_card_overlay_cover p {
    line-height: 17px;
    text-align: left;
    color: #59350d;
    font-size: 14px;
    letter-spacing: 1px;
}

.book_card_overlay p {
    line-height: 17px;
    text-align: left;
    color: #2a1906;

    font-size: 14px;
    letter-spacing: 1px;
}

li a.page-link {
    border: 0;
}

.page-link {
    color: #3a3c40;
}

.active .page-link {
    color: #fff;
}

.book_options span {
    cursor: pointer;
    font-size: 9px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book_options img {
    width: 13px !important;
    margin-right: 0 !important;
    margin-bottom: 3px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #006363 !important;
}

.book_thumbnail {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-50 {
    border-radius: 50px;
}

.fixed_title {
    /* width: 80%; */
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.fixed_title::before {
    content: '';
    background: url(../img/site/title_handle.png) no-repeat;
    position: absolute;
    width: 33px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6px;
    background-size: contain;
}

.fixed_title::after {
    content: '';
    background: url(../img/site/title_handle.png) no-repeat;
    transform: rotate(180deg);
    position: absolute;
    width: 33px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6px;
    background-size: contain;
}

.fixed_title_inner {
    background: #002f2f;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}

.accordNoActive .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
}

.accordNoActive .accordion-button::after {
    content: none;
}

.toggle-off,
.collapsed .toggle-on {
    display: none;
}

.collapsed .toggle-off {
    display: block;
}

.object-cover {
    object-fit: cover;
}

.accordion-button {
    color: #969696;
}

.calendarCard header .icons span {
    cursor: pointer;
    text-align: center;
    top: 50%;
    left: -20px;
    transform: translateY(-50%)
}

.calendarCard header .icons span#next {
    right: -20px;
    left: auto;
}

.calendarCard header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.days li.inactive {
    color: #5D5D5D;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 48%;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: linear-gradient(to bottom, #004141, #006A6A);
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #F1F8F8;
}

.table-striped>tbody>tr>td {
    padding: 1rem 0.5rem;
}

.publish_page .flex-stack {
    justify-content: center;
}

.grid-container.list-view .row>[class*=col-] {
    max-width: 100%;
    flex: 0 0 50%;
}

.grid-container.list-view .card {
    flex-direction: row;
}

@media (max-width: 575.98px) {
    .grid-container.list-view .card {
        flex-direction: column;
    }
}

@media screen (max-width: 575.98px) {
    .grid-container.list-view .card {
        flex-direction: column;
    }
}

.grid-container.list-view .card>.card-img-top {
    width: auto;
}

.grid-container.list-view .card .card-body {
    display: inline-block;
}

.grid-container.list-view .book_card img,
.grid-container.list-view .book_card .book_card_overlay .book_options {
    display: none !important;
}

.grid-container.list-view .book_card .book_card_overlay {
    background: none;
    padding: 0.5rem;
    color: #424040;
    position: unset;
}

.grid-container.list-view .grid-column-5 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-container.list-view .book_card {
    position: unset;
    height: auto;
    background-color: #fbfbfb;
    border-radius: 7px;
    border-left: 5px solid;
}

.grid-container.list-view .book_block:nth-child(n+1) .book_card {
    border-color: #2894D1;
}

.grid-container.list-view .book_block:nth-child(2n+3) .book_card {
    border-color: #5873FF;
}

.grid-container.list-view .book_block:nth-child(2n+4) .book_card {
    border-color: #F1B334;
}

.grid-container.list-view .book_card .book_card_overlay p {
    position: relative;
    padding-left: 25px;
    color: #000;
}


/* .grid-container.list-view .book_card .book_card_overlay p::before {
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../img/site/arrow_ico.svg) no-repeat;
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(30%) contrast(101%);
} */

.svg-primary {
    filter: invert(19%) sepia(12%) saturate(4989%) hue-rotate(141deg) brightness(30%) contrast(101%);
}

.svg-secondary {
    filter: invert(51%) sepia(20%) saturate(1717%) hue-rotate(37deg) brightness(90%) contrast(86%);
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    display: inline-block;
    font-size: 1rem;
    color: #757575;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb li a.current {
    color: #006363 !important;
}

.btn.btn-active-primary.active {
    color: #fff !important;
}

.bg-light {
    background: #efefef !important;
}

.badge-primary-outline {
    padding: calc(.4rem + 1px) calc(0.8rem + 1px) !important;
    border: #004141 1px solid !important;
    outline: 0 !important;
    background: #dceeee !important;
}


/******************************************** Ratings ***********************************************/

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example .rating__icon--star {
    color: orange;
    font-size: 1.5rem;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.alphabets ul {
    background: #ffffff;
    padding: 0;
    text-align: center;
}

.alphabets ul li {
    border-bottom: #F2F5F6 2px solid;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
}

#inner-tab .nav-link.active img {
    filter: invert(25%) sepia(57%) saturate(0%) hue-rotate(151deg) brightness(140%) contrast(120%);
}

.img-wrapper img {
    object-fit: contain;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.bg-primary-color {
    /* background: transparent linear-gradient(100deg, #1B7B51 0%, #178161 100%) 0% 0% no-repeat padding-box; */
    background-color: #04AECE;
    border-radius: 11px 11px 0px 0px;
}

.text-yellow {
    color: #DBA74C;
}

.list-style1 li {
    background: url(../img/site/arrow_yellow.svg) no-repeat left 11px / 13px;
    padding-left: 15px;
}

.arrow_right img {
    display: inline-block;
    transition: 0.1s ease-in;
}

.arrow_right:hover img {
    transform: translateX(25%);
}

.thiru_section {
    background-color: #FFFDF6;
}

.thiru_text {
    background-color: #006363;
}

.fixed_title.title_handle2::before {
    background: url(../img/site/title_handle2.svg) no-repeat;
    transform: rotate(0deg);
    height: 24px;
    left: 1px;
    width: 40px;
}

.fixed_title.title_handle2::after {
    background: url(../img/site/title_handle2.svg) no-repeat;
    transform: rotate(180deg);
    height: 24px;
    right: -19px;
    width: 40px;
}

.grid-1 {
    grid-template-columns: 1fr;
}

.banner_h {
    height: 500px;
}

.banner_1 {
    background-image: linear-gradient(to right, #6ACBA710, #226151), url(../img/site/banner_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed_title.banner1_title::before {
    background: url(../img/site/banner_title.svg) no-repeat;
    transform: rotate(0deg);
    height: 100px;
    left: 0;
    width: 100%;
    background-size: 100%;
    top: -150px;
}

.fixed_title.banner1_title::after {
    background: url(../img/site/banner_title.svg) no-repeat;
    transform: rotate(180deg);
    height: 100px;
    left: 0;
    width: 100%;
    background-size: 100%;
    bottom: -150px;
}

.banner_2 {
    background-image: linear-gradient(to right, #231C1CA6, #041734DB), url(../img/site/banner_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_3 {
    background: url(../img/site/banner_3.jpg) no-repeat;
    background-size: cover;
}

.bg-yellow-gradient {
    background-image: linear-gradient(to right, #FFFFFF, #FCF5E8);
    background: url(../img/site/thajore_temple.svg);
}

.banner_3_1 {
    background: url(../img/site/banner3_1.jpg) no-repeat right;
}

.banner_4 {
    background: url(../img/site/banner_4.jpg) no-repeat;
    background-size: cover;
}

.banner_4_1 {
    background: url(../img/site/banner4_1.png) no-repeat right;
    background-size: 30%;
    background-position: right bottom;
}

.border-yellow {
    border-color: #DBA74C !important;
}

.bg-yellow {
    background: #04AECE;
}

.landingSearch {
    top: 25px;
}

.border-last li {
    border-bottom: #DCDCDC 1px solid;
}

.border-last li:last-child {
    border-bottom: none;
}

.btn-card .badge-primary-outline {
    padding: calc(.090rem + 1px) calc(0.5rem + 1px) !important;
}

.search-btn {
    background-color: #04AECE;
    border: none;
}

.search-btn:hover {
    background-color: #04AECE;
}

.landing-prev.carousel-control-prev,
.landing-next.carousel-control-next {
    width: auto;
    opacity: 1;
    left: 40px;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem;
}

.landing-prev .carousel-control-prev-icon {
    background: url(../img/site/next_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    rotate: 180deg;
}

.landing-next .carousel-control-next-icon {
    background: url(../img/site/next_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.landing-next.carousel-control-next {
    right: 40px;
    left: auto;
    background: transparent;
}

header .dropdown {
    position: static;
}


/* header .dropdown-menu li{
    float: left;
} */

header .dropdown-menu li li {
    float: none;
}

header .dropdown-item {
    white-space: normal;
}

.filterScroll {
    max-height: 180px;
}

.filterSection .accordion-button {
    font-size: 16px !important;
}


/******************************************** TDL Landing  ***********************************************/

.banner {
    background: #FFF url(../img/site/banner_1.png);
    background-repeat: no-repeat;
    min-height: 275px;
}

.border-purple {
    border-left: #938CE1 7px solid;
}

.border-orange {
    border-left: #EC8D71 7px solid;
}

.border-blue {
    border-left: #4573D2 7px solid;
}

.border-skyblue {
    border-left: #2F8AB1 7px solid;
}

.border-yellow {
    border-left: #F1BD6C 7px solid;
}

.border-red {
    border-left: #F06A6A 7px solid;
}

.border-green {
    border-left: #5DA283 7px solid;
}

.clr-purple {
    color: #938CE1;
}

.clr-orange {
    color: #EC8D71;
}

.clr-blue {
    color: #4573D2;
}

.clr-skyblue {
    color: #2F8AB1;
}

.clr-yellow {
    color: #F1BD6C;
}

.clr-red {
    color: #F06A6A;
}

.clr-green {
    color: #5DA283;
}

.box-shadow {
    box-shadow: 0px 3px 4px #5A606D38;
    background-color: #F5F7F9;
}

.bg-carousel {
    background-color: #F5F5F5;
}


/* #news-slider.owl-carousel.owl-drag .owl-item {
margin-right: 40px !important;
} */

#news-slider .book_options img {
    margin-right: 5px !important;
}

#news-slider .owl-nav,
#popular-slider .owl-nav {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    font-size: 50px;

}


#blog-carousel .owl-nav {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    font-size: 50px;
    z-index: -2 !important;
}


#popular-slider .owl-nav button.owl-prev {
    position: relative;
    left: -40px;
}

#popular-slider .owl-nav button.owl-next {
    position: relative;
    right: -40px;
}

.ban-section {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: -27px;
}


/*****************************Carousel*********************************/

.swiper-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px 0 0 0;
    transition: transform 400ms;
    /* opacity: 0.5; */
    box-shadow: none;
}

.swiper {
    width: 80%;
    height: 500px;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-slide-active {
    z-index: 99;
}

.swiper-slide-active .swiper-card {
    box-shadow: 0 8px 30px -7px #c9dff0;
    opacity: 1;
    transform: scale(1.4);
}

.swiper-slide-prev .swiper-card,
.swiper-slide-next .swiper-card {
    transform: scale(1.2);
}

.swiper-slide-next {
    z-index: 9;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}


/*****************************Carousel*********************************/


/*****************************login*********************************/

.login_banner {
    background: url(../img/bg_login.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fb-color {
    background-color: #3b5998;
}

.google-color {
    background-color: #DB4437;
}

.login-h-color {
    color: #404042;
}

.login-h-color:hover {
    color: #04AECE;
}

.fs-kural {
    font-size: 1.50rem;
}

.btn-close-sort {
    top: 10px;
    right: 10px;
}

.p-wrap-anywhere p {
    overflow-wrap: anywhere;
}

.bg-tab li {
    background-color: #ffffff;
    color: #04AECE;
    padding: 3px 15px;
    border-radius: 5px;
}

.bg-tab li.active {
    background-color: #04AECE !important;
    color: #ffffff !important;
    padding: 3px 15px;
    border-radius: 5px;
}

.drawer-overlay {
    z-index: 999 !important;
}

.drawer.drawer-on {
    z-index: 9999;
}

legend {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.control {
    display: inline-flex;
    position: relative;
    margin: 2px;
    cursor: pointer;
    border-radius: 99em;
}

.control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.control__content {
    display: inline-flex;
    align-items: center;
    padding: 0 13px 0 30px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.54);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 7px;
}

.control:hover .control__content {
    background-color: rgba(0, 0, 0, 0.1);
}

.control input:checked~.control__content {
    background-color: #04AECE;
    color: #FFF;
}

.control_indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    background: #c5c4c4;
    border-radius: 5px;
}

.control input:checked~.control_indicator {
    background: #fff;
}

.control .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    content: '';
    position: absolute;
}

.control input:checked~.control_indicator:after {
    display: block;
    border: solid #04AECE;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-control:focus {
    border-color: #e4e6ef;
}

.linkBtn,
.linkBtn:focus {
    padding: 7px 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.theme-violet h5 {
    background: #8D85E4;
}

.theme-turq h5 {
    background: #2F8AB1;
}

.tree_2.treeStyle2 li {
    margin-bottom: 7px;
    padding-bottom: 0;
    border-radius: 4px;
    padding-left: 10px;
}

.theme-violet .tree_2.treeStyle2>li summary {
    border-left: 4px solid #938CE1;
    padding-left: 30px;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #F3F2FF;
    font-size: 16px;
}

.theme-turq .tree_2.treeStyle2>li {
    border-left: 4px solid #2F8AB1;
}

.theme-turq .tree_2.treeStyle2 li {
    background-color: #E9F8FF;
}

.tree_2.treeStyle2 li::after,
.tree_2.treeStyle2 summary::before,
.tree_2.treeStyle2 details[open]>summary::before,
.tree_2.treeStyle2 ul li::before,
.tree_2.treeStyle2 li:has(details[open]):after {
    content: none;
}

.tree_2.treeStyle2 li.hasDropdown>details>summary::after {
    content: '\f067';
}

.tree_2.treeStyle2 li.hasDropdown>details[open]>summary::after {
    content: '\f068';
}

.tree_2.treeStyle2 summary {
    position: relative;
}

.tree_2.treeStyle2 li.hasDropdown>details>summary::after {
    position: absolute;
    left: 10px;
    top: 6px;
}

.tree_2.treeStyle2 ul {
    border-left: none;
}

.tree_2.treeStyle2 details ul li.hasDropdown details summary {
    color: #04AECE;
}

.tree_2.treeStyle2 li a {
    background: url(../img/icon_book_gray.svg) no-repeat 0px 6px;
    color: #4A6375;
    padding-left: 20px;
    background-size: 12px;
    font-size: 16px;
}

.tab-fs {
    font-size: 20px;
}

.adjust-flex-425 {
    flex-direction: column !important;
    justify-content: center !important;
}

.book_search_fs {
    font-size: 17px !important;
}

@media screen and (min-width: 576px) {
    .tree_2.treeStyle2 ul.gridCol {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 15px;
    }
}

.banner-web {
    display: block;
}

.banner-mobile {
    display: none;
}


.mobile-view-only {
    display: none;
}

@media screen and (max-width: 425px) {

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .min-h-sm-125px {
        min-height: 125px !important
    }

    .min-h-sm-135px {
        min-height: 135px !important
    }

    .mx-sm-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .fs-sm-15 {
        font-size: 15px !important;
    }

    .fs-sm-18 {
        font-size: 18px !important;
    }

    .left-30 {
        left: 30px !important
    }

    .py-sm-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .text-sm-start {
        text-align: left!important;
    }

    .justify-sm-content-center {
        justify-content: center;
    }

    .ms-sm-5 {
        margin-left: 1.25rem !important;
    }

    .ps-sm-5 {
        padding-left: 1.25rem !important;
    }

    .me-sm-5 {
        margin-right: 1.25rem !important;
    }

    .text-sm-center {
        text-align: center;
    }

    .d-sm-none {
        display: none !important;
    }

    .sm-ms-0 {
        margin-left: 0px !important;
    }

    .sm-me-10 {
        margin-right: 10px !important;
    }

    .banner-web {
        display: none;
    }

    .banner-mobile {
        display: block;
        background-image: url(../img/mob-banner-new.png);
        height: 229px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobile-view-only {
        display: block;
    }

    .web-view-only {
        display: none;
    }

    .book_search_fs {
        font-size: 16px !important;
    }

    .cover-article-style {
        font-size: 11px !important;
    }


    .adjust-flex-425 {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    /* Ensure flex-wrap is maintained */
    .adjust-flex-425 {
        flex-wrap: wrap !important;
    }

    .sm-border-right {
        border-right: 1px solid #d0d0d0 !important;
    }

    .remove-flex-wrap {
        flex-wrap: nowrap !important;
    }

    .tab-fs {
        font-size: 15px;
    }

    .glosary_active {
        padding: 5px 6px !important;
    }

    .sm-ms-3 {
        margin-left: 0 !important;
    }

    .min-height-460 {
        min-height: 440px;
    }

    .min-height-410 {
        min-height: 325px;
    }

    .d-sm-none {
        display: none !important;
    }

    .min-height-75 {
        min-height: 35px !important;
    }

    .bottom-minus-30 {
        bottom: -39px !important;
    }

    .flex-wrap-container {
        flex-wrap: wrap;
        justify-content: start !important;
    }

    .sm-h-160 {
        height: 160px !important;
    }

    .sm-h-200 {
        height: 200px !important;
    }

    .custom-flex-column {
        flex-direction: row !important;
    }

    .custom-justify-content-center {
        justify-content: space-between !important;
    }

    .sm-w-100 {
        width: 100% !important;
    }

    .sm-pos {
        position: relative;
        left: 23px !important;
    }
}

@media screen and (min-width: 992px) {
    .tree_2.treeStyle2 ul.gridCol {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-left: 15px;
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        /* max-width: 250px; */
    }

    /* .g-lg {
        --bs-gutter-x: 1.50rem!important;
        --bs-gutter-y: 1.50rem!important;
    } */

}

.tree_2.treeStyle2 ul.gridCol li.hasDropdown {
    grid-column: 1 / -1;
}

.tree_2.treeStyle2 ul.gridCol li:not(.hasDropdown) {
    padding-left: 10px;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.tabStyle2 .nav-link {
    /* background: #F6F6F6; */
    border-radius: 50px;
    color: #181C32 !important;
}

.tabStyle2 .nav-link.active {
    background: #040073;
    color: #FFF !important;
    border-left: none;
}

.searchresult .card {
    border-bottom: 1px solid #efefef;
}

.searchresult .card:last-child {
    border-bottom: none;
}

.searchKey {
    background: #fff2d3;
}

.authorCard1 {
    background-color: #eafeeb;
}

.authorCard2 {
    background-color: #fff2f2;
}

.authorCard1 h4 {
    color: #2a9f2f;
}

.authorCard2 h4 {
    color: #be3030;
}

.svg-gray1 {
    filter: invert(41%) sepia(20%) saturate(480%) hue-rotate(206deg) brightness(148%) contrast(27%);
}

.resultCard {
    background: #f8f8ff;
}

.resultSep {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e3f6;
}

.resultSep:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

header .dropdown-toggle::after {
    vertical-align: middle;
}

.menuLinks li a {
    color: #04AECE;
    border: 1px solid #04AECE;
    border-radius: 50rem;
    font-size: 1.15rem;
    display: inline-block;
    padding: 0.25rem 1.4rem !important;
}

.theme-violet .tree_2.treeStyle2>li.noDropdown summary {
    padding-left: 10px;
}


/* .tree_2.treeStyle2 li.noDropdown a {
    color: #181c32;
    width: 100%;
} */

.tree_2.treeStyle2.noListIcon li a {
    background: none;
    padding-left: 0;
}

.selectAlnCenter .select2-container .select2-selection--single {
    display: flex;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.h-28 {
    height: 28px !important;
}

.h-30 {
    height: 30px;
}

.h-35 {
    height: 35px;
}

.blog-box {
    border: 1px dashed transparent;
    border-radius: 5px;
    box-shadow: none;
    transition: border 0.3s ease-in-out, border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.blog-box:hover {
    border: 1px dashed #00748A;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

.tab_basic.active h4 {
    color: #1CBFBA !important;
}

.tab_basic.active {
    position: relative !important;
}

.tab_basic.active::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #1CBFBA !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
}

.svg-white {
    filter: invert(25%) sepia(100%) saturate(390%) hue-rotate(168deg) brightness(600%) contrast(97%) !important;
}

.svg-black {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}

.dash-border {
    border: #16A289 1px solid !important;
}

.btn-dropdown-arrow::after {
    display: inline-block;
    margin-left: 0.5em;
    /* Adjusted to fit within the button's width */
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bg-new-search {
    background-color: #F4F6FB !important;
}

.bor-bottom {
    border-bottom: 1px solid #DDDDDD !important;
}

.fs-11 {
    font-size: 11px !important;
}

.w-18px {
    width: 18px !important;
}

.h-18px {
    height: 18px !important;
}


.bg-light-blue {
    background-color: #F2FAFF !important;
}

.text-book-gray {
    /* color: #78828A !important; */
    color: #4B5155 !important;
}

.book-page-border {
    border: 1px solid #DEE2E6 !important;
}

.bordered-heading {
    border-width: 1px 1px 1px 3px;
    border-radius: 0px 25px 25px 0px;
    ;
    border-style: solid;
    border-color: #006A7E !important;
    display: inline-block !important;
    padding: 5px 15px !important;
}

.text-secondary {
    color: #006A7E !important;
}

.h-205px {
    height: 205px;
}

.fw-550 {
    font-weight: 550 !important;
    color: #2f9ca9 !important;
}