:root {
    --white-heading: #faf9f4;
  }
body {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 1.5;
    letter-spacing: 0.5px;
	color: #1E1E1E;
}
hr {
	margin-top: 30px;
	margin-bottom: 50px;
}
p {
	margin-bottom: 30px;
}
.btn {
	white-space: normal;
}
.custom-wrap,
.img-bx {
    width: 100%;
}
.testimonial-title {
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
    color: #9E9395;
}
.highlighted-txt {
    color: #BF9334;
    font-weight: 700;
}
ul.custom-list-style-disc li {
    padding-bottom: 30px;
    list-style: none;
    position: relative;
}
ul.custom-list-style-disc li::before {
    content: "";
    background-color: #F6BF42;
    font-weight: 700;
    left: -20px;
    top: 9px;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.img-border img {
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

    position: relative;
}
.img-border:before,
.img-border:after {
    width: 250px;
    height: 225px;
    content: "";
    position: absolute;
    background-color: #DDAB3F;
    display: block;
    z-index: -1;
}
.img-border:before {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    top: -3px;
    right: -3px;
}
.img-border:after {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    bottom: -3px;
    left: -3px;
}

/* dark box */
.dark-box {
    color: var(--white-heading);
    background-color: #503D45;
    padding: 70px 50px 30px;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}

/* heading style line */
.heading-style-line:before {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: #bf9334;
    display: block;
    bottom: 0;
    left: 0;
}

/* heading style line center */
.heading-style-line-center:before {
    content: "";
    height: 1px;
    position: absolute;
    background-color: #F6BF42;
    display: block;
    bottom: 0;
    width: 32%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* heading style line start end */
.heading-style-start-end-line:before,
.heading-style-start-end-line:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	height: 1px;
	width: 5000px;
	background-color: #BF9334;
}
.heading-style-start-end-line:before {
	right: calc(100% + 30px);
}
.heading-style-start-end-line:after {
	left: calc(100% + 30px);
}

/* heading style gradient */
.heading-style-gradient {
    background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* heading style 1 */
.heading-style-1 {
	font-size: 45px;
	font-weight: 700;
    color: var(--white-heading);
	margin-bottom: 40px;
	line-height: 1.3;
    letter-spacing: 1px;
}

/* heading style 2 */
.heading-style-2 {
	font-size: 35px;
    letter-spacing: 1.05px;
    margin-bottom: 55px;
    color: var(--white-heading);
}

/* section */
.section {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}
.section .container {
    position: relative;
    z-index: 1;
}

/* form control */
.form-control {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-width: 0 0 1px;
	border-color: #3F2F36;
	padding: 5px 0;
    font-size: 18px;
	color: #3F2F36;
    position: relative;
	z-index: 1;
}
.form-control:focus {
    border-color: #3F2F36;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-label {
	position: absolute;
	top: 25px;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
	top: 0;
	left: 0;
	font-size: 14px;
	z-index: 0;
}
.btn-1 {
	font-size: 27px;
    letter-spacing: 0.81px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #bf9334;
	padding: 12px 70px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 40px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
	color: #ffffff;
	background-color: #b2872b;
	border-color: transparent;
}
.btn-1 span {
	display: block;
	font-size: 22px;
	font-weight: 300;
}
.special-txt {
    font-size: 21px;
    padding-bottom: 40px;
    position: relative;
    font-style: italic;
}

/* pop up register form */
.pop-up-register-form {
	background-color: var(--white-heading);
	padding: 30px 15px 15px;
	border: 1px solid #BF9334;
	width: 314px;
	font-size: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	color: #3F2F36;
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.pop-up-register-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.pop-up-register-form p {
	margin-bottom: 20px;
}
.pop-up-register-form .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.pop-up-register-form .close:before,
.close:after {
	position: absolute;
	left: -10px;
	content: " ";
	height: 20px;
	width: 2px;
	background-color: #bf9334;
}
.pop-up-register-form .close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.pop-up-register-form .close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.pop-up-register-form .form-control {
	color: #1E1E1E;
	font-size: 15px;
    border-color: #BF9334;
}
.pop-up-register-form .form-control:focus {
	color: #1E1E1E;
}
.pop-up-register-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #1E1E1E;
}
.pop-up-register-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #1E1E1E;
}
.pop-up-register-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #1E1E1E;
}
.pop-up-register-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #1E1E1E;
}
.pop-up-register-form .recommend-txt {
	font-size: 12px;
	display: block;
	overflow: hidden;
}
.pop-up-register-form .btn-1 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 9px 0;
	display: block;
	letter-spacing: 0;
}

/* book pop up form */
#myModal .modal-dialog {
	max-width: 992px;
}
#myModal .modal-dialog .modal-content {
	background-color: #fff;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.book-pop-up-form {
	font-size: 19px;
    font-weight: 300;
	color: #3F2F36;
}
.book-pop-up-form .heading-style {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.book-pop-up-form .highlighted-txt {
    -webkit-text-fill-color: #BF9334;
    display: inline-block;
}
.book-pop-up-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.book-pop-up-form p {
	margin-bottom: 30px;
}
.book-pop-up-form .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.book-pop-up-form .form-control {
	font-size: 20px;
	border-width: 1px;
	padding: 12px 30px;
    border-color: #BF9334;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.book-pop-up-form .recommend-txt {
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
}
.book-pop-up-form .btn-1 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 13px 40px;
	display: inline-block;
	letter-spacing: 0.03em;
}


.style-1 .left-section {
	font-size: 18px;
}
.style-1 .left-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
	color: #ffffff;
    margin-bottom: 30px;
}
.style-1 .left-section h4 {
	font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
	margin-bottom: 30px;
    letter-spacing: 1px;
}
.style-1 .top-heading {
	display: inline-block;
	color: #F6BF42;
	border-radius: 10px;
	font-size: 33px;
	border: 1px solid #F6BF42;
	margin-bottom: 70px;
	padding: 6px 18px;
}
.ageless-white-block {
	background-color: #ffffff;
	color: #1E1E1E;
	padding: 30px 50px;
	font-size: 17px;
    letter-spacing: normal;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}

.ageless-white-block .preview-wrap {
	position: relative;
	width: 100%;
	/* max-width: 255px; */
}
.ageless-white-block .preview-wrap .ticket {
	position: absolute;
	top: 17px;
	left: 250px;
    width: 100%;
    max-width: 161px;
}
.preview-wrap .img-fluid.d-lg-block {
    max-width: 166%;
}
.ageless-white-block .preview-cnt {
	padding-top: 160px;
    padding-left: 50px;
    padding-right: 20px;
}
.ageless-white-block .preview-cnt h5 {
	color: #3F2F36;
	font-size: 18px;
    line-height: 1.4;
	margin-bottom: 20px;
}
.ageless-white-block .preview-cnt ul {
	padding: 0;
	margin: 0;
}
.ageless-white-block .preview-cnt ul li {
	list-style: none;
	padding-bottom: 20px;
}
.ageless-white-block .form-label {
    left: 0;
	color: #1C4F49;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.ageless-white-block .btn-1 span {
    text-transform: inherit;
	font-size: 19px;
}
.ageless-white-block .recommend-txt {
	padding-top: 4px;
	font-size: 14px;
	color: #1C4F49;
}
.ageless-white-block .form-block {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
}

/* style 1 */
.style-1 {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: inherit;
    color: var(--white-heading);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.style-1 .heading-style-1 {
    letter-spacing: normal;
}
.style-1 .bg-overlay {
    background: linear-gradient(180deg, rgba(55, 41, 47, 0.50) 0%, rgba(125, 93, 104, 0.50) 100%);
}
.style-1 .cnt-left p {
	font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
.style-1 .register-form {
	background-color: var(--white-heading);
	color: #3F2F36;
	padding: 35px 35px 45px;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    position: relative;
}
.register-form #form-target {
    position: absolute;
    top: -230px;
}
.style-1 .register-form .form-logo {
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.style-1 .register-form p {
	font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}
.style-1 .register-form .form-label {
	font-size: 22px;
    font-weight: 300;
	top: 30px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.style-1 .register-form .form-control:focus ~ .form-label,
.style-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
    top: -3px;
	left: 0;
	font-size: 14px;
}
.style-1 .register-form input[type="checkbox"] {
    float: left;
    margin-top: 4px;
}
.style-1 .register-form .recommend-txt {
    font-size: 14px;
    display: block;
    overflow: hidden;
}
.embed-wrapper {
	position: relative;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.style-1 .btn-1 {
	padding-left: 8px;
	padding-right: 8px;
}

/* style 2 */
.style-2 {
    background-color: var(--white-heading);
}
.style-2 .custom-wrap {
    max-width: 1368px;
}
.style-2 .heading-style {
    font-size: 35px;
    line-height: 1.35;
}
.style-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.style-2 ul li  {
    padding-bottom: 40px;
}
.style-2 .img-bx {
    max-width: 325px;
}

/* style 3 */
.style-3 {
    background-color: #593F4B;
}
.style-3 .logos-list {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.logo-1-wrap {
    width: 100%;
    max-width: 86px;
}
.logo-2-wrap {
    width: 100%;
    max-width: 79px;
}
.logo-3-wrap {
    width: 100%;
    max-width: 56px;
}
.logo-4-wrap {
    width: 100%;
    max-width: 106px;
}
.logo-5-wrap {
    width: 100%;
    max-width: 113px;
}
.logo-6-wrap {
    width: 100%;
    max-width: 124px;
}
.logo-7-wrap {
    width: 100%;
    max-width: 81px;
}
.logo-8-wrap {
    width: 100%;
    max-width: 115px;
}
.logo-9-wrap {
    width: 100%;
    max-width: 81px;
}
.logo-10-wrap {
    width: 100%;
    max-width: 140px;
}
.logo-11-wrap {
    width: 100%;
    max-width: 97px;
}

/* style 4 */
.style-4 {
    background-color: var(--white-heading);
}
.style-4 .custom-wrap {
    max-width: 1000px;
}
.style-4 .position-img {
    position: absolute;
    bottom: 90px;
    right: -400px;
    width: 755px;
    transform: rotate(-170.563deg);
    -webkit-transform: rotate(-170.563deg);
    -moz-transform: rotate(-170.563deg);
    -ms-transform: rotate(-170.563deg);
    -o-transform: rotate(-170.563deg);
    opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
.style-4 .img-bx {
    max-width: 593px;
}

/* style 5 */
.style-5 {
    background-color: #785864;
    color: var(--white-heading);
    background-position: top center;
    background-size: cover;
    position: relative;
}
.style-5 .custom-wrap {
    max-width: 1060px;
}
.style-5 p .highlighted-txt {
    color: #F6BF42;
}
.style-5 .box-col {
    max-width: 33.33%;
    margin-bottom: 40px;
}
.style-5 .border-box {
    font-size: 17px;
    font-weight: 600;
	border: 1px solid #F6BF42;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 25px 15px 25px;
    min-height: 100%;

}
.style-5 .border-box span {
	font-size: 48px;
	font-weight: 700;
    line-height: 1.2;
	display: block;
}
.style-5 .border-box .heading-style-line-center:before {
    width: 50px;
}
.style-5 .dark-box p {
    font-size: 30px;
}
.style-5 .disease-type {
    font-size: 25px;
    line-height: 1.35;
}
.style-5 .disease-type img {
    height: 115px;
}


/* style 6 */
.style-6 {
    background-color: #F4EFDF;
}
.style-6 .custom-wrap {
    max-width: 1185px;
}
.style-6 .position-img {
    position: absolute;
    width: 780px;
    background-image: url('https://d1emexivs6k6pa.cloudfront.net/pages/beyond-the-brain/highway.webp');
    background-size: 80%;
    background-position: right top;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
}
.phone-disclaimer-text {
    font-size: 12px;
    display: none;
    /* margin-bottom: 10px; */
    color: #a7a7a7;
    margin-top: 15px;
}

.pop-up-register-form .phone-disclaimer-text{
	display: none;
	font-size: 10px;
    color: #a7a7a7;
    margin-top: 10px;
}
.book-pop-up-form .phone-disclaimer-text {
    display: none;
    font-size: 10px;
    color: #a7a7a7;
    margin-top: 10px;
}
.phone-field-wrapper {
	display: none;
}
.pop-up-register-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.style-6 .dark-box {
    padding-bottom: 60px ;
    padding-left: 150px;
    background-blend-mode: multiply;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 755px;
    margin-bottom: 40px;
}
.style-6 .dark-box .heading-style-1 {
    font-weight: 600;
}
.style-6 .dark-box .heading-style-1:before {
    background-color: #F6BF42;
}

/* style 7 */
.style-7 {
    background-color: #FAF9F4;
    margin-top: -390px;
    padding-top: 380px;
    background-size: 747px;
    background-blend-mode: multiply;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.style-7 .heading-style-1 {
    color: #1E1E1E;
}

/* style 8 */
.style-8 {
    background-color: #503D45;
    color: var(--white-heading);
    letter-spacing: 0.81px;
}
.style-8 .avatar {
    background-color: #c4c4c4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 209px;
    height: 209px;
    display: block;
    margin-bottom: 40px;
    position: relative;
}
.style-8 .name {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
.style-8 .name.heading-style-line:before {
    width: 100px;
    background-color: #F6BF42;
}
.style-8 .img-border:before,
.style-8 .img-border:after {
    width: 70px;
    height: 64px;
}
.style-8 .img-border:before {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    top: -2px;
    right: -2px;
}
.style-8 .img-border:after {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    bottom: -2px;
    left: -2px;
}
.left-section p {
    margin-top: 20px;
}
/* style 9 */
.style-9 {
    background-color: var(--white-heading);
    background-repeat: no-repeat;
    background-position: left top;
    background-blend-mode: multiply;
    background-size: 747px;
}
.style-9 .custom-wrap {
    max-width: 1280px;
}
.style-9 .heading-style-1 {
    font-size: 35px;
    letter-spacing: 0.7px;
}

/* style 10 */
.style-10 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1374px;
    background-color: #F4EFDF;
}
.style-10 .custom-wrap {
    max-width: 1237px;
}
.style-10 .dark-box {
    background-color: #372C31;
    background-blend-mode: multiply;
    padding-left: 120px;
    padding-right: 180px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 449px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.style-10 .dark-box .highlighted-txt {
    color: #F6BF42;
}

/* style 11 */
.style-11 {
    background-color: var(--white-heading);
    background-position: left 280px;
    background-repeat: no-repeat;
    background-size: 280px;
    background-image: url('https://d1emexivs6k6pa.cloudfront.net/pages/beyond-the-brain/style-11-bg.webp');
}
.style-11 .custom-wrap {
    max-width: 1000px;
}
.style-11 .heading-style-line-center:before {
    background-color: #BF9334;
}
.style-11 .dark-box {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: 326px ;
    margin-bottom: 50px;
    padding: 40px 100px 20px;
    overflow: auto;
}

/* style 12 */
.style-12 {
    color: var(--white-heading);
}
.style-12 .bg-overlay {
    background: linear-gradient(184.52deg, #372C31 3.66%, #755B66 96.34%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.style-12 .position-img,
.style-12 .position-img-2 {
    position: absolute;
    width: 434px;
}
.style-12 .position-img {
    top: 122px;
    left: -207px;
}
.style-12 .position-img-2 {
    bottom: 102px;
    right: -207px;
}
.style-12 ul li {
    padding-bottom: 35px;
}
.style-12 ul li .highlighted-txt {
    color: #DDAB3F;
}

/* style 13 */
.style-13 {
    background-color: #F4EFDF;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.style-13 .heading-style-1 .highlighted-txt {
    font-style: italic;
    text-transform: uppercase;
    -webkit-text-fill-color: #BF9334;
}
.style-13 .heading-style-line-center:before {
    background-color: #BF9334;
}
.style-13 .episode .heading-style {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: normal;
}
.style-13 .episode ul.custom-list-style-disc li::before {
    background-color: #BF9334;
}
.style-13 .episode .episode-number {
    font-size: 30px;
    margin-bottom: -20px;
    position: relative;
}
.style-13 .episode .episode-number span {
    width: 120px;
    height: 120px;
    margin-left: 10px;
    display: inline-block;
    background: linear-gradient(89.9deg, #372C31 16.81%, #755B66 79.84%);
    font-size: 80px;
    font-weight: 700;
    color: var(--white-heading);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-text-fill-color: var(--white-heading);
    text-align: center;
}
.style-13 .episode .episode-photo {
    width: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.style-13 .episode .episode-author-content {
    font-size: 20px;
}
.style-13 .episode .episode-author-content p {
    margin-bottom: 20px;
}
.style-13 .episode .episode-author {
    font-size: 24px;
    color: #BF9334;
    font-weight: 700;
}
.style-13 .episode .episode-author.heading-style-line:before {
    width: 50px;
    background-color: #DDAB3F;
}
.style-13 .episode .episode-author-designation {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 40px;
}

/* style 14 */
.style-14 {
    background-color: #F0E5C5;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-blend-mode: multiply;
}
.style-14 .position-img {
    position: absolute;
    width: 860px;
    background-image:url('https://d1emexivs6k6pa.cloudfront.net/pages/beyond-the-brain/style-14-position-img.webp');
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
}
.style-14 .heading-style-line-center:before {
    background-color: #BF9334;
}
.style-14 .dark-box {
    padding: 35px 60px;
}
.style-14 .dark-box span {
    font-size: 40px;
    padding-right: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.style-14 .dark-box span::before {
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #DDAB3F;
    height: 1px;
    display: block;
    content: "";
}
.style-14 .dark-box span::after {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 2px;
    top: 21px;
    border-top: 1px solid #DDAB3F;
    border-right: 1px solid #DDAB3F;
    display: block;
    content: "";
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* style 15 */
.style-15 {
    background: linear-gradient(184.52deg, #372C31 3.66%, #755B66 96.34%);
    color: var(--white-heading);
}
.style-15 .heading-style-1 .highlighted-txt {
    font-style: italic;
    text-transform: uppercase;
    -webkit-text-fill-color: #F6BF42;
    display: inline-block;
}
.style-15 .list-expert .expert-col {
    margin-bottom: 40px;
}
.style-15 .list-expert .expert-item {
    background-color: #342A2F;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    min-height: 100%;
}
.style-15 .list-expert .expert-item .experts-content {
    padding: 15px;
}
.style-15 .list-expert .expert-item .experts-name.heading-style-line-center::before {
    width: 27px;
}
.style-15 .list-expert .expert-item .experts-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-heading);
}
.style-15 .list-expert .expert-item .experts-designation {
    font-size: 17px;
    color: #fff;
}
.style-15 .light-box {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 70px;
    color: #1E1E1E;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 263px;
}
.style-15 .img-border:before {
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    right: auto;
    left: -3px;
}
.style-15 .img-border:after {
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
    left: auto;
    right: -3px;
}
.style-15 .light-box .btn-1 {
    background-color: #BF9333;
}

/* style 16 */
.style-16 {
    background-image: url('https://d1emexivs6k6pa.cloudfront.net/pages/beyond-the-brain/couple.webp');
    background-color: #F4EFDF;
    background-position: right bottom;
    background-size: 920px;
    background-repeat: no-repeat;
    margin-top: -370px;
    padding-top: 360px;
}
.style-16 .position-img {
    position: absolute;
    width: 487px;
    height: 666px;
    background-color: #F4EFDF;
    background-blend-mode: multiply;
    background-image: url('https://d1emexivs6k6pa.cloudfront.net/pages/beyond-the-brain/style-16-position-img.webp');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

/* footer */
.footer-bar {
    background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
	color: #fff;
	font-size: 21px;
	padding-top: 35px;
	padding-bottom: 5px;
    letter-spacing: 0.6px;
}
.footer-bar p {
    margin-bottom: 30px;
}
.footer-navigation ul {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.footer-navigation ul li + li:before {
	content: "|";
	margin-left: 12px;
	margin-right: 12px;
}
.footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-navigation ul li a:hover {
	text-decoration: underline;
}

span.field-with-error {
    color: red;
    font-size: small;
    position: relative;
    text-align: left;
    display: block;
    line-height: 25px;
}

#myModal span.field-with-error {
    left: auto;
    position: relative;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 1600px) {
    .style-5 .disease-type {
        font-size: 21px;
    }
    .ageless-white-block {
        padding-inline: 30px;
    }
    .ageless-white-block .preview-cnt {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (max-width: 1400px) {
    .style-5 .disease-type {
        font-size: 19px;
    }
    .style-5 .dark-box {
        padding-inline: 15px;
    }
    .style-1 .top-heading {
        font-size: 29px;
    }
    .style-1 .left-section h2 {
        font-size: 36px;
    }
    .style-1 .left-section h4 {
        font-size: 27px;
    }
    .ageless-white-block .preview-wrap {
        max-width: 210px;
    }
    .ageless-white-block .preview-wrap .ticket {
        top: 14px;
        left: 207px;
        max-width: 133px;
    }
    .ageless-white-block .preview-cnt {
        padding-top: 140px;
    }
}

@media (max-width: 1199px) {
	.style-5 .disease-type {
        font-size: 16px;
    }
    .ageless-white-block .preview-wrap .ticket {
        top: 12px;
        left: 186px;
        max-width: 121px;
    }
    .style-5 .border-box span {
        font-size: 43px
    }
}

@media only screen and (max-width: 991px) {
    .sm-view-right-section {
        margin-top: 20px;
    }
    .book-cover-top {
        width: 90%
    }
    .register-form #form-target {
        top: -30px;
    }
    .style-1 .ageless-white-block .heading-style {
        font-size: 40px;
        line-height: 1.4;
        font-weight: 700;
        text-align: center;
    }
    .ageless-white-block .preview-wrap {
        max-width: 340px;
        padding-left: 35px;
    }
    .style-1 .ageless-white-block .form-logo {
        width: 100%;
        max-width: 390px;
        margin-inline: auto;
    }
    .ageless-white-block .preview-cnt {
        padding-top: 0;
    }
    .style-1 .register-form input[type="checkbox"] {
		margin-top: 5px;
	}
    .heading-style-start-end-line:before {
		right: calc(100% - 55px);
	}
	.heading-style-start-end-line:after {
		left: calc(100% - 55px);
	}
    .style-5 .border-box {
        min-height: 250px;
    }
    .style-5 .box-col {
        max-width: 50%;
    }
    .style-5 .disease-type {
        font-size: 20px;
    }
    .style-5 .dark-box {
        padding-inline: 30px;
    }
    .style-6 .dark-box,
    .style-10 .dark-box {
        padding-left: 50px;
        padding-bottom: 50px;
    }
    .style-7 .heading-style-line-center:before {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .style-11 {
        background-image: none;
    }
    .style-13 .episode .episode-author.heading-style-line:before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .style-13 .bg-content .bg-content-wrap {
        background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
        border-radius: 0 0 12px 12px;
        color: var(--white-heading);
        padding: 15px 15px 20px;
        margin-bottom: 40px;
    }
    .style-13 .bg-content .bg-content-wrap .heading-style-gradient {
        background: inherit;
        -webkit-text-fill-color: inherit;
        color: var(--white-heading);
        margin-top: 0;
    }
    .style-13 .bg-content .bg-content-wrap .episode-author-designation {
        padding-bottom: 0;
    }
    .style-13 .episode .episode-author-designation {
        padding-bottom: 50px;
    }
    .style-6 .position-img,
    .style-14 .position-img {
        display: none;
    }
    .style-15 .list-expert .expert-col {
        margin-bottom: 25px;
    }
    .style-16 {
        background-image: none;
    }
    .pop-up-register-form {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
    body,
    .btn-1,
    .heading-style-2,
    .style-1 .cnt-left p,
    .style-2 .heading-style,
    .style-5 .dark-box p,
    .style-13 .episode .heading-style,
    .style-13 .episode .episode-author,
    .style-15 .list-expert .expert-item .experts-name {
        font-size: 20px;
    }
    p,
    .heading-style-1,
    .heading-style-2,
    .style-1 .register-form p,
    .style-13 .episode .heading-style {
        margin-bottom: 20px;
    }
    .heading-style-2,
    .style-1 .register-form p {
        line-height: 1.3;
    }
    .btn-1 {
        font-size: 19px;
        line-height: 1.4;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #bf9334;
        padding: 12px 55px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-bottom: 1rem;
        letter-spacing: 0.03em;
    }
    .btn-1:hover,
    .btn-1:focus,
    .btn-1:active,
    :not(.btn-check) + .btn:active,
    .btn:first-child:active {
        color: #ffffff;
        background-color: #b2872b;
        border-color: transparent;
    }
    .btn-1 span,
    .style-13 .episode .episode-author-content {
        font-size: 15px;
    }
    .special-txt {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .img-border:before,
    .img-border:after {
        width: 157px;
        height: 140px;
    }
    .img-border:before {
        top: -2px;
        right: -2px;
    }
    .img-border:after {
        bottom: -2px;
        left: -2px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .heading-style-1 {
		font-size: 23px;
	}
	.heading-style-start-end-line:before,
	.heading-style-start-end-line:after {
		width: 50px;
	}
	.heading-style-start-end-line:before {
		right: calc(100% - 35px);
	}
	.heading-style-start-end-line:after {
		left: calc(100% - 35px);
	}
    .form-control-lg {
		font-size: inherit;
	}

    .style-1 .top-heading {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .ageless-white-block {
        padding: 20px 15px;
    }
    .style-1 .left-section h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .style-1 .left-section h4 {
        font-size: 19px
    }
    .ageless-white-block .preview-cnt {
        padding-left: 0;
    }
    .ageless-white-block .preview-cnt p {
        font-size: 15px;
    }
    .ageless-white-block .btn-1 span {
        font-size: 15px;
    }
    .style-1 .ageless-white-block .heading-style {
        font-size: 23px;
    }
    .ageless-white-block.block-first .preview-wrap  {
        padding-left: 45px;
        max-width: 100%;
    }
    .ageless-white-block.block-first .preview-wrap img {
        max-width: 100%;
    }
    .ageless-white-block .preview-wrap {
        padding-left: 0;
    }
    .ageless-white-block .preview-wrap img {
        max-width: 120%;
    }
    .ageless-white-block.block-first .btn-1 {
        padding-inline: 6px;
    }
    .ageless-white-block.block-first .btn-1 span {
        letter-spacing: 0.5px;
    }

    .style-1 .register-form p,
    .style-1 .register-form .form-control,
    .style-1 .register-form .form-label {
        font-size: 14px;
    }
    .style-1 .register-form {
        padding: 30px 10px 30px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .style-1 .register-form .form-logo {
        max-width: 410px;
    }
    .style-2 ul li {
        padding-bottom: 20px;
    }
    .style-3 .logos-list {
        margin-bottom: 20px;
    }
    .style-3 .logos-list li.col-auto:nth-child(1) {
		max-width: 90px;
	}
	.style-3 .logos-list li.col-auto:nth-child(2) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(3) {
		max-width: 70px;
	}
	.style-3 .logos-list li.col-auto:nth-child(4) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(5) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(6) {
		max-width: 120px;
	}
	.style-3 .logos-list li.col-auto:nth-child(7) {
		max-width: 90px;
	}
	.style-3 .logos-list li.col-auto:nth-child(8) {
		max-width: 100px;
	}
	.style-3 .logos-list li.col-auto:nth-child(9) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(10) {
		max-width: 120px;
	}
	.style-3 .logos-list li.col-auto:nth-child(11) {
		max-width: 90px;
	}
    .style-4 .position-img {
        bottom: -100px;
        right: -450px;
        width: 565px;
        transform: rotate(285deg);
        -webkit-transform: rotate(285deg);
        -moz-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        -o-transform: rotate(285deg);
    }
    .style-5 .border-box {
        min-height: 200px;
        margin-bottom: 30px;
    }
    .style-5 .box-col {
        max-width: none;
        margin-bottom: 30px;
    }
    .style-5 .border-box span {
        font-size: 55px;
    }
    .dark-box,
    .style-6 .dark-box,
    .style-10 .dark-box,
    .style-11 .dark-box,
    .style-14 .dark-box,
    .style-15 .light-box {
        padding: 30px 10px 30px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .style-6 .dark-box,
    .style-10 .dark-box,
    .style-11 .dark-box,
    .style-15 .light-box {
        margin-bottom: 20px;
    }
    .style-5 .disease-type {
        font-size: 18px;
    }
    .style-7 {
        margin-top: -220px;
        padding-top: 215px;
        background-size: 391px;
    }
    .style-9 {
        background-size: 390px;
    }
    .style-9 .heading-style-1 {
        text-align: center;
    }
    .style-12 .position-img {
        top: 400px;
    }
    .style-12 .position-img-2 {
        bottom: 718px;
    }
    .style-13 .episode .episode-number {
        font-size: 30px;
        margin-bottom: -10px;
    }
    .style-13 .episode .episode-number span {
        font-size: 46px;
        width: 70px;
        height: 70px;
    }
    .style-14 {
        background-size: 322px;
    }
    .style-14 .dark-box {
        text-align: center;
    }
    .style-14 .dark-box span {
        font-size: 35px;
        padding-right: 0;
        padding-bottom: 30px;
        display: block;
    }
    .style-14 .dark-box span::before {
        width: 1px;
        bottom: 4px;
        right: 50%;
        top: auto;
        transform: translateX(calc(-50% - 1px));
        -webkit-transform: translateX(calc(-50% - 1px));
        -moz-transform: translateX(calc(-50% - 1px));
        -ms-transform: translateX(calc(-50% - 1px));
        -o-transform: translateX(calc(-50% - 1px));
        background-color: #DDAB3F;
        height: 20px;
    }
    .style-14 .dark-box span::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: rotate(135deg) translateX(-50%);
        -webkit-transform: rotate(135deg) translateX(-50%);
        -moz-transform: rotate(135deg) translateX(-50%);
    }
    .style-16 {
        margin-top: -400px;
        padding-top: 395px;
    }
    .footer-bar {
		font-size: 15px;
		padding-top: 25px;
		padding-bottom: 100px;
	}
	.footer-bar .row {
		flex-direction: column;
		align-items: center;
	}
	.footer-bar .site-info p,
	.footer-navigation ul {
		margin-bottom: 5px;
	}
    .footer-navigation ul {
		padding-bottom: 10px;
	}
	.footer-bar .site-info {
		order: 1;
	}
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 19px;
        letter-spacing: 0.3px;
    }
    .book-pop-up-form .heading-style {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#myModal .modal-dialog {
		margin-left: 0;
		margin-right: 0;
	}
	.book-pop-up-form {
		font-size: 18px;
	}
	.book-pop-up-form .form-control {
		padding: 10px;
		font-size: 16px;
	}
	.book-pop-up-form .recommend-txt {
		padding-bottom: 0;
	}
	.book-pop-up-form .btn-1 {
		font-size: 20px;
		padding: 13px 15px;
		width: 100%;
	}
    .heading-style-1 {
        letter-spacing: 0.5px;
    }
    .style-1 {
        padding-top: 15px;
    }
    .style-1 .heading-style-2 {
        font-size: 19px;
    }
    .style-1 .cnt-left p {
        font-size: 19px;
        letter-spacing: 0;
    }
    .style-1 .register-form .form-logo {
        max-width: 290px;
    }
	.style-1 .register-form .form-control:focus ~ .form-label,
	.style-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
		top: -2px;
	}
    .style-3 .logos-list li.col-auto:nth-child(1) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(2) {
		max-width: 70px;
	}
	.style-3 .logos-list li.col-auto:nth-child(3) {
		max-width: 60px;
	}
	.style-3 .logos-list li.col-auto:nth-child(4),
	.style-3 .logos-list li.col-auto:nth-child(5) {
		max-width: 100px;
	}
	.style-3 .logos-list li.col-auto:nth-child(6) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(7) {
		max-width: 75px;
	}
	.style-3 .logos-list li.col-auto:nth-child(9) {
		max-width: 65px;
	}
	.style-3 .logos-list li.col-auto:nth-child(10) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(11) {
		max-width: 75px;
	}
    .style-4 p strong {
        color: #BF9334;
    }
    .style-3 .logos-list {
        --bs-gutter-y: 15px;
    }
    .style-5 .disease-type img {
        height: 90px;
    }
    .style-5 .dark-box {
        padding: 15px 15px 5px;
        margin-bottom: 25px;
    }
    .style-6 p {
        position: relative;
        z-index: 1;
    }
    .highway-img {
        position: relative;
        z-index: 0;
        margin-top: -40px;
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-bottom: -20px;
    }
    .btn-aft-crack {
        margin-top: -70px;
    }
    .style-6 .dark-box {
        padding: 20px 10px 15px;
        background-size: 120%;
        background-position: 100px 100%;
    }
    .style-6 .dark-box .heading-style-1 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .style-9 .heading-style-1 {
        font-size: 23px;
    }
    .style-10 .dark-box {
        padding: 20px 10px 15px;
    }
    ul.custom-list-style-disc {
        padding-left: 20px;
    }
    ul.custom-list-style-disc li::before {
        width: 6px;
        height: 6px;
        left: -15px;
    }
    .style-10 .heading-style-1 {
        letter-spacing: 0;
    }
    .style-10 .custom-wrap + div .heading-style-line:before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .style-12 ul {
        padding-left: 20px;
    }
    .style-12 ul li {
        padding-bottom: 25px;
    }
    .style-13 .episode .episode-author-content p {
        font-size: 15px;
    }
    .style-15 .heading-style-1 {
        letter-spacing: 0;
    }
    .footer-bar,
    .footer-bar .site-info p,
    .footer-navigation ul {
        font-size: 12px;
    }
    .footer-navigation ul {
        margin-bottom: 0;
    }
    .footer-navigation ul li + li:before {
        margin-inline: 7px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .style-1 .top-heading {
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .heading-style-line-center.smaller-text {
        font-size: 42px!important;
        padding-bottom: 7px;
    }
    .container.container-mobile-ctrl {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
    .style-1 .top-heading {
        margin-bottom: 70px;
    }

}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
    .style-15 .list-expert .expert-col {
        max-width: 20%;
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 374px) {
    .style-5 .border-box span {
        font-size: 39px;
    }
}


@media (min-device-width: 992px)
        and (max-device-width: 1366px)
        and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)
        {
            .d-lg-none {
                display: block !important;
            }
            .d-lg-block {
                display: none !important;
            }

            .ageless-white-block .preview-wrap {
                max-width: 340px;
                padding-left: 35px;
            }

            .style-1 .ageless-white-block .heading-style {
                font-size: 40px;
                line-height: 1.4;
                font-weight: 700;
                text-align: center;
            }

            .ageless-white-block .preview-cnt {
                padding-top: 0;
            }

            .sm-view-right-section {
                margin-top: 20px;
            }

            .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
                width: 100%!important;
            }

            .col-lg-2{
                width: 50%!important;
            }

            .ageless-white-block {
               margin-left: 0!important;
            }

            .section.style-15 .col-lg-4{
                width: 33.33333333%!important;
            }

            .style-1 .left-section h2, .style-1 .left-section h4 {
            text-align: center;
            }

            .style-16 {
                background-image: none!important;
            }

            .pre-form-section-with-book-image-wrapper.align-items-center {
                align-items: center!important;
            }

            .pre-form-section-with-book-image-wrapper .book-wrapper {
                order: 2!important;
            }

            .pre-form-section-with-book-image-wrapper .text-wrapper {
                order: 1!important;
            }

        }