/* Custom styles */

body {
	font-family: 'Poppins-Regular';
	font-weight:400;
	color:#4A4444;
	font-size:16px;
	line-height:28px;
}

h1, h2, h3, h4, h5, h6,
b, strong {
	font-weight:400;
	font-family: 'Poppins-Bold';
}

b, strong {
	font-family: 'Poppins-Medium';
	font-weight:400;
}

a,
a:hover {
	color:#F66D77;
}

a,
a:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

.btn,
.gform_wrapper .gform_footer input.button {
	padding:15px;
	min-width:155px;
	line-height:1;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}

.btn-primary {
	color: #4A4444;
	background-color: #FFFF72;
	border-color: #FFFF72;
}

.btn-primary:hover,
.gform_wrapper .gform_footer input.button:hover {
	color: #FFFF72;
	background-color: #4A4444;
	border-color: #FFFF72;
}

.btn-primary.focus, 
.btn-primary:focus {
	color: #FFFF72;
	background-color: #4A4444;
	border-color: #FFFF72;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.focus, .btn:focus, .wpcf7 input.focus[type="submit"], .wpcf7 input:focus[type="submit"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, .show > 
.btn-primary.dropdown-toggle {
	color: #4A4444;
	background-color: #FFFF72;
	border-color: #FFFF72;
}

.btn-white {
	border-color:#fff;
	position:relative;
	color:#fff;
	background-color:transparent;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}

.btn-white#ios-btn:before,
.btn-white#android-btn:before {
	content:'';
	background:url('images/ios-icon.png') no-repeat 0px 0px;
	background-size:contain;
	width:15px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
}

.btn-white#android-btn:before {
	background-image:url('images/android-icon.png');
}

.btn-yellow {
	background-color:#FFFF72;
	border-color:#FFFF72;
	color:#4A4444;
}

.btn-yellow:hover {
	background-color:#4A4444;
	color:#FFFF72;
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color:#F77F9B;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#searchsubmit {
	padding:.375rem .75rem;
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem;
}

#wrapper-navbar {
	position:absolute;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}

.navbar {
	background-color:transparent;
	padding:15px 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-toggler {
	display:none;
}

.img-fluid {
	max-width:48px;
}

/* #navbarNavDropdown {
	margin-bottom:35px;
} */

.top-header {
	position:absolute;
	top:0;
	z-index:9;
	width:100%;
	text-align:right;
	background-color:transparent;
	padding-top:30px;
}

.top-header .img-fluid {
	max-width:95px;
}

.top-header .navbar-nav {
	-moz-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	-moz-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.top-header .navbar-nav .nav-link {
	padding:0 13px;
	color:#fff;
	text-decoration:none;
	line-height:1;
	font-size:14px;
	font-family: 'Poppins-Medium';
	
}

.top-header .navbar-nav .menu-item:last-child > .nav-link {
	padding-right:0;
	color: #FFFF72;
}

.navbar-collapse#navbarNavDropdown-top {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	-moz-flex:auto;
	-webkit-flex:auto;
	flex:auto;
}

/* .nav-link {
	font-family: 'Poppins-Bold';
} */

.navbar-collapse .menu-item:last-child > .nav-link {
	padding-right:0;
	color: #FFFF72;
}

.header-icons-widget {
	display: flex;
	align-items: center;
	padding-left: 1rem;
}

.header-icons-widget img {
	max-width: 24px;
}

.wrapper {
	padding: 0;
}

#wrapper-footer-full {
	background-color: #FFFF72;
	padding:80px 0 65px;
	font-size:14px;
	line-height:26px;
	color:#646464;
}

#wrapper-footer-full a {
	color:#646464;
}

#wrapper-footer-full .widget-title {
	font-size:16px;
	font-weight:400;
	font-family: 'Poppins-Medium';
}

#wrapper-footer-full ul {
	padding:0;
	margin:0;
}

#wrapper-footer-full ul li {
	list-style-type:none;
}

.footer-widget-3 {
	text-align:right;
}

.footer-widget-3 img {
	max-width:45px;
}

#wrapper-footer {
	padding:5px 0;
}

.site-footer {
	font-size:12px;
	font-family: 'Poppins-Light';
	text-align:center;
}

.site-footer a {
	color:#F66D77;
}

.search article:not(:last-child) {
	margin-bottom:30px;
}

/* Front page */
.front-page #wrapper-navbar {
	position:fixed;
	z-index:99999;
	-moz-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	transform:translateY(-100%);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page #wrapper-navbar.show {
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.front-page.admin-bar .top-header {
	top:32px;
}

.front-page .navbar,
#wrapper-navbar.show .navbar {
	background-color:#F77F9B;
}

.front-page .hero-section {
	background: -moz-linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	background: -webkit-linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	background: -ms-linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	background: -o-linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
}


.front-page .hero-section .row > div {
	margin-top:60px;
	margin-bottom:0;
}

.front-page .hero-section .row > div:first-child {
	margin-top:auto;
	margin-bottom:auto;
}

.front-page .hero-section .hero-content {
	font-size:18px;
	color:#fff;
	font-family: 'Poppins-Medium';
	line-height:32px;
}

.front-page .hero-section .hero-content h1 {
	font-size:52px;
}

.front-page .hero-section .hero-content img {
	max-width:160px;
	display:inline-block;
}

.front-page .hero-section .hero-content p.d-flex > a {
	width:100%;
	max-width:240px;
	-moz-flex:0 0 240px;
	-webkit-flex:0 0 240px;
	flex:0 0 240px;
}

.front-page .hero-section .hero-content .btn {
	text-transform:uppercase;
}

.front-page .section-1 {
	padding:115px 0;
	background-color:#fff;
	text-align:center;
}

.front-page .section-1 .section-slide {
	text-align:center;
	font-size:16px;
	font-family: 'Poppins-Light';
}

.front-page .section-1 .section-slide img {
	max-width:80px;
	margin:0 auto 20px;
}

.front-page .section-1 .slick-arrow {
	width:22px;
	height:44px;
	background:url('images/arrow.png') no-repeat 0px 0px;
	background-size:contain;
	display:block !important;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-22px;
	z-index:99;
	cursor:pointer;
}

.front-page .section-1 .slick-arrow.slick-next {
	left:auto;
	right:-30px;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.front-page .section-1 .content-image,
.front-page .section-1 .content-section {
	padding:0 15px;
}

.front-page .section-1 .content-image {
	max-width:393px;
	position:relative;
}

.front-page .section-1 .content-image img {
	position:relative;
	z-index:2;
}

.front-page .section-1 .content-image:after {
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(247, 127, 155, 0.3);
	position:absolute;
	right:-52px;
	bottom:-52px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

.front-page .section-1 .content-section {
	margin-top:57px;
	color:#F77F9B;
	font-size:16px;
	font-family: 'Poppins-Medium';
}

.front-page .section-1 .content-section h3:first-child {
	font-size:32px;
	font-family: 'Poppins-Bold';
	font-weight:400;
	margin-bottom:30px;
}

.front-page .section-1 .content-section p:not(:last-child) {
	margin-bottom:30px;
}

.front-page .section-2 {
	padding:120px 0;
	background:url('images/section-2-bg.jpg') #BFB9EA no-repeat 0px 100%;
	background-size:100% auto;
}

.front-page .section-2 .content-section {
	text-align:center;
	font-size:16px;
	line-height:28px;
	margin-bottom:40px;
}



.front-page .section-2 .content-section img {
	display:inline-block;
	max-width:168px;
	margin:0 5px;
}

.front-page .section-2 .content-section p:first-child {
	margin-bottom:65px;
}

.front-page .section-2 .content-section p:last-child {
	font-size:16px;
	margin-top:10px;
}

.front-page .section-2 .feature-tab .row > div {
	padding:0;
}

.front-page .section-2 .feature-tab .row > div:first-child {
	text-align:right;
}

.front-page .section-2 .feature-tab {
	margin-bottom:60px;
}

.front-page .section-2 .feature-tab a {
	display:inline-block;
	width:100%;
	max-width:190px;
	padding:7px 35px;
	color:#55FFFF;
	border-bottom:2px solid #55FFFF;
	text-transform:uppercase;
	font-family: 'Poppins-Bold';
	text-decoration:none;
}

.front-page .section-2 .feature-tab .row > div a.active {
	color:#FFFF72;
	border-color:#FFFF72;
}

.front-page .section-2 .feature-details .d-flex {
	margin-bottom:85px;
}

.front-page .section-2 .feature-details .details {
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.front-page .section-2 .feature-details .details p strong {
	font-size:22px;
	font-family: 'Poppins-Bold';
}

.front-page .section-2 .feature-details .feature-icon {
	width:100%;
	max-width:70px;
	margin-left:15px;
	-moz-flex:0 0 70px;
	-webkit-flex:0 0 70px;
	flex:0 0 70px;
}

.front-page .section-2 .feature-content > .row > div:first-child .feature-details {
	text-align:right;
}

.front-page .section-2 .feature-content > .row > div:last-child .feature-details .feature-icon {
	margin-right:15px;
	margin-left:0;
}

.front-page .section-2 .feature-content .feature-thumbnails > div:not(.active) {
	display:none;
}

.front-page .section-2-1 {
	background-color:#4A4444;
	padding:130px 0;
}

.front-page .section-2-1 .row:first-child {
	margin-bottom:140px;
}

.front-page .section-2-1 .content-section {
	color:#fff;
	margin-top:60px;
}

.front-page .section-2-1 .content-section h3 {
	font-size:32px;
	margin-bottom:30px;
	line-height:42px;
}

.front-page .section-2-2 {
	background-color:#F66D77;
	padding:60px 0;
}

.front-page .section-2-2 .content-section {
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:36px;
}

.front-page .section-2-2 .content-section .btn {
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Poppins-Bold';
	margin:0 auto;
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}

.front-page .section-2-2 .content-section .btn#ios-btn {
	margin-right:15px;
}

.front-page .section-2-2 .content-section .btn#ios-btn:hover,
.front-page .section-2-2 .content-section .btn#android-btn:hover {
	cursor: default;
	color: #fff;
}

.front-page .section-2-2 .content-section .btn#android-btn {
	margin-left:15px;
}


.front-page .section-3 {
	background:url('images/yellow-circle_01.png') #fff no-repeat 50% 100%;
	background-size:auto 50%;
	padding:140px 0 130px;
}

.front-page .section-3 .content-section h3 {
	font-size:32px;
	font-weight:400;
	margin-bottom:35px;
	color:#F77F9B;
	text-align:center;
	text-transform:uppercase;
}

.front-page .section-3 .gform_wrapper ul.gform_fields {
	margin-left:-15px !important;
	margin-right:-15px !important;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.front-page .section-3 .gform_wrapper ul.gform_fields li.gfield {
	margin-top:28px;
	padding:0 15px;
	width:100%;
	max-width:100%;
	-moz-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}

.front-page .section-3 .gform_wrapper ul.gform_fields li.gfield:nth-last-child(2),
.front-page .section-3 .gform_wrapper .gform_footer {
	padding:0 15px;
	width:100%;
	max-width:50%;
	-moz-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
}

.front-page .section-3 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.front-page .section-3 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.front-page .section-3 .gform_wrapper textarea {
	padding:12px;
	line-height:normal;
	font-size:15px;
	border: 1px solid #646464;
	color:#646464;
	box-sizing: border-box;
	-moz-box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	-webkit-box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.front-page .section-3 .gform_wrapper .top_label input.medium,
.front-page .section-3 .gform_wrapper textarea.medium {
	width: 100%;
}

.front-page .section-3 .gform_wrapper .gform_footer {
	text-align:right;
}

.front-page .section-3 .gform_wrapper .gform_footer input.button {
	border-width:1px;
	border-style:solid;
	max-width:350px;
	width:100%;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-right:0;
	background-color:#F66D77;
	border-color:#F66D77;
	color:#fff;
}

.front-page .section-3 .gform_wrapper .gform_footer input.button:hover {
	color:#F66D77;
	background-color:#fff;
}

.front-page .section-3 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

#to-top {
	display:inline-block;
	width:42px;
	position:fixed;
	z-index:9999999;
	right:15px;
	bottom:15px;
}

.confirmation-popup {
	position:fixed;
	height:100%;
	width:100%;
	z-index:99999999;
	background-color: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	display:none;
}

.confirmation-popup .d-flex {
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.front-page .confirmation-popup .gform_wrapper .top_label .gfield_label,
.confirmation-popup .gform_wrapper .top_label .gfield_label {
	display: none;
}

.front-page .confirmation-popup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.confirmation-popup .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:12px;
	line-height:normal;
	font-size:15px;
	border: 1px solid #646464;
	color:#646464;
	box-sizing: border-box;
	-moz-box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	-webkit-box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	box-shadow: 0px 4px 20px rgba(209, 205, 199, 0.5);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: 100%;
}

.front-page .confirmation-popup .gform_wrapper #input_2_1,
.confirmation-popup .gform_wrapper #input_2_1 {
	margin: 15px 0;
}

.front-page .confirmation-popup .gform_wrapper .gform_footer input.button,
.confirmation-popup .gform_wrapper .gform_footer input.button {
	border-width:1px;
	border-style:solid;
	max-width:350px;
	width:100%;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-right:0;
	background-color:#F66D77;
	border-color:#F66D77;
	color:#fff;
}

.front-page .confirmation-popup .gform_wrapper .gform_footer input.button:hover,
.confirmation-popup .gform_wrapper .gform_footer input.button:hover {
	color:#F66D77;
	background-color:#fff;
}

.confirmation-popup .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.confirmation-popup .row {
	margin-left:0;
	margin-right:0;
}

/* .confirmation-popup .d-flex,
.confirmation-popup .d-flex > div,
.confirmation-popup .row,
.confirmation-popup .row > div {
	 height:100%;
} */

.confirmation-popup .content-popup {
	position:relative;
	padding:50px;
	background-color:#fff;
	height:100%;
}

.confirmation-popup .content-popup .overflow-content {
	overflow:auto;
	height:100%;
}

.confirmation-popup .content-popup h3 {
	font-size:22px;
}

.confirmation-popup .content-popup img {
	max-height:100%;
	width:auto;
}

.confirmation-popup .content-popup #close-popup {
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
	padding:10px;
	cursor:pointer;
	background-image: url('images/close-icon.png'); 
	background-repeat: no-repeat;
	background-position: center;
}

/* Success page */
.success-page #wrapper-navbar.show .navbar {
	background-color:#bfb9ea;
}

body:not(.front-page).success-page .hero-section {
	background:#bfb9ea;
	padding-bottom:0;
}

.success-page .hero-section .hero-content {
	font-size:17px;
	line-height:26px;
	font-family: 'Poppins-Medium';
	margin-top:30px;
}

.success-page .hero-section .hero-content > *:first-child {
	font-family: 'Poppins-Bold';
	line-height:60px;
	font-size:40px;
	color:#FFFF72;
	margin-bottom:8px;
}

.success-page .hero-section .hero-content p > img {
	max-width:168px;
	margin-right:15px;
}




/* Generic page */
body:not(.front-page) .top-header {
	display:none;
}

body:not(.front-page) .hero-section {
	padding:180px 0 30px;
	-moz-background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	-webkit-background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	-ms-background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	-o-background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
	background: linear-gradient(225deg, #AAC0E5 0%, #DF90B6 26.51%, #F77F9B 50.24%, #F89E9E 73.94%, #FED19F 100%);
}

body:not(.front-page) .hero-section .page-title {
	font-size:50px;
	margin:0;
	color:#fff;
	line-height:66px;
}

body:not(.front-page) .section-1 {
	padding:95px 0;
	background-color:#fff;
}

body:not(.front-page) .section-1 .entry-content {
	font-family: 'Poppins-Medium';
}

body:not(.front-page) .section-1 .entry-content h3 {
	font-size:30px;
	line-height:42px;
	margin-bottom:25px;
}

body:not(.front-page) .section-1 .entry-content iframe {
	width:100%;
	max-width:100%;
	height:570px;
}



@media (min-width:768px) {
	.front-page .section-3 .gform_wrapper ul.gform_fields li.gfield:first-child,
	.front-page .section-3 .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
		margin-top:0;
		max-width:50%;
		-moz-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
	}
}

@media (min-width:568px) {
	.front-page .hero-section .hero-content p.d-flex > a:first-child,
	.front-page .section-2 .content-section p.d-flex > a:first-child {
		margin-right:20px;
	}
}

@media (max-width:1199px) {
	
	.footer-widget-1 p br {
		display:none;
	}
	
	.front-page .section-1 .content-image:after {
		right: -15px;
		bottom: -30px;
		width:-moz-calc( 100% - 30px );
		width:-webkit-calc( 100% - 30px );
		width:calc( 100% - 30px );
		height:-moz-calc( 100% - 30px );
		height:-webkit-calc( 100% - 30px );
		height:calc( 100% - 30px );
	}
	
	.front-page .section-2 .content-section img {
		max-width: 130px;
	}
}

@media (max-width:1024px) {
	.front-page .section-2 .content-section p.qr-codes {
		display:none;
	}
}

@media (max-width:1400px) {
	.front-page .hero-section .hero-content {
		margin-top:120px;
		margin-bottom: 20px;
	}
}

@media (max-width:991px) {
	.front-page .hero-section {
		padding-bottom:0;
	}
	
	.front-page .hero-section .hero-content {
		margin-top:120px;
		margin-bottom: 20px;
	}
	
	.front-page .hero-section .hero-content img {
		max-width:155px;
	}
	
	.front-page .section-1 .content-section br {
		display:none;
	}
	
	.front-page .section-2 .content-section img {
		max-width: 100px;
	}
	
	.front-page .section-2-2 .content-section .btn#ios-btn {
		margin-right: auto;
	}
	
	.front-page .section-2-2 .content-section .btn#android-btn {
		margin-left: auto;
	}
	
	body:not(.front-page).success-page .hero-section {
		padding-top:50px;
	}
	
	.success-page .hero-section .row > div:last-child {
		margin-bottom:30px;
	}
}

@media (max-width:767px) {
	.front-page #wrapper-navbar {
		-moz-transform:none;
		-webkit-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	
	#wrapper-navbar {
		height:62px;
		background-color:#F77F9B;
		position:fixed;
	}
	
	#wrapper-navbar .navbar-dark .navbar-nav .nav-link {
		background-color: #fff;
		color:#646464;
		padding:15px;
	}
	
	#wrapper-navbar .navbar-dark .navbar-nav .current-menu-item .nav-link,
	#wrapper-navbar .navbar-dark .navbar-nav .nav-link:hover,
	.top-header .navbar-nav .nav-link:hover,
	.top-header .navbar-nav .current-menu-item .nav-link {
		color:#F66D77;
	}
	
	#navbarNavDropdown-top {
		height:0;
		overflow:hidden;
		margin-top: 0.3125rem;
	}
	
	#navbarNavDropdown-top.show {
		height:auto;
	}
	
	#navbarNavDropdown {
		margin: 0;
		position: fixed;
		top: 62px;
		z-index: 999;
		width: 100%;
		height: 100%;
		background-color:#F77F9B;
	}
	
	.navbar-nav {
		height:100%;
	}
	
	.navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
		color:#fff;
		background-color:#F77F9B;
	}
	
	.navbar-brand {
		padding:0;
		margin:0;
		max-width:50px;
	}
	
	.img-fluid {
		max-width: 100%;
	}
	
	.top-header {
		display:none;
	}
	
	.top-header .container {
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.top-header .navbar-nav {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.top-header .navbar-nav .nav-link {
		text-align: left;
		font-size: 17px;
		padding: 15px;
		background-color:#fff;
		color:#646464;
	}
	
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	
	.navbar-toggler {
		display: block;
		margin-left:auto;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		padding:0 15px 0 0;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #fff;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#fff;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	#wrapper-footer-full .row > div:not(:last-child),
	#wrapper-footer .row > div:first-child {
		margin-bottom:30px;
	}
	
	#wrapper-footer {
		text-align:center;
	}
	
	.footer-widget-3 {
		text-align: left;
	}
	
	.front-page .hero-section .hero-content {
		margin-top: 100px;
	}
	
	.front-page .hero-section .row > div {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	
	.front-page .section-2 .row .row > div:first-child {
		margin-bottom:30px;
	}
	
	.front-page .section-2 .content-section p.d-flex img {
		max-width: 155px;
	}
	
	.front-page .section-2 .feature-content .row > div:nth-child(2) {
		margin:30px auto;
		max-width:320px;
	}
	
	.front-page .section-2-1 .content-section {
		margin-bottom: 30px;
	}
	
	.front-page .section-2-2 .content-section .btn#ios-btn {
		margin-right: 15px;
	}
	
	.front-page .section-2-2 .content-section .btn#android-btn {
		margin-left: 15px;
	}
	
	body:not(.front-page) .section-1 {
		padding: 50px 0;
	}
	
	.confirmation-popup {
		padding-bottom:15px;
	}
	
	.confirmation-popup .content-popup,
	.confirmation-popup .row, 
	.confirmation-popup .row > div {
		height:auto;
	}
	
	.confirmation-popup .d-flex, 
	.confirmation-popup .d-flex > div {
		height: 95%;
	}
	
	.confirmation-popup .d-flex > div {
		overflow-y:scroll;
	}
	
	.confirmation-popup .row > div:first-child {
		margin-bottom:30px;
	}
	
	.confirmation-popup .content-popup {
		padding:15px;
		padding-top:50px;
	}
	
	.success-page #wrapper-navbar,
	.success-page #navbarNavDropdown,
	.success-page .navbar-nav .nav-link {
		background-color: #bfb9ea;
	}
}

@media (max-width:567px) {
	
	.site-footer {
		padding-bottom: 50px;
	}
	
	.front-page .hero-section .hero-content {
		text-align:center;
	}
	
	.front-page .hero-section .hero-content p.d-flex,
	.front-page .section-2 .content-section p.d-flex {
		-moz-justify-content:center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	.front-page .hero-section .hero-content .d-flex img,
	.front-page .section-2 .content-section p.d-flex img {
		margin-right: 0;
		max-width:100%;
	}
	
	.front-page .section-1 .content-image:after {
		right: 0;
		bottom: -15px;
	}
	
	.front-page .section-1 .slick-arrow {
		left:0;
	}
	
	.front-page .section-1 .slick-arrow.slick-next {
		left:auto;
		right:0;
	}
	
	.front-page .section-2-2 .content-section .btn#ios-btn {
		margin-right: auto;
		margin-bottom: 1rem;
	}
	
	.front-page .section-2-2 .content-section .btn#android-btn {
		margin-left: auto;
	}
	
	.front-page .section-3 {
		padding: 80px 0;
	}
	
	.front-page .section-3 .gform_wrapper ul.gform_fields li.gfield:nth-last-child(2), 
	.front-page .section-3 .gform_wrapper .gform_footer {
		max-width: 100%;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	body:not(.front-page) .hero-section .page-title {
		font-size: 36px;
	}
	
	.confirmation-popup .gform_wrapper .top_label div.ginput_recaptcha {
		overflow:auto;
	}
	
	.success-page .hero-section .hero-content p > img {
		margin-right: 0;
		margin-bottom:30px;
	}
}

