/*CONTACT US*/

.contact-us-form {
	border-radius: 20px;
}

body.dark-theme .contact-us-form ::-webkit-input-placeholder { /* Edge */
  color: #c7c7c7!important;
}

body.dark-theme .contact-us-form ::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c7c7c7!important;
}

body.dark-theme .contact-us-form ::placeholder {
  color: #c7c7c7!important;
}

body.dark-theme .contact-us-form textarea,
body.dark-theme .contact-us-form input {
	border: 2px solid #3FC1C9!important;
	color: #fff!important;
}

.contact-us-form textarea,
.contact-us-form input {
	font-size: 17px;
	background: transparent!important;
	border-radius: 7px!important;
	height: 60px!important;
	padding-left: 25px;
	padding-right: 25px;
}
.contact-us-form textarea {
	height: initial!important;
	padding-top: 15px;
}

.contact-us-form button {
	height: 60px;
	border-radius: 7px;
}
body.dark-theme .contact-us-form button {
	background-color: #3FC1C9!important;
	border-color: #3FC1C9!important;
}

/*CONTACT US*/



/*ARTICLES*/

#article-container video {
	margin-top: 10px;
	margin-bottom: 10px;
}

#article-container p {
	margin-bottom: 1.5rem;
}
#article-container h2 {
	margin-bottom: .5rem;
}
#article-container h3 {
	margin-bottom: 1.5rem;
}
#article-container h2 {
	margin-bottom: 1.5rem;
}

.article-title {
	text-align: center;
	font-size: 30px;
}
body.dark-theme .article-anchor:hover {
	color: #fff!important;
}

@media only screen and ( max-width: 992px ) {
	.article-img {
		max-width: 300px;
		align-self: center;
	}
	.article-title {
		font-size: 22px;
	}
}

#article-container h1 {
	color: #fff!important;
}

#article-container a,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5 {
	color: #3FC1C9!important;
}


/*ARTICLES*/

/*FAQ*/

body.dark-theme .faq-container .openTabby * {
	background-color: #303030!important;
}

body.dark-theme .faq-container .openTabby--nav li {
	color: #fff;
	line-height: 34px;
	font-size: 22px;
	border-bottom: 2px solid transparent;
	transition: all 1s;
	font-weight: bold;
}

body.dark-theme .faq-container .openTabby--nav li.active {
	color: #fff!important;
	border-bottom: 2px solid #3FC1C9;
}
body.dark-theme .faq-container .openTabby--nav li:hover {
	color: #3FC1C9!important;
}

.faq-container .section {
	position: relative;
	border-radius: 10px;
	border: 1px solid #ededed;
	padding: 10px 20px;
	margin: 20px 0;
}
.faq-container .section div {
	transition: all 1s;
	margin-top: 5px;
	color: #fff;
	display: none;
}
.faq-container .section h5 {
	cursor: pointer;
	color: #3FC1C9!important;
	margin-top: 5px;
}
.faq-container .section:after {
  content: "";
  height: 10px;
  width: 12px;
  background-image: url(/img/redesign/icon/arrow-down.png);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-container .section.activated:after {
  background-image: url(/img/redesign/icon/arrow-up.png);
}
.faq-container .section.activated div {
	display: block;
}

.faq-container .openTabby .openTabby--slidesContainer .openTabby--slide {
	padding-top: 0;
}

@media only screen and ( max-width: 992px ) {
	.faq-container .openTabby.accordion .openTabby--nav ul {
		padding: 5px 10px;
		margin-bottom: 0;
	}
	.faq-container article {
		padding: 5px 10px!important;
	}
	 .faq-container .openTabby--nav li {
	 	margin-bottom: 10px;
	}
	body.dark-theme .faq-container .openTabby--nav li.active {
		color: #3FC1C9!important;
		border-bottom: 2px solid transparent;
	}
}


/*FAQ*/

/*PAYMENT*/

.payment-status-container {
	border-radius: 30px;
	margin-bottom: -15px;
	border: 1px solid #fff;
}


body.dark-theme .payment-status-container {
	padding: 15px 25px;
	border-color: #FC5185;
}

/*PAYMENT*/

/*TERMS,PRIVACY,REFUND POLICY*/

body.dark-theme .official-container {
	font-size: 18px;
	width: 100%;
	overflow: hidden;
}


body.dark-theme .official-container a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

body.dark-theme .official-container h2 ,
body.dark-theme .official-container h3 ,
body.dark-theme .official-container h4 ,
body.dark-theme .official-container h5
{
	color: #3FC1C9!important;
	font-size: 30px;
	text-transform: uppercase;
}
@media only screen and ( max-width: 768px ) {
	body.dark-theme .official-container {
		font-size: 16px;
	}

	body.dark-theme .official-container h2 ,
	body.dark-theme .official-container h3 ,
	body.dark-theme .official-container h4 ,
	body.dark-theme .official-container h5
	{
		text-align: center;
		font-size: 20px;
	}
}
@media only screen and ( max-width: 450px ) {
	body.dark-theme .official-container {
		font-size: 15px;
	}

	body.dark-theme .official-container h2 ,
	body.dark-theme .official-container h3 ,
	body.dark-theme .official-container h4 ,
	body.dark-theme .official-container h5
	{
		font-size: 18px;
		margin-top: 2px!important;
		margin-bottom: 10px!important;
	}
}


/*TERMS,PRIVACY,REFUND POLICY*/


/*FOOTER SOCIAL ICONS*/
/*
.social-icon {
	width: 30px;
}

a.social-icon-wrapper {
	margin-left: 0px;
}*/

/*FOOTER SOCIAL ICONS*/



/*LOADER*/

.loader img {
	height: 190px;
}
.loader {
    display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
    z-index: 100;
}
.loader-wrap {
	position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    background: #e4f0f0;
    transform: translate(-50%,-50%);
    height: 400px;
}

body.loading-api .api-loader {
	display: block;
}

.api-loader {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY( -50% );
	height: 100%;
	background: rgba( 0,0,0,0.8 );
	width: 100%;
	text-align: center;
	z-index: 9999;
}
.api-loader .contents {
	top: 50%;
    transform: translateY( -50% );
    width: 100%;
    font-size: 35px;
    position: fixed;
    color: white;
    text-align: center;
}



/*LOADER*/


/*SIGN UP*/


.sign-up-wrapper {
	border-radius: 4px 4px 0 0;
    border-top: 4px solid #000;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.14), 0 1px 4px 0 rgba(0,0,0,.2);
	background: white;
    color: black;
}
.credit-card {
	height: 20px;
	position: absolute;
	right: 15px;
}



/*SIGN UP*/







/*MOBILE FILTER AND MENU*/


.mobile-menu {
	display: none;
}
#filter-toggle {
	display: none;
}

@media only screen and ( max-width: 1000px ) {
	/*MENU*/
	.mobile-menu {
		display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 10;
		transform: translateX(-80vw);
	    bottom: 0;
	    width: 80vw;
	}
	.mobile-menu .nav-link {
		color: white;
		font-size: 19px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body.menu-open #app {
		transform: translateX(80vw);
	}
	body.menu-open .mobile-menu {
		transform: translateX(0%);
	}

	body.menu-open {
	    overflow-x: hidden;
	    width: 100vw;
	    height: 100vh;
	}

	.mobile-menu, #app {
	    transition: transform .5s;
	}


	#mobile-menu-toggle {
		position: absolute;
		right: -49px;
		z-index: 33;
		transition: all 0.3s;
		top: 40vh;
		opacity: 0.7;
	}

	body.menu-open #mobile-menu-toggle {
		display: none;
	}
	body.menu-open #mobile-menu-toggle-1 {
		display: block;
	}
	#mobile-menu-toggle-1 {
		position: absolute;
		transition: all 0.3s;
		display: none;
		right: -49px;
		z-index: 33;
		top: 40vh;
		opacity: 0.7;
	}
	/*MENU*/
	/*FILTER*/

	body.filter-open #filter-block {
		transform: translateX(0);
	}
	body.filter-open #mobile-menu-toggle,
	body.filter-open #mobile-menu-toggle-1 {
		left: -10vh;
		top: 38vh;
		transition: all .5s;
	}
	#filter-toggle {
		position: absolute;
		transition: all 0.3s;
		left: -49px;
		display: block;
		z-index: 3333;
		top: 40vh;
		opacity: 0.7;
	}
	#filter-block {
		background: linear-gradient( #00cdff , #007bff );
		position: fixed;
		right: 0;
		position: fixed;
		transform: translateX(80vw);
		right: 0;
		width: 80vw;
		z-index: 20;
		top: 0;
		transition: transform .5s;
		bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.btn-transparent,
	.btn-transparent:hover {
		background-color: transparent;
		color: white;
	}
	#filter-block .btn-filter {
		font-size: 13px;
	}
	[type="reset"] {
		display: none;
	}
	/*FILTER*/
}




/*MOBILE FILTER AND MENU*/