@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'The Bristers Sans';
	src: url('fonts/Bristers-sans/TheBristersSans-Regular.woff2') format('woff2'),
		url('fonts/Bristers-sans/TheBristersSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stereonic XS';
    src: url('fonts/Stereonic-XS.woff2') format('woff2'),
        url('fonts/Stereonic-XS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	list-style: none;
	text-decoration: none;
	background-repeat: no-repeat;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 !important;
	background: #fff;
	color: #000;
	/* -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased; */
	font-family: 'Poppins', sans-serif;
	overflow: initial;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

/* Font class / family */
.just {
	font-family: 'Just Because';
}

.sweet {
	font-family: 'Sweet Apricot';
}

.sunbeam {
	font-family: 'Sunbeam', sans-serif;
}

.stereonic-xs {
	font-family: 'Stereonic XS';
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a.click {
	outline: none;
	color: #007bff;
	text-decoration: underline;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a.click:hover {
	text-decoration: underline;
}

img {
	border: none;
	max-width: 100%;
}

li {
	list-style: none;
}

hr {
	margin-bottom: 2rem;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

::after,
::before {
	box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@font-face {
	font-family: 'Just Because';
    src: url('fonts/JustBecause-Regular.woff2') format('woff2'),
        url('fonts/JustBecause-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Sweet Apricot';
    src: url('fonts/SweetApricot.woff2') format('woff2'),
        url('fonts/SweetApricot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Sunbeam';
    src: url('fonts/Sunbeam.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

button:focus {
	outline: none !important;
}

/*-----------------------
MAIN CSS START
------------------------*/

.dropdown-menu {
	left: -120px;
	background: #F45E3D;
}

.dropdown-item {
	color: #fff;
	background: #F45E3D;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding: 15px 20px;
}

.dropdown:hover .dropdown-menu {
	margin-top: 0;
}

.dropdown-item:last-child {
	border: none;
}

.dropdown-item:hover {
	color: #000;
	background: initial;
}

/* HAMBURGER MENU ANIMATION */
#nav-icon3 {
	width: 45px;
	height: 45px;
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 80%;
	background: #40c1bd;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 10px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 20px;
}

#nav-icon3 span:nth-child(4) {
	top: 30px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* END HAMBURGER MENU ANIMATION */
.top-nav .navbar {
	padding: 35px 50px !important;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	z-index: 100;
	background: #fff;
	align-items: center;
	height: 85px;
}

.top-nav .navbar-brand {
	width: 20%;
}

.top-nav .dropdown-toggle::after {
	display: none;
}

.top-nav .navbar ul li {
	margin-left: 30px;
}

.top-nav .navbar ul li .nav-link {
	color: #000;
	font-weight: 600;
	font-size: 17px;
	padding: 7px;
	position: relative;
	cursor: pointer;
}

.top-nav .navbar ul li .nav-link:after {
	content: "";
	position: absolute;
	bottom: -0.2em;
	left: 50%;
	right: 50%;
	height: 0.1em;
	background: #f35b8b;
	transition: all .5s;
}

.top-nav .navbar ul li .nav-link:hover:after,
.top-nav .navbar ul li .nav-link.active:after {
	left: 1em;
	right: 1em;
}

.top-nav .navbar ul li .btn {
	background: #F45E3D;
	color: #fff;
    /* border-radius: 30px; */
	border-radius: 8px;
	padding: 7px 20px;
	font-weight: 600;
}

.top-nav .navbar ul li .btn:hover {
	background: #000;
}

.banner {
	margin-top: 0;
	margin-bottom: 50px;
	position: relative;
	z-index: 98;
}

.video-content {
    /* background: url(../images/ibelieveinme/frame.png) no-repeat; */
	background: url(../images/ibelieveinme/gold-colored-wooden-frame.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	overflow: hidden;
	padding: 86px 98px;
	height: 526px;
	width: 100%;
	position: relative;
}

.ban-text {
	margin-top: 30px;
	width: 40%;
	margin: auto;
}

.banner .ban-text {
	/* margin-top: 30px; */
	width: 100%;
}

.ban-text h2 {
	font-size: 37px;
}

.bloom-videoplan-slider .slick-list {
	min-height: 730px;
}

.video-js:not(#fairyBottomVideo) {
	border: 10px solid #ddd;
}

.bloom-videoplan-slider .video-js {
	width: 100%;
	min-height: 730px;
	border: 10px solid #ddd;
	padding: 0px 0;
	/* border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-moz-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-webkit-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-o-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65; */
}

.ban-text .btn {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 10px 34px;
	font-weight: 600;
	margin-top: 20px;
	width: 215px;
	padding: 15px 50px;
}

.ban-text .btn:hover {
	background: #F45E3D;
	color: #fff;
}

/* ADVANTAGE SECTION */

.adventure {
	padding-top: 180px;
	padding-bottom: 130px;
	position: relative;
}

.adventure::after {
	content: "";
	position: absolute;
	background: url(../images/ibelieveinme/flower2.png) no-repeat;
	background-position: left;
	background-size: contain;
	width: 50%;
	height: 600px;
	top: 50px;
	left: 0;
	z-index: -1;
}

.adventure::before {
	content: "";
	position: absolute;
	background: url(../images/ibelieveinme/flower1.png) no-repeat;
	background-position: right;
	background-size: contain;
	width: 32%;
	height: 700px;
	top: -228px;
	right: 0;
	z-index: -1;
}

.move-left .girl {
	z-index: 99;
}

.move-left .girl img {
	position: absolute;
	bottom: -132px;
	left: -30px;
}

.move-right h3 {
	font-size: 70px;
	line-height: 55px;
}

.move-right p {
	font-size: 18px;
	width: 85%;
	margin-top: 30px;
}

.move-right .reg-btn {
	width: 70%;
	text-align: center;
}

.move-right .reg-btn .btn {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 15px 50px;
	font-weight: 600;
	width: 215px;
	margin: 60px auto auto auto;
	display: inline-block;
}

.move-right .reg-btn .register-now,
.move-right .reg-btn .about-us {
	margin-top: 30px;
}

.move-right .reg-btn .about-us {
	width: 215px;
	padding: 15px 50px;
}

.move-right .reg-btn .btn:hover {
	background: #F45E3D;
	color: #fff;
}

/* TESTIMONIAL */

.testimonial {
	background: url(../images/ibelieveinme/test-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 15px 100px 15px;
	position: relative;
}

.testimonial::before {
	content: '';
	position: absolute;
	background: url(../images/ibelieveinme/flower3.png) no-repeat;
	background-position: right;
	background-size: contain;
	width: 32%;
	height: 550px;
	right: 0;
	top: -230px;
}

.test-top {
	margin-bottom: 180px;
}

.test-top .girl img {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 99;
    /* width: 40%; */
	;
}

.test-top .slider {
	width: 70%;
	border-radius: 80px;
	background: #fff;
	box-shadow: 0px 3px 5px 0px hsla(0, 0%, 0%, 0.3);
}

/* .owl-carousel .owl-stage-outer {
	border-radius: 80px;
} */

.test-top .slider .item {
	background: #ffffff;
	border-radius: 80px;
	padding: 60px 130px 30px 130px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	margin-top: auto;
	bottom: -38px;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1.5px solid #000;
	margin: 5px 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000 !important;
}

.slider .item h2 {
	color: rgb(0, 0, 0);
	margin: 0;
	font-size: 40px;
	margin-bottom: 20px;
}

.slider .item p {
	font-size: 16px;
}

.test-bottom .slider {
	width: 50%;
	border-radius: 80px;
	background: #fff;
	margin-left: auto;
	margin-bottom: -200px;
	box-shadow: 0px 3px 5px 0px hsla(0, 0%, 0%, 0.3);
}

.test-bottom .slider .item {
	padding: 60px 90px 0 90px;
}

.slider-btn {
	text-align: center;
	padding-top: 30px;
}

.slider-btn .btn {
	font-style: italic;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}

.strong {
	padding: 100px 0 50px;
	position: relative;
}

.flowericon .icon {
	position: absolute;
}

.flowericon .icon1 {
	top: 50px;
	left: 170px;
}

.flowericon .icon2 {
	top: 45%;
	left: 0;
}

.flowericon .icon3 {
	bottom: -40px;
	right: 0;
	z-index: -1;
}

.strong .girl img {
	position: absolute;
	right: -60px;
}

.st-right h3 {
	font-size: 80px;
	padding-left: 120px;
	/* font-family: 'The Bristers Sans'; */
}

.st-right .line2 {
	padding-left: 240px;
}

.st-right .line3 {
	padding-left: 360px;
}

.st-right p {
	margin-top: 70px;
	font-size: 24px;
	width: 90%;
	line-height: 1.8;
}

/* FOOTER */

.green-foot {
	background: #56867A;
	padding: 50px 15px;
}

.green-foot .footer-link li {
	margin-bottom: 20px;
}

.green-foot .footer-link li a, .green-foot .footer-link li a:not([href]):not([class]):hover {
	color: #ffffff;
	cursor: pointer;
}

.green-foot .copy-right .footer-logo .icon {
	width: 5%;
}

.green-foot .copy-right .footer-logo .logo {
	width: auto;
}

.green-foot .copy-right p {
	font-size: 13px;
}

.footer-bottom {
	padding-top: 30px;
}

.footer-logo {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.copy-right {
	padding-top: 10px;
}

.copy-right a {
	color: #fff;
	text-decoration: underline;
}

.footer-social {
	text-align: right;
}

.footer-social li {
	display: inline-block;
	margin-left: 7px;
}

.footer-social li a {
	color: #fff;
	font-size: 20px;
	display: block;
	border: 1.5px solid #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.footer-social li a i {
	line-height: 35px;
}

.footer-social li a:hover {
	background: #fff;
	color: #56867A;
}

.mobile-footer {
	display: none;
}

.mobile-footer ul li {
	display: inline-block;
	margin: 0 5px;
}

#myModal .modal-content,
#freeEpisode .modal-content {
	border: unset;
	border-radius: 8px;
}

#myModal .modal-header {
	background-color: #ff8c00;
	color: #fff;
	padding: 0.5rem 1rem;
}

#myModal .close {
	text-shadow: unset;
}

#confirmationModal .modal-footer {
	border: 0;
}

.no-desktop-view {
	display: none;
}

.orange-bg-color {
	background-color: #F6905F;
}

.each-user-video img {
	height: 120px;
	object-fit: contain;
}

.footer-social li a.orange-color:hover {
	color: #F6905F;
}

/* About page start */
.about-top-banner {
	/* min-height: 905px; */
	background: #f9f9f9;
	padding: 130px 0 50px;
	position: relative;
}
/* .about-top-banner:after {
    position: absolute;
    content: "";
    right: 0;
    background: url(../images/about-flower.png) no-repeat;
    background-size: 100%;
    width: 50%;
    height: 835px;
    top: 50%;
} */
.about-top-banner:after {
	position: absolute;
	content: "";
	right: 0;
	background: url(../images/ibelieveinme/about-flower.png) no-repeat;
	background-size: 100%;
	width: 1016px;
	max-width: 40%;
	height: 835px;
	top: 255%;
}

.our-story:before {
	position: absolute;
	content: "";
	left: 0;
	background: url(../images/ibelieveinme/our-story-leaf.png) no-repeat;
	background-size: 100%;
	width: 30%;
	height: 800px;
	top: -100px;
}

.about-banner-desc p {
	font-size: 20px;
}

.our-story {
	padding: 100px 0 240px;
	position: relative;
}

.story-telling h3 {
	font-size: 75px;
}

.story-telling p {
	font-size: 19px;
}

.story-telling p + p {
	margin-top: 30px;
}

.story-telling .btn {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 15px 50px;
	font-weight: 600;
	margin-top: 30px;
}

.story-telling .btn:hover {
	background: #F45E3D;
	color: #fff;
}

.video-frame-area .video-content {
	height: auto;
	margin-top: -160px;
}

.video-frame-area {
	background: url(../images/ibelieveinme/about-video-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 0 300px;
}

.about-top-banner .move-right h3 {
	font-size: 80px;
	padding-bottom: 30px;
}

.awesome-area {
	padding: 180px 0;
}

.awesome-content h2 {
	font-family: 'Just Because';
	font-size: 64px;
}

.max-video-content {
	position: relative;
	z-index: 1;
}

.max-video-content .aboutVideo-dimensions,
.max-video-content .landingVideo-dimensions,
.max-video-content .freeVideo-dimensions,
.max-video-content .promoVideo-dimensions {
	border: 10px solid #ddd;
	padding: 0px 0;
	/* border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-moz-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-webkit-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-o-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65; */
	position: inherit;
}

.max-video-content .aboutVideo-dimensions video,
.max-video-content .landingVideo-dimensions video,
.max-video-content .freeVideo-dimensions video,
.max-video-content .promoVideo-dimensions video {
	position: inherit;
}

.max-video-content::before {
	padding: 0;
}

.about-video-land {
	margin-top: -160px;
}
/* About page end */

/* Our team page start */
.team-carousel {
	padding: 150px 0 0;
	position: relative;
}

.team-carousel:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url(../images/ibelieveinme/team-top-left-flower.png) no-repeat left top;
	width: 381px;
	height: 657px;
	max-width: 20%;
	background-size: 100%;
}

.team-carousel:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: url(../images/ibelieveinme/team-top-right-flower.png) no-repeat right top;
	width: 573px;
	height: 473px;
	max-width: 40%;
	background-size: 100%;
}

.all-team-carousel .owl-stage-outer {
	border-radius: 0px;
}

.each-user img {
	border-radius: 200px 200px 0 0;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

.each-user h3 {
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	font-weight: 400;
}

.all-team-carousel .owl-nav {
	width: 100%;
}

.all-team-carousel .owl-nav button:hover {
	background: transparent !important;
}

.all-team-carousel .owl-prev {
	left: -120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.all-team-carousel .owl-next {
	right: -120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tab-panel-content {
	background: #F1CDB7;
	padding: 75px;
	/* margin-top: 30px; */
	position: relative;
}

.tab-panel-content h3 {
	color: #2C2C2C;
	margin-bottom: 30px;
	font-size: 24px;
	font-style: italic;
}

.tab-panel-content h3 span {
	font-size: 80px;
	font-style: normal;
}

.tab-panel-content h3 span output {
	line-height: 1.7;
}

.tab-panel-content p {
	font-size: 20px;
}

.all-team-carousel .each-user {
	padding-bottom: 30px;
	position: relative;
	cursor: pointer;
}

.all-team-carousel .each-user.active:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 21px;
	background: #f1cdb7;
	left: 50%;
	bottom: -2px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: translateX(-50%);
}

.all-team-carousel .owl-theme .owl-nav {
	margin-top: -1px;
}

.strong-women-area {
	background: url(../images/ibelieveinme/team-bg.jpg) repeat-x;
	background-size: cover;
	/* padding: 415px 0 560px; */
	padding: 240px 0 100px;
	margin-top: -160px;
}

.strong-text h2 {
	font-size: 86px;
}

.btn-white {
	padding: 10px 50px;
	background: #fff;
	border-radius: 40px;
	font-size: 24px;
	margin-top: 50px;
	display: inline-block;
	transition: 0.3s;
}

.btn-white:hover {
	color: #f45e3d;
	transition: 0.3s;
}

.team-image img {
	margin-top: -380px;
	border-radius: 120px;
}

.team-image p {
	text-align: center;
	font-size: 24px;
	padding: 50px 0 0;
	color: #17161B;
}

.team-four {
	padding: 0 0 200px;
}

.team-heading {
	font-size: 96px;
}
/* Our team page end */

/* IBIM page start */
.team-slider .each-user img {
	border-radius: 200px 200px 0 0;
	background: #e3493f;
}

.ibim-banner {
	padding: 250px 0 120px;
}

.ibim-banner .container-fluid {
	max-width: fit-content;
}

.ibm-banner img {
	max-width: inherit;
}

.ibm-banner {
	position: relative;
}

.sv-flower svg, .sv-flower img {
	position: absolute;
	bottom: 10px;
	left: 390px;
	z-index: -1;
}

.ibim-content h2 {
	font-size: 33px;
	font-weight: 400;
}

.ibim-content h1 {
	font-size: 90px;
}

.ibim-content p {
	font-size: 20px;
	margin-bottom: 60px;
}

/* .ibm-banner {
	padding-top: 150px;
} */

/* .ibm-banner p {
	font-size: 28px;
	white-space: nowrap;
	position: absolute;
	left: 50px;
	transform: translateX(-35%);
	font-weight: 400;
} */
/* .new-video {
	width: 585px;
	height: 585px;
	background: #D9D9D9;
	border-radius: 50%;
	display: table;
	margin: 30px auto;
} */

.new-video {
	position: relative;
	z-index: 0;
}

.new-video:after {
	position: absolute;
	content: "";
	width: 420px;
	/* height: 135px; */
	height: 130px;
	background: #EDE7DA;
	/* bottom: -70px; */
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	border-radius: 50%;
}

.ibm-banner p {
	font-size: 20px;
	font-weight: 400;
}

.badge-area {
	/* padding: 0 0 160px; */
	padding: 60px 0 50px;
}

.badge-area .container {
	max-width: 90%;
}

.badge-area .container {
	max-width: 85%;
}

.badge-box:first-child {
	margin-left: 0;
}

.badge-box:last-child {
	margin-right: 0;
}

.badge-box {
	margin: 15px;
	width: 100%;
}

.all-badges {
	justify-content: center;
}

.badge-round {
	width: 175px;
	height: 175px;
	background: #D9D9D9;
	border-radius: 50%;
	position: relative;
	backdrop-filter: blur(10px);
	margin: 0 auto;
}

.lock-badge .badge-round {
	cursor: not-allowed;
	/* pointer-events: none; */
	;
}

.lock-badge .badge-round:after {
	position: absolute;
	content: "";
	background: #eed1c9eb url(../images/ibelieveinme/lock.png) no-repeat center;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	backdrop-filter: blur(8px);
}

.badge-round img {
	width: 100%;
}

.badge-head h2 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}

.badge-box h3 {
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
}

.badge-box h3 span {
	font-weight: 600;
	text-transform: uppercase;
}

.plans-head {
	max-width: 100%;
	margin: 0 auto 50px;
}

.plans-head .hi-message {
	font-size: 72px;
}

.plans-head h2 {
	font-size: 64px;
	margin-bottom: 0;
}

.plans-head p {
	font-size: 18px;
}

.planning-slider .owl-stage-outer {
	border-radius: 0px;
	overflow: inherit !important;
}

.planning-slider .owl-nav {
	display: none;
}

.like-btn-svg {
	/* width: 80px;
	height: 100px; */
	position: absolute;
	right: -25px;
	top: 75%;
	/* transform: translate(-50%, -50%); */
	background: url(../images/ibelieveinme/web_heart_animation.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.like-btn-svg i, .like-btn-svg.animate i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.like-btn-svg.animate {
	transition: background 1s steps(28);
	animation: fave-like-btn-svg 1s steps(28);
	background-position: -2810px 0;
}

.like-btn-svg.animate .fa-regular {
	display: none !important;
}

.like-btn-svg.animate .fa-solid {
	display: block !important;
	color: #000;
}

.planner-box {
	position: relative;
}

.like-btn-svg i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	border: 2px solid #000;
	text-align: center;
	border-radius: 50%;
}

.video-title {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
	text-overflow: ellipsis;
	font-size: 18px;
	padding: 10px 0;
}

.about-page-youtube-videos {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 54%, rgba(241, 241, 241, 1) 100%);
	padding-top: 80px;
	padding-bottom: 50px;
}

@keyframes fave-like-btn-svg {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2810px 0;
	}
}

.planner-box {
	/* padding: 10px;
	background: #D9D9D9; */
	border: 10px solid #ddd;
}

.print-pdf-area .planner-box {
	background-color: #cbc8c8;
}

.plan-video-tab .max-video-content video {
	margin-top: 0;
	object-fit: cover;
	object-position: top;
}

.videoplan-slider .owl-nav button:hover {
	background: transparent !important;
}

.videoplan-slider .video-js {
	width: 100% !important;
	height: 740px !important;
	padding: 0px 0;
	/* border: 65px solid transparent;
	border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-moz-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-webkit-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-o-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65; */
	border: 10px solid #ddd;
	position: inherit;
}

.growing-slider .slick-list,
.growing-slider .slick-slide {
	height: auto;
	margin: 0 1px;
}

.growing-slider .slick-list .slick-track {
	display: flex;
	flex-direction: row;
	/* flex-wrap: nowrap; */
	/* justify-content: center; */
	align-items: center;
}

.growing-slider .video-js {
	width: 100% !important;
	height: 740px !important;
	padding: 0px 0;
	/* border: 45px solid transparent; */
	/* border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-moz-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-webkit-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65;
	-o-border-image: url(../images/ibelieveinme/gold-colored-wooden-frame.png) 65 65; */
	/* position: inherit; */
	border: 10px solid #ddd;
}

.videoplan-slider .video-title {
	max-width: 100% !important;
}

.videoplan-slider .owl-prev {
	left: -150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.videoplan-slider .owl-next {
	right: -150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.videoplan-slider .owl-stage-outer {
	border-radius: 0;
}

.planning-slider .each-planting-video.active:after {
	position: absolute;
	content: "";
	width: 103px;
	height: 65px;
	/* background: #d9d9d9; */
	background: #ddd;
	left: 50%;
	bottom: 100%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: translateX(-50%);
}
/* .planning-slider .cloned {
	pointer-events: none;
	cursor: not-allowed;
} */
.video-measure h4 {
	margin-left: 2px;
	padding: 10px 0;
	font-weight: 400;
	font-size: 20px;
}

.planning-slider .each-planting-video:hover {
	color: #000;
}

.grid-button a {
	font-size: 24px;
	font-weight: 600;
	margin-top: -80px;
	cursor: pointer;
}

.grid-button a:hover {
	color: #000;
}

.planning-area {
	padding: 0 0 230px;
}

.dash-plan-top {
	padding: 160px 0 230px;
}

.dash-plan-top:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/dash-plan-left-top.png) no-repeat left top;
	width: 589px;
	height: 658px;
	left: 0;
	top: 0;
	max-width: 23%;
	background-size: 90%;
}

.dash-plan-top:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/dash-plan-right-top.png)no-repeat right top;
	width: 479px;
	height: 586px;
	right: 0;
	top: 0;
	max-width: 23%;
	background-size: 90%;
}

.dash-team-area {
	position: relative;
	padding: 0 0 100px;
}

img.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	cursor: pointer;
	z-index: 1;
}

.growing-slider .video-js {
	width: 100%;
}

.slick-arrow:last-child {
	right: inherit !important;
	left: 100% !important;
}

.like-btn-svg {
	right: 20px;
	top: 165px;
}

.latest-video .like-btn-svg {
	right: 35px;
}

.planning-slider .owl-item img,
.dash-team-area .latest-video .each-bloom-video img,
.grid-view .each-planting-video img,
.each-slider-video img {
	height: 200px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display: block;
}

.dash-team-area:before {
	position: absolute;
	content: "";
	left: 0;
	top: -100px;
	background: url(../images/ibelieveinme/bloom-videos-before.png) no-repeat left top;
	width: 589px;
	height: 678px;
	max-width: 23%;
	background-size: 90%;
}

.dash-team-area:after {
	position: absolute;
	content: "";
	right: 0;
	top: -100px;
	background: url(../images/ibelieveinme/bloom-videos-after.png) no-repeat right top;
	width: 513px;
	height: 603px;
	max-width: 23%;
	background-size: 90%;
}

.chat-input-box button {
	background: #F6905F !important;
}

.favorite-area:after {
	background-size: 50%;
	background-position: right;
	height: 180px;
}

.fav-modal-header {
	background-color: #11cbc5 !important;
	color: #fff !important;
	padding: 15px !important;
}

.dash-heads h3 {
	font-size: 64px;
}

.dash-heads p {
	font-size: 18px;
	max-width: 60%;
	margin-bottom: 105px;
}

.owl-nav button img {
	max-width: 100px;
}

.dp-pic img {
	max-width: 105px !important;
	max-height: 105px;
	object-fit: cover;
	object-position: center;
	margin-right: 20px;
}

.designation img {
	border: 2px solid #000;
	padding: 10px;
}

.dp-pic h3 {
	font-size: 36px;
}

.latest-video .each-user.active:after,
.latest-video .each-bloom-video.active:after,
.bloom-thumbnail-slider .each-bloom-video.active .planner-box:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 40px;
	background: #ddd;
	left: 20px;
	bottom: 100%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.bloom-thumbnail-slider a.each-bloom-video {
	padding-top: 30px;
	display: block;
}

.bloom-thumbnail-slider .each-bloom-video .planner-box img {
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.latest-video h3 {
	text-align: left;
}

.latest-video {
	padding: 30px 0 0 0;
}

.each-profile-details {
	padding: 30px 0 0;
}

.each-profile-details .owl-nav {
	display: none;
}

.log-heading-btn {
	margin-top: 100px;
}

.log-heading-btn h2 {
	font-size: 48px;
	max-width: 780px;
	margin: 0 auto 80px;
}

.log-heading-btn a {
	background: #ECBCC0;
	border-radius: 30px;
	padding: 15px 50px;
	font-weight: 500;
	display: inline;
	font-size: 24px;
	width: 60%;
	margin: 90px auto;
	transition: 0.3s;
}

.log-heading-btn a:hover {
	background: #E7CF6C;
	transition: 0.3s;
}

.zoom-video-section {
	margin-bottom: 80px;
}

.zoom-meeting {
	background: url(../images/ibelieveinme/team-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
	background-attachment: fixed;
}

.join-meeting-slider .owl-stage-outer {
	border-radius: 0;
}

.flower-for-box {
	padding: 70px 0;
}

.flower-for-box img {
	width: 100%;
}

.join-meeting-slider .owl-nav button {
	background: #fff !important;
	border-radius: 50% !important;
}

.join-meeting-slider .owl-nav button img {
	max-width: 50px;
}

.each-party {
	position: relative;
	border-radius: 70px;
	background: #F9F9F9;
	padding: 60px;
	text-align: center;
	/* max-height: calc(100vh - 110px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none; */
}

/* .each-party::-webkit-scrollbar {
	display: none;
}

.each-party .show-more-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F9F9F9;
	margin: 0 auto;
	padding: 12px 0;
}

.each-party .show-more-container .show-more {
	color: #fff;
	background-color: #F6905F;
	width: 150px;
	text-transform: capitalize;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
	border-radius: 70px;
}

.each-party .show-more-container .show-more i {
	margin-left: 8px;
} */

.join-meeting-slider .owl-prev {
	left: -150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}

.join-meeting-slider .owl-next {
	right: -150px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}

.each-party h6 {
	margin-bottom: 20px;
}

.each-party h2 {
	font-size: 78px;
	margin-bottom: 50px;
}

.each-party h3 {
	font-size: 32px;
	color: #2C2C2C;
	margin-bottom: 30px;
}

.each-party p {
	font-size: 20px;
	color: #17161B;
}

.each-party p + p {
	margin-top: 30px;
}

.each-party .zoom-party-date {
	font-size: 24px;
	font-weight: 600;
	color: #f00;
}

.each-party .para-content u {
	text-decoration: underline;
}

.zoom-list ul li {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.zoom-list ul li + li {
	margin-top: 30px;
}

a.each-user:hover,
a.each-planting-video:hover,
a.each-bloom-video:hover {
	color: #000;
}

.dash-heads p {
	max-width: 100%;
	margin-bottom: 30px;
}

.chatting-box-part {
	padding: 100px 0;
}

.chatting-box-part .container {
	max-width: 1280px;
}

.chat-box-content {
	border: 3px solid #000;
	border-radius: 27px;
}

.chatting-box,
.spinner-container {
	padding: 20px 40px;
	max-height: 440px;
	overflow: auto;
	margin: 15px;
	display: flex;
	flex-direction: column;
}

.spinner-container {
	min-width: 100%;
	max-width: 100%;
}

.chatting-box::-webkit-scrollbar,
.spinner-container::-webkit-scrollbar {
	width: 0.7em;
}

.chatting-box::-webkit-scrollbar-track,
.spinner-container::-webkit-scrollbar-track {
	background: transparent;
}

.chatting-box::-webkit-scrollbar-thumb,
.spinner-container::-webkit-scrollbar-thumb {
	background-color: #828282;
	border-radius: 30px;
	outline: 1px solid #828282;
}

.chat-content h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.chat-content {
	padding: 30px;
	border-radius: 40px;
	max-width: 90%;
	position: relative;
	z-index: 0;
}

.user-chat {
	background: #8EB4F3;
	float: right;
	align-self: end;
	min-width: 480px;
	margin-left: auto;
}

.user-chat::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 82px;
	background: #8EB4F3;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	right: -10px;
	transform: rotate(-230deg);
	bottom: -25px;
	z-index: -1;
}

.my-chat {
	background: #E7CF6C;
	float: left;
	align-self: start;
}

.my-chat::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 82px;
	background: #E7CF6C;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	left: -10px;
	transform: rotate(230deg);
	bottom: -25px;
	z-index: -1;
}

.chat-content + .chat-content {
	margin-top: 25px;
}

.chat-content p {
	font-size: 20px;
}

.chat-input-box label, #noResultComments {
	color: #17161B;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.badge-head h2 {
	font-size: 25px;
	font-weight: 400;
}

.chat-input-box .text-area {
	border: 3px solid #F6905F;
	/* height: 95px; */
	border-radius: 45px;
	padding: 15px;
}

.chat-input-box .text-area textarea {
	resize: none;
	outline: none;
	border: 0;
	padding-top: 15px;
}

.chat-input-box .text-area textarea:focus {
	box-shadow: inherit;
}

.chat-input-box ::placeholder {
	color: #000;
	font-size: 20px;
}

.chat-input-box ::-ms-input-placeholder {
	color: #000;
	font-size: 20px;
}

.chat-input-box ::-ms-input-placeholder {
	color: #000;
	font-size: 20px;
}

.chat-input-box {
	padding: 20px 30px;
	border-top: 3px solid #000;
}

.lock-div {
	position: absolute;
	content: "";
	background: #dddddd59 url(../images/ibelieveinme/lock.png) no-repeat center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.lock-thumbnail,
button:disabled,
button[disabled] {
	cursor: not-allowed;
	pointer-events: none;
}

.grid-view .each-planting-video.active .planner-box {
	background: #f1cdb7;
}

.grid-view .each-planting-video .planner-box.active {
	border: 10px solid #f1cdb7;
}

.grids-limit {
	max-height: 850px;
	overflow-y: auto;
}

.grids-limit::-webkit-scrollbar {
	width: 0.4em;
}

.grids-limit::-webkit-scrollbar-track {
	background: transparent;
}

.grids-limit::-webkit-scrollbar-thumb {
	background-color: #F1CDB7;
	border-radius: 30px;
	outline: 1px solid #F1CDB7;
}

/* .planning-slider .owl-nav {
	position: absolute;
	width: 100%; ;
}*/

.planning-slider .owl-nav button {
	background: #f45e3d !important;
	width: 50px;
	line-height: 50px !important;
	height: 50px;
	color: #fff !important;
	border-radius: 50% !important;
	font-size: 40px !important;
}

.planning-slider .owl-nav button img {
	max-width: 30px;
	margin-top: -5px;
}

/* SVG Modify */
.total-bg {
	fill: transparent;
}

.left-bottom-leaf-1,
.right-bottom-leaf-1,
.left-mid-leaf-2,
.right-mid-leaf-2,
.left-top-leaf-3,
.right-top-leaf-3,
.mid-long-update,
.mid-long-update2,
.petal-1,
.petal-2,
.petal-3,
.petal-4,
.petal-5,
.mid-circle-flower {
	fill: #fff;
}

.left-bottom-leaf-1.active,
.right-bottom-leaf-1.active,
.left-mid-leaf-2.active,
.right-mid-leaf-2.active,
.left-top-leaf-3.active,
.right-top-leaf-3.active,
.mid-long-update.active,
.mid-long-update2.active {
	fill: #A3CE89;
}

.petal-1.active,
.petal-2.active,
.petal-3.active,
.petal-4.active,
.petal-5.active {
	fill: #F85889;
}

.mid-circle-flower.active {
	fill: #E7CF6C;
}

#grid-view-selector, #list-view-selector {
	cursor: pointer;
}

.vi-timing {
	padding: 4px 0;
}
/* IBIM page end */

/* Video library page open */
.empty-video {
	padding: 150px 15px;
}

.empty-video h2 {
	font-size: 60px;
}

.empty-video p {
	font-size: 30px;
	max-width: 720px;
	margin: 0 auto;
}

.bloom-video-library .box-video img {
	min-height: 250px;
	max-height: 250px;
}

.video-owner-detail img {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	border: 1px solid #e3e3e3;
}

.contributor_description {
	font-size: 14px;
	padding-bottom: 15px;
}

.contributor_name {
	font-size: 44px;
	margin-bottom: 15px;
}

.thans-notes-modal .modal-lg {
	max-width: 1170px;
}
/* .video-lib-carousel .owl-nav .disabled {
	opacity: 1 !important;
	cursor: pointer;
} */
.video-lib-carousel .owl-nav button:hover {
	background: transparent !important;
}

.video-lib-carousel .owl-next {
	right: -120px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.video-lib-carousel .owl-prev {
	left: -120px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.video-thumb-head {
	margin-bottom: 30px;
	margin-top: -40px;
}

.video-thumb-head h3 {
	font-size: 80px;
	display: table;
	margin: auto;
}

.video-thumb-head p {
	font-size: 20px;
	max-width: 520px;
	margin: 0 auto;
}

.video-lib-slider .owl-stage-outer {
	border-radius: 0;
}

.video-thumb-container {
	max-width: 1240px;
}

.each-user-video {
	margin: 0 5px 30px;
	box-shadow: 0 9px 10px rgb(0 0 0 / 25%);
	padding: 15px 10px;
	border-radius: 24px;
	border: 6px solid #fff;
	cursor: pointer;
}

.each-user-video h3 {
	font-size: 36px;
}

.food.active,
.cooking.active {
	border-color: #E7CF6C;
}

.fashion.active,
.butterflies.active {
	border-color: #F85789;
}

.crafts.active {
	border-color: #C5E8DF;
}

.beauty.active {
	border-color: #EC932C;
}

.girl-stuff.active {
	border-color: #E3493F;
}

.mindset.active,
.worms.active {
	border-color: #ECBCC0;
}

.healthy-habits.active {
	border-color: #8EB4F3;
}

.friends.active {
	border-color: #40C1BD;
}

.each-thumb-video .box-video {
	position: relative;
	border: 3px solid #fff;
	cursor: pointer;
	background: #D9D9D9;
	border: 3px solid #ddd;
}

.each-thumb-video.active .box-video {
	border: 3px solid #000;
}

.each-thumb-video .box-video img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.each-thumb-video .box-video .like-btn-svg {
	width: 80px;
	height: 100px;
	position: absolute;
	right: -35px;
	top: 85%;
	transform: translate(-50%, -50%);
	background: url(../images/ibelieveinme/web_heart_animation.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.each-thumb-video .dp-pic img {
	width: 65px !important;
	height: 65px;
}

.each-thumb-video .dp-pic p {
	font-size: 20px;
}

.video-thumb-details {
	padding-bottom: 160px;
}
/* Video library */

.mainLoaderParent,
.video-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 1000;
	margin: 0 -1px;
}

.video-loader {
	position: absolute;
}

.mainLoaderChild img {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-loader .mainLoaderChild img {
	width: 100%;
}
/* FAQ page open */
.main-faq {
	padding: 240px 0 300px;
	position: relative;
	z-index: 0;
}

.main-faq:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/faq-flower-top.png) no-repeat top right;
	width: 226px;
	height: 646px;
	top: 0;
	right: 0;
	background-size: 100%;
	z-index: -1;
}

.main-faq:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/faq-flower-btm.png) no-repeat bottom left;
	width: 729px;
	height: 936px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: 80%;
}

.fq-heading h2 {
	font-size: 65px;
	margin-bottom: 100px;
}

.all-question .card {
	border: 0px;
	border-bottom: 3px solid #C5E8DF !important;
}

.all-question .card-header {
	background-color: transparent;
	border: 0;
	padding: 35px 0;
}

.all-question .card-header h2 button {
	padding: 0 100px 0 0;
	color: #2C2C2C;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.all-question .card-header h2 button:before {
	position: absolute;
	content: "+";
	font-family: 'FontAwesome';
	right: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #000;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	font-weight: 700;
	border-radius: 50%;
}

.all-question .card-header.active h2 button:before {
	position: absolute;
	content: "-";
	font-family: 'FontAwesome';
	right: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #000;
	text-align: center;
	line-height: 25px;
	font-size: 30px;
	font-weight: 700;
	border-radius: 50%;
}

.all-question .card-header h2 button:hover {
	text-decoration: none;
}

.all-question .card-header h2 button:focus {
	box-shadow: inherit;
}

.all-question .card-body {
	font-size: 20px;
	padding: 0 0 30px;
}

/* Favorite Page open */
.favorite-area {
	padding: 150px 0 50px;
	position: relative;
}

.favorite-area:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/fav-flower-1.png) no-repeat;
	right: 0;
	top: 120px;
	width: 203px;
	height: 295px;
	background-size: 100%;
	z-index: -1;
}

.favorite-area:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/fav-flower-2.png) no-repeat;
	left: 0;
	top: 590px;
	width: 167px;
	height: 301px;
	background-size: 100%;
	z-index: -1;
}

.favorite-area .empty-video,
.favorite-btm .empty-video {
	padding: 100px 15px 50px;
}

.favorite-slider .owl-stage-outer {
	border-radius: 0px;
}

.favorite-slider .owl-prev {
	left: -120px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.favorite-slider .owl-next {
	right: -120px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.favorite-slider .owl-nav button:hover {
	background: transparent !important;
}

.fav-pagegrid .grid-button a {
	margin: 0;
}

.fav-pagegrid {
	padding-bottom: 10px;
}

.favorite-btm {
	padding: 150px 0 400px;
	position: relative;
}

.favorite-btm:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/fav-flower-4.png) no-repeat;
	right: 0;
	bottom: 0;
	width: 583px;
	height: 453px;
	background-size: 100%;
}

.favorite-btm:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/fav-flower-3.png) no-repeat;
	left: 0;
	bottom: 0;
	width: 388px;
	height: 348px;
	background-size: 100%;
}

/* Favorite Page close */

/* Fairy Garden open*/
.banner-fairy-content {
	position: relative;
}

.owl-theme .owl-nav .disabled,
.slick-arrow.slick-disabled {
	opacity: 0 !important;
	pointer-events: none;
}

.banner-fairy-content h1 {
	position: absolute;
	top: 265px;
	right: 5%;
	z-index: 9;
	font-size: 150px;
}

/* .all-frames-content {
	padding: 0 0 420px;
} */

.upload-heading {
	margin: 70px 0 0;
}

.frame-heading h2 {
	font-size: 40px;
	line-height: 80px;
}

/* .horize-frame video,
.horize-frame img {
	border: 35px solid transparent;
	padding: 0px 0;
	border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-moz-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-webkit-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-o-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	position: inherit;
} */

.vertical-frame .video-js,
.vertical-frame img,
.horize-frame .video-js,
.horize-frame img {
	max-width: 100%;
	border: 35px solid transparent;
	padding: 0px 0;
	border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 27 35;
	-moz-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 27 35;
	-webkit-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 27 35;
	-o-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 27 35;
	position: inherit;
	height: auto;
}

.horize-frame .video-js .vjs-tech, .vertical-frame .video-js .vjs-tech {
	position: inherit;
}

.vertical-frame .video-js .vjs-poster, .horize-frame .video-js .vjs-poster {
	position: inherit;
	max-width: 100%;
}

.vertical-frame .video-js .vjs-control-bar, .horize-frame .video-js .vjs-control-bar {
	position: inherit;
}

.all-frames-content .container {
	max-width: 90%;
}

.all-frames {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.all-frames .garden-horize-frame {
	width: 526px;
	height: 373px;
}

.all-frames .garden-vertical-frame {
	width: 400px;
	height: 500px;
}

.garden-video {
	margin: 30px;
}

.garden-horize-frame {
	border: 35px solid transparent;
	padding: 0px 0;
	/* border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-moz-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-webkit-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35;
	-o-border-image: url(../images/ibelieveinme/horizental-fairy-frame.png) 35 35; */
	position: inherit;
	border: 5px solid #b2aaaa;
}

.garden-vertical-frame {
	border: 35px solid transparent;
	padding: 0px 0;
	/* border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 35 35;
	-moz-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 35 35;
	-webkit-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 35 35;
	-o-border-image: url(../images/ibelieveinme/virtical-fairy-frame.png) 35 35; */
	position: inherit;
	border: 5px solid #b2aaaa;
}

.garden-video img,
.garden-video video,
.garden-video .video-js {
	max-width: 100%;
	display: flex;
	background: #fff;
	align-content: center;
	justify-self: center;
}

.garden-horize-frame img,
.garden-horize-frame video {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: top;
}

.garden-vertical-frame img,
.garden-vertical-frame video {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: top;
}

.mr-lt-minus {
	margin-top: -120px;
	margin-left: -40px;
}

.mr-t-minus {
	margin-top: -80px;
}

.max-w-inherit {
	max-width: inherit;
	margin-left: -40px;
}

.upload-heading h2 {
	font-size: 80px;
}

.video-upload-file {
	background: url(../images/ibelieveinme/stars.png) center top;
	background-size: 100%;
	/* padding: 50px 0 100px; */
	padding: 0 0 420px;
}

.upload-body {
	margin-top: 50px;
	box-shadow: 10px 15px 10px rgb(0 0 0 / 25%);
	border-radius: 60px;
	padding: 30px;
	background: #fff;
}

.label-body {
	border-radius: 30px;
	border: 3px dashed #56867A;
}

.label-body label {
	cursor: pointer;
}

.label-body input[type='file'] {
	opacity: 0;
}

.uload-view {
	padding: 75px 15px;
	cursor: pointer;
}

.uload-view p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.upload-btm-para {
	padding-top: 215px;
	/* max-width: 630px; */
	margin: 0 auto;
	text-align: center;
}

/* .upload-btm-para p {
	font-size: 50px;
} */
.upload-btm-para p {
	font-size: 40px;
	line-height: 45px;
}

.upload-header .label-output-body {
	margin: 0;
}

.label-output-body {
	margin: 30px 0 0;
}

.uploaded-pic {
	min-width: 145px;
	max-width: 145px;
	min-height: 90px;
	max-height: 90px;
	object-fit: contain;
	object-position: center;
}

.up-conent-text {
	margin-left: 15px;
}

.file-name {
	font-size: 20px;
}

.file-size {
	font-size: 12px;
}

.cross-btn-upload {
	cursor: pointer;
}

.up-content+.up-content {
	margin-top: 25px;
}

.fairy-btm-video {
	background: url(../images/ibelieveinme/fairy-btm-video.jpg) no-repeat center top;
	background-size: cover;
	min-height: 750px;
	padding: 0 0;
}

.btm-video-contet {
	margin-top: -325px;
}

.btm-video-contet {
	/* border: 154px solid transparent; */
	padding: 0px 0;
	/* border-image: url(../images/ibelieveinme/fiary-btm-frame.png) 154 182;
	-moz-border-image: url(../images/ibelieveinme/fiary-btm-frame.png) 154 182;
	-webkit-border-image: url(../images/ibelieveinme/fiary-btm-frame.png) 154 182;
	-o-border-image: url(../images/ibelieveinme/fiary-btm-frame.png) 154 182; */
	border: 15px solid #ec9838;
	border-radius: 5px;
	position: inherit;
}

.btm-video-contet .video-js {
	width: 100%;
	height: 550px;
}

.garden-horize-frame img, .garden-horize-frame video {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: top;
}

.garden-vertical-frame img, .garden-vertical-frame video {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	object-position: top;
}

/* Fairy Garden close*/

/* FAQ page open */
.main-faq {
	padding: 240px 0 300px;
	position: relative;
	z-index: 0;
}

.main-faq:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/faq-flower-top.png) no-repeat top right;
	width: 226px;
	height: 646px;
	top: 0;
	right: 0;
	background-size: 100%;
	z-index: -1;
}

.main-faq:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/faq-flower-btm.png) no-repeat bottom left;
	width: 729px;
	height: 936px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: 80%;
}

.fq-heading h2 {
	font-size: 65px;
	margin-bottom: 100px;
}

.all-question .card {
	border: 0px;
	border-bottom: 3px solid #C5E8DF !important;
}

.all-question .card-header {
	background-color: transparent;
	border: 0;
	padding: 35px 0;
}

.all-question .card-header h2 button {
	padding: 0 100px 0 0;
	color: #2C2C2C;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.all-question .card-header h2 button:before {
	position: absolute;
	content: "+";
	font-family: 'FontAwesome';
	right: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #000;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
}

.all-question .card-header.active h2 button:before {
	position: absolute;
	content: "-";
	font-family: 'FontAwesome';
	right: 0;
	width: 35px;
	height: 35px;
	border: 2px solid #000;
	text-align: center;
	line-height: 25px;
	font-size: 30px;
	font-weight: 700;
	border-radius: 50%;
}

.all-question .card-header h2 button:hover {
	text-decoration: none;
}

.all-question .card-header h2 button:focus {
	box-shadow: inherit;
}

.all-question .card-body {
	font-size: 20px;
	padding: 0 0 30px;
}

/* FAQ page close */

/* Account Details open */
#experienceTab.nav-pills .nav-link.active {
	text-decoration: underline;
	background-color: transparent;
	border-radius: 0px;
}

#experienceTab.nav-pills .nav-link {
	border-radius: 0px;
	padding-left: 0;
	color: #2C2C2C;
	padding-bottom: 10px;
	font-size: 14px;
}

ul#experienceTab {
	padding-bottom: 100px;
}

.date-range {
	letter-spacing: 0.01em;
	color: #8892B0;
}

.account-details-body {
	background: #f9f9f9;
	padding-top: 170px;
	position: relative;
	padding-bottom: 80px;
}

.account-details-body .container {
	max-width: 100%;
	padding: 0 50px;
}

div.account-details-content {
	/* padding: 0 0 0 13%; */
	border-left: #2C2C2C 2px solid;
}

.account-details-content h3 {
	font-size: 80px;
	padding-bottom: 30px;
	line-height: 1;
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
	;
}

.account-details-content label {
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.account-details-content .form-control {
	height: 80px;
	line-height: 80px;
	color: #000000;
	border: #E0E0E0 2px solid;
	border-radius: 13px;
	font-size: 20px;
	background: transparent;
}

.account-details-content textarea.form-control {
	height: 280px;
}

.account-details-content .form-control::placeholder {
	color: #bdbdbd;
}

.account-details-content .form-group {
	margin-bottom: 2rem;
}

.btn-save {
	padding: 0 70px;
	line-height: 50px;
	background: #E7CF6C;
	border-radius: 44.5px;
	color: #000;
	font-size: 24px;
	text-align: center;
	margin: 32px auto 0 auto;
	display: block;
}

.unsc {
	right: 30px;
	position: absolute;
	top: 57px;
	font-size: 20px;
}

.shipping-add-view {
	color: #000000;
	border: #E0E0E0 2px solid;
	border-radius: 13px;
	font-size: 20px;
	background: transparent;
	padding: 20px 20px 20px 70px;
	display: block;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}

.shipping-add-view h4 {
	font-weight: 600;
}

.shipping-add-edit {
	border: #E0E0E0 2px solid;
	border-radius: 13px;
	font-size: 20px;
	background: transparent;
	padding: 70px 70px 50px 70px;
	position: relative;
	display: none;
}

.shipping-add-edit.show {
	display: block;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}

.shipping-add-view.hide {
	display: none;
}

a.cancel-btn {
	position: absolute;
	top: 21px;
	right: 30px;
}

.account-details-content .form-select {
	border: #E0E0E0 2px solid;
	border-radius: 13px;
	font-size: 20px;
	background: transparent;
	height: 80px;
	width: 100%;
	padding: 10px;
}

.account-details-content .form-select {
	/* -webkit-appearance: none;
	-moz-appearance: none; */
	background-image: url("/images/ibelieveinme/chevron-down.svg");
	background-repeat: no-repeat;
	background-position-x: 91%;
	background-position-y: 31px;
}

.card-edit-details .field1 {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-right: none !important;
	padding-left: 72px;
}

.card-edit-details .field2 {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-left: none !important;
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-right: none !important;
}

.card-edit-details .field3 {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-left: none !important;
}

.crd-image {
	position: absolute;
	width: 53px;
	top: 57px;
	left: 9px;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.form-control:focus {
	box-shadow: none !important;
	/* border: none !important; */
	;
}

/* datepickercss */
.datepicker-dropdown.dropdown-menu {
	background: #eee;
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid #eee !important;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	background-color: rgb(244, 94, 61) !important;
	border-color: rgb(219, 74, 41) !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	background-color: rgb(244, 94, 61) !important;
	border-color: rgb(219, 74, 41) !important;
}
/* end datepickercss */

/* Accounts details page close */


/* Career page open */
.career-area {
	padding: 240px 0 400px;
	background: url(../images/ibelieveinme/career-pattern.jpg) no-repeat right;
	background-size: 45% 100%;
	position: relative;
}

.career-area .container {
	max-width: 80%;
}

.career-area:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/career-flower.png) no-repeat left bottom;
	width: 367px;
	height: 846px;
	bottom: -200px;
}

.btm-grnd-image {
	margin-top: -330px;
}

.btm-grnd-image {
	margin-top: -330px;
	padding-bottom: 140px;
}

.btm-grnd-image img {
	border-radius: 75px;
}

.career-btn a {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 15px 70px;
	font-weight: 600;
	margin-top: 30px;
}

.career-btn a:hover {
	background: #F45E3D;
	color: #fff;
}

.career-content h1 {
	font-size: 72px;
}

.career-content p {
	font-size: 20px;
	margin: 30px 0;
}

.career-pop .modal-body,
.sunshine-nominate-pop .modal-body {
	padding: 0;
}

.career-pop .account-details-content,
.sunshine-nominate-pop .account-details-content {
	padding: 50px 0;
}

.modal-header {
	padding: 0;
	position: relative;
}

.modal-header button {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
}

textarea {
	resize: none;
}

.career-pop .modal-content,
.sunshine-nominate-pop .modal-content {
	border-radius: 95px;
	padding: 40px;
}

.career-pop .modal-header,
.sunshine-nominate-pop .modal-header {
	border: 0;
}

.success-display {
	padding: 300px 15px;
}

.success-display h2 {
	font-size: 66px;
}

.career-content h1 {
	font-size: 70px;
}

/* Career page close */

/* Register page */
.regiter-page .video-thumb-head p {
	font-size: 20px;
	max-width: 85%;
	margin: 15px auto 0;
}

.each-plan-list ul li {
	background: url(../images/ibelieveinme/list-star.png) no-repeat left top;
}

.each-plans {
	border: 10px solid #fff;
	border-radius: 25px;
}

.planbox-container {
	max-width: 1400px;
}

.plan-top-box {
	padding: 50px;
	border-bottom: 10px solid #fff;
}

.each-plan-list {
	padding: 50px;
}

.plan-title {
	font-size: 88px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plan-title img {
	max-width: 90px;
}

.plan-top-box p {
	font-size: 20px;
	margin: 5px 0 20px;
}

.plan-top-box h3 {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: end;
	margin-bottom: 50px;
}

.plan-top-box h3 span {
	font-size: 64px;
	line-height: 36px;
	margin-right: 10px;
}

.get-start-btn {
	padding: 10px 80px;
	text-align: center;
	background: #ddd;
	border-radius: 40px;
	font-size: 20px;
	margin: 0 auto;
	display: table;
	font-weight: 500;
	transition: 0.3s;
}

.get-start-btn:hover {
	background: #17161B !important;
	color: #fff;
	transition: 0.3s;
}

.each-plan-list ul li {
	font-size: 18px;
	padding-left: 35px;
}

.each-plan-list ul li + li {
	margin-top: 30px;
}
/* ========== */
.root-border {
	border-color: #F6905F !important;
}

.root-border .plan-top-box {
	padding: 50px;
	border-bottom: 10px solid #f6905f;
}

.root-border .get-start-btn {
	background: #F6905F;
}

.regiter-page {
	padding-bottom: 150px;
}
/* ========== */
/* ========== */
.grow-border {
	border-color: #C5E8DF !important;
}

.grow-border .plan-top-box {
	padding: 50px;
	border-bottom: 10px solid #C5E8DF;
}

.grow-border .get-start-btn {
	background: #C5E8DF;
}
/* ========== */
/* ========== */
.bloom-border {
	border-color: #E7CF6C !important;
}

.bloom-border .plan-top-box {
	padding: 50px;
	border-bottom: 10px solid #E7CF6C;
}

.bloom-border .get-start-btn {
	background: #E7CF6C;
}
/* ========== */
.special-heading h2 {
	font-size: 32px;
	margin-bottom: 70px;
	font-weight: 600;
	color: #000000;
}
/* ========== */
.each-member-box img {
	margin-bottom: 30px;
	max-width: 100px;
}

.each-member-box h2 {
	font-size: 64px;
	line-height: 100%;
	margin-bottom: 25px;
}

.each-member-box p {
	font-size: 20px;
	max-width: 397px;
	margin: 0 auto;
}

.makes-membership {
	padding-bottom: 117px;
}

.makes-membership .container {
	max-width: 1400px;
}

.member-btn {
	margin: 90px auto 0;
	display: table;
	background: #40C1BD;
	font-size: 20px;
	color: #fff;
	padding: 0 75px;
	line-height: 50px;
	border-radius: 25px;
	transition: 0.3s;
}

.member-btn:hover {
	background: #f45e3d;
	transition: 0.3s;
	color: #fff;
}

.get-started-btn,
.get-started-btn:hover {
	margin: 60px auto 0;
	display: table;
	background: #E7CF6C;
	font-size: 20px;
	color: #000;
	padding: 0 75px;
	line-height: 50px;
	border-radius: 25px;
	transition: 0.3s;
}

.email-interest,
.online-program {
	/* background: url(../images/ibelieveinme/send-email-bg.png) no-repeat center top; */
	background: url(../images/ibelieveinme/floral-banner.png) no-repeat center top;
	padding: 300px 0;
}

.email-interest {
	background-size: cover;
}

.send-emailbox {
	padding: 100px;
	background: #F1CDB7;
	border-radius: 25px;
}

.send-emailbox h2 {
	font-size: 64px;
	margin-bottom: 30px;
}

.send-emailbox a {
	margin: 0 auto;
	display: table;
	background: #F6905F;
	font-size: 20px;
	color: #2C2C2C;
	font-weight: 500;
	padding: 0 75px;
	line-height: 50px;
	border-radius: 25px;
	transition: 0.3s;
}

.send-emailbox a:hover {
	transition: 0.3s;
	background: #222;
	color: #fff;
}

.online-program {
	background-size: cover;
	/* background-size: contain;
	background-repeat: repeat-y; */
	padding: 106px 0;
}

.online-program .container {
	max-width: 60%;
}

.online-program .send-emailbox {
	background-color: #fff;
}

.online-program ul li {
	list-style-type: disc;
	color: #f75888;
}

.online-program .send-emailbox {
	padding: 16px 100px;
}

.online-program .send-emailbox h2 {
	margin-bottom: 0;
	font-size: 54px;
}

.online-program .online-program-title {
	font-weight: bolder;
}

.online-program .online-program-sub-title {
	color: #f75888;
}

.online-program .online-program-para {
	font-weight: bold;
	text-align: center;
}

.online-program .summer-camp-episode-list ul {
	max-width: 70%;
}

.what-ibim-girl-do-section {
	padding-bottom: 120px;
}

.what-ibim-girl-do-section .title {
	font-size: 70px;
	line-height: 1;
}

.what-ibim-girl-do-section .video-thumbnail {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	max-height: 200px;
	border: 10px solid #ddd;
	cursor: pointer;
}

#whatibimgirldovideos .video-details .video-js {
	width: 100%;
}

#whatibimgirldovideos .modal-body {
	padding-bottom: 16px;
}

.reg-faq-question .fq-heading h2 {
	margin-bottom: 50px;
}

.reg-faq-question {
	padding: 130px 0;
}
/* Register page close */

/* Reg Process page */
.reg-process {
	padding: 300px 15px 100px;
}

/* .confirmation-modal .modal-dialog-centered::before{
} */

.process-inner-all {
	padding: 50px;
	border: 10px solid #8EB4F3;
	position: relative;
	padding-top: 100px;
}

.reg-process-heading {
	/* margin-bottom: 275px; */
	position: relative;
	z-index: 0;
	margin-top: -200px;
}

.reg-process-heading:before {
	position: absolute;
	content: "";
	width: 170px;
	height: 255px;
	top: 50%;
	/* background: #fff url(../images/ibelieveinme/process-flowe-before.png) no-repeat left; */
	background: #fff url(../images/ibelieveinme/pink_flower.png) no-repeat left;
	right: 82%;
	transform: translateY(-50%);
	background-size: 60%;
	z-index: -1;
}

.reg-process-heading:after {
	position: absolute;
	content: "";
	width: 170px;
	height: 255px;
	top: 50%;
	/* background: #fff url(../images/ibelieveinme/process-flowe-after.png) no-repeat right; */
	background: #fff url(../images/ibelieveinme/pink_flower.png) no-repeat right;
	left: 82%;
	transform: translateY(-50%);
	background-size: 60%;
	z-index: -1;
}

.reg-process-heading h2 {
	font-size: 77px;
	margin-bottom: 20px;
}

.reg-process-heading p {
	font-size: 20px;
}

.reg-process .account-details-content .form-control {
	height: 60px;
	line-height: 60px;
}

.reg-process .btn-save {
	line-height: 60px;
	background: #E7CF6C;
	border-radius: 13px;
	color: #000;
	font-size: 24px;
	text-align: center;
	margin: 30px auto 0 auto;
	display: inline-block;
	padding: 0 100px;
	width: auto;
	height: auto;
}

.reg-process .account-details-content h3 {
	font-size: 48px;
}

.reg-process .account-details-content {
	padding: 0;
}

.custom-form-check {
	padding: 0;
}

.custom-form-check label {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

.custom-form-check label:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.custom-form-check label:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/check.png) no-repeat center;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	background-size: 100%;
	transition: 0.3s;
}

.custom-form-check input:checked + label:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/check.png) no-repeat center;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-size: 100%;
	transition: 0.3s;
}

.custom-form-check input {
	opacity: 0;
}

.custom-form-check label {
	font-size: 18px;
	font-weight: 700;
}

.btm-checking .custom-form-check label a {
	color: #8EB4F3;
	text-decoration: underline;
	font-weight: 600;
	line-height: 100%;
	padding: 0;
	-webkit-appearance: none;
}

.btn-main button {
	margin: 70px auto 50px;
	background: #F6905F;
	font-size: 24px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	border-radius: 45px;
	transition: 0.3s;
	color: #000;
}

.btn-main button:hover {
	transition: 0.3s;
	background: #222;
	color: #fff;
}

.condition-body  .tab-pane {
	background: #F9F9F9;
	padding: 15px;
}

.condition-body  .tab-pane .taby {
	padding: 25px;
	max-height: 670px;
	overflow: auto;
}
/* width */
.condition-body .tab-pane .taby::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.condition-body .tab-pane .taby::-webkit-scrollbar-track {
	background: #ddd;
}

/* Handle */
.condition-body .tab-pane .taby::-webkit-scrollbar-thumb {
	background: #2C2C2C;
	border-radius: 10px;
}

/* Handle on hover */
.condition-body .tab-pane .taby::-webkit-scrollbar-thumb:hover {
	background: #1f1f1f;
}

/* .condition-body .tab-pane p {
	font-size: 14px;
} */

.condition-body .tab-pane p + p {
	margin-top: 15px;
}

.human-checking {
	padding: 0 0 100px;
}

.exit-btn,
.exit-btn:hover {
	font-weight: 700;
	color: #2c2c2c;
	font-size: 32px;
	position: absolute;
	top: -300px;
	right: 0;
	text-decoration: underline;
	z-index: 1;
}

.nos {
	text-align: center;
	font-size: 24px;
}
/* Reg process close*/

/* Cotributor home */
.video-upload {
	padding: 460px 0 150px;
	background: url(../images/ibelieveinme/contributor-home-floral.png) no-repeat left 0;
}

.contri-heads h2 {
	font-size: 88px;
}

.upload-submit-area {
	background: #F1CDB7;
	padding: 95px 15px;
}

.upcomig-head h2 {
	font-size: 64px;
	margin-bottom: 125px;
}

.each-process {
	padding: 50px 30px;
	background: #fff;
	border-radius: 60px;
	box-shadow: 10px 10px 5px rgb(0 0 0 / 25%);
	height: 100%;
}

.each-process p {
	font-size: 24px;
	margin-top: 25px;
}

.process-container {
	max-width: 1400px;
}

.strong-w-heading {
	margin-bottom: 80px;
}

.strong-w-heading h2 {
	font-size: 88px;
}

.each-strong-women img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}

.each-strong-women p {
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contibutor-btn a {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 15px 70px;
	font-weight: 600;
	margin-top: 30px;
	box-shadow: 0 10px 5px rgb(0 0 0 / 25%);
}

.contibutor-btn a:hover {
	background: #F45E3D;
	color: #fff;
}

.show-thumb-pic {
	width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: center;
}

.contributor-form-sec .form-control {
	height: 80px;
	line-height: 80px;
	color: #000000;
	border: #E0E0E0 2px solid;
	border-radius: 13px;
	font-size: 20px;
	background: transparent;
}

.contributor-form-sec textarea.form-control {
	line-height: 120%;
	height: 140px;
	resize: none;
}

/* textarea.form-control{
	height: 175px !important;
} */
.cards .pic-details {
	width: 100%;
}

.pic-details {
	width: 90%;
}

.video,
.video-cover {
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.video-cover .show-thumb-pic {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.cross-btn-upload span {
	white-space: nowrap;
	padding: 10px 0 0;
	color: #000;
}

.upload-label input {
	opacity: 0;
}

.upload-label {
	text-align: center;
	position: relative;
}

.upload-label input[type='file'] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99;
	left: 0;
	top: 0;
}

.upload-label img {
	cursor: pointer;
	display: block;
	margin: 0 auto 10px;
}

.cards .card {
	border: #E0E0E0 2px solid;
	border-radius: 13px;
}

.cards label {
	color: #828282;
	font-size: 20px;
}
/* .cards label img{
	margin: auto;
} */
.contributor-form-sec label {
	color: #828282;
	font-size: 20px;
}

.show-upload-data {
	box-shadow: 10px 15px 10px rgb(0 0 0 / 25%);
	border-radius: 60px;
	padding: 30px;
	border: 3px solid #fff;
	background: #fff;
}

.active-v-up-data {
	margin-top: 100px;
	padding: 30px;
	border: 3px solid #000;
	border-radius: 60px;
	box-shadow: 10px 15px 10px rgb(0 0 0 / 43%);
}

.upload-cross {
	background: transparent;
	float: right;
}

.after-success-msg h2,
.bethesunshine-no-video {
	font-size: 50px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	color: #F1E9D6;
}

.after-success-msg h2 {
	margin: 100px auto;
	max-width: 90%;
}
/* Contributor home close */

/* Login Page  */
.login-base {
	background: url(../images/ibelieveinme/login-bg.png) no-repeat center;
	background-size: cover;
	padding: 180px 0 100px;
}

.login-base .account-details-content {
	padding: 70px !important;
	background: #fff;
	border-radius: 60px;
	box-shadow: 10px 15px 10px rgb(0 0 0 / 25%);
}

.login-base .container-fluid {
	padding: 0 50px;
}

.login-base .btn-save {
	padding: 10px 120px;
	width: auto;
}

.forgot a {
	float: right;
	font-size: 20px;
	color: #828282;
	text-decoration: underline;
}

.login-base .input-group-text {
	border-radius: 0 13px 13px 0 !important;
	background: #fff;
	border-width: 2px;
	border-left: 0;
	width: 50px;
	padding: 0;
}
/* Login page close */ 

/* upload css */
.upload-bg {
	padding: 300px 0 50px;
	background: url(../images/ibelieveinme/reg-top-flower.png) no-repeat center 0px;
}

.form-control.search {
	background: #F1CDB7;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 25%);
	border-radius: 47px;
	border: transparent;
	margin: 31px auto 20px auto;
	width: 90%;
	color: #000;
	height: 63px;
	padding: 0 0 0 14%;
}

.search-btn {
	background: url(../images/ibelieveinme/Search.png) no-repeat left 0px;
	width: 50px;
	height: 50px;
	margin-top: -72px;
	left: 70px;
	position: absolute;
}

.upload-pg .after-success-msg h2,
.upload-pg .bethesunshine-no-video {
	margin: 0 auto 30px auto;
}

.upload-pg .each-strong-women {
	height: 280px;
	background: #D9D9D9;
}

.grid-vw h5 {
	font-size: 16px;
	font-weight: 700;
}

.grid-vw p {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}

.grid-vw {
	margin-bottom: 60px;
}

.edit-grd-bt {
	display: block;
	background: #ffffffa8 url(../images/ibelieveinme/edit.png) no-repeat center;
	width: 41px;
	height: 41px;
	position: absolute;
	right: 20px;
	top: 32px;
	background-size: 60%;
	z-index: 1;
}

.show-upload-data h2 {
	font-weight: 700;
	font-size: 35.1771px;
	line-height: 53px;
	color: #17161B;
}

.upload-pg .label-output-body {
	margin: 0 0 0 0;
}

.upload-modal .modal-content {
	background: transparent;
	border: 0;
}

.cursor-pointer {
	cursor: pointer;
}
/* upload css */

.spinner {
	display: none;
}

/* Store Page */
.store-content h2 {
	font-size: 84px;
	line-height: 94px;
	padding-bottom: 0;
}

.store-content p {
	font-size: 20px;
	margin-bottom: 15px;
}

.comigsoon-block {
	position: relative;
	z-index: 0;
	padding-top: 210px;
}

.comigsoon-block:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: #dbdbd7;
	width: 100%;
	height: 55px;
	z-index: -1;
}

.shop_btn {
	background: #17161B;
	padding: 15px 60px;
	margin: 25px auto;
	display: table;
	color: #fff;
	font-size: 20px;
	border-radius: 40px;
	border: 2px solid #17161B;
	transition: 0.3s;
}

.shop_btn:hover {
	transition: 0.3s;
	background: #fff;
	color: #000;
	border: 2px solid #17161B;
}


/* Contact Page */
.contact-body {
	background: #f9f9f9;
	padding-top: 170px;
	position: relative;
	padding-bottom: 80px;
}

.contact-heading h2 {
	font-size: 80px;
}

.contact-heading p {
	font-size: 20px;
}

.contact-body:before {
	position: absolute;
	content: "";
	left: 0;
	background: url(../images/ibelieveinme/contact-left.png) no-repeat left top;
	background-size: 97%;
	width: 335px;
	height: 100%;
	top: 0;
	z-index: 0;
}

.contact-body:after {
	position: absolute;
	content: "";
	right: 0;
	background: url(../images/ibelieveinme/contact-right.png) no-repeat right top;
	background-size: 97%;
	width: 375px;
	height: 100%;
	top: 0;
	z-index: 0;
}

footer {
	position: relative;
}

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

.contact-form .form-control {
	border: #BDBDBD 2px solid;
	border-radius: 13px;
	background: #fff;
	color: #000;
	font-size: 16.5487px;
	transition: 0.5s;
}

.contact-form label {
	font-size: 20px;
	color: #828282;
}

.contact-form .form-control:focus {
	box-shadow: none;
	outline: 0;
	border: #000 2px solid;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	height: 61px;
}

/* Contact Page close*/

.fav-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	border: 2px solid #000;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	background-color: #ffffffdb;
}

.planner-box a img {
	height: 200px;
	border-radius: 0 !important;
}

.modal-backdrop+.modal-backdrop {
	z-index: 1050;
}

.confirmation-modal {
	z-index: 1060;
}

/* Podcast Page */
.podcast-box .container {
	max-width: 1230px;
}

.each-podcast {
	margin: 55px 0;
	padding: 0 20px;
}

.each-podcast a:hover {
	color: #000;
}

.each-podcast a img {
	width: 100%;
	height: 345px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.podcast-box.partners .each-podcast a img {
	object-fit: contain;
	background-color: #dfc5fe;
	padding: 0 50px;
	box-shadow: none;
}

.each-podcast a h4 {
	margin: 27px 0 20px;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	line-height: 24px;
	word-break: break-word;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.each-podcast a p {
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.podcast-box {
	background: url(../images/ibelieveinme/podcast-star-bg.png) repeat center top;
	background-size: 100%;
	padding: 180px 0 420px;
}

.podcast-box.partners {
	padding-bottom: 100px;
}


/* Terms Css */
.terms-and-conditions-body>p,
.terms-and-conditions-list>p,
.privacy-policy-body {
	font-size: 20px;
	font-weight: 300;
}

.terms-and-conditions-body>.toc,
.terms-and-conditions-list>li,
.privacy-policy-list>li {
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
}

.terms-and-conditions-body>ul,
.terms-and-conditions-list>ul,
.privacy-policy-list>ul {
	padding-left: 30px;
}

.terms-and-conditions-body>ul li,
.terms-and-conditions-list>ul li,
.privacy-policy-list>ul li {
	list-style-type: initial !important;
	line-height: 1.4;
	font-size: 16px;
}

.terms-and-conditions-body>ol,
.terms-and-conditions-list>ol,
.privacy-policy-list>ol {
	padding-left: 30px;
}

.terms-and-conditions-body>ol li,
.terms-and-conditions-list>ol li,
.privacy-policy-list>ol li {
	list-style: decimal;
}

address.contact-us-info {
	padding: 12px;
	border-left: 6px solid #5dccbc;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
}

.terms-and-conditions-body>ul,
.terms-and-conditions-list>ul,
.privacy-policy-list>ul {
	list-style-type: initial;
}

.terms-and-conditions-body>ul li a,
.terms-and-conditions-list>ul li a,
.privacy-policy-list>ul li a {
	color: #007bff;
}

.terms-and-conditions-list>.lower-alpha-list {
	list-style-type: lower-alpha !important;
}

.privacy-policy-list table thead th {
	border: 1px solid #ccc;
}

.privacy-policy-list table thead th,
.privacy-policy-list table tbody td {
	padding: 8px;
}

.privacy-policy-list table tbody td {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.privacy-policy-list table tbody tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.privacy-policy-list table thead th,
.privacy-policy-list table tbody td {
	padding: 8px;
}

.privacy-policy-list table tbody td {
	font-size: 16px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F45E3D;
	min-width: max-content;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0;
	border-radius: 8px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-weight: 600;
}

.dropdown-content a:hover {
	color: #000;
}

.dropdown-content a:first-child:hover {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.dropdown-content a:last-child {
	border-top: 1px solid #fff;
}

.dropdown-content a:last-child:hover {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* Loading spinner starts */
#overlay {
	width: 100%;
	height: 100%;
	display: block;
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}
/* Loading spinner ends */


.displayOriginalFile button.close {
	background: #222;
	opacity: 1;
	color: #fff;
	font-weight: 400;
	width: 50px;
	border-radius: 0 0 0 20px;
}

.each-strong-women .video-js {
	min-width: 100%;
	max-width: 100%;
	min-height: 250px;
	max-height: 250px;
}

.each-strong-women {
	position: relative;
}

span.tag-status {
	position: absolute;
	z-index: 9;
	right: 5px;
	top: 5px;
	padding: 5px;
	background: #fff;
}

span.video-watch-status {
	position: absolute;
	z-index: 9;
	right: 5px;
	top: 5px;
	padding: 5px;
	background: #fff;
	font-size: 12px;
	border-radius: 12px;
	border: 1px solid;
}

.video-watch-status-container,
.summer-camp-icon-container {
	position: absolute;
	z-index: 9;
	top: 4px;
	padding: 4px;
	background-color: #fff;
	border-radius: 5px;
}

.video-watch-status-container {
	right: 4px;
	border: 1px solid #5b887d;
}

.summer-camp-icon-container {
	left: 4px;
	border: 1px solid #f8b927;
}

.video-watch-status-container .video-watch-status-image,
.summer-camp-icon-container .summer-camp-icon-image {
	height: 28px !important;
	width: 28px !important;
}

.no-record {
	padding-bottom: 50px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	color: #F1E9D6;
	font-size: 50px;
}

#new-video-upload-section {
	padding-bottom: 100px;
}

.not-uploaded-video-message h2 {
	font-size: 60px;
}

textarea.form-control {
	height: 170px;
}

/* .garden-video:nth-child(2) {
	margin-top: -23px;
}

.garden-video:nth-child(3) {
	margin-top: -46px;
}

.garden-video:nth-child(4) {
	margin-top: -50px;
	margin-left: 100px;
	;
} */

.printable-area {
	padding: 100px 0 50px;
}

.printabe-heading h2 {
	font-size: 60px;
}

.print-box-each {
	position: relative;
	transition: 0.3s;
}

.print-box-each:hover .overlay-icon-view {
	transition: 0.3s;
	opacity: 1;
}

.overlay-icon-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000057;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.3s;
}

.overlay-icon-view i {
	color: #fff;
	font-size: 40px;
}

.print-box-each h3 {
	font-size: 20px;
	padding: 15px 0;
	word-break: break-word;
}

.print-box-each:hover a {
	color: #222;
}

.comment-reply-area {
	padding: 160px 0 100px;
}

section.comment-reply-area button {
	background: #E7CF6C;
	border-radius: 7px;
	padding: 15px 34px;
	font-weight: 600;
}

.coment-heading h2 {
	font-size: 60px;
}

.coment-heading p {
	font-size: 24px;
}

@keyframes shine {
	0% {
		background: #F85889;
	}

	50% {
		background: #E3493F;
	}

	100% {
		background: #8DB3F3;
	}
}

.holiday_indi_list {
	position: relative;
}

.holiday_indi_list span {
	animation: shine 3s infinite linear;
	animation-fill-mode: forwards;
	position: absolute;
	right: 5px;
	top: -18px;
	background: #ef362d;
	line-height: 100%;
	color: #fff;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 15px;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
	/* transform: rotate(-10deg); */
}

.holiday_indi_list span a {
	color: #fff;
	line-height: 100%;
}
/* .holiday_indi_list span:after{
	position: absolute;
	content: "";
	z-index: -1;
	width: 25px;
	height: 25px;
	left: 3px;
	bottom: 0;
	border-radius: 50%;
	background: #f00;
} */
.holiday_indi_list span:before {
	animation: shine 3s infinite linear;
	animation-fill-mode: forwards;
	position: absolute;
	content: "";
	z-index: -1;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 90%;
	background: #ef362d;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.holiday_plan_thumb .each-planting-video .planner-box img {
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
}

.thans-notes-modal .video-details .video-js {
	max-height: 450px;
	min-height: 450px;
	object-fit: cover;
}

.thans-notes-modal .modal-body {
	padding-bottom: 0;
}

.bloom-thumbnail-slider.owl-nav button:hover {
	background: transparent !important;
}

/* Read More Summery */
#summary {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 15px;
}

#summary .collapse:not(.show) {
	height: 65px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#summary .collapsing {
	min-height: 65px !important;
}

#summary a.collapsed:after {
	content: '+ Read More';
}

#summary a:not(.collapsed):after {
	content: '- Read Less';
}

img.holid-note-img {
	min-width: 100%;
	min-height: 250px;
	max-height: 250px;
	object-fit: contain;
	object-position: center;
}

.vjs-poster {
	background-color: #D9D9D9 !important;
}

/* Advertisement page design */
.adds_wrapper {
	margin: 85px auto 0;
	max-width: 100%;
	width: 530px;
}

.free-video-header {
	background: #BDD6DD;
	position: relative;
}

.free-video-header:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/adds_star.png) no-repeat;
	width: 88px;
	height: 80px;
	top: 70%;
	left: 10px;
	z-index: 1;
}

.watch_header h2 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin: 40px 0;
}

.video_adds {
	min-height: 200px;
	background: #D9D9D9;
}

.sneak_area {
	position: relative;
	background: #BDD6DD;
	padding: 45px 0;
}

.sneak_area:after {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/sneak_bell.png) no-repeat;
	width: 109px;
	height: 87px;
	top: 0;
	right: 10px;
}

.sneak_carousel h2 {
	background: #D3B92F;
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	font-size: 36px;
	font-weight: 400;
	transform: rotate(-2.59deg);
	line-height: 100%;
}

.sneak_carousel p {
	color: #000;
	font-size: 19px;
	font-weight: 300;
	margin-left: 20px;
	margin-top: 10px;
}

.skil_list_box {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	margin-top: 7px;
}

.skill-carousel .owl-nav.disabled+.owl-dots {
	bottom: 0;
	position: unset !important;
	text-align: center !important;
	padding-left: 0 !important;
}

.skil_list_box ul li {
	position: relative;
	padding-left: 22px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
}

.skil_list_box ul li:before {
	position: absolute;
	content: "";
	background: url(../images/ibelieveinme/skill_list-flower.png) no-repeat left;
	width: 16px;
	height: 16px;
	left: 0;
}

.skill-carousel .owl-dots {
	margin-top: 0;
}

.skill-carousel .owl-dots .owl-dot span {
	width: 7px !important;
	height: 7px !important;
}

.get-strted a {
	font-weight: 600;
	line-height: 50px;
	color: #F7F6F0;
	background: #CC3B6D;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 27px;
	margin: 0 auto;
	display: table;
	padding: 0 60px;
}

.member-panel h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 20px;
}

.member-panel p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.member-panel p + p {
	margin-top: 15px;
}

.each-plan-box {
	box-shadow: 0px 5.97834px 5.97834px rgb(0 0 0 / 25%);
	border-radius: 15px;
	border: 6px solid #fff;
	position: relative;
}

.plan_top_part {
	cursor: pointer;
	padding: 15px 20px;
}

.orange_border {
	border-color: #F6905F;
}

.sky_border {
	border-color: #C5E8DF;
}

.yellow_border {
	border-color: #E7CF6C;
}

.root_icon {
	position: absolute;
	right: 10px;
}

.each-plan-box h2 {
	font-size: 33px;
	font-weight: 600;
	line-height: 50px;
}

.each-plan-box h3 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	width: 85%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.each-plan-box p {
	font-size: 12px;
}

.each-plan-box p b {
	font-size: 15px;
}

.wheat_makes {
	padding: 50px 0;
}

.makes_heading h2 {
	font-size: 39px;
	font-weight: 400;
	color: #121212;
	transform: rotate(-3.07deg);
	line-height: 45px;
	margin-bottom: 40px;
	width: 283px;
}

.makes_heading h2 span {
	position: relative;
	z-index: 0;
}

.makes_heading h2 span:after {
	position: absolute;
	content: "";
	width: 105%;
	height: 40px;
	background: #EBBCBF;
	padding: 5px;
	border-radius: 3.67962px;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.special_box h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #121212;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
}

.special_box h2 span {
	margin-left: 10px;
}

.special_box p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

.special_box {
	margin-bottom: 50px;
}

.plan_top_part a {
	font-weight: 600;
	line-height: 50px;
	color: #000;
	background: #ddd;
	box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
	border-radius: 27px;
	margin: 0 auto;
	display: table;
	padding: 0 60px;
	margin: 20px 0;
}

.plan_bottom_part .each-plan-list {
	padding: 15px 20px;
}

.plan_bottom_part .each-plan-list ul li {
	font-size: 14px;
}

.plan_bottom_part .each-plan-list ul li {
	background: url(../images/ibelieveinme/adds_list_star.png) no-repeat left top;
	padding-left: 25px;
}

.plan_bottom_part .each-plan-list ul li + li {
	margin-top: 10px;
}

.plan_bottom_part a {
	font-weight: 600;
	line-height: 50px;
	color: #000;
	background: #ddd;
	box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
	border-radius: 27px;
	margin: 0 auto;
	display: table;
	padding: 0 60px;
}

.plan_bottom_part hr {
	height: 6px;
	background: #ddd;
	border: 0;
	margin: 25px 0 10px;
}

.orange_border .plan_bottom_part a {
	background: #F6905F;
}

.orange_border .plan_bottom_part hr {
	background: #F6905F;
}

.sky_border .plan_bottom_part a {
	background: #C5E8DF;
}

.sky_border .plan_bottom_part hr {
	background: #C5E8DF;
}

.yellow_border .plan_bottom_part a {
	background: #E7CF6C;
}

.yellow_border .plan_bottom_part hr {
	background: #E7CF6C;
}

.each-plan-box.active .plan_bottom_part {
	display: block !important;
}
/* Advertisement page design */

/* Landing page press box css starts */
.press_boxes {
	padding: 140px 0 0;
}

.press-btn a {
	background: #E7CF6C;
	border-radius: 30px;
	padding: 8px 40px;
	font-weight: 600;
	display: table;
	margin: 60px auto auto auto;
	transition: all 0.5s ease-in-out;
}

.press-btn a:hover {
	background: #F45E3D;
	color: #fff;
}

.land-press-box img {
	margin: 20px 0;
	max-height: 80px;
}

.heads-press h2 {
	color: #2C2C2C;
	font-size: 50px;
	/*padding-bottom: 35px;*/
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #BDBDBD;
}
/* Landing page press box css ends */

/* Press page style starts */
.press-podcast {
	padding: 150px 0 135px;
	background: url(../images/ibelieveinme/green-star.png)repeat center top;
	background-size: 100%;
}

.press-heading h2 {
	font-size: 110px;
	margin-bottom: 50px;
}

.eachPress {
	margin: 55px 0;
}

.eachPress a {
	background: #F45E3D;
	font-size: 18px;
	color: #fff;
	padding: 0;
	width: 125px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	border-radius: 28px;
	letter-spacing: 0;
}

.eachPress .image-container {
	background-color: transparent;
	width: 100%;
}

.eachPress h6 {
	font-size: 20px;
	padding: 20px 0 30px;
	font-weight: 400;
}

.eachPress p {
	font-size: 30px;
	font-weight: bold;
}
/* Press page style ends */

.hide-on-desktop {
	display: none !important;
}

/* .hide-on-mobile-tab {
	padding-top: 50px;
} */

.free-episode-modal-close {
	position: absolute;
	z-index: 2;
	top: -24px;
	right: -24px;
	background-color: #fff;
	border-radius: 50%;
}

#free-episode-modal-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1051;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
}

body.modal-open {
	position: fixed;
}

/* Sunshine starts */
.mr-sunshine-section {
	background: #FFF1A5;
	padding: 140px 0 80px 0;
	position: relative;
	margin-top: 101px;
}

.mr-sunshine-section .sun-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -101px;
}

.sunshine-wrap {
	max-width: 510px;
	margin: 0 auto;
}

.sunshine-wrap h3 {
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 15px;
	color: #000;
}

.sunshine-wrap p {
	font-size: 18px;
	color: #000;
	margin: 0 0 30px 0;
}

.sunshine-wrap a {
	display: inline-block;
	border-radius: 30px;
	padding: 10px 34px;
	font-weight: 400;
	color: #fff;
	background: #EC932C;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
	letter-spacing: 0.5px;
}

.sunshine-wrap a:hover {
	background: #f45e3d;
}

.sunshine-title {
	font-size: 40px !important;
	font-weight: 600;
}
/* Sunshine ends */

.spinner-border {
	vertical-align: inherit;
}

.hero-section {
	position: relative;
	margin-top: 85px;
}

.hero-section figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-section figure img {
	width: 100%;
	height: 100%;
}

.hero-content {
	position: relative;
	z-index: 5;
	height: 585px;
}

.hero-cont-inner {
	width: 55%;
	/* margin-left: auto; */
	margin-left: 30%;
}

.hero-cont-inner h1 {
	font-weight: 600;
	font-size: 40px;
	color: #000000;
	margin-bottom: 40px;
}

.hero-cont-inner a {
	background: #F9F9F9;
	border-radius: 21.3157px;
	font-weight: 600;
	font-size: 16px;
	color: #2C2C2C;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 195px;
	transition: all 0.5s ease-in-out;
}

.hero-cont-inner a:hover {
	background: #F45E3D;
	color: #fff;
}

.section-padding {
	padding: 100px 0;
}

.what-we-do-section {
	background: #fff;
	position: relative;
}

.what-we-do-section figure {
	position: absolute;
	top: -290px;
	right: 0;
	max-width: 250px;
}

.what-we-do-section .video-holder {
	margin-right: 20px;
}

.what-we-do-section .video-holder img {
	width: 100%;
}

.what-we-do-section h2 {
	font-family: 'Sweet Apricot';
	font-size: 60px;
	color: #000000;
	margin-bottom: 10px;
}

.what-we-do-section p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.what-we-do-section p:not(:last-child) {
	margin-bottom: 20px;
}

.what-we-do-section .about-text a {
	width: 165px;
	height: 42px;
	background: #E7CF6C;
	border-radius: 21.3157px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 600;
	color: #2C2C2C;
	display: inline-block;
	margin-top: 10px;
	transition: all 0.5s ease-in-out;
}

.what-we-do-section .about-text a:hover {
	background: #F45E3D;
	color: #fff;
}

.awesome-section {
	background: url('../images/ibelieveinme/awesome-bg2x@2x.jpg') no-repeat center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.awesome-section h2 {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	color: #F9F9F9;
	line-height: 48px;
}

.subscribe-section {
	position: relative;
	padding-top: 200px;
}

.subscribe-section .subscribe-text {
	background: #F1E9D6;
	border-radius: 13px;
	transform: rotate(-3.68deg);
	height: 55px;
	padding: 0 40px 0 0;
	text-align: right;
	line-height: 55px;
	width: 100%;
	text-align: right;
	display: block;
	position: absolute;
	left: -70%;
	color: #F45E3D;
	font-weight: 400;
	font-size: 43.8357px;
	line-height: 31px;
	font-family: 'Sweet Apricot';
	padding-top: 6px;
	top: 150px;
}

.subscribe-section .subscribe-text span {
	transform: rotate(-4.2deg);
}

.subscribe-section .section-heading {
	padding: 0 100px;
	margin-bottom: 30px;
}

.subscribe-section .section-heading h3 {
	font-weight: 600;
	font-size: 32px;
	color: #000000;
	margin-bottom: 10px;
}

.subscribe-section .section-heading p {
	color: #000000;
}

.package-wrap {
	padding: 0 100px;
}

.packages {
	margin: 0 -30px;
}

.packages .package {
	padding: 0 30px;
	width: calc(100% / 3);
}

.package-inner {
	background: #F9F9F9;
	box-shadow: 0px 5.97834px 5.97834px rgba(0, 0, 0, 0.25);
	border-radius: 15.1101px;
}

.package-inner .pkg-heading {
	padding: 25px;
	position: relative;
	border-bottom: 6px solid #F6905F;
}

.package:nth-child(2) .package-inner .pkg-heading {
	border-color: #C5E8DF;
}

.package:nth-child(3) .package-inner .pkg-heading {
	border-color: #E7CF6C;
}

.package-inner .pkg-heading img {
	position: absolute;
	top: 25px;
	right: 0;
}

.package-inner .pkg-heading h3 {
	font-weight: 600;
	font-size: 30px;
	color: #000;
}

.package-inner .pkg-heading p {
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 5px;
}

.package-inner .pkg-heading p strong {
	font-weight: 600;
}

.package-inner .pkg-heading hr {
	max-width: 190px;
	border-top: 1px solid #000;
	margin: 0 0 10px 0;
}

.package-inner .pkg-heading a {
	display: block;
	width: 100%;
	background: #F6905F;
	border-radius: 17px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #2C2C2C;
	transition: all 0.5s ease-in-out;
	margin-top: 15px;
}

.package:nth-child(2) .package-inner .pkg-heading a {
	background: #C5E8DF;
}

.package:nth-child(3) .package-inner .pkg-heading a {
	background: #E7CF6C;
}

.package-inner .pkg-heading a:hover,
.package:nth-child(2) .package-inner .pkg-heading a:hover,
.package:nth-child(3) .package-inner .pkg-heading a:hover {
	background: #F45E3D;
	color: #fff;
}

.package-inner ul {
	padding: 25px;
}

.package-inner ul li {
	padding-left: 25px;
	position: relative;
	color: #000;
	font-size: 14px;
}

.package-inner ul li:not(:last-child) {
	margin-bottom: 15px;
}

.package-inner ul li:before {
	content: '';
	left: 0;
	top: -2px;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url('../images/ibelieveinme/list-icon.png') no-repeat left center;
}

.package:nth-child(3) .package-inner ul li:last-child {
	font-weight: 600;
}

.subscribe-section figure {
	position: absolute;
	bottom: -98px;
	left: 0;
	max-width: 450px;
}

.subscribe-section figure img {
	width: 100%;
}

.membership-spacial-section {
	padding-top: 50px;
}

.membership-spacial-section.partners {
	padding-top: 40px;
	padding-bottom: 0;
	background: url('../images/ibelieveinme/awesome-bg-lavender2x@2x.png') no-repeat center;
	background-size: cover;
	background-color: #dfc5fe;
}

.membership-spacial-section.partners .membership-wrap {
	max-width: 95%;
	margin: 0 auto;
}

.membership-spacial-section .section-heading {
	margin-bottom: 70px;
	text-align: center;
}

.membership-spacial-section.partners .section-heading {
	margin-bottom: 40px;
}

.membership-spacial-section .section-heading h3 {
	font-weight: 600;
	font-size: 32px;
	color: #000000;
}

.membership-spacial-section.partners .section-heading h3 {
	color: #ffffff;
	font-family: 'Sweet Apricot';
	font-weight: 400;
	font-size: 70px;
	line-height: initial;
}

/* .membership-wrap {
	padding: 0 100px;
} */

.spcl-box {
	text-align: center;
	padding: 0 20px;
}

.spcl-box figure img {
	height: 67px;
	width: 67px;
	margin-bottom: 15px;
}

.membership-spacial-section.partners .spcl-box {
	box-shadow: none;
}

.membership-spacial-section.partners .spcl-box figure,
.membership-spacial-section.partners .spcl-box figure img {
	margin-bottom: 0;
}

.membership-spacial-section.partners .spcl-box figure img {
	width: 15rem;
	height: auto;
}

.membership-spacial-section.partners .spcl-box-container {
	margin-bottom: 40px;
}

.spcl-box figure figcaption {
	font-weight: 400;
	font-size: 44px;
	color: #000;
	font-family: 'Sweet Apricot';
	line-height: 32px;
}

.spcl-box p {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.free-quate-btn {
	margin-top: 60px;
}

.free-quate-btn a {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	width: 295px;
	text-align: center;
	background: #2C2C2C;
	color: #F9F9F9 !important;
	font-size: 16px;
	font-weight: 700;
	border-radius: 35px;
	cursor: pointer;
}

.free-quate-btn a:hover {
	background: #F45E3D;
	color: #fff;
}

.testimonial-section {
	background: url('../images/ibelieveinme/test-bg.jpg') center no-repeat;
	position: relative;
}

.testimonial-section .container {
	position: relative;
}

.testimonial-section .girl {
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 2;
}

.testimonial-section::before {
	content: '';
	background: url('../images/ibelieveinme/flower3.png') no-repeat;
	background-position: right;
	width: 37%;
	top: -100px;
	height: 630px;
	position: absolute;
	right: 0;
}

.test-top .slider .item {
	padding: 50px 65px;
}

.test-bottom .slider {
	width: 73%;
	margin-right: auto;
	margin-left: inherit;
}
/* .mission-section{
    margin-top:150px;
} */
.test-top {
	margin-bottom: 370px;
}

.test-top .slider {
	z-index: 9;
	position: relative;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	width: 100%;
}

.test-bottom .slider {
	margin-bottom: auto;
	margin-top: -235px;
}

.slider {
	border-radius: 26px !important;
}

.test-bottom .slider .item {
	padding: 45px 80px;
}

.slider-btn {
	text-align: left;
}

.slider-btn .btn {
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-decoration-line: underline;
	color: #2C2C2C;
}

.owl-theme .owl-dots {
	text-align: left !important;
	padding-left: 80px !important;
}

.mission-section {
	position: relative;
	padding: 50px 0;
}

.mission-section h3 {
	font-family: 'Sweet Apricot';
	padding-left: 0;
	font-weight: 400;
	font-size: 70px;
	line-height: 50px;
	color: #000000;
}

.st-right {
	margin-top: 100px;
}

.st-right p {
	font-size: 18px;
	width: 67%;
}

.mission-section figure {
	position: absolute;
	right: 0;
	bottom: 100px;
}

.st-right a {
	display: inline-block;
	background: #F45E3D;
	border-radius: 21.3157px;
	height: 42px;
	width: 200px;
	transition: all 0.5s ease-in-out;
	text-align: center;
	line-height: 42px;
	color: #F9F9F9;
	margin-top: 40px;
}

.st-right a:hover {
	background: #2C2C2C;
}

.routins-section {
	position: relative;
}

.routins-section h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #F9F9F9;
	font-weight: 600;
	font-size: 32px;
}

.heads-press h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #2C2C2C;
	margin-top: 0;
}

.footer-bottom {
	padding-top: 0;
}

.routins-section figure img {
	width: 100%;
}

.slider .item h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #2C2C2C;
}

.modal-dialog {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}

#summerCampModal.modal .modal-dialog {
	max-width: 50%;
}

#summerCampModal .modal-header .summer-camp-header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#summerCampModal .modal-header .summer-camp-header-container img {
	width: 46px;
	height: 46px;
}

#summerCampModal .modal-header .summer-camp-header-container .summer-camp-title {
	font-size: x-large;
}

#summerCampModal .modal-header .close {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	height: 35px;
	width: 35px;
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
	opacity: 1 !important;
	z-index: 2;
}

#summerCampModal .modal-header .close span {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #56867a;
	line-height: 36px;
	font-size: 30px;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
}

#summerCampModal .modal-body .summer-camp-episode-list {
	text-align: initial;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#summerCampModal .modal-body .summer-camp-episode-list li {
	background: url(../images/ibelieveinme/list-star.png) no-repeat left top;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#v-pills-tab {
	align-items: center;
	gap: 5px;
}

#password-reset-button {
	font-size: 20px;
	padding: 0 !important;
	width: 100% !important;
}

/* .the-perfect-holiday-gift {
	position: absolute;
	right: 4%;
	width: 130px;
	z-index: 11;
	filter: drop-shadow(0px 0px 10px #74d199);
	animation: zoom-in-zoom-out 1.5s ease infinite;
} */

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

.video-play-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-play-overlay .play-btn {
	background-color: #56867a;
	border: 2px solid #466c62;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 5px;
    border: none;
    padding: 7px 10px 7px 14px;
}

.video-play-overlay .play-btn i {
	font-size: 16px;
}

.video-play-overlay .play-btn:hover {
	background-color: #E7CF6C;
	border: 2px solid #c8a62e;
	color: #fff !important;
	cursor: pointer;
}
