py {
    padding: 4rem 0;
}

.blue-color {
    color: #40BEE2;
}

.black-color {
    color: #1D1D1F;
}

button:disabled {
    background-color: #ccc !important;
    cursor: not-allowed !important;
}

section.index-banner .mr-md\:col-span-5.mr-lg\:col-span-6.mr-lg\:block.hidden img {
    height: 479px;
}

.enough-from-us-text h6 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.enough-from-us-text h2 {
    font-size: 45px;
    font-weight: 700;
    padding: 10px 0 27px 0;
    margin: unset;
}

.enough-from-us-text p {
    font-size: 16px;
    list-style: 25px;
}

.enough-slider .swiper-slide.swiper-slide-active .enough-slider-main {
    box-shadow: 0 8px 30px -7px #ddd;
    opacity: 1;
    transform: scale(1.4);
}

.enough-slider-main p {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}

.enough-slider-main {
    border: 1px solid #dddddd96;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #fdfdfd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 25px 15px 26px;
    transition: transform .4s;
    opacity: .5;
    box-shadow: none;
}

.enough-slider-main h6 {
    color: rgb(238 102 0);
    font-size: 16px;
    padding-top: 20px;
}

.enough-slider-main .enough-slider-main-img-1 img {
    height: 23px;
}

.enough-slider-main .enough-slider-main-img-2 img {
    height: 14px;
}

.enough-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #40bee2;
}

.enough-slider span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.enough-slider .swiper-slide {
    position: relative;
    z-index: -1;
}

.enough-slider .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 1;
}

/* enough-from-us section */

/* enough-from-us section */

/* book-reviews section */
.book-reviews-slider-main-video {
    width: 100%;
    height: 198px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.book-reviews-text {
    padding-bottom: 2rem;
}

.book-reviews-slider-main-video.img-1 {
    background-image: url("../images/book-reviews-slider-main-img-1.jpeg");
}

.book-reviews-slider-main-video.img-2 {
    background-image: url("../images/book-reviews-slider-main-img-2.jpeg");
}

.book-reviews-slider-main-video.img-3 {
    background-image: url("../images/book-reviews-slider-main-img-3.jpeg");
}

.book-reviews-slider-main-video.img-4 {
    background-image: url("../images/book-reviews-slider-main-img-4.jpeg");
}

.book-reviews-slider-main-video.img-5 {
    background-image: url("../images/book-reviews-slider-main-img-5.jpeg");
}

.book-reviews-slider-main {
    border-radius: 20px;
    box-shadow: 0 0 10px 10px #0000;
    border: 1px solid red;
}

.book-reviews-slider-main-text p {
    height: 210px;
}

.book-slider {
    position: relative;
    z-index: 0;
}

.book-slider .swiper-button-prev:after {
    position: absolute;
    bottom: -310px;
    left: 470px;
    font-size: 20px;
    font-weight: 600;
    background-color: #88a8d8;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #587fd3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-slider .swiper-button-next:after {
    position: absolute;
    bottom: -310px;
    right: 470px;
    font-size: 20px;
    font-weight: 600;
    background-color: #88a8d8;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #587fd3;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.enough-from-us {
    height: 400px;
}

.book-reviews {
    height: 600px;
}

/* book-reviews section */


.celebrating-your-img img {
    transition: 0.3s ease-in-out;
}

.celebrating-your-img img:hover {
    transform: scale(0.9);
}

.celebrating-your-section-text {
    padding-bottom: 100px;
}

.celebrating-your-section-text h2 {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
}

.celebrating-your-section-text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.Tradition_traditionFold__qme55 {
    padding: 3rem 0 4rem;
}


/* slider css our-creative-vault */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.img-sec-slider-about img {
    height: 300px;
    width: 100%;
}

.swiper-slide {
    /* height: 400px; */
}

.star-slider i {
    color: #f7931e;
    margin: 0px 3px;
}

.main-slider-star {
    margin-top: -5px;
}

.text-star p {
    font-size: 17px;
    color: #1d1d1f;
    font-weight: 600;
    padding: 5px 5px;
}

/* slider css our-creative-vault */

#pills-tab .nav-link.active {
    --tw-bg-opacity: 1;
    background-color: rgb(238 102 0);
    color: white !important;
}

#pills-tab .nav-link {
    --tw-text-opacity: 1;
    color: rgb(138 138 138 / var(--tw-text-opacity));
    border: 1px solid rgb(238 102 0);
    margin: 0 7px;
}

ul#pills-tab {
    justify-content: center;
    margin-top: 4rem;
    gap: 10px;
}

.custom-tabs {
    /* padding: 6rem 0; */
    height: 560px;
}

.custom-tabs div#v-pills-tab {
    background: rgb(229 100 0);
    padding: 2rem 0;
    height: 559px;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.custom-tabs div#v-pills-tab .nav-link.active {
    background: white;
    color: black;
}

.custom-tabs .nav-pills .nav-link {
    color: white;
    font-size: 20px;
    text-align: start;
    padding: 14px 30px;
    background: transparent;
}

.loader img {
    max-width: 40px !important;
    margin-top: 10px;
}

.accordion-item p {
    color: black !important;
}

.collapse.collapse.show {
    visibility: visible;
}

button.accordion-button {
    padding: 13px 22px !important;
    padding-bottom: 0;
    font-size: 20px;
    margin-bottom: 0 !important;
}

.images-slider-img img {
    width: 70%;
    animation: reverse-loop 50s -25s linear infinite;
}


.r_to_l .slider_inner:first-of-type {
    animation: reverse-loop 50s -25s linear infinite;
}

.r_to_l .slider_inner:last-of-type {
    animation: reverse-loop2 50s linear infinite;
}

@keyframes reverse-loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes reverse-loop2 {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}

.l_to_r .slider_inner:first-of-type {
    animation: loop 50s -25s linear infinite;
}

.l_to_r .slider_inner:last-of-type {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(-200%);
    }

    to {
        transform: translateX(0);
    }
}


.custom-privacy-policy {
    padding: 4rem 0;
}

.custom-privacy-policy h3 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 5px;
}

.custom-privacy-policy ul {
    list-style: disc;
    padding-left: 1rem;
}

.custom-privacy-policy ul li {
    margin: 12px 0;
    font-size: 18px;
    width: 80%;
}

.custom-privacy-policy .container {}

.custom-privacy-policy-content p {
    width: 80%;
}

a.pintrest-cir img {
    max-width: 50px;
    background: white;
    padding: 8px 8px;
    border-radius: 20px;
}

.Tradition_traditionFold__qme55 {
    padding-bottom: 4rem;
}


/*header css */
header .collapse {
    visibility: unset;
}

header .dropdown-menu {
    width: 440px;
    padding: 10px 16px 0;
}

header .collapse {
    visibility: unset !important;
}

/*header css */

header a.nav-link {
    font-weight: 500;
    color: black;
    margin: 0 0px;
}











.blog-content {
    /* color: var(--red); */
    flex-direction: column;
    flex: 1;
    padding: 34px 25px 20px 31px;
    display: flex;
    background: white;
}

.blog-content span {
    color: #e75c20;
}

.blog-content h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 11px 0px;
    color: #2f4052;
}

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




.about {
    padding: 40px 0;
}

section.about h3 {
    font-size: 1.75rem;
    color: black;
    font-weight: 500;
    margin: 16px 0px 5px;
}

section.about p {
    font-size: 18px;
    color: #141414;
    line-height: 1.875;
    margin-bottom: 20px !important;
}

section.about .container {
    max-width: 1170px;
}

section.about h4 {
    font-size: 32px;
    font-weight: 500;
}

.blog-parent12 h1 {
    color: #2f4052 !important;
    margin: 24px 0px !important;
    line-height: 27px;
    font-size: 37px !important;
    font-weight: 600;
    margin-bottom: -12px !important;
    line-height: 38px;
    text-align: center;
}

.latest-cont h3 {
    font-size: 30px;
    font-weight: 700;
    color: #425563;
}

.para-blog ul li {
    list-style: disc;
}

.para-blog ul {
    padding-left: 15px;
}

.para-blog ul li p {
    margin: 10px 0px !important;
}

.latest-cont {
    width: 65%;
    margin: 0 auto;
}

.latest-cont h1 {
    font-size: 30px;
    font-weight: 700;
    color: #425563;
}

.lates {
    display: flex;
    gap: 13px;
    flex: 0 0 65%;
    margin-top: 30px;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 69px;
}

.article a {}

.article a {
    font-size: 23px;
    font-weight: 500;
    color: #e75c20;
}

.blog-contnet-head h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #2f4052;
}

.blog-contnet-head p {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    color: #314051 !important;
}

.blog-contnet-head {
    padding-bottom: 40px;
    border-bottom: 1px solid lightgray;
}

.blog-contnet-head p span a {
    color: #e75c20;
}

.blog-contnet-head p span {
    color: #425563;
    font-weight: 300;
}

.blog-contnet-head p a {
    color: #e75c20;
    font-weight: 700;
    font-size: 21px;
}

.blog-parent12 p {
    font-size: 20px;
    font-weight: 400 !important;
    color: #425563;
    margin-bottom: 35px !important;
    margin-top: 20px;
}

.blog-parent12 {
    width: 65%;
    margin: 0 auto;
}

.blog-bac {
    background: #e2e3e9;
    padding: 40px 40px;
}

.blog-bac h3 {
    color: #2f4052;
    font-size: 37px;
    font-weight: 700;
}

.blog-bac p {
    color: #2f4052 !important;
    margin: 24px 0px !important;
    line-height: 27px;
    font-size: 21px !important;
}

.para-blog h4 {
    color: #2f4052;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 2px;
    font-family: Zillaslab, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 0px;
    /* list-style: gujarati; */
}

.para-blog p {
    color: #425563;
    text-align: left;
    margin-bottom: 1em;
    /* font-family: Arial, Helvetica Neue, Helvetica, sans-serif; */
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

.para-blog {
    margin-top: 55px;
}

.blog-center-img {
    margin-top: 47px;
}

.blog-content {
    /* color: var(--red); */
    flex-direction: column;
    flex: 1;
    padding: 34px 25px 20px 31px;
    display: flex;
    background: white;
}

.blog-content span {
    color: #e75c20;
}

.blog-content h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 11px 0px;
    color: #2f4052;
}

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


.blog-parent {
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0px 7px 13px -3px lightgray;
    transition: 0.7s ease;
}

.blog-sec {
    margin-bottom: 73px;
}

.blog-parent:hover {
    transform: scale(1.02);
}

.blog-parent:hover img {
    transform: scale(1.04);
}

.blog-img img {
    transition: 0.7s ease;
}

.blog-latest h2 {
    font-size: 40px;
    font-weight: 600;
    color: #314051;
    font-family: var(--font-sfprodisplay), sans-serif;
}

.blog-latest {
    margin: 40px 0px;
}

.article {
    width: 75%;
    margin: 50px auto;
}



.blog-bac ul li {
    list-style: disc;
    margin: -11px 0px;
}

.blog-bac ul {
    padding-left: 35px;
    margin: 13px 0px 30px;
}

.blog-parent12 h3 {
    color: #2f4052 !important;
    margin: 24px 0px !important;
    line-height: 27px;
    font-size: 37px !important;
    font-weight: 700;
}

.blog-parent12 p {
    color: #2f4052 !important;
    margin: 24px 0px !important;
    line-height: 27px;
    font-size: 21px !important;
}

.blog-parent12 h2 {
    color: #2f4052 !important;
    margin: 24px 0px !important;
    line-height: 27px;
    font-size: 37px !important;
    font-weight: 600;
    margin-bottom: -12px !important;
    line-height: 27px;
}

.blog-contnet-head img {
    margin-top: 31px;
}

.MRHeroForm_leadforms__xJrZk {
    background-color: #e56400;
    z-index: 1;
    margin: auto;
    box-shadow: 7.9px 8.6px 10px hsla(0, 0%, 44%, .03), 63px 69px 80px rgba(0, 0, 0, .06);
    border-radius: 10px
}

.MRHeroForm_leadforms__xJrZk input,
.MRHeroForm_leadforms__xJrZk textarea {
    color: #000;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 10px;
    line-height: 1.5;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    outline: 0;
    margin: 0 0 15px;
    transition: all .3s;
    background: #fff;
    display: block;
    width: 100%;
    font-family: var(--font-sfprodisplay), "sans-serif"
}

.MRHeroForm_leadforms__xJrZk input::-moz-placeholder,
.MRHeroForm_leadforms__xJrZk textarea::-moz-placeholder {
    color: #d5d5d5
}

.MRHeroForm_leadforms__xJrZk input::placeholder,
.MRHeroForm_leadforms__xJrZk textarea::placeholder {
    color: #d5d5d5
}

.MRHeroForm_leadforms__xJrZk label {
    color: #000;
    font-family: var(--font-sfprodisplay), "sans-serif"
}

.MRHeroForm_leadforms__xJrZk textarea {
    height: 120px
}

.MRHeroForm_leadforms__xJrZk sup {
    color: #f43b3b
}

.MRHeroForm_leadforms__xJrZk button {
    width: -moz-max-content;
    width: max-content;
    background: #000;
    color: #fff;
    padding: .8rem;
    border-radius: 8px;
    font-family: var(--font-sfprodisplay), "sans-serif"
}

.MRHeroForm_leadforms__xJrZk button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.Enlisted_enlistedFlod__5OgjU {
    padding: 50px 0;
    align-items: center;
    justify-content: center
}

.Enlisted_enlisImg__JFutp {
    display: flex;
    flex-direction: column
}

.Enlisted_midImg__mmtRe {
    text-align: left;
    display: flex;
    gap: 20px;
    margin-left: 100px
}

.Enlisted_para2__h_nuq {
    margin-top: 75px
}

.Enlisted_para3__vFVXd {
    margin-top: 70px
}

.Enlisted_para4__EWfdA {
    margin-top: 105px
}

.Enlisted_para5__HWSEM {
    margin-top: 100px
}

.Enlisted_para6__WAa_H {
    margin-top: 75px
}

.Enlisted_enlistedSlide__pwneX {
    background: url(/_next/static/media/bg_black.cd9c35ba.png)
}

.Enlisted_enlistedSlideWhite__42HfP,
.Enlisted_enlistedSlide__pwneX {
    padding: 50px 0 50px;
    background-size: cover;
    background-repeat: no-repeat
}

.Enlisted_enlistedLogo__gh0Yi img {
    width: 70%;
}

.pintrest-cir img {
    max-width: 50px;
    background: white;
    padding: 8px 8px;
    border-radius: 20px;
}

@media screen and (max-width:767px) {
    .Enlisted_midImg__mmtRe {
        margin-left: 0
    }

    .Enlisted_enlisImg__JFutp img,
    .Enlisted_para1__lGydO,
    .Enlisted_para2__h_nuq,
    .Enlisted_para3__vFVXd,
    .Enlisted_para4__EWfdA,
    .Enlisted_para5__HWSEM,
    .Enlisted_para6__WAa_H {
        display: none
    }
}

@media screen and (max-width:480px) {
    .Enlisted_para2__h_nuq {
        margin-top: 102px
    }

    .Enlisted_para3__vFVXd {
        margin-top: 103px
    }

    .Enlisted_para4__EWfdA {
        margin-top: 157px
    }

    .Enlisted_para5__HWSEM {
        margin-top: 132px
    }

    .Enlisted_para6__WAa_H {
        margin-top: 130px
    }
}