/* Common Styles */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif', serif;
    color: #000;
    padding: 0;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #9b3f8c;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(69 72 78 / 50%) !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(69 72 78 / 50%) !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(69 72 78 / 50%) !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(69 72 78 / 50%) !important;
}

button {
    border: none;
    background: none;
}

.carolincContainer {
    width: 100% !important;
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
   /* margin: 0px auto 100px auto !important;*/
    margin: 0px auto 0px auto !important;
}

.carolin_main_wrap {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: calc(100vh - 400px) !important;
    height: auto !important;
    overflow: hidden;
}

.carolineBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(155, 63, 140, 0);
    border-radius: 2px;
    background-color: #9b3f8c;
    background-image: none;
    box-shadow: none;
    padding: 14px 40px 14px 40px;
    flex-flow: row-reverse nowrap;
    cursor: pointer;
}
.carolineBtn:hover {
    border: 2px solid rgba(69, 72, 78, 0) !important;
    background-color: rgba(69, 72, 78, 1) !important;
}

.color1 {
    color: #9b3f8c !important;
}

/***** Header css start here *****/
.carolinMain_Header {
    position: relative;
    z-index: 99;
}
.carolin_Header {
    width: 100%;
    background-color: rgb(69 72 78 / 50%);
    position: absolute;
    padding: 12px 0px;
}
.carolin_Header .carolincContainer {
    max-width: 100% !important;
}
.carolin_Header.headerFixed {
    position: fixed !important;
    transition-duration: 0.50s;
    background-color: rgb(69 72 78 / 50%);
}
.carolin_Header a.navbar-brand {
    flex: 1 1 18%;
    max-width: 18%;
    margin-right: 2px;
}
.carolin_Header a.navbar-brand img {
    width: 100%;
    max-width: 68%;
    min-width: 130px;
}
.carolin_Header nav.navbar ul.navbar-nav {
    /* width: calc(100% - 250px); */
    justify-content: space-around;
    gap: 15px;
}
.carolin_Header li.nav-item a.nav-link {
    font-size: 16px;
    font-family: "Montserrat", serif;
    color: #ffffff;
}
.carolin_Header li.nav-item a.nav-link:hover,
.carolin_Header li.nav-item a.nav-link:hover,
.carolin_Header li.nav-item a.nav-link.active {
    color: #9b3f8c;
}
.carolin_Header a.nav-link.dropdown-toggle::after {
    display: none;
}
.carolin_Header nav.navbar ul.dropdown-menu {
    background-color: rgb(69 72 78 / 50%);
    border: 0;
    border-radius: 6px;
    padding: 0;
    width: 300px;
}
.carolin_Header nav.navbar ul.dropdown-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.carolin_Header nav.navbar ul.dropdown-menu > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.carolin_Header nav.navbar ul.dropdown-menu > li:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.carolin_Header nav.navbar ul.dropdown-menu > li a {
    padding: 15px 35px 15px 15px;
    font-size: 16px;
    font-family: "Montserrat", serif;
    color: #ffffff;
    background: none !important;
}
.carolin_Header nav.navbar ul.dropdown-menu > li a:hover,
.carolin_Header nav.navbar ul.dropdown-menu > li a:focus,
.carolin_Header nav.navbar ul.dropdown-menu > li a.active {
    color: #9b3f8c;
}

.carolin_Header button.navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
}
.carolin_Header .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url(../images/menu-icon.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}
.modal-backdrop {
    z-index: 9;
}




.carolin_foter {
    background-color: rgb(69 72 78 / 40%);
}
.foterMenuList a {
    font-size: 16px;
    font-family: "Montserrat", serif;
    color: #9b3f8c;
}
.foterLogo {
    width: 100%;
    max-width: 200px;
}
.logoList a img {
    width: 20px;
}

/***** Header css end here *****/

/***** Home Page css start here *****/
.homeHeroImg_Sec {
    width: 100%;
    min-height: 500px;
    height: 775px;
    /* background-position: 48% 57%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.homeHeroImg_Sec .innerBox {
    background-size: 100% 176px;
    height: 176px;
    transform: scale(1.02) rotateX(-180deg) rotateY(0deg);
    z-index: auto;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}
.homeHeroImg_Sec .innerBox::after {
    background-color: rgba(235, 235, 235, 1);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGcgZmlsbD0icmdiYSgyMzUsIDIzNSwgMjM1LCAxKSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMCAyMDBWMGgxOTIweiIvPjxwYXRoIG9wYWNpdHk9Ii4yNTEiIGQ9Ik0wIDI0MFYwaDE5MjBMMTM3LjE5NSAyMjIuODV6Ii8+PC9nPjwvc3ZnPg==);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 176px;
    height: 176px;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}
    .homeHeroImg_Sec.bg-white .innerBox::after {
        background-color: #ffffff;
    }

.homeHeroImg_Sec.leftSideBg .innerBox::after {
    transform: scale(1.02) rotateX(0deg) rotateY(-180deg);
}

.homeHeroTxt_Sec {
    background-color: rgba(235, 235, 235, 1);
}
.homeHeroTxt_Sec h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    margin-top: -40px;
    text-transform: uppercase;
}
.homeHeroImg_Sec.leftSideBg + .homeHeroTxt_Sec h1 {
    margin-top: 0px;
}
.homeHeroTxt_Sec p {
    font-size: 17px;
    font-weight: 400;
    color: #45484e;
}
.carolinJoinBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(155, 63, 140, 0);
    border-radius: 2px;
    background-color: #9b3f8c;
    background-image: none;
    box-shadow: none;
    padding: 14px 40px;
    flex-flow: row-reverse nowrap;
    cursor: pointer;
    transition-duration: 0.50s;
    transition-property: filter, color, background, border-color, box-shadow;
}
.carolinJoinBtn img {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.carolinJoinBtn:hover {
    border: 2px solid rgba(69, 72, 78, 0) !important;
    background-color: rgba(69, 72, 78, 1) !important;
}

.carolinJoinBtn.hoverEffectBtn {
    border: 1px solid #9b3f8c;
    background-color: transparent;
    color: #9b3f8c !important;
}
.carolinJoinBtn.hoverEffectBtn:hover {
    border: 1px solid #9b3f8c !important;
    background-color: #9b3f8c !important;
    color: #ffffff !important;
}

.carolinJoinBtn.whiteEffectBtn {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #9b3f8c !important;
}
.carolinJoinBtn.whiteEffectBtn:hover {
    color: #ffffff !important;
}

.carolinJoinBtn.grayEffectBtn {
    border: 2px solid #75727b !important;
    background-color: #75727b !important;
    color: #ffffff !important;
}
.carolinJoinBtn.grayEffectBtn:hover {
    border: 2px solid #9b3f8c !important;
    background-color: #9b3f8c !important;
    color: #ffffff !important;
}



.homeClass_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.imageBox {
    width: 100%;
    box-shadow: 1px 2px 4px 0px #9b3f8c;
}
.homeClass_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}
.subTitle {
    font-size: 17px;
    font-weight: 400;
    color: #45484e;
    font-family: "Montserrat", serif;
}
.mainTitle {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    text-transform: capitalize;
}
.mainTitleLine {
    border-top: 2px solid #75727b;
    margin: 15px 0px;
    opacity: 1;
    width: 30%;
}
.mainTitleWhiteLine {
    border-top: 2px solid #ffffff;
    margin: 15px 0px;
    opacity: 1;
    width: 30%;
}
.textBox {
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
.textBox a {
    color: #45484e;
}
.textBoxList {
    list-style-type: disc;
    padding-left: 30px;
}
    .textBoxList li {
        font-size: 16px;
        font-weight: 400;
        color: #45484e;
        line-height: 1.9;
    }

.homeVideo_sec {
    background: #ebebeb;
}


.homeClass_sec2 .leftBox2 {
    margin: 0px -100px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}

.imageBox {
    width: 100%;
    box-shadow: 1px 2px 4px 0px #9b3f8c;
}

.homeClass_sec2 .rightBox2 {
    margin: 0px -100px 0px 0px;
    padding: 45px 140px 45px 80px;
    background-color: #ebebeb !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.homeBrand_sec .leftBox {
    margin: 0px -70px 0px 0px;
    padding: 45px 99px 45px 65px;
    background-color: #9b3f8c;
    display: flex;
    align-items: center;
    height: 100%;
}
.homeBrand_sec .rightBox {
    padding: 50px 0px 50px 0px;
    z-index: 9;
    position: relative;
}


.homeQuotes_sec {
    background-color: white;
    position: relative;
    color: #9b3f8c;
}
    .homeQuotes_sec::before {
        content: '';
        /* background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;*/
   /* height: 100px;*/
    width: 100%;
    display: block;
}
/*.homeQuotes_sec.topBgGray::before {
    background-color: #ebebeb;
}*/

    .homeQuotes_sec::after {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
   /* height: 100px;*/
    width: 100%;
    display: block;
    transform: scale(1.02) rotateX(-180deg) rotateY(-180deg);
}

.homeQuotes_sec img {
    width: 100%;
    max-width: 114px;
}
    .homeQuotes_sec p {
        font-size: 17px;
        color: #9b3f8c !important;
    }



.homeIncluded_sec {
    background-color: #9b3f8c;
    position: relative;
}
.checkCircleIcon {
    min-width: 24px;
    width: 24px;
    height: 24px;
}
.homeIncluded_sec h2,
.homeIncluded_sec p {
    color: #ffffff;
}
.homeIncluded_sec h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #ffffff;
}



.homeNeed_sec {
    background-color: #ebebeb;
    position: relative;
}



.homeAbout_sec .leftBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 100px 45px 77px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}
.homeAbout_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}




.homeSchedule_sec {
    background-color: #9b3f8c;
    position: relative;
}
.homeSchedule_sec::before {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    display: block;
}
.homeSchedule_sec::after {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    display: block;
    transform: scale(1.02) rotateX(-180deg) rotateY(-180deg);
}
.homeSchedule_sec.bottomBgGray::after {
    background-color: #ebebeb;
}

.homeSchedule_sec h2,
.homeSchedule_sec p {
    color: #ffffff;
}



.homeSimpleQuotes_sec {
    background-color: #ebebeb;
}
.homeSimpleQuotes_sec img {
    width: 100%;
    max-width: 180px;
}
.homeSimpleQuotes_sec p {
    font-size: 17px;
    color: #45484e;
}



.homeSayingAbout_sec {
    background-color: rgb(130 98 121 / 20%);
    position: relative;
}
.homeSayingAbout_sec::before {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

.homeSayingAbout_sec::after {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    display: block;
    transform: scale(1.02) rotateX(-180deg) rotateY(-180deg);
}
    .homeSayingAbout_sec.bg-darkCaroline::after {
        background-color: #9b3f8c;
    }
.homeSayingAbout_sec .card {
    background: none;
    border: none;
}
.homeSayingAbout_sec .card-title {
    font-size: 22px;
    font-family: 'Noto Serif', serif;
    color: #45484e;
    margin: 0px;
    font-weight: 500;
}
.homeSayingAbout_sec .card-title-line {
    border-top: 1px solid #9b3f8c;
    width: 100%;
    opacity: 1;
}
.homeSayingAbout_sec .card-text {
    font-size: 16px;
    color: #814359;
}






.homeNewBlog_sec .card {
    background: none;
    border: none;
}
.homeNewBlog_sec .card-title {
    font-size: 22px;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    margin: 0px;
    font-weight: 500;
}



.homeFeaturedSlider {
    position: relative;
    padding: 0px 50px;
}
.homeFeaturedSlider .owl-stage-outer {
    z-index: 9;
}
.homeFeaturedSlider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.homeFeaturedSlider .owl-nav .owl-prev,
.homeFeaturedSlider .owl-nav .owl-next {
    margin: 0 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url(../images/right-arrow-thin.svg) !important;
    background-color: transparent !important;
}
.homeFeaturedSlider .owl-nav .owl-prev {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.homeFeaturedSlider .owl-nav .owl-prev span,
.homeFeaturedSlider .owl-nav .owl-next span {
    font-size: 0px;
    width: 0;
    height: 0;
}
/***** Home Page css end here *****/

/***** About My Story Page css Start here *****/
.MyStoryGetRight_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.MyStoryGetRight_sec .imageBox {
    width: 100%;
}
.MyStoryGetRight_sec .rightBox {
    margin: 0px -100px 0px -15px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}

/*.MyStoryGetLeft_sec {
    margin-top: -50px;
}*/
.MyStoryGetLeft_sec .rightBox {
    margin: 0px 0px 0px -170px;
    padding: 50px 0px 50px 40px;
    z-index: 9;
    position: relative;
}
.MyStoryGetLeft_sec .imageBox {
    width: 100%;
}
.MyStoryGetLeft_sec .leftBox {
    margin: 0px -15px 0px -100px;
    padding: 45px 180px 45px 80px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}


.MyStoryClassed_sec {
    background-color: #9b3f8c;
    position: relative;
}
.MyStoryClassed_sec::before {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    display: block;
}
.MyStoryClassed_sec::after {
    content: '';
    background-color: #ffffff;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkyMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTE5MjAgLjAyM0wwIDIwMFYwaDE5MjB6IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
    display: block;
    transform: scale(1.02) rotateX(-180deg) rotateY(-180deg);
}


.MyStoryPeople_sec .card h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.MyStoryPeople_sec .card p {
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
/***** About My Story Page css end here *****/

/***** About My Book Page css Start here *****/
.MyBookGetRight_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.MyBookGetRight_sec .imageBox {
    width: 100%;
}
.MyBookGetRight_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}

.MyBookGetLeft_sec .rightBox {
    margin: 0px 0px 0px -170px;
    padding: 50px 0px 50px 40px;
    z-index: 9;
    position: relative;
}
.MyBookGetLeft_sec .imageBox {
    width: 100%;
}
.MyBookGetLeft_sec .leftBox {
    margin: 0px 0px 0px -100px;
    padding: 45px 180px 45px 80px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}
/***** About My Book Page css end here *****/

/***** About collaborations Page css Start here *****/
.collaborationLeft_sec .rightBox {
    margin: 0px 0px 0px -170px;
    padding: 50px 0px 50px 40px;
    z-index: 9;
    position: relative;
}
.collaborationLeft_sec .imageBox {
    width: 100%;
}
.collaborationLeft_sec .leftBox {
    margin: 0px 0px 0px -100px;
    padding: 45px 180px 45px 80px;
    background-color: #9b3f8c;
    display: flex;
    align-items: center;
    height: 100%;
}

.collaborationRight_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.collaborationRight_sec .imageBox {
    width: 100%;
}
.collaborationRight_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}

.collabSecLabel span {
    color: #75727b;
    font-size: 9px;
    font-family: 'Noto Serif', serif;
}
/***** About collaborations Page css end here *****/

/***** About In the Press Page css end here *****/
.InPressIncluded_sec {
    background-color: #9b3f8c;
    position: relative;
}
.InPressIncluded_sec h2,
.InPressIncluded_sec p {
    color: #ffffff;
}
.InPressIncluded_sec h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #ffffff;
}


.InPressOnlineFeatures_sec .cardRow {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.InPressOnlineFeatures_sec .cardDark {
    background-color: #9b3f8c;
    position: relative;
    border: 0px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 2px 4px 0px #9b3f8c;
}
.InPressOnlineFeatures_sec .cardDark h3 {
    font-size: 20px;
    font-family: 'Noto Serif', serif;
}
.InPressOnlineFeatures_sec .cardDark:hover {
    background-color: #45484e;
}
.InPressOnlineFeatures_sec .cardLight {
    background-color: #ebebeb;
    position: relative;
    border: 0px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 2px 4px 0px #9b3f8c;
}
.InPressOnlineFeatures_sec .cardLight h3 {
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.InPressOnlineFeatures_sec .cardLight:hover {
    background-color: rgb(155 63 140 / 59%);
}
/***** About In the Press Page css end here *****/

/***** About RETREAT Page css starts here *****/
.retreatsBox_sec .leftBox,
.workshop_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.retreatsBox_sec .rightBox,
.workshop_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}
.retreatsForm_sec input {
    color: rgba(115, 119, 127, 0.7) !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(220, 222, 225, 1) !important;
    border-radius: 0px !important;
    min-height: 57px !important;
    padding: 14px 24px !important;
    transition-duration: 0.50s !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

.preWorkshop_sec h2,
.preWorkshop_sec .innerBox h4 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.preWorkshop_sec h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #45484e;
}
/***** About RETREAT Page css ends here *****/

/***** About FAQ Page css starts here *****/
.faqAccordion_Sec .accordion-item {
    border: 2px solid rgba(220, 222, 225, 1);
    border-radius: 0px;
    margin-bottom: 3px;
}
.faqAccordion_Sec button.accordion-button {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    padding: 10px 15px;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.faqAccordion_Sec .accordion-button::after {
    display: none;
}
.faqAccordion_Sec .accordion-body {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
.faqAccordion_Sec .accordion-body ul {
    padding-left: 20px;
    list-style-type: disc;
}
.faqAccordion_Sec .accordion-body p,
.faqAccordion_Sec .accordion-body li {
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
/***** About FAQ Page css ends here *****/

/***** Classes Page css starts here *****/
.myClasses_Sec h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.myClassesReview_Sec {
    background-image: url(../images/online-classes-banner2.jpeg);
    background-position: center;
    background-size: cover;
}
.myClassesReview_Sec .reviewBox {
    background-color: rgb(255 255 255);
    border-radius: 8px;
    padding: 15px;
    transition-duration: 0.50s;
    transition-property: filter, box-shadow, background, border-radius, border-color;
}
.myClassesReview_Sec .reviewBox:hover {
    background-color: rgb(255 255 255 / 72%);
}
.myClassesReview_Sec .reviewBox h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
/***** Classes Page css ends here *****/


/***** Blog Page css ends here *****/
.blogMain_sec {
    padding-top: 200px;
}
.blogMainTitle {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    text-stroke: rgb(69 72 78 / 0%) 0px;
    -webkit-text-stroke: rgb(69 72 78 / 0%) 0px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
}
.blogInnerText * {
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
.blogInnerText p {
    margin-bottom: 15px;
}
.blogInnerText b, 
.blogInnerText strong {
    font-weight: bolder;
}
.blogInnerText ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 15px;
}

.blogInnerNavigation {
    position: relative;
}
.blogInnerNavigation::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 50%;
    background-color: #9b3f8c;
}
.blogInnerNavigation a {
    font-size: 14px;
    font-weight: 600;
    color: #9b3f8c;
}
/***** Blog Page css ends here *****/


/***** Contact Us Page css starts here *****/
.contactMain_sec {
    padding-top: 250px;
    background-color: #ebebeb;
}
.contactMain_sec h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.contactMain_sec p {
    font-size: 17px;
    font-weight: 400;
    color: #75727b;
    line-height: 1.9;
}
.contactMain_iconList img {
    width: 30px;
    height: 30px;
}
.contactMain_iconList a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #75727b;
    line-height: 1.9;
}
.contactMain_sec input,
.contactMain_sec select,
.contactMain_sec textarea {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgb(69 72 78 / 70%) !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 5px !important;
    min-height: 57px !important;
    resize: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.contactMain_sec textarea {
    height: 165px !important;
}
.contactMain_sec .carolinJoinBtn {
    flex-flow: row;
}
.contactMain_sec .carolinJoinBtn img {
    margin-left: 0px;
    margin-right: 10px;
    min-width: 18px;
    width: 18px;
    height: 18px;
}
/***** Contact Us Page css ends here *****/

/***** Newsletter Page css starts here *****/
.newsLetterMain_sec {
    padding-top: 250px;
    background-color: #ebebeb;
}

    .newsLetterMain_sec input {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: rgb(69 72 78 / 70%) !important;
        padding: 10px 20px !important;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 5px !important;
        min-height: 57px !important;
        resize: none !important;
        box-shadow: none !important;
        outline: none !important;
        text-transform: uppercase;
    }

    .newsLetterMain_sec h1 {
        font-size: 46px;
        font-weight: 400;
        font-family: 'Noto Serif', serif;
        color: #9b3f8c;
    }

    .newsLetterMain_sec p {
        font-size: 17px;
        font-weight: 400;
        color: #75727b;
        line-height: 1.9;
    }
/***** Newsletter Page css ends here *****/

/***** Login Page css starts here *****/
.loginMain_sec {
    padding-top: 230px;
    background-color: #ffffff;
}
.loginMain_sec h1 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.loginMainForm_box {
    width: 100%;
    max-width: 405px;
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.loginMainForm_box label {
    font-size: 16px;
    color: #000;
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.loginMainForm_box input.form-control {
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 4px 16px 6px;
    box-shadow: none !important;
    outline: none !important
}
.loginMainForm_box .form-check-input {
    margin-top: 6px;
    background-size: 17px;
    border-radius: 2px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #666;
}
.loginMainForm_box .form-check-input:checked {
    border: none;
}
.loginMainForm_box button[type="submit"] {
    background-color: #9b3f8c;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
    padding: 8px 17px;
    border-radius: 3px;
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.loginMainForm_box a {
    color: #9b3f8c;
    font-size: 16px;
}
/***** Login Page css ends here *****/


/***** Pricing Page css starts here *****/
.pricingMain_sec {
    background-color: rgba(235, 235, 235, 1);
}
.pricingMain_sec .innerBox {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.pricingMain_sec .innerBox .left,
.pricingMain_sec .innerBox .right {
    background-color: #ffffff;
    border: 1px solid rgb(69 72 78 / 30%);
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.pricingMain_sec .innerBox h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    line-height: 1.4;
}
.pricingMain_sec .innerBox h2 s {
    color: #45484e;
    opacity: 0.57;
}
.pricingMain_sec .innerBox h2 span {
    color: #45484e;
}
.pricingMain_sec .innerBox p {
    font-size: 17px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
.pricingMain_sec .innerBox li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
    margin-bottom: 15px;
}
.pricingMain_sec .innerBox li::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background-image: url(../images/check-small.svg);
    background-position: center;
    background-size: cover;
}
/***** Pricing Page css ends here *****/

/***** SignUpModal css starts here *****/
#signUpModal {
    display: block !important;
}
#signUpModal.hideMe {
    display: none !important;
}
#signUpModal .modal-dialog {
    margin-right: -100%;
    align-items: end;
    transition-duration: 1.5s;
    max-width: 420px;
}
#signUpModal.showMe .modal-dialog {
    margin-right: 30px;
    transition-duration: 1.5s;
}
#signUpModal .modal-content {
    background: #9b3f8c;
    border: 0;
}
#signUpModal .btn-close {
    background-size: 19px;
    background-image: url(../images/close-popup.svg);
    opacity: 1;
    position: absolute;
    padding: 0;
    width: 19px;
    height: 19px;
    right: 26px;
    top: 26px;
    z-index: 9;
}
#signUpModal .modal-body {
    padding: 50px;
}
#signUpModal h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    letter-spacing: -1.5px;
}
#signUpModal form input {
    font-size: 14px !important;
    letter-spacing: 1.5px;
    font-weight: 400 !important;
    color: #73777f !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 5px !important;
    min-height: 57px !important;
    resize: none !important;
    box-shadow: none !important;
    outline: none !important;
}
/***** SignUpModal css ends here *****/

/***** Privacy Policy css starts here *****/
.privacyPolicyMain_sec {
    padding-top: 210px;
    background-color: #ffffff;
}
.privacyPolicyMain_sec h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.privacyPolicyMain_sec h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
}
.privacyPolicyMain_sec h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #9b3f8c;
    letter-spacing: -1.5px;
    line-height: 1.4;
}
.privacyPolicyMain_sec p {
    font-size: 16px;
    font-weight: 400;
    color: #45484e;
    line-height: 1.9;
}
/***** Privacy Policy css ends here *****/


/***** Checkout css starts here *****/
.checkoutHeader {
    border-bottom: 1px solid #d8d8d8;
}
.checkoutHeader img {
    max-width: 120px;
}

.checkoutMainSec {
    font-family: "Montserrat", serif;
}
.checkoutMainSec .progressText {
    font-size: 16px;
    color: #535156;
    font-weight: 700;
    text-transform: uppercase;
}
.checkoutMainSec .progress {
    height: 5px;
}

.checkout_accountBox {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.checkout_accountBoxHead h2 {
    font-size: 16px;
    color: #535156;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
}
.checkout_accountBoxHead p {
    font-size: 13px;
    color: #535156;
    font-weight: 500;
}
.checkout_accountBoxHead a {
    font-size: 16px;
    color: #9b3f8c;
    font-weight: 500;
}

.checkout_haveAccount {
    background-color: #f3f3f3;
}

.belowLine_box {
    position: relative;
    text-align: center;
}
.belowLine_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    top: 50%;
    left: 0;
}
.belowLine_box p {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
}

.checkoutMainSec .form-label {
    font-size: 14px;
    color: #000000;
}
.checkoutMainSec .form-label > span {
    font-size: 18px;
}

.carolinFormBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(155, 63, 140, 0);
    border-radius: 8px;
    background-color: #9b3f8c;
    background-image: none;
    box-shadow: none;
    padding: 10px;
    flex-flow: row-reverse nowrap;
    cursor: pointer;
    transition-duration: 0.50s;
    transition-property: filter, color, background, border-color, box-shadow;
}
.carolinFormBtn:hover {
    border: 2px solid rgba(69, 72, 78, 0) !important;
    background-color: rgba(69, 72, 78, 1) !important;
}

.checkout_billingBox {
    border: 1px solid #d8d8d8;
    background-color: #f3f3f3;
    border-radius: 8px;
}

.checkout_paymentBox {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

.checkout_paymentBox .form-check-input {
    margin-top: 6px;
    background-size: 17px;
    border-radius: 2px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #666;
}

.checkout_creditBox {
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.couponCodeForm input {
    height: 46px;
    padding: 10px 15px;
}
.couponCodeForm .carolinFormBtn {
    padding: 8px 25px;
    height: 46px;
}

.checkout_orderSumaryMain {
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.checkout_orderSumaryMain table {
    border-collapse: collapse;
    width: 100%;
}
.checkout_orderSumaryMain th,
.checkout_orderSumaryMain td {
    padding: 10px 20px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}
.checkout_orderSumaryMain th {
    font-weight: 700;
}
.checkout_orderSumaryMain td small {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    display: block;
}
.checkout_orderSumaryMain tbody > tr:last-child th,
.checkout_orderSumaryMain tbody > tr:last-child td {
    border-bottom: none;
}

.itemList_box p {
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
}
.itemList_box .itemListImg_box {
    position: relative;
    padding-top: 10px;
    width: 60px;
}
.itemList_box .itemListImg_box span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -7px;
    background-color: #535156;
    font-size: 13px;
    color: #ffffff;
    border-radius: 8px;
    padding: 2px 7px 2px 6px;
    line-height: 1;
    letter-spacing: 0;
}
.itemList_box .itemListImg_box img {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
}
.itemList_box .itemListTxt_box {
    width: calc(100% - 160px);
}
.itemList_box .itemListAmt_box {
    width: 100px;
    text-align: right;
}
/***** Checkout css ends here *****/

/***** Cart Page css starts here *****/
.cartMainSec {
    font-family: "Montserrat", serif;
}
.cartMainSec h2 {
    font-family: "Montserrat", serif;
    font-size: 34px;
    color: #333333;
    font-weight: 600;
}

.cartListTable .couponCodeForm {
    width: 100%;
    max-width: 350px;
}
.cartListTable .carolinFormBtn {
    padding: 8px 15px;
}
.cartListTable tr th,
.cartListTable tr td {
    vertical-align: middle;
}

.cartBasketTable {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.cartBasketTable tbody > tr:last-child th,
.cartBasketTable tbody > tr:last-child td {
    border-bottom: none;
}

.cartPageFoter {
    background-color: #FAFAFB;
}
/***** Cart Page css ends here *****/


.tryFreeClasses_sec {
    background-color: #ffffff;
}
.tryFreeClasses_sec .leftBox {
    margin: 0px -170px 0px 0px;
    padding: 50px 40px 50px 0px;
    z-index: 9;
    position: relative;
}
.tryFreeClasses_sec .imageBox {
    width: 100%;
}
.tryFreeClasses_sec .rightBox {
    margin: 0px -100px 0px 0px;
    padding: 45px 80px 45px 180px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 100%;
}

.tryFreeClasses_sec form input {
    font-size: 18px !important;
    letter-spacing: 0px;
    font-weight: 400 !important;
    color: #73777f !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(220, 222, 225, 1) !important;
    border-radius: 0 !important;
    min-height: 57px !important;
    resize: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.myClasses_Sec .card-img-top img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 80px;
    text-align: center;
    align-items: end;
    display: flex;
    margin: auto;
}
.publicSiteHeaderMenu{
    margin-bottom : 0px!important;
}
.publicIndexPageMarginBottom {
    margin-bottom: 0px !important;
}
.thankyouVideo_sec {
    background-color: #9b3f8c;
}

/* unsubscribe newsletter page css style starts */

.newsLetterUnsubscribe_sec {
    padding-top: 160px !important;
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
}

.newsLetterUnsubscribe_sec .unsubscribeContent {
    max-width: 780px;
    text-align: center;
    margin: auto;
}

.newsLetterUnsubscribe_sec .iconContainer {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsLetterUnsubscribe_sec .iconContainer img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.newsLetterUnsubscribe_sec .unsubscribeContent h2 {
    color: #9b3f8c;
    font-family: "Montserrat", serif;
}

.newsLetterUnsubscribe_sec .unsubscribeContent p {
    color: #5E5E5E;
    font-family: "Montserrat", serif;
}

.newsLetterUnsubscribe_sec .unsubscribeContent a {
    width: max-content;
}
/* unsubscribe newsletter page css style ends here */

/* free trial class page css style starts here */
.carolinDayClass_Sec {
    padding-top: 160px !important;
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
}

.carolinDayClass_Sec h1 {
    color: #9b3f8c;
}

.carolinDayClass_Sec .videoBox {
    width: 100%;
    height: 720px;
}

.carolinDayClass_Sec .videoBox iframe {
    width: 100%;
    height: 100%;
}
/* free trial class page css style ends here */