/*--------------------------------------------
	General
-----------------------------------------------*/

body {
	font-family: 'Poppins', serif;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
	background: #fbfbfb;
}

a {
	transition: 300ms ease;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h5 {
	color: #646464;
	margin: 0;
}

hr {
	border-top: 1px solid #dadada;
}

.btn {
	outline: none !important;
}


/*--------------------------------------------
	Navigation
-----------------------------------------------*/
.main-nav {
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 10px 0;
}
.navbar-brand {
	display: inline-block;
	padding: 3px;
	height: 58px;
}
.site-logo {
	background: url('../icons/ffsaver-logo.svg') center no-repeat;
	display: inline-block;
	width: 156px;
	height: 100%;
}
.site-logo.dark {
	background: url('../icons/ffsaver-logo-footer.svg') center no-repeat;
}
#lang-menu {
	background: #fff;
	padding: 0;
	font-size: 15px;
	outline: none;
	border: none;
}
.lang-cont {
	padding: 10px 0;
	float: right;
}
.lang-cont .dropdown-menu {
	min-width: 325px;
	left: -215px;
}
.lang-cont .dropdown-menu>li {
	display: inline-block;
	width: 49%;
	float: left;
}
.lang-cont .dropdown-menu>li>a {
	padding: 5px 20px;
}
.lang-cont .dropdown-menu>li>a span {
	display: inline-block;
	vertical-align: middle;
}
/*--------------------------------------------
	Icons/Buttons
---------------------------------------------*/
.icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: cover !important;
}
.btn {
	transition: 0.2s ease;
	border-radius: 5px !important;
}
.icon.clip {
	background: url('../icons/clip.svg') center no-repeat;
} 
.err-icon,
.pasted .icon.clip {
	background: url('../icons/error.svg') center no-repeat;
}
.icon.back {
	background: url('../icons/back-2.svg') center no-repeat;
	width: 35px;
	height: 35px;
}
.icon.down {
	background: url('../icons/download.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
#resultsec .icon.down {
	background: url('../icons/download2.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
.icon.lang {
	background: url('../icons/lang.svg') center no-repeat;
	background-size: cover;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.icon.return {
	background: url('../icons/more.svg') center no-repeat;
}
.btn.btn-primary {
	background: #ffffff;
	color: #007cc1;
	font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background: #d9f1ff;
	color: #005280;
}
.btn.btn-secondary {
	background: #007cc1;
	color: #fff;
	font-size: 13px;
}
.btn.btn-secondary.pasted {
	background: #414141;
	color: #ffffff;
}
.btn.btn-secondary:hover {
	background: #005280;
}
.btn.btn-secondary.pasted:hover {
	background: #5f5f5f;
}
.btn:focus,
.btn:active {
	border: none!important;
	outline: none!important;
}
.btn.btn-primary:hover,
.btn.btn-primary.load {
	-webkit-animation: movingback 5s ease infinite;
	-moz-animation: movingback 5s ease infinite;
	animation: movingback 5s ease infinite;
	background-size: 200% 200%;
}
.loader {
	display: none;
	position: absolute;
	height: 30px;
	width: 220px;
	--c: no-repeat linear-gradient(#007cc1 0 0);
	background: var(--c), var(--c), #304b5a;
	background-size: 60% 100%;
	animation: loader 2s infinite;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@keyframes loader {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}
/*--------------------------------------------
	Section
-----------------------------------------------*/
.ins-container {
	display: flex;
	gap: 15px;
	margin-top: 50px;
	margin-bottom:  40px;
}
.ins-tile {
	text-align: center;
	padding: 30px 20px 20px 20px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	position: relative;
	flex: 1;
}
.ins-tile.dark {
	background: #007cc1;
	color: #ffffff;
}
.ins-tile.dark h3 {
	color: #ffffff !important;
}
.ins-tile>span {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
	background-color: #007cc1;
	border-radius: 50%;
	border: 1px solid #00476e;
	top: -25px;
	right: 0;
	left: 0;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: auto;
}
.ins-tile.dark>span {
	box-shadow: 0px 0px 0px 4px #fbfbfb;
}
.ins-tile>span:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 50% !important;
}
.ins-tile>span.step:before {
	display: none;
}
.ins-tile>span.video:before {
	background: url('../icons/video.svg') center no-repeat;
}
.ins-tile>span.reel:before {
	background: url('../icons/reel.svg') center no-repeat;
}
.ins-tile>span.story:before {
	background: url('../icons/story.svg') center no-repeat;
}
.ins-tile h3 {
	margin: 15px 0 15px 0 !important;
	font-size: 18px !important;
}
#resultsec {
	display: none;
	background: #ffffff;
	padding: 10px;
	border-radius: 3px;
}
#resultsec .btn-back {
	display: block;
	text-align: left;
	padding: 0 0 15px 0;
}
#resultsec .btn-back .icon {
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#resultsec .btn-back span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #000;
}
#resultsec .btn-back span:nth-child(2) {
	margin-left: 10px;
}
#resultsec .tile {
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
#resultsec .author .img-holder,
#resultsec .author span {
	display: inline-block;
}
#resultsec .author span {
	margin-left: 10px;
	line-height: 40px;
}
#resultsec .author .img-holder {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 79%;
	overflow: hidden;
	vertical-align: middle;
}
#resultsec .author .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#resultsec .tile>.img-holder {
	overflow: hidden;
	max-height: 500px;
	min-height: 300px;
	margin-top: 10px;
	position: relative;
	background-color: rgb(234 234 234);
}
#resultsec .tile>.img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 50;
}
#resultsec .btn-container {
	margin-top: 10px;
}
.media-header p {
	font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-header span {
	margin-bottom: 15px;
	display: inline-block;
}
#resultsec .btn {
	display : block;
	background: #007cc1;
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	outline: none;
	border: none;
}
#resultsec .btn .quality {
	text-transform: uppercase;
}
#resultsec .btn span {
	display: inline-block;
	vertical-align: middle;
}
#resultsec .btn:hover {
	opacity: .8;
}
#resultsec .btn:not(:first-child) {
	margin-top: 10px;
}
#resultsec .btn.more {
	padding: 10px 0;
	background: #404040;
	margin-top: 10px;
	!i;!;
}
.section.anim {
	background: rgb(0 124 193);
	background: linear-gradient(9deg, rgb(0 124 193) 45%, rgb(130 224 179) 100%);
	background-size: 150% 150%;
	position: relative;
	overflow: hidden;
}
.section .box {
	position: absolute;
	width: 100%;
	height: 100%;
}
.section.main {
	text-align: center;
    color: #000;
}

.section.main h1, 
.section.main h2,
.section.main p {
	margin: 5px 0 5px 0;
	color: #fff;
}
.section.main h1 {
	font-weight: 600;
	font-size: 38px;
}
.section.main h2 {
	font-weight: 400;
	font-size: 22px;
	color: #d5edfa;
	margin: 10px 0;
}
.section.content h3 {
	font-size: 21px;
}
.section.content h1,
.section.content h2,
.section.content h3 {
	color: #007cc1;
	line-height: 30px;
}
.section.main p {
	
}
.section.content {
	padding-top: 60px;
}
.section.content.page {
	padding: 20px 0;
}
.section.content img {
	width: 100%;
	border-radius: 10px;
}
.content-tiles {
	padding: 20px 0;
}
.section.content .content-item {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
	background: #fff;
	
	border-radius: 30px;
	border: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 30px;
}
.section.content .content-item:not(last-child) {
	margin-bottom: 30px;
}
.section.content .content-item:nth-child(even) {
	flex-direction: row-reverse;
}
.section.content .content-item .img-holder {
	flex: 1;
}
.section.content .content-item .text {
	flex: 3;
}
.section.content .content-item h3 {
	font-weight: 500;
	font-size: 26px;
}
.content-item h3 .serial {
	display: inline-block;
	background: #184b68;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px
}
.section.content .content-item p {
	font-size: 20px;
	color: #9e9e9e
}
.ques-panel {
	margin: 30px 0;
}
.ques-panel .panel {
	border: none;
	box-shadow: none;
}
.ques-panel .panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	padding:0;
}
.ques-panel .panel-collapse {
	border-bottom: 10px solid #f4f4f4;
}
.section .ques-panel h3 {
	font-size: 20px;
	color: #565656;
}
.ques-panel .panel-title a {
	display: block;
	padding: 20px;
}
.ques-panel a:focus,
.ques-panel a:hover,
.ques-panel a {
	outline: none;
	text-decoration: none;
}
.ques-panel p {
	color: #949494;
}
.ques-panel .panel-body {
	line-height: 32px;
	font-size: 14px;
}
.ques-panel.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.note {
	padding: 10px;
    border: 1px solid #dddddd;
    background: #f3f3f3;
}
.social-container {
	width: 100%;	
	overflow-x: auto;
	white-space: nowrap;
}
.social-container .item{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 10px 10px;
}
/*--------------------------------------------
	Form
---------------------------------------------*/

.main-form-section form {
	position: relative;
	margin-top: 30px;
}
.main-form-section form.loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	opacity: 0.95;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
}
.main-form-section form.loading .loader {
	display: inline-block;
	border-radius: 30px;
	/* overflow: hidden; */
}
.error-box {
	padding: 0 10px 0 10px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	min-width: 250px;
	min-height: 50px;
	max-width: 600px;
	margin: 10px auto auto auto;
	z-index: 1;
	background-color: #fd8e8e;
	border: 1px solid #fc6a6a;
	border-radius: 5px;
	line-height: 50px;
}
.err-msg {
	line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.error-box .icon {
	fill: #a10000;
	height: 25px;
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
.main-form-section {
	margin: 10% 0 10% 0;
	position: relative;
	z-index: 1;
}

.main-form-section .input-cont,
.main-form-section .btn-cont {
	text-align: center;
	display: inline-block;
}
.main-form-section .input-cont {
	width: 80%;
	position: relative;
}
.main-form-section .input-cont button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 6px;
	z-index: 0;
}
.main-form-section .btn-cont {
	width: 19%;
	float: right;
}
.main-form-section .input-cont button,
.main-form-section .btn-cont button,
.main-form-section input {
	border: none;
	!i;!;
}
.main-form-section .btn-cont button {
	width: 100%;
	min-height: 50px;
	margin: 0;
}
.main-form-section .btn-cont button span {
	margin-left: 5px;
}
.main-form-section input {
	opacity: 0.7;
	height: 50px;
	padding: 6px 25px;
}
.main-form-section input:focus {
	box-shadow: 0px 0px 10px 1px #004b5c;
}
.main-form-section input.err {
	box-shadow: 0px 0px 0px 3px #faabab;
}
button span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	line-height: 27px;
	font-size: 16px;
}
#paste span {
	font-size: 13px;
}
.contact-form-container {
	margin: 30px 0 50px 0;
}
.contact-form-container button {
	background: #00a6ec;
	color: #fff;
	display: inline-block;
	width: 300px;
	border: none;
	position: relative;
	padding: 15px 0;
}
.contact-form-container button.loading {
	text-indent: -9999px;
}
.contact-form-container button .spinner {
	display: none;
}
.contact-form-container button.loading .spinner {
	display: inline-block;
}
.contact-form-container button:hover,
.contact-form-container button:active {
	color: #fff;
	background: #0091ce;
}
.contact-form-container textarea {
	height: 100px;
}
.boxed {
	padding: 40px 20px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.boxed:not(:first-child) {
	margin-top: 25px;
}
.boxed h2 {
	margin-top: 0;
}
.boxed p:last-child {
	margin-bottom: 0;
}
.boxed.center {
	text-align: center;
}
#msg-box {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}
#msg-box.error {
	background: #ffe6e6;
	border: 1px solid #ff9797;
	color: #ac0000;
}
#msg-box.success {
	background: #e9ffe6;
	border: 1px solid #47ff00;
	color: #4cac00;
}
/*--------------------------------------------
	Animations
---------------------------------------------*/
.shim {
	position: absolute;
	left: -45%;
	height: 100%;
	width: 45%;
	background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	animation: shimming 1s infinite;
	z-index: 45;
}
@keyframes rotate {
	from {transform: rotate(0deg);}
	from {transform: rotate(360deg);}
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }    
}
@-webkit-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes movingback { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes shimming {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}

/*--------------------------------------------
	Footer
-----------------------------------------------*/

footer {
	background-color: #007cc1;
	border-top: 1px solid #ebebeb;
}
footer .footer-inner {
	padding: 30px 0;
}
footer p {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.footer-logo p {
	font-size: 13px;
}
.footer-brand {
	height: 40px;
	margin-bottom: 10px;
}
.footer-menu p {
	color: #003c5d;
	font-size: 18px;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li>a {
	color: #ffffff;
}
.footer-menu li>a:hover {
	color: #ff5257;
}
.footer-bar {
	padding: 7px 0;
	background: #002134;
	text-align: center;
}
footer .footer-bar p {
	margin: 0;
}
/*--------------------------------------------
	Responsive
---------------------------------------------*/
@media all and (max-width: 767px) {
	.main-nav .navbar-header {
		float: left;
	}
	.section.main h1 {
		font-size: 34px;
	}
	.section.main h2 {
		font-size: 22px;
	}
	.content-tiles {
		padding: 0;
	}
	.ques-panel {
		margin: 0;
	}
	.main-form-section .btn-cont,
	.main-form-section .input-cont {
		float: none;
		width: 100%;
	}
	.main-form-section .btn-cont {
		margin-top: 10px;
	}
	.main-form-section input {
		border-radius:  5px;
		opacity: 0.92;
	}
	.ins-container {
		flex-direction: column;
	}
	.ins-tile:not(:first-child) {
		margin-top: 20px;
	}
	#resultsec .img-holder {
		margin-bottom: 15px;
	}
	.media-header {
		text-align: center;
	}
	.media-header p {
		font-size: 20px;
	}
	.contact-form-container button {
		width: 100%;
	}
	.section.content .content-item {
		gap: 10px;
		flex-direction: column;
		padding: 20px;
	}
	.section.content .content-item:nth-child(even) {
		flex-direction: column;
	}
	.section.content .content-item .text {
		text-align: center;
	}
	.section.content .content-item h3 {
		font-size: 22px;
	}
	.section.content .content-item p {
		font-size: 15px;
	}
	.footer-menu {
		font-size: 15px;
	}
	.footer-inner {
		text-align: center;
	}
	.footer-inner .col-sm-4:not(:last-child) {
		margin-bottom: 15px;
	}
	
}

@media all and (max-width: 579px) {
	.site-logo {
		max-width: 100px;
	}
	.navbar-brand {
		height: 40px;
	}
	.main-nav,
	.lang-cont{
		padding: 5px 0;
	}
	.main-form-section h2 {
		font-size: 15px !important;
	}
	.section.main h1 {
		font-size: 26px;
		line-height: 33px;
	}
	.section.main h2,
	.ques-panel h3 {
		font-size: 18px;
	}
	.section.content h2{
		font-size: 24px;
		line-height: 32px;
	}
	.ques-panel .panel-body {
		line-height: 24px;
    	font-size: 14px;
	}
	#resultsec .btn-back .icon {
		width: 35px;
		height: 35px;
	}
}