/**********************************************
Mixin
***********************************************/
/* Font Family Start */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
/* Font Family End */

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

body.overflow-body {
	overflow: hidden;
}

html,
body {
	height: 100%;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	text-decoration: none !important;
	color: #2a3d90;
}

a:hover {
	color: #7f8080;
}

.btn-common {
	font-weight: 700;
	font-size: 14px;
    line-height: 14px;
	text-align: center;
	color: #EC3237;
	padding: 16px 32px;
	background: #FFFFFF;
	box-shadow: 0px 3.00178px 3.00178px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	border: 2px solid transparent;
	display: inline-block;
}

.btn-common:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn-red {
	background: #EC3237;
	box-shadow: 0px 3.00178px 3.00178px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	color: #fff;
	background: #EC3237;
    box-shadow: 0px 3.00178px 3.00178px rgb(0 0 0 / 25%);
    border-radius: 4px;
    color: #fff;
	padding: 11px 20px;
    border-radius: 0;
}

.btn-red:hover {
	color: #EC3237;
	background: #FFFFFF;
	box-shadow: 0px 3.00178px 3.00178px rgba(0, 0, 0, 0.25);
	border-color: #EC3237;
}

.btn-white {
	background: #FFFFFF;
	box-shadow: 0px 3.97255px 3.97255px rgba(0, 0, 0, 0.25);
	font-weight: 400;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 25px;
	color: #000000;
}

.btn-large {
	display: block;
	width: 100%;
	padding: 12px;
	border-radius: 0;
}

p {
	font-size: 16px;
	line-height: 22px;

	font-size: 14px;
    line-height: 20px;
}

.content {
	padding: 42px 0 0;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.h-top {
	padding: 5px 0;
	background: #E13A46;
}

.h-top .container {
	max-width: 706px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h-top p {
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #FFFFFF;
}

.h-top p a {
	color: #fff;
}

.h-top .btn-common {
	width: 205px;
	margin-left: 45px;
	padding: 10px 14px;
}

.h-menu {
	padding: 15px 0 0;
}


.navbar-nav .nav-item {
	position: relative;
	padding: 0 25px;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}


.navbar-nav .nav-item:last-child:after {
	display: none;
}

.navbar-nav .nav-item .nav-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0;
	position: relative;
}

.navbar-nav .nav-item .nav-link:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 3px;
	opacity: 1;
	content: "";
	width: 0;
	transition: width 0.2s;
	background: #E13A46;
	border-radius: 1px;
}


.navbar-nav {
	align-items: center;
	padding: 15px 0 0;
}

.navbar-nav .nav-item .nav-link.active-menu:after,
.navbar-nav .nav-item.active>.nav-link:after,
.navbar-nav .nav-item.current-menu-item>.nav-link:after,
.navbar-nav .nav-item>.nav-link.active:after,
.navbar-nav .nav-item>.nav-link.current-menu-item:after,
.navbar-nav .nav-item>.nav-link:hover:after {
	width: 100%;
}

.navbar-nav .nav-item .nav-link.active-menu,
.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item.current-menu-item>.nav-link,
.navbar-nav .nav-item>.nav-link.active,
.navbar-nav .nav-item>.nav-link.current-menu-item,
.navbar-nav .nav-item>.nav-link:hover {
	color: #E13A46;
}

.navbar {
	padding: 0;
	align-items: flex-start;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	width: 80px;
}

.header-white .h-menu {
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15.1115px);
	padding: 15px 0;
}

.header-black .h-menu {
	background: rgba(0, 0, 0, 0.25);
	/* backdrop-filter: blur(12px); */
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.35);
	/* backdrop-filter: blur(15px); */
}


.header-white .navbar-brand img {
	width: 75px;
}

.header-white .navbar-nav .nav-item .nav-link {
	color: #E13F46;
}

.header-second .h-menu {
	box-shadow: 0px 3.01727px 6.03455px rgba(0, 0, 0, 0.25);
}

.main-banner {
	background-size: cover !important;
	background-position: center center !important;
	padding: 100px 0 30px;
}

.main-banner .main-content {
	max-width: 400px;
	max-width: 500px;
}

.banner-title {
	font-family: 'ConstantiaFont';
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	line-height: 55px;
	color: #FFFFFF;
}
.main-image .btn-common {
	display:none;
}
.banner-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.banner-title span {
	color: #FAD961;
}

.section-title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.04em;
	position: relative;
	color: #000000;
	margin: 0;
	padding: 5px 0 30px;
	font-size: 22px;
    line-height: 28px;
}

.section-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 2px;
	content: "";
	background: #000;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	font-weight: inherit;
}

.section-title span {
	color: #FAD961;
}


.title-center {
	display: table;
	margin: 0 auto;
}

.main-content span {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #FFFFFF;
	/* background: #FF7373; */
	/* padding: 7px; */
}

.main-content p {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 25px;
	color: #FFFFFF;
}

.main-content .banner-title {
	padding: 30px 0 21px;
}

.counter-sec .text-block {
	padding: 50px 0 0;
	max-width: 800px;
	margin: 0 auto;
}

.counter-inner {
	background: #FFFFFF;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.15);
	padding: 50px;
}

.counter-inner p {
	font-weight: 400;
	text-align: center;
	margin: 0 0 25px;
	color: #000000;
}

.counter-block {
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.counter-block span {
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	margin: 0 0 18px;
	margin: 0;
}

.counter-block img {
	margin: 0 0 15px;
}

.counter-block p {
	display: flex;
	margin: 0;
	justify-content: center;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.counter-block h6 {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin: 0;
}

.travel-sec {
	padding: 60px 0 0;
}

.travel-block {
	margin: 0 0 30px;
}

.travel-block a img {
	width: 100%;
}

.travel-list .row {
	justify-content: center;
}

.free-ebook {
	padding: 60px 0;
}

.free-ebook .container {
	max-width: 1000px;
}

.free-ebook .row {
	align-items: center;
}

.ebook-right {
	text-align: center;
}

.ebook-right img {
	margin: 0 0 14px;
}

.ebook-right h2 {
	font-family: 'ConstantiaFont';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 40px;
}

.review-sec {
	background: radial-gradient(47.57% 292.06% at 52.43% 67.42%, #EFDFED 0%, #F0BDA0 100%);
	padding: 30px 0;
}

.review-slider {
	margin: 0 auto;
	text-align: center;
	padding: 0 50px;
}
.v-slider {
	margin: 0 auto;
	text-align: center;
}

.review-title {
	position: relative;
	text-align: center;
	padding: 0 0 60px;
}

.review-item .r-detail {
	padding: 54px;
	padding-right: 84px;
}

.review-box {
	display: flex;
	background: #F4F4F4;
	border-radius: 20px;
	overflow: hidden;
	text-align: left;
}

.rating {
	display: flex;
	align-items: center;
}

.rating img {
	padding: 0 5px;
}

.review-box .top-detail {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: left;
}

.review-item .r-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.review-item .r-img {
	width: 200px;
	/* height: 100%; */
	flex: none;
}

.review-title h2:before {
	left: 0;
}

.review-title h2:after,
.review-title h2:before {
	position: absolute;
	top: 50%;
	content: "";
	height: 2px;
	width: 62px;
	background: #000;
	transform: translate(0, -50%);
	right: 0;
}

.review-title h2 {
	font-family: 'ConstantiaFont';
	font-style: normal;
	font-weight: 400;
	font-size: 37.5222px;
	line-height: 46px;
	color: #000000;
	margin: 0;
	display: inline-block;
	padding: 0 77px 0;
	position: relative;
}

.review-item span {
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 6px;
	color: #000000;
	display: block;
}

.review-item span:last-child {
	color: #B3B3B3;
	font-weight: normal;
}

.review-item p {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	margin: 25px 0 0;

	margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
}


.faq-sec {
	padding: 30px 0;
	background: #F8F8F8;
}

.faq-sec .accordion {
	position: relative;
	z-index: 999;
}

.faq-sec .accordion .accordion-button {
	background: transparent;
	text-decoration: none;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	padding: 10px 20px;
	box-shadow: none !important;
	font-weight: 400;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	padding-right: 15px;
}

.faq-sec .accordion .accordion-item {
	border-radius: 9.00534px !important;
	-webkit-border-radius: 9.00534px !important;
	-moz-border-radius: 9.00534px !important;
	-ms-border-radius: 9.00534px !important;
	-o-border-radius: 9.00534px !important;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 0.750445px solid #EDEDED;
	border-radius: 9.00534px;
}

.faq-sec .accordion .accordion-item .accordion-body {
	padding: 0 23px 20px;
}

.faq-sec .accordion .accordion-item .accordion-body p {
	color: #7E7E7E;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.faq-sec .accordion .accordion-button::after {
	background: transparent;
	height: auto;
	width: auto;
	background: url("data:image/svg+xml,%3Csvg width='28' height='17' viewBox='0 0 28 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69482 1.75098L14.443 14.4991L26.6117 2.33042' stroke='%238D8D8D' stroke-width='2.25133'/%3E%3C/svg%3E%0A");
	width: 18.92px;
	height: 10.75px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	margin-left: 15px;
	background-size: contain;
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {}


.faq-sec .accordion .accordion-button:not(.collapsed) {
	background: transparent;
	/* color:#020202; */
}


/* faq-sec end */


.learn-sec .text-block h3 {
	font-family: 'ConstantiaFont';
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	margin: 0 0 20px;
}


.learn-sec p {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	margin: 0;
}

.learn-sec {
	background-size: cover !important;
	background-position: center center !important;
	padding: 50px 0;
}


.newsletter {
	padding: 40px 0;
}

.newsletter .second-title {
	font-size: 20px;
    line-height: 24px;
}

.newsletter h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	font-size: 18px;
    line-height: 18px;
	color: #000000;
	margin: 0 0 15px;
}

.newsletter .text-block {
	max-width: 750px;
	margin: 0 auto 60px;
	text-align: center;
}

.newsletter .text-block p {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #000000;
}

.newsletter .text-block p a {
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;

	color: #E03B46;

}

.newsletter .text-block p a:hover {
	color: #E13A46;
}

.form-control {
	height: 52px;
	background: #F2F2F2;
	border: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #AEAEAE;
	padding: 10px 25px;
}

.c-left .btn-white span {
	margin: 0 5px;
}

.f-block .follow-us ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

.f-block .follow-us ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	padding-right: 10px;
}

.f-block .follow-us ul li a {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #F0BDA0;
	box-shadow: 0px 2.07654px 2.07654px rgba(0, 0, 0, 0.25);
	display: block;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.f-block .follow-us ul li a:hover {
	background: #e87871;
}

.f-block .follow-us ul li a img {
	max-height: 30px;
	max-height: 20px;
}


.inner-banner {
	padding: 220px 0 170px;
	padding: 200px 0 120px;
	padding: 160px 0 80px;
	text-align: center;
	background-size: cover !important;
	background-position: center center !important;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	position: relative;
	overflow: hidden;
}

.inner-banner:hover .banner-img img {
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	
}

.inner-banner .banner-img img {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.inner-banner .banner-img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
.inner-banner .banner-img img {
	height: 100%;
	width: 100%;
	object-fit:cover;
	object-position:center center;
}

.inner-banner .banner-title {
	color: #E13A46;
	text-transform: uppercase;
	padding: 0 0 10px;
}

.inner-banner h6 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 900;
	/* font-size: 40px;
	line-height: 48px; */
}


.inner-banner .main-content p {
	color: #000000;
	max-width: 60%;
	margin: 0 auto;
}
.book-banner .main-content p {
	max-width: 70%;
}

.black-banner {
	position: relative;
	z-index: 99;
	text-align: center;
}

.black-banner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
	z-index: -1;
	background: rgba(0, 0, 0, 0.3);
}

.p-60 {
	padding: 30px 0;
}

.black-banner .banner-title {
	color: #fff;
}

.black-banner .banner-title {
	font-family: 'Constantia';
	font-size: 110px;
	line-height: 134px;
	font-size: 60px;
	line-height: 70px;
	padding: 0 0 18px;
}



.lan-block {
	text-align: center;
}

.lan-block h3 {
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #DB3541;
}
.lan-block a img {
	max-width: 132px;
	margin: 0 auto;
}

.skype-box a {
	background: #8DE0FF;
	border-radius: 22.6672px;
	padding: 36px 100px;
	display: flex;
	align-items: center;
	margin: 0;
}

.skype-box a .logo {
	max-width: 106px;
	flex: 0 0 106px;
	margin-right: 50px;
}

.skype-box a .detail p {
	font-weight: 400;
	font-weight: 400;
	color: #262626;
	margin: 0;
}

.skype-box a .detail p span {
	font-weight: 700;
}

.online-list {
	padding: 40px 0 0;
}

.online-list ul {
	/* padding: 0; */
	margin: 0;
	display: block;
}

.online-list ul li {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #3E3E3E;
	padding: 0 0 7px;
}

.online-list ul li a {
	text-decoration: underline !important;
	color: #3E3E3E;
}

.choose-lesson {
	background: #E13A46;
	border-radius: 60.4459px;
	filter: drop-shadow(0px 3.0223px 3.0223px rgba(0, 0, 0, 0.25));
	padding: 50px 75px 50px;
}

.book-page .choose-lesson .section-title {
	padding: 0 15px 15px;
	margin-bottom: 60px;
}
.book-page .choose-lesson .section-title::before {
	top: auto;
	bottom: 5px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	right: 0;
	border-bottom: 2.54927px dashed #fff;
	background: transparent;
	display: block;
}

.choose-lesson .section-title {
	color: #fff;
}

.choose-lesson .row {
	margin: 0 -40px;
}

.choose-lesson [class*=col-] {
	padding: 0 40px 20px;
}

.choose-block h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 12px 0;
}

.choose-block p {
	font-weight: 400;
	font-size: 14.3529px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
}

.choose-language form .form-control {
	border-radius: 0;
	height: 75px;
	box-shadow: none !important;
	background: #F5F5F5 !important;
}

.choose-language form {
    max-width: 1050px;
    border-radius: 0;
    display: flex;
}

.choose-language form [class*=col] {
	flex: unset;
}

.choose-language form [class*=col]:first-child {
	flex: 1;
}

.choose-language form .btn {
	/* border-radius: 20px; */
	border-radius: 4px;
	margin-left: 35px;
	height: 100%;
}

.choose-language ul {
	display: flex;
	padding: 25px 0 0;
	margin: 0;
	list-style-type: none;
	flex-wrap: wrap;
}

.choose-language ul li {
	display: block;
	padding: 0 33px;
	margin: 0;
	list-style-type: none;
}

.choose-language ul li:first-child {
	padding-left: 0;
}

.choose-language ul li a {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 18px;
    line-height: 20px;
}


.video-block {
	position: relative;
	height: 100%;
}
.video-block > img {
	height: 100%;
}

.video-block .play-btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}

.freebie-main .container {
	max-width: 900px;
}

.freebie-main {
	background: linear-gradient(99.2deg, #E13A46 -3.68%, rgba(225, 58, 70, 0) 98.62%);
	padding: 50px 0 20px;
}

.freebie-inner .row {
	margin: 0 -93px;
	margin-top: -100px;
}

.freebie-inner [class*=col-] {
	padding: 0 93px 40px;
}

.freebie-block {

}

.freebie-block .f-detail {
	background: #FFFFFF;
	padding: 20px 15px;
	position: relative;
	margin: 0 auto;
	margin-top: -50px;
}

.freebie-block .f-detail p {
	font-weight: 400;
	color: #000000;
	margin: 0 0 10px;
}

.freebie-block .free-label {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.045em;
	color: #FFFFFF;
	padding: 10px 20px;
	background: #58B74B;
	border: 1.64535px solid #FFFFFF;
	border-radius: 8.22674px;
	position: absolute;
	top: 50%;
	right: 0;
	text-transform: uppercase;
	z-index: 99;
}

.freebie-block .f-img {
	text-align: center;
	position: relative;
}

.freebie-block .f-img img {
	box-shadow: -29.6163px 28.7936px 37.0203px rgba(0, 0, 0, 0.1);
}

.freebie-block .f-detail a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration-line: underline !important;
	color: #E13F46;
	display: block;
	text-align: center;
}

.freebie-block .f-detail a svg {
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.freebie-block .f-detail a:hover svg circle {
	fill: #E13F46;
}
.freebie-block .f-detail a:hover svg path {
	fill: #fff;
}

.watch-video .video-block .play-btn {
	border-radius: 50%;
	/* background: #E13A46; */
	height: 60px;
	width: 60px;
	margin: auto;
	overflow: hidden;
}

.watch-video .video-block {
	padding: 40px 0;
	padding: 30px 0;
}

.watch-video .video-block .play-btn svg {
	background: red;
	height: auto;
	width: auto;
	padding: 15px;
}

.watch-video .watch-detail {
	background: #E13A46;
	height: 100%;
	padding: 100px 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: -460px;
	text-align: left;
	padding-right: 520px;
}

.watch-video .watch-detail h3 {
	font-weight: 400;
	font-size: 22px;
    line-height: 32px;
	color: #FFFFFF;
	margin: 0;
}

.watch-video .watch-detail:before {
	position: absolute;
	width: 6000px;
	right: 0;
	background: #E13A46;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}

.watch-video .watch-detail h3 span {
	font-weight: 700;
}

.watch-video .watch-detail p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0;
}

.watch-banner {
	padding-bottom: 70px;
}

.slick-slider .slick-arrow svg {
	width: 25px;
	height: auto;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 99;
}

.slick-slider .slick-prev {
	left: 0;
}

.slick-slider .slick-next {
	right: 0;
}

.video-slider-sec {
	padding: 60px 0 0;
}

.video-item {
	padding: 0 50px;
}

.video-item img {
	box-shadow: 0px 3.04243px 14.4515px rgb(0 0 0 / 15%);
}

.video-slider .slick-list {
	margin: 0 -50px;
}

.video-slider .slick-list:before {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 340px;
	content: "";
	z-index: 9;
}

.video-slider .slick-list:after {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	transform: matrix(0, -1, -1, 0, 0, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 340px;
	content: "";
	z-index: 9;
}

.reserve-sec {
	background: linear-gradient(264.08deg, #F0BDA0 4.24%, #F7F1EB 14.62%, #EFDFED 36.17%, #E13A46 81.55%);
}

.reserve-left {
	max-width: 400px;
	/* margin-left: 120px; */
}

.reserve-left p {
	font-family: 'ConstantiaFont';
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	/* font-size: 25px;
	line-height: 31px; */
}

.reserve-box {
	background: #FFFFFF;
	box-shadow: 12.0056px 11.2553px 16.5078px -12.0056px rgba(0, 0, 0, 0.1);
	border-radius: 15.0071px;
	padding: 25px 20px;
	padding: 20px;
}

.reserve-box .price p {
	font-weight: 400;
	/* font-size: 18px;
	line-height: 27px; */
	color: #000000;
	margin: 0 0 8px;
	font-size: 14px;
    line-height: 20px;
	margin: 0;
}

.reserve-box .price p span {
	font-weight: 600;
}

.reserve-box .batch {
	padding-top: 10px;
}

.reserve-box .batch h6 {
	font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin: 0 0 10px;
}

.reserve-box .btn-red {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
	display: table;
    margin: 0 auto;
	font-size: 14px;
    line-height: 14px;
}

.reserve-box .form-check {
	margin-bottom: 5px;
	min-height: auto;
}

.form-check-label {
	font-size: 14px;
    line-height: 14px;
}

.form-check-label span {
	margin-right: 20px;
	font-weight: 600;
}


.form-check-input[type=radio] {
	background-color: #fff;
	border-color: #E13A46;
	padding: 1px;
	background-size: 14px 14px;
	background-position: center center;
	height: 18px;
	width: 18px;
	background: #fff;
	border-color: #E13A46;
	box-shadow: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.93666' cy='7.68544' r='6.81434' fill='%23E13A46'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-color: #fff;
	border-color: #E13A46;
	background-size: 14px 14px;
	background-position: center center;
}

.pink-bg {
	background: #EFDFED;
}

.learn-about .text-block {
	box-shadow: 0px 3.00141px 13.5063px rgba(0, 0, 0, 0.1);
	border-radius: 6.00282px;
	padding: 20px;
	margin-bottom: 60px;
}

.list-block h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 15px;
}

.list-block ul {
	padding-left: 25px;
}

.list-block ul li {
	font-weight: 400;
	font-size: 14px;
    line-height: 18px;
	color: #000000;
	margin: 0;
}

.list-none ul {
	padding: 0;
	list-style-type: none;
}



.included-sec .student-img {
	text-align: center;
	display: table;
	margin: 0 auto;
	max-width: 280px;
	max-width: 220px;
}

.review-video .v-slider {
	max-width: 950px;
	max-width: 750px;
}

.review-item [class*=col-] {
	display: flex;
	flex-direction: column;
}
.review-item .img-block img {
	height: 100%;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.review-item .img-block:hover img {
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.review-item .img-block {
	margin-bottom: 15px;
	height: 100%;
	overflow: hidden;
}
.review-item .img-block:last-child {
	margin: 0;
}

.review-item .review-text span {
	margin: 0;
	max-width: 120px;
	flex: 0 0 120px;
}

.review-item .review-text {
	display: flex;
	align-items: center;
}

.level-info {
	background: #F4F4F4;
	margin: 30px;
}

.level-info .section-title {
	padding-bottom: 140px;
}

.level-list ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: space-between;
	margin: 0;
}

.level-list ul li {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.level-list ul li:first-child .step span {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


.step span {
	font-weight: 700;
	font-size: 24.694px;
	line-height: 30px;
	color: #000000;
}

.level-list ul li:first-child {
	margin-top: -170px;
}

.level-list ul li:nth-child(2) {
	margin-top: 100px;
}

.level-list ul li:nth-child(3) {
	margin-top: 150px;
}

.level-list ul li:nth-child(4) {
	margin-top: 200px;
}

.level-list ul li:nth-child(5) {
	margin-top: 250px;
}

.level-list ul li:nth-child(6) {
	margin-top: 300px;
}

.level-list ul li .info-box {
	width: 230px;
	background: rgb(255, 255, 255,0.8);
	border: 1.50522px solid #E1E1E1;
	box-shadow: 10.5366px 9.03134px 33.1149px 7.52612px rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: absolute;
	border-radius: 15.0522px;

	bottom: 100%;
	top: auto;
	display: none;
	left: 0;
}

.level-list ul li:first-child .info-box {
	bottom: auto;
	top: 0;
}

.level-list ul li:hover .info-box {
	display: block;
}


.level-list ul li .info-box p {
	margin: 0;
}

.level-list ul li .info-box h6 {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 22.5784px;
	line-height: 27px;
	color: #292929;
}

.upcoming-class {
	background: linear-gradient(180.7deg, #F0BDA0 0.47%, #EFDFED 57.47%, #E13A46 112.6%);
}

.level-form {
	background: #FFFFFF;
	border: 0.752612px solid #E3E3E3;
	padding: 30px 0 0;
}

.level-block {
	padding: 0 0 30px;
}

.level-link a {
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #FF4F4F;
}

.level-form .form-group+.form-group {
	margin-top: 15px;
}

.level-form label {
	margin-left: 20px;
}

.level-form .form-control {
	background: transparent;
	border: none;
	border-bottom: 0.752612px solid #E3E3E3;
	box-shadow: none !important;
	border-radius: 0;
}


.course-detail {
	background: linear-gradient(99.65deg, #E13A46 17.85%, #F4545F 90.33%);
	padding: 50px 70px;
	position: relative;
}

.course-detail .round-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -25px;
}

.course-detail h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.apply-now {
	text-align: center;
}

.personal-course .row {
	background: #F9F9F9;
	box-shadow: 0px 3.01045px 12.7944px rgba(0, 0, 0, 0.1);
}

.course-detail p {
	color: #fff;
}

.footer {
	padding: 40px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.f-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

.f-block ul li {
	padding: 0 0 15px;
	margin: 0;
	list-style-type: none;
	display: block;
}

.footer {
	position: relative;
}

.footer [class*=col-]:nth-child(2) {
	padding-right: 60px;
}

.footer [class*=col-]:nth-child(2) .f-block {
	border-right: 1px solid #000000;
}

.f-block ul li a {
	font-weight: 600;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin: 0;
	text-transform: capitalize;
	display: block;
}

.f-block ul li a:hover {
	color: #E13A46;
}


.f-block .add-block span,
.f-block .add-block a {
	font-weight: 600;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	text-transform: capitalize;
	display: block;
}

.f-block .add-block a:hover {
	color: #E13A46;
}

.f-block .add-block {
	padding: 0 0 20px;
}

.f-block .add-block span {
	font-weight: 400;
}

.scroll-top a .icon i {
	margin-top: -5px;
}

.scroll-top a {
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: center;
}

.scroll-top a .icon {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #E13A46;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.scroll-top a span {
	font-size: 14px;
	line-height: 14px;
	color: #AEAEAE;
	display: block;
}

.f-bottom {
	background: #1C1C1C;
	margin-top: 20px;
	padding: 15px 0;
}

.f-bottom .f-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f-bottom p,
.f-bottom a {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.f-bottom a:hover {
	color: #E13A46;
}

.f-title {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin: 0 0 15px;
}

.img-hover {
	cursor: pointer;
}

.img-hover img {
	transition: transform var(--duration-long) ease;
}

.img-hover:hover img {
	transform: scale(1.03);
}


:root {
	--duration-short: .1s;
	--duration-default: .2s;
	--duration-long: .5s;
}

.travel-block {
	position: relative;
	cursor: pointer;
}

.travel-block .t-img img {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.travel-block:hover .t-img img {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.travel-block .t-img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	z-index: 9;
}

.travel-block .t-img:after {
	background: radial-gradient(60.56% 60.56% at 50% 35.38%, rgba(0, 0, 0, 0.3) 11.36%, rgba(0, 0, 0, 0.066) 100%);
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	/* z-index: -1; */
}

.travel-block .t-detail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 99;
}

.travel-block .t-detail h2 {
	font-weight: 700;
	font-size: 72.6025px;
	line-height: 72px;
	letter-spacing: 0.055em;
	color: #FFFFFF;
	text-shadow: 0px 2.13597px 10.6798px rgba(0, 0, 0, 0.25);
	margin: 0;
}


/* .travel-block .btn-red {
	padding: 10px 43px;
} */

.travel-block .t-detail span {
	margin: 0 0 30px;
	display: block;
}

.travel-block .t-detail p {
	text-transform: uppercase;
	margin: 0 0 20px;
}

.travel-block .t-detail span,
.travel-block .t-detail p {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2.94267px 26.484px rgba(0, 0, 0, 0.25);
}

.faq-right {
	max-width: 338px;
	margin: 0 auto;
}

.faq-right img {
	display: block;
	margin: 0 0 30px;
}

.faq-right p a {
	color: #029CDE;
}






/* .review-item {
	z-index: -1 !important;
}
.review-item.slick-cloned .review-box {
	opacity: .3;
	transform: translateX(79%) scale(0.8)
}
.review-item.slick-active+.slick-slide .review-box {
    transform: translateX(-80%) scale(0.8);
    z-index: -1;
}

.review-item.slick-active {
	z-index: 2 !important;
}

.review-item .review-box {
	z-index: -1 !important;
}

.review-item.slick-active .review-box {
	opacity: 1;
	transform: translateX(0) scale(1);
	z-index: 999;
} */



.review-item.slick-slide .review-box {
	transition: transform .5s ease;
	position: relative;
	opacity: 0;
}

.review-item.slick-slide .review-box {
	transform: scale(0.7) translate(105%);
	opacity: 0.3;
}

.review-item.slick-slide.slick-center+.slick-slide .review-box {
	transform: scale(0.7) translate(-105%);
	z-index: 10;
}


.review-item.slick-slide.slick-center .review-box {
	/* margin: 0 -10%; */
	transform: scale(1);
	z-index: 30;
	opacity: 1;
}


.review-item.slick-active .review-box {
	-webkit-animation: Carousel3D_fromright__1q7rV 1s;
	animation: Carousel3D_fromright__1q7rV 1s
}


@-webkit-keyframes Carousel3D_fromright__1q7rV {
	0% {
		transform: translateX(50%) scale(.8);
		
	}

	50% {
		transform: translateX(0) scale(1.1);
		
	}

	to {
		transform: translateX(0) scale(1);
		
	}
}

@keyframes Carousel3D_fromright__1q7rV {
	0% {
		transform: translateX(50%) scale(.8)
	}

	50% {
		transform: translateX(0) scale(1.1)
	}

	to {
		transform: translateX(0) scale(1)
	}
}

.review-item .active.from-left .review-box {
	-webkit-animation: Carousel3D_fromleft__1JFOp 1s;
	animation: Carousel3D_fromleft__1JFOp 1s
}

@-webkit-keyframes Carousel3D_fromleft__1JFOp {
	0% {
		transform: translateX(-50%) scale(.8);
	}

	50% {
		transform: translateX(0) scale(1.2)
	}

	to {
		transform: translateX(0) scale(1)
	}
}

@keyframes Carousel3D_fromleft__1JFOp {
	0% {
		transform: translateX(-50%) scale(.8)
	}

	50% {
		transform: translateX(0) scale(1.2)
	}

	to {
		transform: translateX(0) scale(1)
	}
}



.break-down .section-title {
	text-transform: uppercase;
}
.break-down .section-title::before {
	display: none;
}
.break-down ul {
	max-width: 975px;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

.break-down ul li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
    line-height: 22px;
	color: #000000;
	display: flex;
}
.break-down ul li span {
	/* font-weight: 600; */
	width: 80px;
    flex: 0 0 auto;
}

.perfect-block {
	text-align: center;
}
.perfect-block p {
	color: #383838;
	margin: 15px auto 0;
	font-size: 14px;
    line-height: 20px;
}

.ebook-sec {
	text-align: center;
	background: #EEEEEE;
	padding: 10px 0 39px;
	margin-top: 80px;
}

.ebook-sec p {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	font-size: 16px;
    line-height: 24px;
	color: #000000;
	margin: 0 0 15px;

}

.ebook-sec .book-icon {
	margin-top: -70px;
}

.why-choose .row {
	margin: 0 -30px;
}
.why-choose [class*=col-] {
	padding: 0 30px;
}
.why-choose-block {
	display: flex;
	padding: 0 0 35px;

	padding: 0 0 15px;
}

.why-choose-block .icon {
	/* max-width: 69px; */
    flex: 0 0 auto;
    margin-right: 15px;
}
.why-choose-block h6 {
	font-weight: 700;
	font-size: 20px;
    line-height: 24px;
	font-size: 14px;
    line-height: 18px;
	color: #383838;
	
}
.why-choose-block p {
	color: #383838;
	font-size: 14px;
    line-height: 20px;
}

.spot-left ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
}
.spot-left ul li {
	display: block;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.spot-left h6 {
	font-weight: 700;
	font-size: 14px;
    line-height: 18px;
	color: #383838;
	margin: 0 0 8px;
}

.spot-left {
    max-width: 430px;
}

.spot-left span {
	font-weight: 400;
	font-size: 14px;
    line-height: 14px;
	color: #000000;
	display: block;
}

.spot-left .participate	  {
	display: block;
	padding-top: 30px;
}
.spot-left .participate	 ul {
	display: block;
	padding-top: 0;
}
.spot-left .participate	 ul li {
	padding: 0 0 8px;
}
.spot-left .participate	 ul li a {
	text-decoration: none;
	display: flex;
	font-weight: 400;
	font-size: 14px;
    line-height: 12px;
	color: #383838;
	align-items: center;

}

.spot-left .participate	 ul li a .number {
	font-weight: 400;
	font-size: 14.4502px;
    line-height: 19px;
    width: 27.29px;
    height: 27.29px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;	
	border: 2.09573px solid #E13A46;
	color: #E13A46;
	border-radius: 50%;
	margin-right: 10px;
}
.spot-left .participate	 ul li a:hover .number {
	border: 2.09573px solid #E13A46;
	color: #fff;
	background: #E13A46;
	border-radius: 50%;
}

.spot-right {
	background: #ECECEC;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.spot-right .reserve-box{
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}
.spot-right .reserve-box .batch {
	padding-left: 0;
}
.spot-right .reserve-box .btn-common {
	border-radius: 0;
	display: table;
	margin: 15px auto 0;
}


.spot-right h6 {
	font-weight: 700;
	font-size: 14px;
    line-height: 20px;
	color: #383838;
	margin: 0 0 15px;
}

.spot-right .form-group {
	margin-bottom: 10px;
}
.spot-right .form-control {
	height: 37.84px;
    background: #FFFFFF;
    border: 0.809558px solid #EDEDED;
    font-size: 14.1912px;
    line-height: 17px;
    color: #A5A5A5;
    padding: 10px;
}



.learn-about .section-title::before {
	display: none;
}

.short-course .section-title {
	/* font-size: 30px;
	line-height: 36px; */
	font-weight: 700;
	padding-bottom: 20px;
}

.included-sec .text-block {
	max-width: 360px;
}

.short-course  .red-title {
	font-family: 'Constantia';
	font-style: normal;
	font-weight: 400;
	/* font-size: 50px;
	line-height: 61px; */
	color: #EC3237;
	padding: 0 0 20px;
}
.red-title:before {
	display: none;
}


.short-course .reserve-spot .section-title::before {
	display: none;
}
.short-course .reserve-spot .section-title {
	font-family: 'Constantia';
}


.book-page .second-title::before {
	display: none;
}

.book-page .second-title {
	font-family: 'Constantia';
	font-style: normal;
	font-weight: 400;
	/* font-size: 30px;
	line-height: 37px; */
	text-transform: uppercase;
	padding: 0 0 50px;
	/* color: #000000; */
}

.about-course .text-block {
	max-width: 400px;
}



.reserve-left p {
	font-size: 18px;
	line-height: 22px;
}
.text-block p {
	font-size: 16px;
}
.short-course .section-title {
	font-weight: 600;
}

.level-right {
	max-width: 240px;
	margin: 0 auto;
}



.level-block  .accordion-button {
	background: #FFFFFF;
	border: 1.15797px solid #E13A46;
	font-weight: 700;
	font-size: 16.2115px;
	line-height: 22px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #E13A46;
	padding: 13px;
}

.level-block .accordion-button::after {
	background: transparent;
	height: auto;
	width: auto;
	background: url("data:image/svg+xml,%3Csvg width='28' height='17' viewBox='0 0 28 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69482 1.75098L14.443 14.4991L26.6117 2.33042' stroke='%238D8D8D' stroke-width='2.25133'/%3E%3C/svg%3E%0A");
	background: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39941 1.25391L10.3867 8.2326L18.9655 1.57111' stroke='%23E13A46' stroke-width='2.31593'/%3E%3C/svg%3E%0A");
	width: 17.57px;
	height: 6.98px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	margin-left: 15px;
	background-size: contain;
}
.book-banner {
	position: relative;
	/*background: rgb(255 255 255 / 90%);*/
	overflow: hidden;
}
.book-banner .main-content p {
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
}
#BookVideo {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-group p {
    padding: 10px 20px 0;
    font-size: 14px;
}

.show-all-level {display: none;}

.search-form { padding: 50px 0; }

.downloadForm { }
.downloadForm .form-group {
	margin-bottom: 20px;
}
.downloadForm .form-group:last-child {
	margin-bottom:0;
}
.downloadForm .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 55px;
    padding: 10px 15px 10px 15px;
    outline: 0;
    border: none;
    border: 1px solid #F2F2F2;
    border-radius: 0px;
    background-color: #F2F2F2;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.downloadForm .form-group .form-control placeholder {
	color: #AEAEAE;
}
.downloadForm .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.downloadForm .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.downloadForm .form-group .submitBtn {
    display: inline-block;
    padding: 12px 20px ;
    outline: 0;
    border: 2px solid #EC3237;
    background-color: #EC3237;
    border-radius: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.downloadForm .form-group .submitBtn:hover {
    background: #fff;
	border: 2px solid #EC3237;
    color: #EC3237;
    text-decoration: none;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 7px;
}
.fancybox-button svg {
    color: #EC3237;
}
.downloadForm .wpcf7-spinner {
    margin: 14px 24px;
    position: absolute;
}
.downloadForm .wpcf7-form-control-wrap { display: block; }
.downloadForm .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0 0 0 0; box-sizing: border-box; color:#ff0000; text-align: center; }
.downloadForm span.wpcf7-not-valid-tip { position: absolute; top: 20px; right: 15px; font-size: 12px; white-space: nowrap; }
.downloadForm .wpcf7-not-valid { border-color: #f00 !important; }
.downloadForm .wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; color: #46b450; }


@media only screen and (max-width: 767px) {
.fancybox-content {
    padding: 44px 20px;
}
}