@font-face {
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	font-display: swap;
	src:local(''), url('/././fonts/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	font-weight: 600;
	font-display: swap;
	src:local(''), url('/././fonts/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-display: swap;
    src:local(''), url('/././fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-display: swap;
    src:local(''), url('/././fonts/Poppins-Regular.ttf') format('truetype');
}

.h-100vh
{
    height: auto;
}
.video_section .space-5-top--lg {
    padding-top: 5rem;
}
a.btn:hover, button.btn:hover{
    color: #fff;
}
.active .card-frame
{
    border-color: #1a9c5f;
}
.locationBox h3{
    font-size: 28px;
    font-family: 'Pretendard-Regular';
    color: #242526;
}
.card-body p{
    color: #242526;
    font-size: 16px;
}
header nav{
	max-width: 1680px;
	margin: auto;
}
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-link
{
	color: #000;
	text-transform: uppercase;
	font-family: "Poppins-SemiBold";
	font-size: 22px;
}
.u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper{
	width: 20%;
}
.dzsparallaxer.height-is-based-on-content
{
	height: 1083px;
}
.header_banner_text
{
	display: flex;
}
.header_banner_text h3,
.header_banner_text h4{
	font-family: "Poppins-SemiBold";
	color: #000;
}
.header_banner_text h5{
	color: #0095d4;
	font-family: "Poppins-SemiBold";
}
a.btn, button.btn {
    border-bottom: 6px solid #c6d2d6;
    border-top-left-radius: 40px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 40px;
    padding: 22px 35px;
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    text-transform: uppercase;
}
button.btn,  body.admin form a.btn
{
    padding: 10px 35px;
    font-size: 18px;
    margin-top: 20px;
}
body.admin a.btn{
    font-size: 17.55px;
}
body.admin .filter_wrapper a.btn
{
    font-size: 12px;
    padding: 7px 20px;
    margin-left: 10px;
}
body.admin .filter_wrapper a.btn-primary{
    margin-left: 40px;
}
#navBar .btn-info
{
	width: 182px;
}
#navBar .btn-primary
{
	width: 240px;
}
.header_banner_text .btn-danger
{
	width: 270px;
    margin-top: 20px;
}
header.u-scrolled .u-header__navbar-brand-default{
max-width: 128px;
}
header.u-scrolled .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link{
 font-size: 18px;   
}
header.u-scrolled #navBar .btn-primary, header.u-scrolled #navBar .btn-blue {
    width: 190px;
    padding: 11px 17px;
    font-size: 18px;
}
header.u-scrolled #navBar .btn-info {
    width: 120px;
    padding: 11px 17px;
    font-size: 18px;
}
.navbar-expand-lg .u-header__nav-item-btn
{
    padding-right: 1rem;
}
.header_banner_text.h-100vh.space-5-top{
    max-width: 1680px;
    margin: auto;
}
.video_section
{
	text-align: center;
	background-image: url('/././img/video_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.video-container {
	position: relative;
	width: 100%;
	margin: auto;
}
video#myVideo {
	display: block;
	object-fit: cover;
	height: 615px;
    width: 1089px;
    margin: auto;
    border-radius: 80px;
}
.play-button {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/././img/video_icon.png);
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.program_section .program_content h4{
    font-size: 44px;
    color: #f45eac;
    font-family: "Poppins-SemiBold";
    line-height: 100%;
}
.video_section h4, .specialty_section h4, .gallery_section h4{
	font-size: 44px;
    color: #f45eac;
    font-family: "Poppins-SemiBold";
    line-height: 120%;
}
.program_section .program_content h3{
    font-size: 56px;
    color: #242526;
    font-family: "Poppins-SemiBold";
    line-height: 100%;
}
.video_section h3, .specialty_section h3, .gallery_section h3{
	font-size: 56px;
    color: #242526;
    font-family: "Poppins-SemiBold";
    line-height: 120%;
}
.gallery_section
{
	padding-bottom: 120px;
}
.program_section .program_content p{
    font-size: 24px;
    color: #444444;
    font-family: 'Pretendard-Regular';
    line-height: 120%;
    margin-top: 10px;
}
.video_section p{
	font-size: 24px;
    color: #444444;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    margin-top: 20px;
}
.program_section
{
	text-align: center;
	background-image: url('/././img/program_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 917px;
    background-size: cover;
}

.about_tunituni {
    padding: 60px 0 150px;
}

.about_tunituni .container
{
    max-width: 1200px;
    width: 100%;
}

.about_tunituni h2
{
    font-size: 56px;
    font-family: "Poppins-SemiBold";
    color: #242526;
    line-height: 120%;
    margin-bottom: 45px;
}

.about_tunituni p {
    font-size: 22px;
    color: #444444;
    font-family: 'Pretendard-Regular';
    line-height: 120%;
    margin-bottom: 25px;
}

body.about footer.bg-dark:after
{
    display: none;
}

.how_tunituni h2{
	font-size: 56px;
    font-family: "Poppins-SemiBold";
    color: #242526;
    line-height: 120%;
    margin-bottom: 45px;
}
.how_tunituni .container
{
	max-width: 1220px;
}
.how_tunituni .icon_wrapper p{
	font-size: 24px;
    color: #444444;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    margin-top: 20px;
    padding: 0px 15px;
}
.specialty_section
{
	text-align: center;
	background-image: url('/././img/Specialty_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 939px;
	position: relative;
    background-size: cover;
}
.specialty_section:before{
	content: "";
	background-image: url('/././img/Specialty_bg_icon.png');
	position: absolute;
    top: -50px;
    right: 0;
    width: 194px;
    height: 242px;
}
.specialty_section .img_wrapper{
	position: relative;
    display: inline-block;
}
.specialty_section .specialty_content{
	position: absolute;
	bottom: 50px;
    left: 0;
    text-align: left;
}
.specialty_section .specialty_content p{
	display: none;
	font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular';
    padding: 0px 60px;
    line-height: 135%;
}
.specialty_section .specialty_content h5 {
    color: #fff;
    padding: 10px 20px;
    line-height: 120%;
    border-top-left-radius: 25px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 25px;
    font-size: 20px;
    font-family: "Poppins-SemiBold";
    margin-left: -20px;
    display: inline-block;
}
.specialty_section .specialty_content h5.badge_red
{
	background:#e0324e;
}
.specialty_section .specialty_content h5.badge_green
{
	background: #4db57d;
}
.specialty_section .specialty_content h5.badge_yellow
{
	background: #e7a413;
}
.specialty_section .specialty_content h5.badge_blue
{
	background: #0095d4;
}
.specialty_section .img_wrapper .overlay {
    background-image: url(/././img/Specialty_hover.png);
    width: 363px;
    height: 292px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: .7
}
.specialty_section .row.g-5.text-center .col-lg-3.wow.fadeIn:nth-child(2) .img_wrapper .overlay{
    background-image: url(/././img/Specialty_hover_2.png);
}
 .specialty_section  .row.g-5.text-center .col-lg-3.wow.fadeIn:nth-child(4) .img_wrapper .overlay{
    background-image: url(/././img/Specialty_hover_2.png);
}
.specialty_section .img_wrapper:hover .overlay{
	display: block;
}
.specialty_section .img_wrapper:hover .specialty_content p
{
	display: block;
}
.specialty_section h3
{
	margin-bottom: 60px;
}
.testimonial_section
{
	position: relative;
	height: 300px;
}
.testimonial_section .container {
    max-width: 1385px;
    margin: auto;
    background-image: url(/././img/testimonials_bg.png);
    height: 450px;
    position: absolute;
    top: -230px;
    left: 0;
    right: 0;
}
.testimonial_section .owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.testimonial_section .owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.testimonial_section .owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.testimonial_section .owl-carousel .owl-dots .owl-dot.active span,
.testimonial_section .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
}
.testimonial_section .owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.testimonial_section .owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
.testimonial_section .owl-carousel .owl-dots .owl-dot span {
    background: #6fd19c;
    display: inline-block;
    height: 16px;
    margin: 0 2px 5px;
    width: 16px;
    border-radius: 50%;
}
.testimonial_section .testimonial_headings h2
{
	font-size: 44px;
	color: #efdf4c;
	font-family: "Poppins-SemiBold";
	line-height: 110%;
}
.testimonial_section .testimonial_headings h3
{
	font-size: 56px;
	color: #fff;
	font-family: "Poppins-SemiBold";
	line-height: 110%;
}
.testimonial_section .testimonial_headings
{
	padding-left: 155px;
	padding-top: 60px;
}
.testimonial_section .row{
	align-items: center;
    padding: 75px 0px;
    justify-content: center;
    height: 100%;
}
.testimonial_section .rating i{
	color: #efdf4c;
    font-size: 32px;
}
.testimonial_section .discretion-blog p{
	font-size: 20px;
	color: #fff;
	font-family: 'Pretendard-Regular';
	margin-top: 15px;
}
.testimonial_section .discretion-blog h5{
	color: #98d8b5;
	font-family: 'Pretendard-Regular';
}
.testimonial_section .testimonials
{
	height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 120px 40px 40px;
    border-left: 1px dashed #98d8b5;
}
footer
{
	position: relative;
}
footer:before {
//    background-image: url(/././img/footer_bg.png) !important;
    content: "";
    position: absolute;
    top: -117px;
    height: 117px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .footer_desc {
    color: #676767;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    margin-top: 25px;
//    padding-left: 100px;
}
footer .footer_container {
    color: #676767;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    margin-top: 25px;
    padding-left: 10px;
}

footer .footer_submenu
{
    color: #aaaaaa;
    font-size: 18px;
    font-family: 'Pretendard-Regular';
    margin-top: 10px;
    margin-bottom: 30px;
}
footer .footer_address
{
	color: #aaaaaa;
	font-size: 18px;
	font-family: 'Pretendard-Regular';
	margin-top: 10px;
	margin-bottom: 30px;
}
footer .footer_copyright
{
//	color:#505254;
    color:#aaaaaa;
	font-size: 16px;
	font-family: 'Pretendard-Regular';
	padding-bottom: 30px;
}
.footer_menu
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_menu li
{
	display: inline-block;
	padding: 0px 20px 20px;
}
.footer_menu li a{
	color: #bfbfbf;
	font-size: 18px;
	font-family: "Poppins-SemiBold";
}



.footer_social_wrap2 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_social_wrap2 ul li{
    display: inline-block;
    margin: 5px;
}
.footer_social_wrap2
{
    position: relative;
}




.footer_social_wrap3 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_social_wrap3 ul li{
    display: inline-block;
    margin: 5px;
}
.footer_social_wrap3
{
    position: relative;
}
.footer_social_wrap3:before {
    content: "";
    height: 2px;
    width: 50%;
    background: #434444;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_social_wrap3:after {
    content: "";
    height: 2px;
    width: 50%;
    background: #434444;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.footer_social_wrap ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_social_wrap ul li{
	display: inline-block;
	margin: 5px;
}
.footer_social_wrap
{
	position: relative;
}
.footer_social_wrap:before {
    content: "";
    height: 2px;
    width: 43.5%;
    background: #434444;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_social_wrap:after {
    content: "";
    height: 2px;
    width: 43.5%;
    background: #434444;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.program_section .program_content
{
    padding-left: 28%;
    padding-top: 90px;
}
.w-md-95
{
    width: 95%;
    margin: auto;
}
.program_section .program_box4
{
    margin-top: -35px;
    margin-left: -180px;
}
.program_section .program_box3
{
    margin-top: -100px;
    margin-left: -80px;
}
.program_section .program_box2
{
    margin-right: -20px;
}
.program_box span.badge {
    color: #fff;
    left: -50px;
    position: absolute;
    bottom: 40%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    background: #335695;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
    padding: 20px 25px;
    font-family: "Poppins-SemiBold";
}
.program_box {
    width: auto;
    display: inline-block;
    position: relative;
}
.program_box.program_box4 span.badge
{
    left: unset;
    right: -50px;
    background: #b35b5b;
    bottom: 45%;
}
.program_box.program_box3 span.badge
{
    background: #e0324e;
    bottom: unset;
    top: 10%;
}
.program_box1
{
    margin-left: -50px;
}
.program_box.program_box2 span.badge
{
    bottom: 30%;
    background: #0f3241;
}
header.u-scrolled
{
    background: #fff;
}
header
{
    background-image: url('/img/menu_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
body.index header{
    background-image: unset;
}
.loginForm .loginHeading h1, .signupForm .loginHeading h1{
    color: #0095d4;
    font-family: "Poppins-SemiBold";
    font-size: 56px;
}
.loginForm .loginHeading p, .signupForm .loginHeading p{
    color: #444444;
    font-family: 'Pretendard-Regular';
    font-size: 24px;
}
.loginForm .form-control, .signupForm .form-control
{
    border: 1px solid #444444;
    border-radius: 0;
    height: 80px;
    background: #f8f7f3;
    font-size: 24px;
    color: #b5b5b5;
    font-family: 'Pretendard-Regular';
}
.loginForm .form-control::placeholder, .signupForm .form-control::placeholder{
    font-size: 24px;
    color: #b5b5b5;
    font-family: 'Pretendard-Regular';
}
.loginForm button[type="submit"], .signupForm .btn{
    border-bottom: 6px solid #c6d2d6;
    border-top-left-radius: 40px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 40px;
    padding: 16px 52px;
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    text-transform: uppercase;
    width: auto;
    margin: auto;
    margin-top: 50px;
}
.signin_bottom_text{
    font-size: 24px;
    color: #444444;
    font-family: 'Pretendard-Regular';
}
body.signin, body.signup1, body.signup2, body.signup3, body.signup4, body.signup5{
    background: #f8f7f3;
    display: block;
}
body.signin main#content, body.signup1 main#content, body.signup2 main#content, body.signup3 main#content, body.signup4 main#content, body.signup5 main#content{
    min-height: 100vh;
    display: flex;
    position: relative;
    margin: 50px 0px;
}
body.signin main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before {
    content: "";
    background-image: url(/././img/Specialty_bg_icon.png);
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    width: 194px;
    height: 242px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: right center;
}
body.admin_index main#content:before, body.admin_operation main#content:before
{
    bottom: unset;
    top: 250px;
}
body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before{
    content: "";
    background-image: url(/././img/signup_before_img.png);
    position: absolute;
    top: 0px;
    right: 0;
    width: 386px;
    height: 466px;
    background-repeat: no-repeat;
    background-position: right center;
}
body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after {
    content: "";
    background-image: url(/././img/signup_after_img.png);
    position: absolute;
    top: 25px;
    left: 0;
    width: 368px;
    height: 501px;
    background-repeat: no-repeat;
    background-position: right center;
}
body.signup1 main#content, body.signup2 main#content, body.signup3 main#content, body.signup4 main#content, body.signup5 main#content
{
    width: 100%;
    margin-top: 180px;
}
footer.bg-dark:after {
    content: "";
    background: url(https://phpstack-787576-4871395.cloudwaysapps.com/img/inner_footer_vector.png);
    position: absolute;
    left: 70px;
    top: -350px;
    width: 247px;
    height: 307px;
    background-size: 100%;
    background-repeat: no-repeat;
}
body.admin.main footer.bg-dark:after
{
    content: "";
    background: url(https://phpstack-787576-4871395.cloudwaysapps.com/img/main_inner_footer_vector.png);
    position: absolute;
    left: 0px;
    top: -750px;
    width: 217px;
    height: 254px;
    background-size: 100%;
    background-repeat: no-repeat;
}
body.index footer.bg-dark:after{
    content: unset;
}
.signupBar.mobile{
    display: none;
}
.signupBar ul{
    list-style: none;
    padding: 0;
    margin: 40px 0px 100px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.signupBar ul li{
    float: left;
    width: 20%;
    position: relative;
    margin: auto;
    text-align: center;
}
.signupBar ul li .number{
    height: 78px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b5b5b5;
    font-size: 40px;
    color: #fff;
    font-family: "Poppins-SemiBold";
    border-radius: 30px;
    margin: auto;
}
.signupBar ul li:before {
    content: "";
    height: 10px;
    width: 50%;
    background: #b5b5b5;
    top: 35px;
    display: block;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
}
.signupBar ul li:after {
    content: "";
    height: 10px;
    width: 50%;
    background: #b5b5b5;
    top: 35px;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
}
.signupBar ul li:nth-child(1):after, .signupBar ul li:nth-child(5):before
{
    content: unset;
}
.signupBar ul li .text{
    display: inline-block;
    font-size: 22px;
    color: #b5b5b5;
    font-family: 'Pretendard-Regular';
    margin-top: 5px;
}
.btnwrap
{
    clear: both;
}
.signupBar ul li.active .text
{
    color: #e0324e;
}
.signupBar ul li.active .number
{
    background: #e0324e;
}
.signupForm
{
    max-width: 1280px;
    padding-bottom: 120px !important;
}
.signupForm .w-100{
    display: inline-block;
    width: 100%;
}
.signupForm .w-50{
    float: left;
    padding: 0px 10px;
}
.signupForm .w-50.auto{
    margin: auto;
    float: unset;
}
.signup1 footer.bg-dark:after,
.signup2 footer.bg-dark:after,
.signup3 footer.bg-dark:after,
.signup4 footer.bg-dark:after,
.signup5 footer.bg-dark:after
{
    content: unset;
}
.signup_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup_overlay .signup_msg_box h4{
    color: #fff;
    font-size: 21px;
    font-family: 'Pretendard-Regular';
    text-transform: uppercase;
    margin: 0;
    padding: 0px 10px;
}
body.signup1 .signup_overlay .signup_msg_box
{
    width: 450px;
    height: 150px;
}
.signup_overlay .signup_msg_box {
    background: #242526;
    width: 448px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 148px;
    flex-direction: column;
}
body.signup3 a.locationBox {
    height: 250px;
    display: block;
    overflow: hidden;
}
body.signup4 a.locationBox {
    height: 310px;
    display: block;
    overflow: hidden;
}
body.signup4 a.locationBox .card-frame
{
    height: 100%;
}
.signup_overlay .signup_msg_box a{
    border-top-left-radius: 40px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 40px;
    padding: 2px 31px;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    text-transform: uppercase;
    width: auto;
    background: #00914f;
    margin-top: 15px;
}

body.signup3 form.signupForm > .row, body.signup4 form.signupForm > .row {
    width: 80%;
    margin: auto;
}

body.price
{
    background: #F8F7F3;
}


.price_Hero {
    background-color: #E7F4FA;
    padding: 40px 0px 265px 0px;
    position: relative;
    background: #E7F4FA url(/././img/priceHeroBg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}

.price_Hero h2
{
    font-size: 70px;
    font-family: "Poppins-Medium";
    color: #000000;
    line-height: 120%;
    margin-bottom: 10px;
}

.price_Hero h3
{
    font-size: 70px;
    font-family: "Poppins-Medium";
    color: #0095d4;
    line-height: 120%;
    margin-bottom: 20px;
}

.price_Hero p.storyTelling
{
    font-size: 35px;
    font-family: "Poppins-Medium";
    color: #000000;
    line-height: 120%;
    margin-bottom: 30px;
}

.price_Hero p.giftFuture
{
    font-size: 40px;
    font-family: "Poppins-SemiBold";
    color: #000000;
    line-height: 120%;
    margin-bottom: 20px;
}

.price_Plans_Container {
    background: #F8F7F3;
    text-align: center;
    padding: 0 0 180px 0;
    position: relative;
    min-height: 570px;
}

.price_Plans {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -160px;
    background-image: url(/././img/plans_side_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.price_Plans .price_Plan
{
    background-image: url(/././img/plan_item_bg.png);
    width: 549px;
    height: 538px;
    filter: drop-shadow(0px 3px 46px rgba(0,0,0,0.04));
    padding-top: 110px;
}

.price_Plans .price_Plan .sem_Heading
{
    background-image: url(/././img/price_semester_bg.png);
    font-size: 35px;
    font-family: "Poppins-Medium";
    color: #ffffff;
    line-height: 120%;
    width: 339px;
    height: 131px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -63px;
}

.price_Plans .price_Plan .priceLabel
{
    font-size: 80px;
    font-family: "Poppins-SemiBold";
    color: #242526;
    line-height: 120%;
}

.price_Plans .price_Plan .perSemester
{
    font-size: 24px;
    font-family: 'Poppins-Regular';
    color: #242526;
    line-height: 120%;
    margin-top: 5px;
}

.price_Plans .price_Plan .priceVal {
    font-size: 20px;
    font-family: "Poppins-Medium";
    color: #242526;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 30px 0;
}

.price_Plans .price_Plan .priceVal .actPrice
{
    font-size: 35px;
    font-family: "Poppins-SemiBold";
    color: #6f7378;
    line-height: 120%;  
    position: relative;
}

.price_Plans .price_Plan .priceVal .actPrice:before {
    content: "";
    background-image: url(/././img/act_price_cross_1.png);
    width: 90px;
    height: 29px;
    position: absolute;
    bottom: 3px;
}

.price_Plans .price_Plan .priceVal .actPrice:after {
    content: "";
    background-image: url(/././img/act_price_cross_2.png);
    width: 90px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 9px;
}

.price_Plans .price_Plan .priceVal .priceSep
{
    height: 2px;
    background: #000;
    width: 20px;
}

.price_Plans .price_Plan .priceVal .salePrice
{
    font-size: 35px;
    font-family: "Poppins-SemiBold";
    color: #4db57d;
    line-height: 120%;  
}

.price_Plans .price_Plan  a
{
    background-color: #ff3c30;
}

body.price footer.bg-dark:after {
    
    top: -329px;
    background: url(/././img/price_footer.png);
    background-size: cover;
}

#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 30px 30px 0 30px;
  }
}

.img-wrapper {
  	position: relative;
    width: 18.1%;
    margin: 15px;
  img {
    width: 100%;
    border-radius: 120px;
    height: 316px;
    object-fit: cover;
  }
}
.img-overlay {
  background: rgba(236, 65, 154,40%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 120px;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.9) !important;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999 !important;
  opacity: unset !important;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

/* Admin Panel */
body.admin
{
    background: #f8f7f3;
}
body.admin header
{
    background: #fff;
}
body.admin header .u-header__navbar-brand-default {
    max-width: 178px;
}
body.admin header #navBar .btn-primary {
    width: 190px;
    padding: 11px 17px;
    font-size: 18px;
}
body.admin header #navBar .btn-blue 
{
    width: 207px;
    padding: 11px 17px !important;
}
.logout{
    margin-right: -5px;
    padding-left: 20px !important;
}
body.admin header .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    font-size: 22px;
}

body.admin .container{
    max-width: 1150px;
}
body.admin h1{
    font-size: 70px;
    font-family: 'Poppins-SemiBold';
    display: inline;
    position: relative;
}
body.admin h2{
    font-size: 46px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
}
body.admin h1:before{
    content: "";
    background-image: url(/././img/admin_heading_before.png);
    position: absolute;
    left: -60px;
    top: -15px;
    width: 59px;
    height: 70px;
}
body.admin h1:after{
    content: "";
    background-image: url(/././img/admin_heading_after.png);
    position: absolute;
    right: -35px;
    top: -5px;
    width: 33px;
    height: 67px;
}
body.admin main#content
{
    padding: 200px 0px 300px 0px;
}
body.admin .card-deck .card
{
    margin: 10px !important;
    width: 31%;
    display: inline-flex;
    height: 220px;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
body.admin .d-block
{
    text-align: center;
}
body.admin .card-deck .card a{
    color: #242526;
}
body.admin .card-deck .card .media{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}
body.admin .card-deck .card h3{
    color: #242526;
    font-size: 28px;
    font-family: 'Pretendard-Regular';
    line-height: 120%;
}
body.admin .card-deck .media-body
{
    margin-top: 15px;
}
body.admin_operation .media img{
    height: 70px;
}
body.admin.admin_current_registration_list main#content,
body.admin.admin_member_list main#content,
body.admin.admin_child_list main#content,
body.admin.referral_list main#content,
body.admin.admin_program main#content,
body.admin.admin_semester main#content,
body.admin.admin_class_location main#content,
body.admin.admin_age_group main#content,
body.admin.admin_program_edit main#content,
body.admin.admin_program_add main#content,
body.admin.admin_semester_detail main#content,
body.admin.admin_semester_detail_edit main#content,
body.admin.admin_semester_add_class_location main#content,
body.admin.admin_semester_detail_add main#content,
body.admin.admin_class_location_modify main#content,
body.admin.admin_class_location_add main#content,
body.admin.admin_age_group_modify main#content,
body.admin.admin_age_group_add main#content,
body.admin.admin_member_list_add main#content,
body.admin.main main#content
{
    padding: 125px 0px 300px 0px;
}
.sidebar_heading{
    font-size: 35px;
    font-family: 'Poppins-SemiBold';
    line-height: 100%;
}
.sidebar_heading span{
    font-size: 25px;
    font-family: 'Poppins-SemiBold';
}
.adminSidebar{
    padding-left: 13px !important;
    padding-right: 13px !important;
    /*width: 12.2%;*/
    margin-right: 20px;
    width: 235px;
    min-height: 620px;
}
.admin_sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.admin_sidebar > ul > li > a {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 12px;
}
.admin_sidebar ul li img {
    height: 27px;
    margin-right: 17px;
}
.admin_sidebar ul li a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #242526;
    font-family: 'Pretendard-Regular';
    line-height: 100%;
}
.admin_sidebar > ul > li
{
    position: relative;
}
.admin_sidebar > ul > li.active:before{
    content: "";
    background: #0095d4;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    width: 3px;
}
.admin_sidebar > ul > li.active a, .admin_sidebar > ul > li:hover a
{
    background: #e5f4fb;
    border-radius: 10px;
}
.admin_sidebar > ul > li.active a, .admin_sidebar > ul > li:hover a
{
    color: #0095d4;
}
.admin_sidebar #admin_setting ul{
    display: none;
    padding-left: 55px;
    padding-top: 8px;
}
.admin_sidebar #admin_setting ul li a {
    font-size: 12px;
    color: #242526;
    font-family: 'Pretendard-Regular';
}
.admin_sidebar #admin_setting ul li {
    padding: 8px 0px;
}
.admin_sidebar #admin_setting ul li a:hover, .admin_sidebar #admin_setting ul li.active a{
    background: transparent;
}
.admin_sidebar > ul > li#admin_setting a:hover
{
    background: #e5f4fb;
}
.admin_sidebar > ul > li#admin_setting ul li a:hover,
.admin_sidebar > ul > li#admin_setting ul li.active a{
    color: #0095d4;
}
.admin_sidebar > ul > li:hover ul li a,
.admin_sidebar > ul > li.active#admin_setting ul li a
{
    background: transparent !important;
}
.admin_sidebar #admin_setting i{
    position: absolute;
    right: 10px;
}
.admin_sidebar > ul > li.active#admin_setting ul{
    display: block;
}
body.admin_current_registration_list footer.bg-dark:after,
body.admin_member_list footer.bg-dark:after,
body.admin_child_list footer.bg-dark:after,
body.referral_list footer.bg-dark:after,
body.admin_program footer.bg-dark:after,
body.admin_semester footer.bg-dark:after,
body.admin_class_location footer.bg-dark:after,
body.admin_age_group footer.bg-dark:after,
body.admin_program_edit footer.bg-dark:after,
body.admin_program_add footer.bg-dark:after,
body.admin_semester_detail footer.bg-dark:after,
body.admin_semester_detail_edit footer.bg-dark:after,
body.admin_semester_add_class_location footer.bg-dark:after,
body.admin_semester_detail_add footer.bg-dark:after,
body.admin_class_location_modify footer.bg-dark:after,
body.admin_class_location_add footer.bg-dark:after,
body.admin_age_group_modify footer.bg-dark:after,
body.admin_age_group_add footer.bg-dark:after,
body.admin_member_list_add footer.bg-dark:after
{
    content: "";
    background: url(https://phpstack-787576-4871395.cloudwaysapps.com/img/footer_right_vector.png);
    position: absolute;
    top: -240px;
    width: 161px;
    height: 182px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 125px;
    left: unset;
}
.table tbody tr td
{
    border:unset;
    vertical-align: middle;
}
.table tbody tr:nth-child(even)
{
    background: #fff;
}
.admin_right_container h3{
    font-size: 25px;
    font-family: 'Poppins-SemiBold';
    color: #242526;
    text-transform: uppercase;
}
.admin_right_container .filter_wrapper
{
    display: flex;
    align-items: center;
    justify-content: end;
}
.admin_right_container .filter_wrapper img{
    margin-left: 25px;
}
.admin_right_container .filter_wrapper input[type=text] {
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    background-color: transparent;
    background-image: url(/./././img/search_icon.png);
    background-position: right 10px top 8px;
    background-repeat: no-repeat;
    padding: 5px 30px 5px 10px;
    width: 320px;
    height: 33px;
}
.admin_right_container
{
    /*width: 81%;*/
    width: calc(100% - 300px);
}
.table td
{
    font-size: 14px;
    padding: 10px 10px 10px 8px;
    text-align: left;
    line-height: 120%;
}
.table th
{
    font-size: 16px;
    padding:8px 10px 8px 8px;
    text-align: left;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    background: #0095d4;
    vertical-align: middle !important;
    line-height: 120%;
    height: 56px;
}
.table th:first-child{
  border-radius:7px 0 0 7px;
}

.table th:last-child{
  border-radius:0 7px 7px 0;
}
.table thead{
    background: #0095d4;
}
.admin_sidebar ul li img.blue_icon
{
    display: none;
}
.admin_sidebar ul li.active img.blue_icon, .admin_sidebar ul li:hover img.blue_icon
{
    display: block;
}
.admin_sidebar ul li.active img.black_icon, .admin_sidebar ul li:hover img.black_icon
{
    display: none;
}
body.admin.main h1:before, body.admin.main h1:after
{
    content: unset;
}
body.admin.main h1
{
    font-size: 56px;
}
.newsWrapper{
    background: #fff;
}
.newsSection .slick-slide {
  margin: 10px;
  padding: 20px;
}
.mainTuniLife .slick-slide
{
    margin: 10px;
    position: relative;
}

.mainTuniLife .slick-arrow.next-arrow, .mainTuniLife .slick-arrow.prev-arrow
{
    border: unset;
}
.mainTuniLife .slick-arrow.next-arrow
{
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0095d4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainTuniLife .slick-arrow.next-arrow:before {
    content: "\203A";
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mainTuniLife .slick-arrow.prev-arrow
{
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0095d4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainTuniLife .slick-arrow.prev-arrow:before {
    content: "\2039";
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.newsWrapper .newsdesc
{
    font-size: 14px;
}
.newsWrapper .newsdate {
    font-size: 14px;
    color: #828282;
    padding-top: 5px;
}
body.admin .mainRegistersection h2{
    font-size: 56px;
    color: #242526;
    text-transform: capitalize;
    padding-bottom: 40px;
}
body.admin .mainTuniLife h2
{
    font-size: 56px;
    color: #242526;
    text-transform: capitalize;
    padding-bottom: 0px;
}
.mainRegistersection
{
    padding-top: 100px;
    width: 80%;
    margin: auto;
    position: relative;
}
.mainRegistersection:before {
    content: "";
    background: url(/././img/registed_class_left_bg.png);
    position: absolute;
    right: -21.4%;
    width: 362px;
    height: 390px;
}
.mainRegistersection:after {
    content: "";
    background: url(/././img/registed_class_right_bg.png);
    position: absolute;
    left: -22%;
    width: 394px;
    height: 321px;
    top: 43%;
    margin: auto;
    z-index: -1;
    display: flex
;
    align-items: center;
    justify-content: center;
}
body.admin .mainRegistersection .card-deck .card
{
    height: 305px;
    overflow: hidden;
    align-items: start;
}
body.admin .mainRegistersection .card-deck .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
body.admin .mainRegistersection .card-deck .card a
{
    font-size: 25px;
    font-weight: 700;
}
.mainRegistersection .card-body p
{
    font-size: 18px;
}
.mainRegistersection .card-img-right
{
    height: 100%;
}
.registerContent 
{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
a.btn.main_add_newclass
{
    padding: 17px 59px;
}
.mainTuniLife .slick-list-gallery img{
    width: 316px;
    height: 316px;
    object-fit: cover;
    border-radius: 100px;
}
.mainTuniLife
{
    width: 92%;
    margin: auto;
}
.mainTuniLife .slick-slide a {
    position: relative;
    display: block;
}
.mainTuniLife .search-icon i{
    color: #fff;
    font-size: 40px;
}
.mainTuniLife .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: rgb(227, 120, 170, 0.7);
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 100px;
}
.mainTuniLife .slick-slide:hover .search-icon
{
    display: flex;
}
body.main .adminSidebar
{
    height: 500px;
    min-height: auto;
}

@media only screen and (max-width: 1600px) {
    body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before
    {
        background-size: 65%;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after
    {
        background-position: left center;
        background-size: 65%;
    }
    .font-size-80 {
        font-size: 70px;
    }
    .font-size-70 {
        font-size: 60px;
    }
    .font-size-60 {
        font-size: 50px;
    }
    .program_section .program_box4 img, .program_section .program_box3 img, .program_section .program_box2 img, .program_section .program_box1 img
    {
        width: 85%;
    }
    .testimonial_section .testimonial_headings h3 br, .program_section .program_content h3 br, .program_section .program_content p br{
        display: none;
    }
    .specialty_section .img_wrapper img{
        width: 100%;
    }
    .img-wrapper
    {
        width: 23%;
    }
    a.btn
    {
        font-size: 20px;
    }
    .header_banner_text .btn-danger
    {
        width: 220px;
    }
    .h-100vh {
        height: auto;
    }
    .video_section .space-5-top--lg {
        padding-top: 10rem;
    }
}
@media only screen and (max-width: 1450px) {
    .signupForm
    {
        max-width: 1070px;
    }
    .signupBar ul li .text
    {
        font-size: 22px;
    }
    .signupBar ul li .number
    {
        font-size: 35px;
        height: 68px;
        width: 68px;
    }
    .signupBar ul li:after, .signupBar ul li:before
    {
        top: 30px;
    }
    body.signin main#content:before, body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before
    {
        background-size: 70%;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after
    {
        background-size: 50%;
    }
    .img-wrapper
    {
        width: 22.5%;
    }
    .footer_social_wrap:after, .footer_social_wrap:before
    {
        width: 40.5%;
    }
    .testimonial_section .testimonial_headings h3 br, .program_section .program_content h3 br{
        display: none;
    }
    .testimonial_section .container {
        max-width: 97%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .video_section h4, .specialty_section h4, .gallery_section h4, .program_section .program_content h4
    {
        font-size: 46px;
    }
    .video_section h3, .specialty_section h3, .gallery_section h3, .program_section .program_content h3, .how_tunituni h2,.about_tunituni h2, .testimonial_section .testimonial_headings h3
    {
        font-size: 52px;
    }
    .video_section p, .program_section .program_content p,.about_tunituni p, .how_tunituni .icon_wrapper p
    {
        font-size: 20px;
        line-height: 135%;
    }
    .specialty_section .img_wrapper img{
        width: 100%;
    }
    .specialty_section .specialty_content h5
    {
        font-size: 16px;
    }
    .program_section .program_box4 img, .program_section .program_box3 img, .program_section .program_box2 img, .program_section .program_box1 img
    {
        width: 75%;
    }
    .program_box span.badge
    {
        font-size: 15px;
    }
    .program_box.program_box3 span.badge
    {
        left: 0;
    }
    .program_box.program_box_top img{
        width: 70%;
        margin-top: 30%;
    }
    .program_section
    {
        height: auto;
        background-size: cover;
    }
    .header_banner_text .btn-danger {
        width: 220px;
    }   
    a.btn {
        padding: 18px;
        font-size: 18px;
    }
    .font-size-80 {
        font-size: 60px;
    }
    .font-size-70 {
        font-size: 50px;
    }
    .font-size-60 {
        font-size: 30px;
    }
    .dzsparallaxer.height-is-based-on-content {
        height: 900px;
    }
    footer.bg-dark:after
    {
        background-size: 85%;
        top: -305px;
    }
    .loginForm .form-control, .signupForm .form-control, .loginForm .form-control::placeholder, .signupForm .form-control::placeholder
    {
        font-size: 20px;
    }
    body.admin_index main#content:before , body.admin_operation main#content:before
    {
        top: 200px;
    }
}
@media only screen and (max-width: 1400px)
{

    body.price .price_Hero h2
    {
        font-size: 45px;
    }

    body.price .price_Hero h3
    {
        font-size: 45px;
    }

    body.price .price_Hero p.storyTelling
    {
        font-size: 25px;
    }

    body.price .price_Hero p.giftFuture
    {
        font-size: 30px;
    }

    body.admin main#content {
        padding: 190px 0px 300px 0px;
    }
    body.admin h1
    {
        font-size: 60px;
    }
    body.admin h2
    {
        font-size: 36px;
        margin-bottom: 10px !important;
    }
    body.admin .card-deck .card h3
    {
        font-size: 22px;
    }
    body.admin .card-deck .card
    {
        height: 190px;
    }
}
@media only screen and (max-width: 1200px) {
    body.admin_index main#content:before, body.admin_operation main#content:before {
        top: 170px;
    }
    .footer_social_wrap:after, .footer_social_wrap:before{
        width: 37.5%;
    }
    .img-wrapper
    {
        width: 30%;
    }
    .video_section h4, .specialty_section h4, .gallery_section h4, .program_section .program_content h4
    {
        font-size: 36px;
    }
    .video_section h3, .specialty_section h3, .gallery_section h3, .program_section .program_content h3, .how_tunituni h2,.about_tunituni h2, .testimonial_section .testimonial_headings h3
    {
        font-size: 42px;
    }
    .video_section p, .program_section .program_content p,.about_tunituni p, .how_tunituni .icon_wrapper p
    {
        font-size: 20px;
        line-height: 135%;
    }
    .testimonial_section .container
    {
        background-size: 100% 100%;
        max-width: 97%;
    }
    .testimonial_section .testimonials
    {
        padding: 40px;
    }
    .testimonial_section .discretion-blog p
    {
        font-size: 18px;
    }
    .testimonial_section .discretion-blog p br, .testimonial_section .testimonial_headings h3 br, .program_section .program_content h3 br{
        display: none;
    }
    .program_box img, .program_box1 img{
        width: 85%;
    }
    .specialty_section .specialty_content h5
    {
        font-size: 15px;
    }
    .specialty_section
    {
        height: 800px;
    }
    .specialty_section .img_wrapper img
    {
        width: 100%;
    }
    video#myVideo
    {
        width: 90%;
        height: 500px;
    }
    .program_section .program_box4, .program_section .program_box3, .program_section .program_box2
    {
        width: 100%;
    }
    .program_section .program_box4 br, .program_section .program_content p br{
        display: none;
    }
    .program_box span.badge
    {
        padding: 16px 16px;
        font-size: 15px;
    }
    .program_section .program_content
    {
        padding-left: 5%;
        padding-right: 5%;
    }
    .program_box_top
    {
        margin-top: 100px;
    }
    .program_box_top img{
        width: 55%;
    }
    .program_box.program_box_top span.badge
    {
        left: 0px;
    }
    .program_section
    {
        background-size: cover;
        height: auto;
    }
    .header_banner_text .btn-danger {
        width: 200px;
        adding: 22px 35px;
        font-size: 18px;
    }
    .loginForm button[type="submit"], .signupForm button[type="submit"]
    {
        font-size: 18px;
    }
    .font-size-80 {
        font-size: 60px;
    }
    .font-size-70 {
        font-size: 40px;
    }
    .font-size-60 {
        font-size: 30px;
    }
    .dzsparallaxer.height-is-based-on-content {
        height: auto;
    }
    .video_section .space-5-top--lg {
        padding-top: 3rem;
    }
    a.btn {
        padding: 16px 16px;
        font-size: 18px;
    }
    #navBar .btn-primary {
        width: 190px;
    }
    #navBar .btn-info {
        width: 135px;
    }
    body.signin main#content:before, body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before
    {
        background-position: top right;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after
    {
        background-position: top left;
    }
}
@media only screen and (max-width:1024px) {
    footer .u-header__navbar-brand-default {
        width: 40%;
    }
    .signupForm {
        max-width: 1050px !important;
        padding-top: 200px !important;
    }
    .loginForm .loginHeading h1, .signupForm .loginHeading h1
    {
        font-size: 45px;
    }
    .loginForm .loginHeading p, .signin_bottom_text, .signupForm .loginHeading p, .signup_bottom_text
    {
        font-size: 22px;
    }
    .form-signin
    {
        max-width: 500px;
    }
    body.signup1 main#content, body.signup2 main#content, body.signup3 main#content
    {
        margin: 50px 0px 180px 0px;
    }
    body.signin main#content{
        margin: 50px 0px 50px 0px;
    }
    .loginForm .form-control, .signupForm .form-control
    {
        height: 70px;
    }
}
@media only screen and (max-width: 992px) {
    body.admin h1
    {
        font-size: 65px;
    }
    .locationBox h3
    {
        font-size: 22px;
    }
    .card-body p
    {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    body.admin h1
    {
        font-size: 60px;
    }
    body.admin h2
    {
        font-size: 40px;
        margin-top: 0!important;
    }
    body.admin .card-deck .card h3
    {
        font-size: 22px;
    }
    body.admin main#content {
        padding: 120px 0px 300px 0px;
    }
    body.admin .card-deck .card
    {
        width: 35%;
    }
    body.admin_index main#content:before, body.admin_operation main#content:before {
        top: 120px;
    }
    body.signin main#content {
        margin: 50px 0px 200px 0px;
    }
    .signupBar ul li .text {
        font-size: 18px;
    }
    .footer_social_wrap:before, .footer_social_wrap:after
    {
        width: 33.5%;
    }
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper
    {
        order: 1;
        text-align: left;
    }
    .u-header--modern .navbar-expand-lg .u-header__hamburger
    {
        justify-content: end;
    }
    header .u-header__navbar-brand-default
    {
        width: 100%;
    }
    #navBar a.btn{
        background: unset;
        color: #000;
        border: unset;
        padding: 0;
        font-size: 22px;
        text-align: left;
    }
    header.u-scrolled #navBar .btn-primary, header.u-scrolled #navBar .btn-info, header.u-scrolled #navBar .btn-blue
    {
        padding: 0;
    }
    #navBar ul li{
        padding: 20px 20px;
    }
    #navBar ul li a{
        padding: 0px 0px;
    }
    #navBar.collapse.show
    {
        background: #fff;
    }
    video#myVideo
    {
        width: 90%;
        margin: auto;
        height: 450px;
    }
    .img-wrapper {
        width: 30.1%;
        margin: 10px;
    }
    .h-100vh {
        height: auto;
    }
    .space-5-top {
        padding-top: 10rem;
    }   
    .header_banner_text .btn-danger {
        width: 200px;
        padding: 18px 30px;
        font-size: 18px;
    }
    .loginForm button[type="submit"], .signupForm button[type="submit"]
    {
        font-size: 18px;
    }
    .font-size-60 {
        font-size: 24px;
    }
    .font-size-70 {
        font-size: 32px;
    }
    .font-size-80 {
        font-size: 40px;
    }
    .dzsparallaxer.height-is-based-on-content {
        height: 600px;
    }
    .video_section h4, .specialty_section h4, .gallery_section h4, .program_section .program_content h4
    {
        font-size: 34px;
    }
    .video_section h3, .specialty_section h3, .gallery_section h3, .program_section .program_content h3, .how_tunituni h2,.about_tunituni h2, .testimonial_section .testimonial_headings h3
    {
        font-size: 40px;
    }
    .video_section p, .program_section .program_content p,.about_tunituni p, .how_tunituni .icon_wrapper p
    {
        font-size: 20px;
        line-height: 135%;
    }
    .program_section .row{
        display: block;
    }
    .program_section .row .col-md-6, .program_section .row .col-md-3
    {
        max-width: 100%;
    }
    .program_section
    {
        background-position: inherit;
        height: auto;
        background-size: cover;
    }
    .program_box {
        margin: 0 !important;
        padding: 25px !important;
    }
    .specialty_section {
        height: auto;
        background-size: cover;
    }
    .testimonial_section
    {
        height: auto;
    }
    .testimonial_section .container
    {
        position: unset;
        max-width: 97%;
        height: auto;
        background-image: unset;
        background-color: #4db57d;
        padding-top: 0;
    }
    .testimonial_section
    {
        height: auto;
    }
    .testimonial_section .testimonial_headings {
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
    .testimonial_section .testimonials
    {
        padding: 0;
        border-left: unset;
        text-align: center;
        align-items: unset;
        margin-top: 50px;
    }
    .testimonial_section .row
    {
        height: auto;
    }
    .specialty_section .img_wrapper
    {
        display: inline-block;
        margin-bottom: 30px;
    }
    .img-wrapper {
        img {
            border-radius: 80px;
            height: 150px;
        }
    }
}

@media only screen and (max-width: 900px)
{
    .adminSidebar
    {
        width: 100%;
    }

    .admin_right_container
    {
        width: 100%;
        padding: 0 3%;
    }

    body.price .price_Hero h2
    {
        font-size: 35px;
    }

    body.price .price_Hero h3
    {
        font-size: 35px;
    }

    body.price .price_Hero p.storyTelling
    {
        font-size: 20px;
    }

    body.price .price_Hero p.giftFuture
    {
        font-size: 25px;
    }
}


@media only screen and (max-width: 800px) {
    body.admin h1 {
        font-size: 50px;
    }
}
.formobile{display:none;}
@media only screen and (max-width: 767px) {
    body.signup3 form.signupForm > .row, body.signup4 form.signupForm > .row
    {
        width: 100%;
    }

    body.price .price_Hero
    {
        padding: 40px 15px 265px 15px;
    }

    .about_tunituni
    {
        padding-bottom: 50px;
    }

    .signupBar.mobile{
        display: block;
    }
    .signupBar.desktop{
        display: none;
    }
    .signupBar.mobile ul li
    {
        float: unset;
        width: auto;
    }
    .signupBar.mobile ul li:after, .signupBar.mobile ul li:before
    {
        content: unset;
    }
    .signupBar.mobile ul li .number {
        font-size: 35px;
        height: 85px;
        width: 85px;
        margin-bottom: 10px;
    }
    .signupBar.mobile ul
    {
        margin: 20px 0px 40px 0px;
    }
    .signupForm .w-50 {
        width: 100% !important;
    }
    body.signin main#content:before, body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before
    {
        background-position: center right;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after
    {
        background-position: center left;
    }
    body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before,
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after
    {
        background-size: 35%;
    }
    body.signup1 main#content, body.signup2 main#content, body.signup3 main#content, body.signup4 main#content, body.signup5 main#content {
        margin: 50px 0px 0px 0px;
    }
    .signupForm {
        padding-bottom: 160px !important;
    }
    .signupForm:before {
        content: "";
        background-image: url(/././img/signup_before_img.png);
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 386px;
        height: 466px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 35%;
        transform: rotate(180deg);
    }
    .signupForm:after {
        content: "";
        background-image: url(/././img/signup_after_img.png);
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 368px;
        height: 501px;
        background-repeat: no-repeat;
        background-size: 35%;
        transform: rotate(180deg);
        background-position: center left;
    }
    .loginForm button[type="submit"], .signupForm .btn
    {
        font-size: 18px;
    }
    .signupBar ul li .text {
        font-size: 20px;
        line-height: 120%;
    }
    .form-signin {
        z-index: 99;
    }
    .signupForm {
        padding-top: 20px !important;
    }
    body.signup1 .signupForm,
    body.signup2 .signupForm,
    body.signup3 .signupForm,
    body.signup4 .signupForm,
    body.signup5 .signupForm {
        padding-top: 120px !important;
    }
    .loginForm .form-control, .signupForm .form-control {
        height: 55px;
    }
    .loginForm .form-control, .signupForm .form-control, .loginForm .form-control::placeholder, .signupForm .form-control::placeholder {
        font-size: 18px;
    }
    body.signin main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before{
        background-size: 60%;
        margin: unset;
        top: 60px;
    }
    footer.bg-dark:after {
        background-size: 65%;
        top: -225px;
    }
    .formobile{display:block;}
    .fordesktop{display:none;}
    a.btn.btn-sm.btn-primary,header.u-scrolled #navBar .btn-info {
        padding: 0 !important;
    }
    .program_box.program_box_top img{
        margin-top: 0px;
    }
    .header_banner_text {
        display: block;
    }
    .header_banner_text.space-5-top {
        padding-top: 10rem;
    }
    video#myVideo
    {
        width: 90%;
        height: 400px;
    }
    a.btn {
        padding: 20px 20px;
        font-size: 18px;
    }
    .header_banner_text .btn-danger {
        width: 200px;
        margin-bottom: 40px;
    }
    .header_banner_text img{
        width: 80%;
    }
    .h-100vh {
        height: auto;
    }
    .video_section h4, .specialty_section h4, .gallery_section h4, .program_section .program_content h4
    {
        font-size: 34px;
    }
    .video_section h3, .specialty_section h3, .gallery_section h3, .program_section .program_content h3, .how_tunituni h2,.about_tunituni h2, .testimonial_section .testimonial_headings h3
    {
        font-size: 40px;
    }
    .video_section p, .program_section .program_content p,.about_tunituni p, .how_tunituni .icon_wrapper p
    {
        font-size: 20px;
        line-height: 135%;
    }
    .program_section {
        background-position: initial;
        height: auto;
        background-size: cover;
    }
    .program_section .program_box2 {
        margin-right: 0;
    }
    .program_section .program_box3 {
        margin-top: 0;
        margin-left: 0;
    }
    .program_section .program_box4 {
        margin-top: 0;
        margin-left: 0;
    }
    .program_box
    {
        padding: 25px;
    }
    .how_tunituni .icon_wrapper p
    {
        width: 50%;
        margin: 20px auto 60px auto;
    }
    .specialty_section
    {
        height: auto;
        background-size: cover;
    }
    .testimonial_section .container
    {
        position: unset;
        max-width: 97%;
        height: auto;
        background-image: unset;
        background-color: #4db57d;
        padding-top: 0;
    }
    .specialty_section .img_wrapper
    {
        display: inline-block;
        padding: 25px;
    }
    .specialty_section .specialty_content
    {
        bottom: 90px;
    }
    .testimonial_section
    {
        height: auto;
    }
    .testimonial_section .testimonial_headings {
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
    .testimonial_section .testimonials
    {
        padding: 0;
        border-left: unset;
        text-align: center;
        align-items: unset;
        margin-top: 50px;
    }
    .testimonial_section .row
    {
        height: auto;
    }
    .img-wrapper
    {
        width: 44%;
    }
    footer:before
    {
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footer_social_wrap:after, .footer_social_wrap:before
    {
        width: 33%;
    }
    footer .footer_desc br{
        display: none;
    }
    .gallery_section .space-2-bottom
    {
        padding-bottom: 0px;
    }
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper
    {
        order: 1;
        text-align: left;
    }
    .u-header--modern .navbar-expand-lg .u-header__hamburger
    {
        justify-content: end;
    }
    header .u-header__navbar-brand-default
    {
        width: 100%;
    }
    .u-header
    {
        padding: 20px 0px;
    }
    #navBar a.btn {
        background: unset;
        color: #000;
        border: unset;
        padding: 0;
        font-size: 22px;
        text-align: left;
    }
    #navBar ul li{
        padding: 20px 20px;
    }
    #navBar ul li a{
        padding: 0px 0px;
    }
    #navBar.collapse.show
    {
        background: #fff;
        margin-top: 30px;
    }
    .font-size-80
    {
        font-size: 70px;
    }
    .font-size-70 {
        font-size: 60px;
    }
    .font-size-60 {
        font-size: 50px;
    }
    .program_section .program_content
    {
        padding-left: 0;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after {
        background-position: bottom 215px left;
    }
}
@media only screen and (max-width: 680px) {
    body.signin .form-signin {
        max-width: 450px;
    }
    body.admin main#content {
        padding: 250px 0px 300px 0px;
    }
    body.admin .card-deck .card {
        width: 45%;
    }
}
@media only screen and (max-width: 600px) {
    body.signin main#content:before{
        top: 15px;
    }
    body.signin .form-signin
    {
        padding-top: 150px !important;
    }
    body.admin h1 {
        font-size: 50px;
    }
    body.admin .card-deck .card
    {
        height: 200px;
    }
    body.admin main#content {
        padding: 250px 0px 300px 0px;
    }
}
@media only screen and (max-width: 580px)
{

    .price_Plans .price_Plan .priceLabel
    {
        font-size: 50px;
    }

    .price_Plans .price_Plan .perSemester,.price_Plans .price_Plan .priceVal
    {
        font-size: 16px;
    }

    .price_Plans .price_Plan .priceVal .actPrice,.price_Plans .price_Plan .priceVal .salePrice
    {
        font-size: 25px;
    }

    .price_Plans .price_Plan .sem_Heading
    {
        font-size: 20px;
        width: 200px;
        background-size: 100%;
        height: 80px;
        background-repeat: no-repeat;
    }

    .price_Plans .price_Plan
    {
        height: 385px;
        filter: drop-shadow(0px 3px 46px rgba(0,0,0,0.04));
        padding-top: 55px;
        max-width: 90%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .price_Plans .price_Plan .priceVal
    {
        margin: 20px 0;
    }

    .price_Plans .price_Plan .priceVal .actPrice:after,.price_Plans .price_Plan .priceVal .actPrice:before
    {
        width: 100%;
    }

    .price_Plans .price_Plan a.btn.btn-sm.btn-primary
    {
        padding: 15px 15px !important;
        font-size: 14px !important;
    }

    .price_Plans
    {
        background-image: none;
    }

    .price_Plans_Container
    {
        padding: 0 0 250px 0;
        min-height: inherit;
    }


    body.price footer.bg-dark:after
    {
        display: none;
    }

    .how_tunituni .icon_wrapper p {
        width: 80%;
    }
    .specialty_section:before
    {
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: right top;
    }
    .video_section p br, .program_section .program_content p br
    {
        display: none;
    }
    .font-size-80
    {
        font-size: 60px;
    }
    .font-size-70 {
        font-size: 50px;
    }
    .font-size-60 {
        font-size: 40px;
    }
    .pr
}
@media only screen and (max-width: 530px) {
    body.admin h1 {
        font-size: 40px;
    }
    body.admin h1:after
    {
        background-size: 60%;
        background-repeat: no-repeat;
    }
    body.admin h1:before
    {
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: right top;
    }
    body.admin .card-deck .card h3 {
        font-size: 20px;
    }
    body.admin h2
    {
        font-size: 32px !important;
    }
    .form-signin
    {
        margin-top: 120px;
    }
    body.signin .form-signin {
        padding-top: 0px !important;
    }
    body.signin main#content:before, body.admin_index main#content:before, body.admin_operation main#content:before{
        background-size: 50%;
    }
    body.signup1 .form-signin,
    body.signup2 .form-signin,
    body.signup3 .form-signin,
    body.signup4 .form-signin,
    body.signup5 .form-signin
    {
        margin-top: 0;
    }
    .locationBox h3
    {
        font-size: 18px;
        font-weight: bold;
    }
    footer.bg-dark:after {
        top: -215px;
    }
    .loginForm .loginHeading h1, .signupForm .loginHeading h1 {
        font-size: 36px;
    }
    .font-size-60 {
        font-size: 30px;
    }
    .font-size-70 {
        font-size: 35px;
    }
    .font-size-80 {
        font-size: 40px;
    }
    .footer_social_wrap:after, .footer_social_wrap:before
    {
        content: unset;
    }
    .footer_menu li {
        padding: 0px 10px 10px;
    }
    footer .u-header__navbar-brand-default
    {
        width: 65%;
    }
    .img-wrapper {
        /*width: 100%;
        margin: 20px 0px;*/
    }
    .how_tunituni .icon_wrapper p {
        width: 100%;
    }
    .dzsparallaxer.height-is-based-on-content {
        height: 800px;
    }
    .program_box img, .program_box1 img, .specialty_section .img_wrapper img{
        width: 100%;
    }
    .program_box span.badge {
       font-size: 15px;
        padding: 13px 13px;
        top: 5px !important;
        bottom: unset !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 45%;
    }
    .program_box1 {
        margin-left: 0;
        margin-bottom: 0px;
    }
    .specialty_section .specialty_content {
        top: 30% !important;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: unset !important;
    }
    .specialty_section .specialty_content p{
        padding: 0px 30px;
    }
    .specialty_section .specialty_content h5
    {
        font-size: 15px;
        width: 65%;
    }
    .specialty_section .specialty_content h5 br{
        display: none;
    }
    .signupForm .w-50 {
        width: 100% !important;
    }
    .signupBar ul li .text
    {
        font-size: 16px;
    }
    .signupBar ul li .number {
        font-size: 24px;
        height: 48px;
        width: 48px;
    }
    .signupBar ul li:after, .signupBar ul li:before {
        top: 20px;
    }
    .signupBar ul
    {
        margin: 40px 0px;
    }
    .signupForm {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    body.signup1 .signupForm,
    body.signup2 .signupForm,
    body.signup3 .signupForm ,
    body.signup4 .signupForm ,
    body.signup5 .signupForm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before, body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after,
    .signupForm:after,
    .signupForm:before {
        background-size: 23%;
    }
    body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after {
        background-position: bottom 265px left;
    }
    body.signup1 main#content:before, body.signup2 main#content:before, body.signup3 main#content:before, body.signup4 main#content:before, body.signup5 main#content:before, body.signup1 main#content:after, body.signup2 main#content:after, body.signup3 main#content:after, body.signup4 main#content:after, body.signup5 main#content:after, .signupForm:after, .signupForm:before {
        background-size: contain;
        width: 65px;
    }
}
@media only screen and (max-width: 480px) {
    body.signup1 .signup_overlay .signup_msg_box, .signup_overlay .signup_msg_box {
        width: 450px;
        height: 150px;
        margin: 20px !important;
    }
    body.admin .card-deck .card {
        width: 90%;
    }
}
@media only screen and (max-width: 420px) {
    footer.bg-dark:after
    {
        left: 0;
    }
    .loginForm .loginHeading h1, .signupForm .loginHeading h1 {
        font-size: 32px;
    }
    body.signin .form-signin {
        padding-top: 100px !important;
    }
    footer.bg-dark:after {
        top: -205px;
    }
    body.admin h1 {
        font-size: 35px;
    }
    body.admin h2 {
        font-size: 28px !important;
    }
}
@media only screen and (max-width: 340px) {
.font-size-80 {
        font-size: 30px;
    }
    .loginForm .loginHeading p, .signin_bottom_text, .signupForm .loginHeading p, .signup_bottom_text
    {
        font-size: 17px;
    }
    .loginForm .form-control, .signupForm .form-control {
        height: 50px;
    }
    .loginForm .form-control, .loginForm .form-control::placeholder, .signupForm .form-control, .signupForm .form-control::placeholder
    {
        font-size: 16px;
    }
    .signupBar ul li .text {
        font-size: 14px;
    }
    body.admin h1:after
    {
        right: -50px;
        top: -15px;
    }
}