@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400i&display=swap');

html, body {
	font-family: 'Rubik', sans-serif;
	height: 100%;
	background-color: #343a40;
	color: #fff;
}

a {
	font-family: 'Rubik', sans-serif;
	color: #ffc107;
}

a:hover {
	color: #fff;
}

p {
	font-size: 18px;
	line-height: 1.7;
}

@media (max-width: 575.98px) {
	p {
		font-size: 1rem;
	}
}

#main {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}

header.header {
	background-color: #171a1d;
	border-bottom: 1px solid #343a40;
}

header.header .logo {
	width: 200px;
	opacity: 1;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

header.header .logo:hover {
	opacity: 0.70;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 193, 7, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
	border-color: #7a641f;
}

.main-navigation {
	background-color: transparent !important;
}

.main-navigation.mobile .divider hr {
	border-color: #303336;
	margin: 15px 10px;
}

.main-navigation .dropdown-toggle::after {
	position: relative;
	top: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	border: none;
	outline: none;
	box-shadow: none;
}

.navbar-light .navbar-brand {
	color: #fff;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.navbar-light .navbar-brand:hover {
	color: #999;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-expand-lg .navbar-nav .active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #ffc107;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #ffc107;
}

.navbar-toggler {
	padding: 0.25rem 0.35rem;
	font-size: 0.95rem;
}

.dropdown-menu {
	background-color: #3b4148;
	border-radius: 0;
}

.dropdown-item {
	color: #fff;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
	color: #ffc107;
	background-color: unset;
}

@media (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav .nav-link span {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .navbar-nav .nav-link span {
		display: inline-block;
	}
}

.homejumbotron h1 {
	margin-bottom: 15px;
}

.homejumbotron p {
	font-size: 18px;
	margin-bottom: 5px;
}

.home-featured-items {
	position: relative;
}

.home-featured-items .card-deck {
	margin-bottom: 30px;
}

.home-featured-items .card-body a {
	color: #fff;
}

.home-featured-items p.card-text {
	font-size: 16px;
}

.card {
	background-color: #31363b;
	color: #dee2e6;
	text-align: center;
}

.home-featured-items .card img {
	width: 42px;
	margin-bottom: 15px;
}

.home-featured-items .card .card-title {
	color: #fff;
}

@media (max-width: 991px) {
	.home-featured-items .card-deck {
		display: block;
		margin-bottom: 0;
	}

	.home-featured-items .card-deck .card {
		margin-bottom: 15px;
	}
}

.page-heading {
	padding: 20px 0 150px;
	background-color: #25292d;
	margin-bottom: 50px;
	padding-bottom: 50px !important;
	/* background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgb(0 0 0 / 3%) 100%); */
	min-height: 80vh;
}

.page-heading .page-title {
	margin-bottom: 0;
}

.home-featured-items .card .card-body {
	padding: 35px;
}

@media (max-width: 575.98px) {
	.page-heading h1 {
		font-size: 2rem;
		margin-bottom: 25px;
		margin-bottom: 50px;
	}
}

.section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section .content-image {
	opacity: 0.6;
}

.section a {
	text-decoration: none;
	border-bottom: 1px solid #ffc10700;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.section a:hover {
	color: rgba(255, 193, 7, 0.74);
	border-bottom: 1px solid #ffc107;
}

/* Converter Style */

.converter {
	position: relative;
	margin-top: 30px;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	background-color: #171a1d;
	padding: 15px;
}

.converter .drop-files-area {
	position: relative;
	z-index: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 200px;
	border: 2px dashed rgb(255 193 7 / 60%);
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.converter.have-files .drop-files-area {
	border: 2px dashed rgb(255 193 7 / 18%);
}

.converter.have-files .drop-files-area {
	min-height: auto;
	align-items: flex-start;
}

.converter .drop-files-area>div.inner-box {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.converter.have-files .drop-files-area>div.inner-box {
	align-items: unset;
	justify-content: unset;
}

.converter .drop-files-area>div.inner-box .content {
	position: relative;
}

.converter .drop-files-area>div.inner-box .content .buttons {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.converter.have-files .drop-files-area>div.inner-box .content .buttons {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.converter .drop-files-area>div.inner-box .content .buttons>div:first-child {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	margin-right: auto;
}

.converter .drop-files-area>div.inner-box .content .buttons>div:last-child {
	display: flex;
	flex-direction: row;
}

.converter .drop-files-area>div.inner-box .content .text {
	position: relative;
}

.converter .drop-files-area>div.inner-box .content .text p {
	margin: 0;
	color: #ccc;
	font-size: 14px;
}

.converter .add-files-btn {
	font-size: 16px;
	position: relative;
	background-color: #ffc107;
	color: #25292d;
	font-weight: 600;
	padding: 10px 20px;
	margin-right: 20px;
	text-decoration: none;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	outline: none;
	box-shadow: none;
}

.converter .add-files-btn:hover {
	background-color: #bb951e;
}

.converter .add-files-btn i {
	position: relative;
	font-size: 25px;
	line-height: 0;
	top: 4px;
	left: -4px;
}

.converter.have-files .add-files-btn {
	border-radius: 0;
	margin-right: 0;
}

.converter .add-files-url-btn {
	font-size: 16px;
	position: relative;
	padding: 10px 20px;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.converter .add-extension-btn i {
	position: relative;
	font-size: 25px;
	line-height: 0;
	top: 4px;
	left: -4px;
}

.converter.have-files .add-files-url-btn {
	border-radius: 0;
	border-color: transparent;
	padding: 15px;
	outline: none;
	box-shadow: none;
}

.converter .converter-settings-btn {
	display: none;
}

.converter.have-files .converter-settings-btn {
	display: block;
	border-radius: 0;
	border-color: transparent;
	position: relative;
	padding: 15px;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	outline: none;
	box-shadow: none;
}

.converter .converter-settings-btn i {
	position: relative;
}

.converter .start-conversion-btn {
	display: none;
}

.converter.have-files .start-conversion-btn {
	display: block;
	border-radius: 0;
	position: relative;
	background-color: #28a745;
	color: #25292d;
	font-weight: 600;
	padding: 15px 35px;
	text-decoration: none;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	outline: none;
	box-shadow: none;
}

.converter.have-files .start-conversion-btn:hover {
	background-color: #307c46;
}

.converter .start-conversion-btn i {
	position: relative;
}

.converter .toformat-select {
	display: none;
}

.converter.have-files .toformat-select {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.converter.have-files .toformat-select>div {
	display: flex;
	flex-direction: row;
}

.converter.have-files .toformat-select label {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.converter.have-files .toformat-select .bootstrap-select {
	margin: 0;
	width: 120px;
}

.converter.have-files .toformat-select .bootstrap-select .btn.selectpicker {
	padding: 15px 10px;
	margin: 0;
	outline: none !important;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	background-color: #25292d;
}

.converter.have-files .toformat-select .bootstrap-select .btn.selectpicker::after {
	position: absolute;
	right: 20px;
	top: 25px;
	border-top: 0.3em solid #ccc;
}

.converter.have-files .toformat-select .bootstrap-select .btn.selectpicker.disabled::after {
	display: none;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu {
	border-radius: 0;
	background-color: #25292d;
	color: #ccc;
	width: 200px;
	padding: 0;
}

.converter.have-files .toformat-select .bootstrap-select.btn-group .dropdown-menu .bootstrap-select-searchbox {
	padding: 5px 10px;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu .form-control {
	background-color: #3b4148;
	border-color: #67707b;
	color: #fff;
	border-radius: 3px;
	height: 30px;
	padding: 3px 6px;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu.show .dropdown-menu {
	display: block;
	padding: 0;
	max-height: 300px !important;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu .dropdown-menu::-webkit-scrollbar {
	width: 5px;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu .dropdown-menu::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.converter.have-files .toformat-select .bootstrap-select.btn-group .dropdown-menu li a {
	display: block;
	padding: 3px 15px;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.converter.have-files .toformat-select .bootstrap-select.btn-group .dropdown-menu li.selected a, .converter.have-files .toformat-select .bootstrap-select.btn-group .dropdown-menu li a:hover {
	background-color: #3b4148;
	border-bottom: 1px solid #ffc107;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu .no-results {
	padding: 10px;
	color: #ccc;
	font-size: 13px;
}

.bootstrap-select .dropdown-menu>.selected>a, .bootstrap-select .dropdown-menu>.selected>a:hover, .bootstrap-select .dropdown-menu>.selected>a:focus {
	color: unset;
	text-decoration: unset;
	outline: unset;
	background-color: unset;
}

.bootstrap-select.btn-group>.disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled>a {
	cursor: auto;
}

.converter.have-files .toformat-select .bootstrap-select .dropdown-menu dt {
	padding: 20px 10px 20px 10px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	border-top: 1px solid #30343a;
}

.converter .settings {
	position: relative;
	z-index: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.converter .settings>div {
	max-width: 500px;
	max-height: 250px;
	overflow-y: scroll;
	position: relative;
	background-color: #3c4247;
	color: #ccc;
	padding: 20px;
	border: 3px solid #25292d;
	border-top: none;
}

.converter .settings.show {
	max-height: 250px;
}

.converter .settings>div::-webkit-scrollbar {
	width: 5px;
}

.converter .settings>div::-webkit-scrollbar-track {
	background-color: #25292d;
}

.converter .settings>div::-webkit-scrollbar-thumb {
	background-color: #987919;
	outline: 1px solid #987919;
}

.converter .settings>form {
	padding-top: 20px;
}

.converter .settings>p {
	font-size: 18px;
}

.converter .settings form .form-group {
	margin-bottom: 20px;
}

.converter .settings form .form-group.invalid {
	color: #dc3545 !important;
}

.converter .settings form .form-group.invalid small {
	color: #dc3545 !important;
}

.converter .settings form .form-group.invalid input {
	border-color: #dc3545 !important;
}

.converter .settings label {
	cursor: pointer;
	text-transform: capitalize;
}

.converter .settings .custom-control-label::before {
	background-color: #25292d;
	border: #25292d solid 1px;
}

.converter .settings form select, .converter .settings form input {
	min-width: 200px;
	background-color: #25292d;
	border-color: #25292d;
	color: #ccc;
	font-size: 14px;
	cursor: pointer;
}

.converter .files-list-table {
	position: relative;
	width: 100%;
	min-height: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.converter .files-list-table .item {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #25292d;
	color: #fff;
}

.converter .files-list-table .item>div {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 15px;
}

.converter .files-list-table .item>div>span {
	padding-top: 2px;
	display: block;
}

.converter .files-list-table .item .name {
	width: 100%;
	position: relative;
	overflow-x: auto;
	margin-right: 15px;
	white-space: nowrap;
	-webkit-flex: 1;
	flex: 1;
	margin: 0;
}

.converter .files-list-table .item .name::-webkit-scrollbar {
	height: 4px;
}

.converter .files-list-table .item .name::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.converter .files-list-table .item .name::-webkit-scrollbar-thumb {
	background-color: #e9ecef12;
}

.converter .files-list-table .item .size {
	position: relative;
	color: #848484;
}

.converter .files-list-table .item .action {
	position: relative;
	text-align: right;
}

.converter .files-list-table .item .action .delete-file-btn {
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #25292d;
	background-color: #652c31;
}

.converter .error-container {
	position: relative;
}

.converter .error-container .alert {
	border-radius: 0;
	margin: 0;
	word-break: break-all;
}

.converter .external-url-field {
	position: relative;
	z-index: 0;
	padding: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	color: #fff;
	background-color: #3c4247;
	display: block;
	-webkit-transition: 360ms ease-in-out;
	transition: 360ms ease-in-out;
}

.converter .external-url-field>div {
	padding: 15px;
	border: 3px solid #25292d;
}

.converter .external-url-field.show {
	max-height: 500px;
}

.converter .external-url-field label {
	float: left;
	clear: both;
	font-size: 16px;
}

.converter .external-url-field input {
	width: 100%;
	margin: 5px 0 10px;
	padding: 2px 10px;
	background-color: #25292d;
	border: 1px solid #25292d;
	color: #ccc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	height: 35px;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	box-shadow: none;
}

.converter .external-url-field .add-url-btn {
	color: #000;
	font-weight: 600;
	border-radius: 0;
	text-decoration: none;
	background-color: #ffc107;
}

.converter .external-url-field .add-url-btn:hover {
	background-color: #d09e08;
}

.converter .external-url-field .cancel-url-button {
	color: #ccc;
}

.converter-modal {
	outline: 0;
}

.modal-backdrop {
	width: unset;
	height: unset;
	right: 0;
	bottom: 0;
}

.converter-modal .modal-content {
	border-radius: 3px;
	background-color: #212529;
	color: #fff;
	border: 1px solid #343a40;
	padding: 10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
}

.converter-modal .modal-content .file-download {
	position: relative;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.converter-modal .modal-content .file-download::-webkit-scrollbar {
	height: 3px;
}

.converter-modal .modal-content .file-download::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.converter-modal .modal-content .file-download::-webkit-scrollbar-thumb {
	background-color: #ffc107;
	outline: 1px solid slategrey;
}

.converter-modal .modal-header {
	border-radius: 0;
	border-bottom: 1px solid #343a40;
}

.converter-modal .messages {
	display: inline-block;
	margin-bottom: 10px;
}

.converter-modal .modal-footer {
	border-top: none;
}

.converter-modal .modal-footer .btn-close {
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #495057;
}

.converter-modal .modal-footer .btn-close:hover {
	background-color: #495057;
}

.loader-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199.98px) {
	.converter.have-files .add-files-url-btn span, .converter.have-files .converter-settings-btn span {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.converter.have-files .add-files-url-btn span, .converter.have-files .converter-settings-btn span {
		display: none;
	}

	.converter .files-list-table .item {
		padding: 10px;
	}

	.converter.have-files .start-conversion-btn {
		padding: 15px;
	}
}

@media (max-width: 767.98px) {
	.converter .files-list-table .item .name {
		margin-right: 10px;
	}

	.converter .files-list-table .item .size {
		text-align: right;
	}

	.converter.have-files .add-files-url-btn, .converter.have-files .converter-settings-btn {
		font-size: 14px;
	}

	.converter .drop-files-area>div.inner-box .content .buttons>div:last-child {
		align-items: center;
	}

	.converter.have-files .start-conversion-btn {
		padding: 15px 35px;
	}

	.converter.have-files .add-files-btn span {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.converter .drop-files-area>div.inner-box .content .buttons>div:first-child {
		flex-direction: column;
		margin-right: unset;
	}

	.converter.have-files .drop-files-area>div.inner-box .content .buttons>div:first-child {
		flex-direction: row;
		width: 100%;
	}

	.converter .drop-files-area>div.inner-box .content .buttons>div:last-child {
		width: 100%;
	}

	.converter.have-files .start-conversion-btn {
		width: 100%;
	}

	.converter .add-files-btn {
		margin: 30px 0 20px 0;
	}

	.converter .add-files-url-btn {
		border-color: transparent;
		margin-bottom: 30px;
	}

	.converter.have-files .add-files-btn, .converter.have-files .add-files-url-btn {
		margin: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.converter.have-files .add-files-btn span {
		margin-left: 5px;
		display: block;
	}

	.converter .drop-files-area>div.inner-box .content .buttons {
		flex-direction: column;
	}
}

@media (max-width: 350px) {
	.converter.have-files .add-files-btn {
		padding: 0 15px;
	}
}

/* Breadcrumb Style */

.page-breadcrumbs {
	position: relative;
	margin-bottom: 100px;
}

.page-breadcrumbs ol {
	background-color: transparent !important;
	padding: 0;
}

.page-breadcrumbs ol a {
	color: #adb5bd;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.page-breadcrumbs ol a:hover {
	color: #ffc107;
	text-decoration: none;
}

/* Steps style */

.steps {
	position: relative;
	display: flex;
	flex-direction: column;
}

.steps .step {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background-color: #2e3337;
	padding: 45px 25px;
	border-radius: 6px;
	width: 100%;
	height: 100%;
}

.steps .step img {
	margin-top: 25px;
	margin-bottom: 35px;
	height: 75px;
}

.steps .step .title * {
	font-size: 18px;
}

.steps .step p {
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.steps .step {
		margin-bottom: 40px;
	}
}

/* Footer Style */

#sticky-footer {
	display: flex;
	justify-content: space-between;
	flex-shrink: 1;
	background-color: #212529;
}

#sticky-footer .container {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: start;
}

footer#sticky-footer {
	padding: 50px 0 30px;
}

footer#sticky-footer .logo {
	margin-right: 7px;
	display: block;
	opacity: 1;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

footer#sticky-footer .logo:hover {
	opacity: 0.70;
}

footer#sticky-footer .logo img {
	width: 130px;
	margin-right: 5px;
}

footer#sticky-footer .footer-menu {
	position: relative;
	margin-bottom: 20px;
}

footer#sticky-footer .footer-menu ul.nav {
	justify-content: flex-end;
}

footer#sticky-footer .footer-menu .nav-link {
	color: #fff;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	padding: 5px 15px 5px 0;
}

footer#sticky-footer .footer-menu .nav-link:hover {
	color: #a9b1b9;
}

footer#sticky-footer .footer-copyright {
	display: flex;
	flex-direction: row;
	margin-right: auto;
	padding: 0;
	margin-bottom: 20px;
}

footer#sticky-footer .footer-copyright p {
	margin: 4px 0 1px 0;
	color: #fff;
	font-size: 13px;
}

footer#sticky-footer .footer-copyright a.logo {
	display: flex;
	align-content: center;
}

footer#sticky-footer .footer-socials {
	text-align: right;
}

footer#sticky-footer .footer-socials a {
	color: #fff;
	padding-right: 7px;
}

footer#sticky-footer .footer-socials a:hover {
	color: #ffc107;
}

@media (max-width: 992px) {
	footer#sticky-footer .footer-menu {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	footer#sticky-footer .footer-menu {
		font-size: unset;
	}

	footer#sticky-footer .footer-copyright {
		flex-direction: column;
	}

	footer#sticky-footer .logo {
		margin-bottom: 15px;
	}

	footer#sticky-footer .footer-menu ul.nav {
		flex-direction: column;
		margin-bottom: 15px;
	}

	footer#sticky-footer .footer-socials {
		text-align: left;
	}
}

/* Segments with icon styles */

.segments-width-icon {
	position: relative;
}

.segments-width-icon .col {
	position: relative;
	padding-left: 140px;
	margin-bottom: 30px;
}

.segments-width-icon .row:last-child .col {
	margin-bottom: 0px;
}

.segments-width-icon img {
	position: absolute;
	top: 0;
	left: 15px;
	max-width: 90px;
	transform: rotate(-5deg);
	opacity: 0.3;
	-webkit-transition: 260ms ease-in-out;
	transition: 260ms ease-in-out;
}

.segments-width-icon p {
	position: relative;
}

.archive .section.faq {
	position: relative;
}

.archive h3 {
	margin-top: 25px;
}

@media (max-width: 575.98px) {
	.segments-width-icon .col {
		padding-left: 15px;
		padding-top: 135px;
	}

	.segments-width-icon img {
		max-width: 90px;
		transform: rotate(0deg);
	}
}

/* Testimonials styles */

.testimonials {
	width: 100%;
	position: relative;
	padding: 55px 0;
	background-color: #212529;
}

.testimonials .content-wrapper {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 50px;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.testimonials .content-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.testimonials .testimonials-items {
	display: flex;
	flex-direction: row;
}

.testimonials .t-item {
	max-width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 25px;
}

.testimonials .testimonials-items .t-item .photo {
	width: 180px;
	height: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 16px;
}

.testimonials .testimonials-items .t-item .photo img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonials .testimonials-items .t-item .data {
	position: relative;
}

.testimonials .testimonials-items .t-item .data h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 7px 0;
}

.testimonials .testimonials-items .t-item .data p {
	margin: 0;
	color: #7B7B88;
	font-size: 16px;
}

.testimonials .testimonials-items .t-item .testimonial {
	position: relative;
}

.testimonials .testimonials-items .t-item p {
	margin: 0;
	width: 100%;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

@media only screen and (min-width: 1500px) {
	.testimonials .content-wrapper {
		max-width: 2000px;
	}
}

@media only screen and (max-width: 1500px) {
	.testimonials .testimonials-items .t-item:nth-last-child(-n+2) {
		display: none;
	}
}

@media only screen and (max-width: 1140px) {
	.testimonials .testimonials-items .t-item {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 720px) {
	.testimonials .bg-1 {
		top: 350px;
		left: 50px;
	}

	.testimonials .bg-2 {
		top: unset;
		bottom: 450px;
	}

	.testimonials .testimonials-items {
		flex-direction: column;
	}

	.testimonials .testimonials-items .t-item {
		max-width: 540px;
		padding: 30px 0;
	}

	.testimonials .testimonials-items .t-item:nth-last-child(-n+2) {
		display: flex;
	}
}

/* MostUsedConverters widget styles */

.most-used-converters {
	width: 100%;
	position: relative;
	padding: 55px 0;
	background-color: #1c1f23;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.most-used-converters .content-wrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	z-index: 1;
	box-sizing: border-box;
}

.most-used-converters .content-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.most-used-converters .items {
	position: relative;
}

.most-used-converters .items ul {
	position: relative;
	padding: 0;
}

.most-used-converters .items ul li {
	list-style: none;
	font-size: 18px;
	line-height: 1.7;
}

.most-used-converters .items ul li a {
	display: inline-block;
}

/* Faq styles */

.faq {
	position: relative;
	margin-bottom: 15px;
}

.faq .card {
	text-align: left;
}

.faq .card-header {
	background-color: #2e3337;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card-header .question * {
	color: #ffc107;
	font-size: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.faq .card-body {
	background-color: #25292d;
}

.contact-form {
	position: relative;
	padding: 5px;
}

.contact-form .submit-message {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 2rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	display: none;
}

.contact-form .submit-message p {
	margin: 0;
}

.contact-form .submit-message.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	display: block;
}

.contact-form .submit-message.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	display: block;
}

.contact-form form {
	position: relative;
}

.contact-form form .loader {
	position: absolute;
	display: none;
}

.contact-form form .loader {
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	background-color: #343a40;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* min-height: 460px; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	transition: 200ms ease-in-out;
	display: none;
	opacity: 0;
	flex-direction: column;
}

.contact-form form .spinner {
	border: 16px solid #ffc10740;
	border-radius: 50%;
	border-top: 16px solid #ffc107;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-bottom: 30px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contact-form form>div.has-error input[type=text], .contact-form form>div.has-error input[type=email], .contact-form form>div.has-error textarea {
	border-color: #ffc107;
}

.contact-form form .error-msg {
	margin: 0;
	color: #ffc107;
	background-color: transparent;
	padding: 1px 5px;
	font-size: 14px;
	margin-bottom: 25px;
}

.contact-form .form-control {
	color: #fff;
	border: 1px solid #000;
	background-color: #25292d;
	transition: 200ms ease-in-out;
}

.contact-form .form-control:focus {
	border: 1px solid #000;
	background-color: #000;
}

.contact-form form button[type=submit] {
	max-width: 300px;
	width: 100px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: 200ms ease-in-out;
}

.contact-form form button[type=submit]:hover {
	background-color: #45a049;
}

.contact-form form input[type=text]::-webkit-input-placeholder, .contact-form form input[type=email]::-webkit-input-placeholder {
	/* Edge */
	font-size: 16px;
	line-height: 1.5;
}

.contact-form form input[type=text]:-ms-input-placeholder, .contact-form form input[type=email]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 16px;
	line-height: 1.5;
}

.contact-form form input[type=text]::placeholder, .contact-form form input[type=email]::placeholder {
	font-size: 16px;
	line-height: 1.5;
}

.formats-links {
	position: relative;
	text-align: center;
}

.formats-links h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.formats-links .links {
	display: inline-block;
	max-width: 500px;
	width: 100%;
}

.formats-links .format-btn {
	line-height: 1.2;
	color: #ccc;
	font-size: 16px;
	display: inline-block;
	margin: 0 6px 7px 0;
	border-radius: 3px;
	background-color: #343a40;
	padding: 5px 9px 3px;
	border: none;
}

.formats-links .format-btn:hover {
	border: none;
	background-color: #2d3135;
}

/* LatestFromBlog styles */

.latest-from-blog {
	position: relative;
	padding: 20px;
	max-width: 860px;
}

.latest-from-blog .posts {
	position: relative;
}

.latest-from-blog .posts:before {
	content: ' ';
	background: #25292d;
	display: inline-block;
	position: absolute;
	left: 5px;
	width: 4px;
	height: 100%;
	border-radius: 5px;
}

.latest-from-blog .posts .post {
	position: relative;
	padding: 10px 20px 20px 40px;
}

.latest-from-blog .posts .post .holder {
	position: relative;
	background-color: #25292d;
	padding: 24px;
	border-radius: 5px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.latest-from-blog .posts .post::before {
	content: ' ';
	background: #876e1c;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #25292d;
	top: 36px;
	left: 0;
	width: 14px;
	height: 14px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.latest-from-blog .posts .post .timeline-arrow {
	width: 15px;
	height: 15px;
	background-color: #25292d;
	display: block;
	position: absolute;
	left: -8px;
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	border-radius: 2px;
}

.latest-from-blog .posts .post .title {
	font-size: 18px;
}

.latest-from-blog .posts .post .date {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 300;
	display: block;
}

.latest-from-blog .posts .post p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

@media only screen and (max-width: 720px) {
	.latest-from-blog {
		padding: 20px 5px;
	}

	.latest-from-blog .posts .post {
		padding-right: 0;
	}
}

/* Ratings styles */

.ratings {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 100px 0;
	background: rgb(37, 41, 45);
	background: linear-gradient(0deg, rgb(33 37 41) 5%, rgba(52, 58, 64, 1) 100%);
	/*border-top: 1px solid #171a1c;
	border-bottom: 1px solid #171a1c;*/
}

.ratings .title {
	position: relative;
}

.ratings .paragraph {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.ratings .rating-stars {
	position: relative;
	text-align: center;
}

.ratings .rating-stars i {
	margin: 0;
	padding: 0 4px;
	font-size: 20px;
	cursor: pointer;
	opacity: 1;
	text-shadow: 2px 1px 2px #000;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.ratings .rating-stars i:hover {
	opacity: 0.85;
}

.ratings .rating-stars i.fa-star {
	color: #ffc107;
}

.ratings .rating-stars i.fa-star-o {
	color: #ffc107;
}

.ratings .rating-stars .rating-clear {
	position: absolute;
	right: -17px;
	top: -7px;
	color: #a8a8a8;
	font-size: 16px;
	text-decoration: none;
	border: none;
}

.ratings .rating-stars .rating-mask {
	position: absolute;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.ratings .rating-stars .rating-mask.show {
	z-index: 1;
	opacity: 1;
}

.ratings .rating-stars .rating-message {
	width: 100%;
	position: absolute;
	top: 35px;
	color: #ccc;
	font-size: 18px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.ratings .rating-stars .rating-message.show {
	opacity: 1;
}

.ratings input {
	opacity: 0;
}

/* Conversion result page styles */

.conversion-result {
	position: relative;
	margin-bottom: auto;
	display: flex;
	flex-direction: column;
}

.conversion-result .page-heading {
	margin-bottom: 20px;
	background-color: transparent;
}

.conversion-result .page-heading h1 {
	margin-bottom: 10px;
}

.conversion-result.failed .page-title h1,
.conversion-result.failed .page-title p {
	font-size: 14px;
}

.conversion-result .page-heading p {
	margin-bottom: 0;
}

.conversion-result .files-list-table {
	position: relative;
	width: 100%;
	min-height: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 70px;
}

.conversion-result .files-list-table .item {
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: 15px 20px;
	background-color: #25292d;
	border-bottom: 1px solid #343a40;
	color: #fff;
}

.conversion-result .files-list-table>p {
	position: absolute;
	bottom: -26px;
	font-size: 12px;
	color: rgb(255 255 255 / 37%);
	text-align: right;
	width: 100%;
	margin: 0;
	z-index: 0;
	padding-right: 5px;
}

.conversion-result .files-list-table>p.active {
	color: rgb(255 193 7 / 61%);
}

.conversion-result .files-list-table .item:last-of-type {
	border-bottom: none;
}

.conversion-result .files-list-table .item>div {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 15px;
}

.conversion-result .files-list-table .item>div>span {
	padding-top: 2px;
	display: block;
}

.conversion-result .files-list-table .item .name {
	width: 100%;
	position: relative;
	overflow-x: auto;
	margin-right: 15px;
	-webkit-flex: 1;
	flex: 1;
	margin: 0;
}

.conversion-result .files-list-table .item .name::-webkit-scrollbar {
	height: 4px;
}

.conversion-result .files-list-table .item .name::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.conversion-result .files-list-table .item .name::-webkit-scrollbar-thumb {
	background-color: #e9ecef12;
}

.conversion-result .files-list-table .item .size {
	position: relative;
	color: #848484;
}

.conversion-result .files-list-table .item .action {
	position: relative;
	text-align: right;
}

.conversion-result .files-list-table .item .action .download-file-btn {
	color: #25292d;
	font-weight: 500;
	border: 1px solid #25292d;
	background-color: #FFC107;
	text-decoration: none;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.conversion-result .files-list-table .item .action .download-file-btn:hover {
	background-color: #c09719;
}

.conversion-result .files-actions {
	position: relative;
	margin-bottom: 20px;
}

.conversion-result .files-actions .btn {
	width: fit-content;
	font-size: 14px;
	font-weight: 500;
	color: #25292d;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #FFC107;
	text-decoration: none;
	-webkit-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
}

.conversion-result .files-actions .btn.download-all-files-btn {
	background-color: #28a745;
}

.conversion-result .files-actions .btn.download-all-files-btn:hover {
	background-color: #4ae45d;
}

.conversion-result .files-actions .btn.copy-result-link-btn {
	position: relative;
	background-color: #b3b5b7;
}

.conversion-result .files-actions .btn.copy-result-link-btn:hover {
	background-color: #fff;
}

.conversion-result .files-actions .btn.copy-result-link-btn span {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 100px;
	color: #b3b5b7;
	font-size: 14px;
	font-weight: normal;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 260ms ease-in-out;
	transition: 260ms ease-in-out;
}

.conversion-result .conversion-loader {
	position: relative;
}

.conversion-result .conversion-loader img {
	opacity: 0.65;
	max-width: 400px;
	padding: 40px;
}

.conversion-result .share-buttons {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.conversion-result .share-buttons>p {
	font-size: 14px;
	margin: 0 10px 0 0;
	line-height: 2;
}

.conversion-result .share-buttons .at-resp-share-element .at-share-btn {
	border-bottom: 1px solid transparent;
}

/* Pricing table */

.pricing-header {
	background-color: #25292d;
}

.pricing-header th {
	border-bottom: 0 !important;
}

.pricing-switcher {
	text-align: center;
	margin-bottom: 30px;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 5px;
	border-radius: 50em;
	background-color: #25292d;
}

.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 120px;
	height: 32px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	transition-delay: 0.1s;
	transition: color 0.3s ease;
}

.pricing-switcher input[type="radio"]:checked+label {
	color: #343a40;
	text-decoration: none;
}

.pricing-switcher .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	width: 120px;
	background-color: #ffc107;
	border-radius: 50em;
	transition: transform 0.3s;
}

.pricing-switcher input[type="radio"]:checked+label+.switch, .pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}

/* Facebook like/share buttons */

.facebook-like {
	display: flex;
	justify-content: left;
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {
	.conversion-result .files-list-table .item {
		display: block;
	}

	.conversion-result .files-list-table .item>div>span {
		padding-bottom: 10px;
	}

	.conversion-result .files-list-table .item .name {
		margin: 0 0 20px 0;
		display: block;
	}

	.conversion-result .files-list-table .item .size {
		display: inline-block;
		margin: 0 10px 20px 0;
	}

	.conversion-result .files-list-table .item .action {
		display: inline-block;
		margin: 0 0 20px 0;
	}

	.conversion-result .files-actions .btn {
		font-size: 12px;
	}

	.conversion-result .files-actions .btn.copy-result-link-btn span {
		left: 152px;
	}
}

@media (max-width: 460px) {
	.conversion-result .files-actions .btn {
		display: block;
	}

	.conversion-result .files-actions .btn.download-all-files-btn {
		margin-bottom: 10px;
	}

	.conversion-result .share-buttons>p {
		font-size: 12px;
		margin: 0 5px 0 0;
		line-height: 2.5;
		overflow: hidden;
		width: 35px;
		height: 20px;
	}
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* Offer styles */

.converter-modal .offer,
.conversion-result .offer {
	display: block;
	margin-bottom: 20px;
}

.conversion-result.success .offer,
.conversion-result.failed .offer {
	margin: 70px 0 50px 0;
}

.converter .offer .add-extension-btn,
.converter-modal .offer .add-extension-btn,
.conversion-result .offer .add-extension-btn {
	position: relative;
	font-size: 14px;
	background-color: #28a745;
	padding: 7px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 55%);
	color: #fff;
	border: none;
	font-weight: 400;
	text-decoration: none;
}

.conversion-result.success .offer .add-extension-btn,
.conversion-result.failed .offer .add-extension-btn {
	font-size: 18px;
	padding: 10px 16px;
}

.converter .offer .add-extension-btn:hover,
.converter-modal .offer .add-extension-btn:hover,
.conversion-result .offer .add-extension-btn:hover {
	border: none;
	background-color: #24963e;
}

.converter .offer .add-extension-btn {
	padding: 12px 20px;
	margin-right: 20px;
	font-size: 16px;
}

.converter .offer .add-extension-btn:hover {
	background-color: #24963e;
	color: #fff;
	border-color: transparent;
}

.converter .add-extension-btn i {
	position: relative;
	font-size: 25px;
	line-height: 0;
	top: 4px;
	left: -4px;
}

.converter.have-files .add-extension-btn {
	display: none;
}

.offer .ext1 *,
.offer .ext2 *,
.offer .ext3 *,
.offer .ext4 *,
.offer .ext5 * {
	pointer-events: none;
}

.topbar {
	text-align: center;
	background-color: #000;
	padding: 5px 10px;
}

.topbar p {
	margin: 0;
	font-size: 14px;
}

.gads.vertical-left {
	position: fixed;
	left: 50px;
	top: 100px;
	bottom: 100px;
	width: 160px;
	z-index: 1;
}

.gads.vertical-right {
	position: fixed;
	right: 50px;
	top: 100px;
	bottom: 100px;
	width: 160px;
	z-index: 1;
}

/* .adunit {
	background-color: rgb(255 255 255 / 10%);
} */

.pricing_tbl {
	font-size: 15px;
	margin: 0 auto 50px auto;
	padding: 0px;
	text-align: center;
}

#toogler-container {
	width: 360px;
	height: 36px;
	margin-left: auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}

.inner-container {
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-transform: uppercase;
	font-size: .6em;
	letter-spacing: .2em;
}

.inner-container:first-child {
	background: #e9e9e9;
	color: #a9a9a9;
}

.inner-container:nth-child(2) {
	background: dodgerblue;
	color: white;
	clip-path: inset(0 50% 0 0);
	transition: .3s cubic-bezier(0, 0, 0, 1);
}

.toggle {
	width: 50%;
	position: absolute;
	height: inherit;
	display: flex;
	box-sizing: border-box;
}

.toggle p {
	margin: auto;
	font-size: 15px;
}

.toggle:nth-child(1) {
	right: 0;
}

.pricing_tbl td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
	font-size: 13px;
}

.pricing_tbl .norow {
	border: none;
}

.pricing_tbl .with-hover-effect:hover td {
	background-color: #fff;
}

.pricing_tbl .with-hover-effect:hover>td:first-of-type,
.pricing_tbl .with-hover-effect:hover>td.price {
	background-color: transparent;
}

.pricing_tbl .price {
	border: medium none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 2px;
	font-style: normal;
}

.pricing_tbl .reg_price {
	background: #E91E63;
}

.pricing_tbl .pop_price {
	background: #ff236e;
}

.pricing_tbl .plan {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
}

.pricing_tbl .regular {
	background: #efefef;
	color: #333;
}

/* .pricing_tbl .cta {
	background: transparent !important;
	border: none;
} */

.pricing_tbl .popular {
	background: #fff;
	color: #000;
}

.pricing_tbl .month {
	font-weight: bold;
	line-height: 15px;
	font-size: 10px;
	font-family: arial;
}

.pricing_tbl .feature_label {
	text-align: left;
	padding-left: 15px;
	font-family: arial;

}

.no_bdr_heading {
	border-left: none;
	border-right: none !important;
	background: #ddd;
}

.no_bdr_heading:last-of-type {
	border-right: 1px solid #ddd !important;
}

.pricing_tbl a.subscribe.btn {
	min-width: 100%;
	color: #000;
	background: #ffc109;
	padding: 9px 25px !important;
	font-size: 13px;
}

.pricing_tbl a.subscribe.btn:hover {
	color: #000;
	background: #cc9c18;
}

.pricing_tbl .norow td {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}

.pricing_tbl thead tr th:first-child,
.pricing_tbl tbody tr td:first-child {
	width: 260px;
	min-width: 260px;
	max-width: 260px;
}

@media (max-width: 600px) {
	.gads.vertical-left {
		display: none;
	}

	.gads.vertical-right {
		display: none;
	}

}
/*--------------------------*/