@charset "utf-8";
/* CSS Document */

/*=================== // fonts // ====================*/

@font-face {
	font-family: "ProximaNova-Bold";
    src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
	font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
	font-family: "ProximaNova-Semibold";
    src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
}

@font-face {
	font-family: "ProximaNova-Light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-family: "ProximaNova-Regular";
}

/*::selection {
	background: #936689;
	color: #fff;
}*/

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	color: inherit;
}
/* a:hover {
    color: #ff7800; 
} */

/*  */
/* a, a:focus{
	color: inherit;
	outline: none;
}
a, a:hover, a:focus{
	outline:none;
	text-decoration:none;
	color:inherit;
} */

:focus {
	outline: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
	text-decoration: none;
}

li {
	list-style: none;
}

.img-responsive {
	display: block;
	height: auto;
}

.clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: 0 auto;
}

ol,
dl,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	margin-bottom: 1rem;
}

p {
	font-size: 16px;
	color: #565656;
	line-height: 1.6;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

hr {
	float: left;
	display: block;
	height: 0.1rem;
	width: 100%;
	background-color: #dadada;
	margin: 1rem 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
	margin-top: .-1rem;
}

/*::-webkit-input-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

:-moz-placeholder {
	color: #fff;
	opacity: 1;
}*/
/* // helping css // */

.heading01 {
	font-family: "ProximaNova-Bold";
	font-size: 48px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading02 {
	font-family: "ProximaNova-Bold";
	font-size: 38px;
	color: #24292c;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading03 {
	font-family: "ProximaNova-Bold";
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading04 {
	font-family: "ProximaNova-Semibold";
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.small_title {
	font-size: 1.6rem;
}

.paragraph {
	font-family: "ProximaNova-light";
	font-size: 17px;
	color: #424242;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 500;
}

/* // button css */
.common_btn01 {
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 25px;
	color: #fff !important;
	background-color: #936689;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	transition: all 0.4s ease;
}

.common_btn01:hover {
	background-color: #974e87;
	box-shadow: 0 0 5px #787878;
}

/* // input field css */
.field01 {
	font-family: "ProximaNova-Light";
	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	height: 45px;
	font-weight: 500;
    /* text-align: center; */
	border-radius: 7px;
	position: relative;
}

.field02 {
	min-height: 150px !important;
}

.field03 {
	color: #000 !important;
	min-height: 120px !important;
	border: 1px solid #c7c7c7 !important;
}

.field04 {
	color: #000 !important;
	border: 1px solid #c7c7c7 !important;
}

.submit01 {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	font-weight: 500;
	padding: 10px 25px;
	color: #0193D9 !important;
	background-color: #fff;
	position: relative;
	display: table;
	margin: 0 auto;
	transition: all 0.4s ease;
}

.submit01:hover {
	background-color: #000;
}

/* ============================================================================================ */

/* body css start */

/* ============================================================================================ */

.nav {
	display: -ms-flexbox;
	display: inherit;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

nav,
.navbar {
	height: 100%;
	width: 100%;
	float: left;
	padding: 15px 0;
	background: #fff;
	color: #fff;
}

.navbar .nav-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar .nav-header {
	float: left;
	padding: 10px 0;
}

.navbar .logo {
	width: 100%;
    /*    max-width: 140px;*/
	;
}

.navbar .logo a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	font-size: 19px;
}

.navbar .logo img {
	max-width: 100%;
}

.navbar .nav-links {
	float: right;
	margin-top: 12px;
}

.navbar .nav-links .nav-item {
	position: relative;
	list-style: none;
	float: left;
}

.navbar .nav-links .nav-item .nav-link {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #707070;
	font-size: 17px;
	font-weight: 500;
}

.navbar .menu-show,
.menu-hide {
	transition: 0.4s;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

.navbar .menu-show {
	margin: 0;
	float: right;
}

.navbar .nav-link:hover,
.menu-show:hover,
.menu-hide:hover {
	color: #0193d9 !important;
}

.navbar #menu-toggle {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

@media (min-width: 768px) {
	.navbar .has-dropdown ul {
		position: absolute;
		left: inherit;
		top: 100%;
		width: 270px;
		padding: 0;
		border: unset;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
		-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
		-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.navbar .has-dropdown:hover ul {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		display: block !important;
	}

	.navbar .has-dropdown ul li {
		width: 100%;
		position: relative;
		display: block;
		line-height: 24px;
		font-weight: 500;
		font-size: 15px;
		text-transform: capitalize;
		color: #222;
		border-bottom: 1px solid rgba(34, 34, 34, 0.1);
		text-align: left;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.navbar .has-dropdown ul li a {
		position: relative;
		display: block;
		padding: 15px 30px !important;
		line-height: 24px;
		font-weight: 500;
		font-size: 13px;
		text-transform: capitalize;
		color: #211f58 !important;
		border-bottom: 1px solid rgba(34, 34, 34, 0.1);
		text-align: left;
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

	.navbar .has-dropdown ul li a:hover {
		background: #211f58;
		color: #fff !important;
	}
}

@media (max-width: 767px) {
	.navbar .menu-show,
    .menu-hide {
		display: block;
	}

	.navbar .nav-links {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: -100%;
		padding: 50px 0;
		transition: 1s;
		background: #021f3a;
		z-index: 11;
	}

	.navbar .nav-links .nav-item {
		width: 100%;
	}

	.navbar .nav-links .nav-item .nav-link {
		padding: 15px;
		text-align: center;
	}

	.navbar .menu-hide {
		position: absolute;
		top: 15px;
		right: 20px;
	}

	.navbar #menu-toggle:checked ~ .nav .nav-links {
		left: 0;
	}

	.navbar .has-dropdown ul {
		display: none;
	}

	.navbar .dropdown-menu {
		margin: 0;
		padding: 0;
		border: 1px solid #0000001c;
		flex-direction: column;
	}

	.navbar .dropdown-menu li:not(:last-child) {
		border-bottom: 1px solid #0000001c;
	}

	.navbar .nav-links .has-dropdown .dropdown-menu .nav-link {
		font-size: 13px;
	}
}

.request_btn, .white_btn {
	font-family: "ProximaNova-Semibold";
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 8px 20px !important;
	color: #fff !important;
	background-color: #0193d9 !important;
	border: 1px solid #0193d9;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	border-radius: 0px;
	transition: all 0.4s ease;
	margin-right: 0px;
}

.request_btn:hover {
	background-color: #0077d5;
	border: 1px solid #0077d5;
	color: #fff !important;
	-webkit-transform: translate3d(0, -1px, 0);
	transform: translate3d(0, -1px, 0);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.white_btn {
	font-family: "ProximaNova-Semibold";
	background-color: #fff !important;
	color: #0193d9 !important;
}

.white_btn:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #0193d9 !important;
	-webkit-transform: translate3d(0, -1px, 0);
	transform: translate3d(0, -1px, 0);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.navbar .nav-container .active {
    color: #0193d9 !important;
    font-weight: 600 !important;
}

/* ============================================================================================ */

/* banner css start */

/* ============================================================================================ */
.banner {
	width: 100%;
	padding: 50px 0 80px;
	display: inline-block;
	background-image: url(../images/vector01.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 300px;
	position: relative;
	left: 0;
	bottom: 0;
}

.search {
	width: 100%;
	position: relative;
	display: flex;
	margin-top: 25px;
}

.searchTerm {
	font-family: "ProximaNova-Light";
	width: 90%;
	border: 1px solid #c7c7c7;
	border-right: none;
	padding: 5px 10px;
	height: 42px;
	border-radius: 0;
	outline: none;
	color: #000;
}

.searchTerm:focus {
	color: #000;
}

.searchButton {
	font-family: "ProximaNova-Semibold";
	width: 120px;
	height: 42px;
	padding: 0 10px;
	border: 1px solid #3891d7;
	background: #3891d7;
	text-align: center;
	color: #fff;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
}

.banner_para {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
}
.mt_05 {

}

/* ============================================================================================ */

/* sec01 css start */

/* ============================================================================================ */
.sec01 {
	width: 100%;
	padding: 80px 0;
	background-color: #0193d9;
	display: inline-block;
}

.sec01 .nav-pills {
	display: none;
}

@media(min-width:768px) {
	.sec01 .nav-pills {
		display: flex;
	}

	.sec01 .card {
		border: none;
	}

	.sec01 .card-body {
		padding: 0;
	}

	.sec01 .card .card-header {
		display: none;
	}

	.sec01 .card .collapse {
		display: block;
	}
}

@media(max-width:767px) {
	.sec01 .tab-pane {
		display: block !important;
		opacity: 1;
	}
}

.fade:not(.show) {
	opacity: 1;
}

.sec01 .nav-pills .nav-link {
	border-radius: 0;
	color: #fff;
}

.sec01 .nav-link {
	display: block;
	padding: 10px 0;
	position: relative;
}

.sec01 .nav-pills .nav-link.active, .sec01 .nav-pills .show>.nav-link {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.sec01 .nav-pills .nav-link.active::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 16px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #fff;
	transform: rotate(90deg);
}

.sec01 .card-header h5 {
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

.sec01 .fa-angle-down {
	float: right;
	line-height: 22px;
}

@media (min-width: 992px) {
	.sec01 .col-md-1-5 {
		width: 20%;
	}

	.sec01 .col-md-2-5 {
		width: 40%;
	}

	.sec01 .col-md-3-5 {
		width: 60%;
	}

	.sec01 .col-md-4-5 {
		width: 80%;
	}

	.sec01 .col-md-5-5 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.sec01 .col-lg-1-5 {
		width: 20%;
	}

	.sec01 .col-lg-2-5 {
		width: 40%;
	}

	.sec01 .col-lg-3-5 {
		width: 60%;
	}

	.sec01 .col-lg-4-5 {
		width: 80%;
	}

	.sec01 .col-lg-5-5 {
		width: 100%;
	}
}

.sec01 .col-sm-6 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

/* Demo only, no need for this */

.show-grid [class^=col-] span, .container-fluid .show-grid [class^=col-] {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #eee;
	background-color: transparent;
	text-align: center;
	border: none;
}

[class^=col-] {
	margin-bottom: 20px;
}

.sec01 .card {
	background-color: transparent;
	border-radius: 0;
}

.align_right {
	float: right;
}

.mb_2 {
	margin-bottom: 25px;
}


/* ============================================================================================ */

/* sec02 css start */

/* ============================================================================================ */
.sec02 {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
	display: inline-block;
}

.color01 {
	color: #0193d9;
}

.color02 {
	color: #90d9fa;
}

.color03 {
	font-size: 16px;
	color: #707070;
}

.bg_color01 {
	background-color: #0193d9;
}

/* ============================================================================================ */

/* sec03 css start */

/* ============================================================================================ */
.sec03 {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
	display: inline-block;
	background-image: url(../images/vector02.png), url(../images/vector03.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	min-height: auto;
	text-align: center;
}

.client_circle {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
}

.sec03 h6 {
	font-family: "ProximaNova-Bold";
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.sec03 i {
	font-size: 16px;
	color: #FCB800;
}

.para01 {
	width: 70%;
	margin: 15px auto 0;
	color: #707070 !important;
}

.para02 {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.para03 {
	width: 60%;
	margin: 15px auto 0;
	color: #fff;
}

/* ============================================================================================ */

    /* footer css start */

/* ============================================================================================ */
.footer {
	width: 100%;
	padding: 80px 0 50px;
	background-color: #171717;
}

.footer_box {
	width: 100%;
}

.white_logo {
	width: 100%;
	margin-bottom: 10px;
}

.social {
	text-align: left;
	margin-top: 25px;
}

.social a {
	text-decoration: none;
	color: inherit;
	background: none;
	padding: 0;
}

.social a i {
	color: #242424;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	font-size: 18px;
	width: 35px;
	height: 35px;
	border-radius: 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	line-height: 35px;
	transition: 0.6s;
}

.social a i:hover {
	background-color: #0193d9;
	border: 1px solid #0193d9;
	color: #fff;
}

.footer_box h4 {
	font-size: 22px;
	color: #d5d5d5;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer_box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_box ul li {
	width: 100%;
	font-size: 16px;
	color: #707070;
	font-weight: 400;
	display: flex;
	gap: 15px;
	padding-bottom: 0px;
}

.footer_box ul li a {
	width: 100%;
	display: block;
	position: relative;
	font-size: 16px;
	color: #707070;
	font-weight: 400;
	padding-bottom: 10px;
}

.footer_box ul li a:hover {
	color: #fff;
}

.pl01 {
	padding-left: 100px;
}

.copyright {
	width: 100%;
	background-color: #121212;
	padding: 20px 0;
	text-align: center;
}

.copyright p {
	font-size: 15px;
	color: #707070;
	margin: 0;
}

/*.footer_box .fa-location-dot, .footer_box .fa-phone, .footer_box .fa-envelope {
    padding-top: 5px;
}*/


/* ============================================================================================ */

    /* software css start */

/* ============================================================================================ */

.software_sec {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
	display: inline-block;
}
/* tab start */

ul.tabs {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 52px;
	border-bottom: 1px solid #c7c7c7;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 20px;
	height: 60px;
	line-height: 42px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: transparent;
	color: #1F1F1F;
	overflow: hidden;
	position: relative;
}

.tab_last {
	border-right: none;
}

ul.tabs li:hover {
	background-color: transparent;
	color: #1F1F1F;
}

ul.tabs li.active {
	background-color: transparent;
	color: #333;
	font-weight: 600;
	border-bottom: none;
	display: block;
}

ul.tabs li.active::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #c7c7c7;
	transform: rotate(180deg);
}

.tab_container {
	border: none;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.tab_content {
	padding: 40px 0 0 0;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}

	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		background-color: #666;
		color: #fff;
	}
}

/* tab end */

.l_box {
	width: 100%;
	min-height: 800px;
}

.check_card {
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 20px 10px 10px;
	margin-bottom: 10px;
}

.check_card h6 {
	font-size: 14px;
	color: #000;
	font-family: "ProximaNova-Semibold";
	margin-bottom: 15px;
}

/* checkbox start */
.form-group {
	display: block;
	margin-bottom: 8px;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	color: #1F1F1F;
	margin-bottom: 0;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 5px;
	height: 9px;
	border: solid #008fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.no_cont {
	font-size: 13px;
	color: #1F1F1F;
	float: right;
	line-height: 26px;
}
/* checkbox end */
.form-group i {
	font-size: 13px;
	color: #F0B000;
}

/* show-more start */
#show-more, #show-less {
	cursor: pointer;
	font-size: 14px;
	color: #01adff;
}

/* show-more end */

.check_card a {
	font-size: 14px;
	color: #1F1F1F;
	display: block;
	margin-bottom: 8px;
}

.r_box {
	width: 100%;
}

.r_box h5 {
	font-family: "ProximaNova-Bold";
	font-size: 20px;
	color: #0193D9;
	font-weight: 600;
	margin-bottom: 15px;
}

.top_ten {
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}

.small_font01 {
	font-family: "ProximaNova-Bold";
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.small_font01:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 4px;
	width: 90px;
	background-color: #0193D9;
}

.small_font01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 2px;
	width: 95%;
	max-width: 180px;
	background-color: #0193D9;
}





/* top_ten tab start */
.top_ten .active {
	display: block;
}

.top_ten .hide {
	display: none;
}

.top_ten ul {
	padding: 0px;
}

.top_ten ul li {
	float: left;
	padding: 0 10px 0;
	margin-bottom: 10px;
	border-right: 1px solid #1F1F1F;
	line-height: 15px;
}

.top_ten ul li a {
	font-size: 15px;
	color: #1F1F1F;
}

.top_ten .list {
	width: 100%;
	background: none;
	padding: 20px 2px 0 0;
	margin-top: 10px;
	border-top: 1px solid #c7c7c7;
}

.top_ten .activelink {
	color: #000;
	font-weight: 600;
}

.devider01 {
	border-bottom: 1px solid green;
	margin: 15px 0;
}

.sort_box {
	width: 100%;
	background-color: #0193D9;
	padding: 10px;
}

.sort_btn01 {
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 4px 15px !important;
	color: #0193D9 !important;
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease;
	margin-left: 10px;
}

.sort_panel_box {
	width: 100%;
	padding: 20px;
	margin-top: 25px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	float: left;
}

.sort_panel_box_l {
	width: 22%;
	float: left;
}

.l_pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.l_pic img {
	width: 100%;
}

.sort_panel_box_r {
	width: 75%;
	float: left;
	position: relative;
	margin-left: 20px;
}

.sort_panel_box_r h6 {
	font-family: "ProximaNova-Bold";
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}

.sort_panel_box_r .fa-star, .sort_panel_box_r .fa-star-half-stroke {
	font-size: 13px;
	color: #F0B000;
}

.small_text01 {
	font-family: "ProximaNova-Light" !important;
	font-size: 14px !important;
	color: #626262 !important;
	display: inline-block;
}

.sort_panel_box_r a {
	font-family: "ProximaNova-Semibold";
	font-size: 14px;
	color: #01adff;
	font-weight: 600;
}

.buy_row {
	width: 65%;
	position: absolute;
	top: 0;
	right: 0;
}

.buy_row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.buy_row ul li {
	display: inline-block;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	color: #1F1F1F;
	font-weight: 600;
	border-right: none;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	line-height: 30px;
}

.buy_row ul li a {
	font-family: "ProximaNova-Light";
	font-size: 14px;
	font-weight: 400;
	padding: 6px 10px !important;
	color: #fff;
	background-color: #0193D9;
	border: 1px solid #0193D9;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease;
	float: right;
	line-height: normal;
}

.buy_row .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 7px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.buy_row .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 6px;
	height: 10px;
	border: solid #008fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.fa-heart {
	color: #DD0000;
	font-weight: 600;
	font-size: 16px;
}

.pagination_row {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.pagination,
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.pagination {
	margin-top: 20px;
	float: right;
}

.btn-nav,
.btn-page {
	border-radius: 0;
	background-color: #fff;
	cursor: pointer;
}

.btn-nav {
	padding: 3px 10px;
}

.btn-nav {
	width: auto;
	height: 28px;
	font-size: 14px;
	border: 1.5px solid #C1C1C1;
	color: #fff;
	background-color: #C1C1C1;
}

.btn-nav:hover,
.btn-page:hover {
	background-color: #C1C1C1;
	color: #fff;
}

.btn-page {
	border: none;
	width: 28px;
	height: 28px;
	font-size: 14px;
}

.btn-selected {
	background-color: #C1C1C1;
	color: #fff;
}

.bg_none {
	padding: 0 !important;
	background-color: transparent !important;
	color: #1F1F1F !important;
	border: none !important;
	font-weight: 600 !important;
}



/* top_ten tab end */


/* ============================================================================================ */

    /* start_now css start */

/* ============================================================================================ */
.start_now {
	width: 100%;
	padding: 80px 0;
	background-color: #0193D9;
}

.form_now {
	width: 75%;
	margin: 40px auto 0;
}

.form_now label {
	font-family: "ProximaNova-Light";
	display: inline-block;
	margin-bottom: 0.2rem;
	font-size: 15px;
	color: #fff;
	display: block;
}

.form_now ::-webkit-input-placeholder {
	color: #fff;
}

.form_now :-ms-input-placeholder {
	color: #fff;
}

.form_now ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.form_now :-moz-placeholder {
	color: #fff;
	opacity: 1;
}


/* ============================================================================================ */

    /* char_row css start */

/* ============================================================================================ */
.char_row {
	width: 100%;
	padding: 80px 0;
	background-color: #fff;
	text-align: center;
}

.icon_pic {
	width: 100%;
	margin-bottom: 35px;
}

.char_row h5 {
	font-family: "ProximaNova-Bold";
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.char_row p {
	color: #0193D9;
	padding: 0 25px;
}


/* ============================================================================================ */

    /* char_row css start */

/* ============================================================================================ */
.small_para {
	font-size: 14px;
}

.features_row {
	width: 100%;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	padding: 40px 25px;
	margin-top: 30px;
	display: inline-block;
}

.features_row h5 {
	font-family: "ProximaNova-Semibold";
	font-size: 22px;
	color: #0193D9;
	font-weight: 600;
	margin-bottom: 20px;
}

.features_row h6 {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}

.features_row h6:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 4px;
	width: 90px;
	background-color: #0193D9;
}

.features_row h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 2px;
	width: 95%;
	max-width: 180px;
	background-color: #0193D9;
}

.features_row .form-group label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	color: #1F1F1F;
	margin-bottom: 0;
}

.features_row .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.features_row .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 7px;
	height: 12px;
	border: solid #008fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.save_btn {
	font-family: "ProximaNova-Semibold";
	padding: 8px 35px !important;
	float: right;
	background-color: #0193d9;
	color: #fff;
	border-radius: 0;
	color: #fff !important;
	margin-top: 25px;
}

.save_btn:hover {
	background-color: #0077d5;
}

/*Languages selected start */

.ding {
	width: calc(100% - 0%);
	padding-bottom: 15px;
	flex-flow: }
.ding h2 {
  font-size: 18px;
	font-weight: 400;
	line-height: 1.888em;
	color: #888;
}

.ss-main .ss-single-selected {
	width: 50%;
	height: 50px;
	padding: 10px;
}

.ss-main .ss-content {
	width: 50%;
}

.ss-main .ss-multi-selected {
	width: 80%;
	padding: 10px;
}

.ss-main .ss-multi-selected {
	display: flex;
	flex-direction: row;
	cursor: pointer;
	height: 45px;
	width: 100%;
	padding: 5px 10px !important;
	border: 1px solid #dcdee2;
	border-radius: 0px;
	background-color: #ffffff;
	outline: 0;
	box-sizing: border-box;
	transition: background-color .2s;
}

.ss-main .ss-multi-selected {
	display: flex;
	flex-direction: row;
	cursor: pointer;
	height: 45px;
	width: 100%;
	padding: 5px 10px !important;
	border: 1px solid #c7c7c7 !important;
	border-radius: 0 !important;
	background-color: #ffffff;
	outline: 0;
	box-sizing: border-box;
	transition: background-color .2s;
}

.ss-main .ss-multi-selected .ss-add {
	display: flex;
	flex: 0 1 3px;
	margin: 10px 12px 0 5px !important;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	display: flex;
	user-select: none;
	align-items: center;
	font-size: 13px;
	padding: 3px 8px !important;
	margin: 3px 5px 3px 0px;
	color: #ffffff;
	background-color: #5897fb;
	border-radius: 0 !important;
	animation-name: scaleIn;
	animation-duration: .2s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}


/*Languages selected end */


/* ============================================================================================ */

    /* upload software css start */

/* ============================================================================================ */

.upload_software {
	width: 100%;
	display: inline-block;
}

.upload_software label {
	font-family: "ProximaNova-Semibold";
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #0193D9;
	display: block;
	font-weight: 600;
}

.upload_software h3 {
	font-family: "ProximaNova-bold";
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #0193D9;
	display: block;
	font-weight: 600;
}

.upload_software h6 {
	font-family: "ProximaNova-Semibold";
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}

.upload_software h6:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 4px;
	width: 90px;
	background-color: #0193D9;
}

.upload_software h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 2px;
	width: 95%;
	max-width: 180px;
	background-color: #0193D9;
}

/*.upload_software ::-webkit-input-placeholder {
	color: #000 !important;
}

.upload_software :-ms-input-placeholder {
	color: #000 !important;
}

.upload_software ::-moz-placeholder {
	color: #000 !important;
	opacity: 1;
}*/

.upload_software :-moz-placeholder {
	color: #000 !important;
	opacity: 1;
}

.software_label {
	font-family: "ProximaNova-Light" !important;
	display: inline-block !important;
	margin-bottom: 0.2rem !important;
	font-size: 15px !important;
	color: #000 !important;
	display: block !important;
	font-weight: 600 !important;
}

/* search dropdown start */
.wrapper {
  /* position: absolute; */
	top: 0%;
	left: 0%;
  /* transform: translate(-50%,-50%); */
	;
}

.wrapper .search_box {
	width: 100%;
	background: #fff;
	border-radius: 0;
	height: 45px;
	display: flex;
	padding: 5px 10px;
    /* box-shadow: 0 8px 6px -10px #b3c6ff; */
	margin: 0 auto;
	border: 1px solid #c7c7c7 !important;
}

.wrapper .search_box .dropdown {
	width: 100px;
	border-right: 2px solid #dde2f1;
	color: #9fa3b1;
	position: relative;
	cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
	padding: 0px 10px 0px 0px;
	font-size: 15px;
	color: #000;
	line-height: 34px;
}

.wrapper .search_box .dropdown ul {
	position: absolute;
	top: 30px;
	left: -10px;
	background: #fff;
	width: 160px;
	border-radius: 0px;
	padding: 10px;
	display: none;
	border: 1px solid #c7c7c7;
	box-shadow: 8px 8px 6px -10px #b3c6ff;
	list-style: none;
}

.wrapper .search_box .dropdown ul.active {
	display: block;
}

.wrapper .search_box .dropdown ul li {
	padding: 5px 0;
}

.wrapper .search_box .dropdown ul li:last-child {
	padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
	color: #6f768d;
}

.wrapper .search_box .dropdown:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	border: 5px solid;
	border-color: #191919 transparent transparent transparent;
}

.wrapper .search_box .search_field {
	width: 100%;
	height: 100%;
	position: relative;
}

.wrapper .search_box .search_field .input {
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 15px;
  /*padding-left: 10px;
  padding-right: 38px;*/
	color: #000;
}

.wrapper .search_box .search_field .fas {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 22px;
	color: #5078ef;
	cursor: pointer;
}

::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
	color: #9fa3b1;
}

::-moz-placeholder {
 /* Firefox 19+ */
	color: #9fa3b1;
}

:-ms-input-placeholder {
 /* IE 10+ */
	color: #9fa3b1;
}

.search_field i {
	position: absolute;
	font-size: 18px;
	color: #000;
	right: 0;
	top: 4px;
	margin: 0 auto;
	cursor: pointer;
}

.price-range-field {
	width: 90%;
	min-width: 90%;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: myFont;
	border-radius: 2px;
    /* height: 26px; */
	padding: 0 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #EC1C23;
	background: #EC1C23;
	font-weight: normal;
	color: #454545;
}
/* search dropdown end */

/*/ upload image start */
.drop-zone {
	max-width: 300px;
	height: 200px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	color: #767676;
	border: 1px solid #DEDEDE;
	border-radius: 0;
	background-color: #DEDEDE;
}

.drop-zone--over {
	border-style: solid;
}

.drop-zone__input {
	display: none;
}

.drop-zone__thumb {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	overflow: hidden;
	background-color: #cccccc;
	background-size: cover;
	position: relative;
}

.drop-zone__thumb::after {
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	text-align: center;
}

.drop-zone__prompt {
	font-size: 15px;
	font-weight: 500;
}

/* upload image end */





/* new dropdown start */
.centering {
	width: 100%;
	height: auto;
	margin: 100px auto;
}

.custom-select {
	width: 100%;
	position: relative;
	padding: 0;
	text-align: left;
}

.custom-select select {
	display: none;
}

.selected-item {
	background: #fff;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 500;
	color: #4c4c4c;
	cursor: pointer;
	z-index: 99;
	height: 45px;
	line-height: 36px;
	border-radius: 0;
	border: 1px solid #c7c7c7;
}

.selected-item:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 20px;
	color: #4c4c4c;
	position: absolute;
	right: 10px;
	transition: 0.5s;
}

.arrowanim.selected-item:after {
	transform: rotate(180deg);
}

.item {
	background: #e5e5e5;
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	border-top: 1px solid #cfcfcf;
	cursor: pointer;
}

.item:hover {
	background: #d5d5d5;
}

.all-items {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
}

.all-items-hide {
	display: none;
}

.sdf {
	border: 1px solid red;
}

.custom-select {
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	border: none;
}
/* new dropdown end */


/* ============================================================================================ */

    /* sellers single css start */

/* ============================================================================================ */
.single_seller {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 70px 0;
	display: inline-block;
}

.single_seller a {
	color: #626262;
	text-decoration: none;
}

.seller_box {
	width: 100%;
	background-color: #0193D9;
	padding: 15px 25px;
}

.seller_box i {
	color: #F0B000;
	font-size: 25px;
}

.seller_name {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	text-align: center;
	border: 4px solid #fff;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.seller_box h3 {
	font-family: "ProximaNova-Semibold";
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
}

.minus_margin {
	margin-top: -200px;
}



/* ============================================================================================ */

    /* signin css start */

/* ============================================================================================ */
.signin {
	width: 100%;
	padding: 30px 0 0;
	background-color: #fff;
	position: relative;
}

.signin_right {
	width: 100%;
	padding: 0 15%;
}

.signin ul {
	padding: 0;
	margin: 15px 0;
	width: 100%;
	text-align: left;
}

.signin li {
	display: inline-block;
}

.signin ul li:nth-child(2) {
	float: right;
}

.signin ul li a {
	font-family: "ProximaNova-Semibold";
	color: #323232;
	display: inline-block;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 400;
}

.signin input[type=checkbox] {
	position: relative;
	border: 1px solid #c7c7c7;
	border-radius: 0;
	background: #F2F2F2;
	cursor: pointer;
	line-height: 0;
	margin: 0 0.6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: middle;
	height: 22px;
	width: 22px;
	-webkit-appearance: none;
	opacity: .5;
}

.signin  input[type=checkbox]:hover {
	opacity: 1;
}

.signin  input[type=checkbox]:checked {
	background-color: #0193D9;
	opacity: 1;
}

.signin input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 7px;
	height: 13px;
	border: solid #F2F2F2;
	border-width: 0 2px 2px 0;
	margin: -2px -2px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

.media_box {
	width: 100%;
}

.signin h6 {
	font-family: "ProximaNova-Semibold";
	color: #323232;
	display: inline-block;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	width: 100%;
}

.media_box a {
	margin-right: 10px;
}

.media_box a img {
	width: 10%;
}

.signin p {
	font-family: "ProximaNova-light";
	color: #323232;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: -160px;
	left: 0;
	right: 0;
}


/* ============================================================================================ */

    /* selected_features css start */

/* ============================================================================================ */
.selected_features {
	width: 100%;
	position: relative;
}

.selected_features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.selected_features ul li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 30px;
	font-family: "ProximaNova-Regular";
	font-size: 15px;
}

.selected_features ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	border: solid 9px #0193D9;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.selected_features ul li::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.user_ratings {
	width: 100%;
	padding: 20px 15px;
	border: 1px solid #c7c7c7;
	position: relative;
	margin-bottom: 30px;
	float: left;
}

.user_ratings h5 {
	font-family: "ProximaNova-Bold";
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}

/* Progress bar start */

.progressWrapper {
	position: relative;
	width: 100%;
}

.progressWrapper .progressColor {
	width: 100%;
	height: 15px;
	margin-bottom: 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 2px;
	overflow: hidden;
	background-color: #d7d7d7;
}

.progressWrapper .progressColor::webkit-progress-bar {
	background-color: #d7d7d7;
	-moz-transition: 4s;
	-o-transition: 4s;
	-webkit-transition: 4s;
	transition: 4s;
}

.progressWrapper .tooltip {
	display: inline-block;
	background-color: #717880;
	font-size: 11px;
	color: #fff;
	padding: 4px 8px;
	width: auto;
	border-radius: 3px;
	position: absolute;
	top: -27px;
	left: 0%;
	margin-left: -15px;
	opacity: 1;
}

.progressWrapper .tooltip:after {
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #717880;
	position: absolute;
	left: 50%;
	top: 100%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.progressWrapper .tooltip {
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	left: 0%;
}

.progressWrapper progress.progressColor::-moz-progress-bar {
	background: #08da9d;
	border-radius: 2px;
	position: relative;
}

/*.progressWrapper progress.progressColor02::-moz-progress-bar {
  background: #41C7F4;
  border-radius: 2px;
  position: relative;
}

.progressWrapper progress.progressColor03::-moz-progress-bar {
  background: #0193D9;
  border-radius: 2px;
  position: relative;
}*/

.progressWrapper progress.progressColor::-webkit-progress-value {
	background: #90D9FA;
	border-radius: 2px;
	position: relative;
}

.progressColor progress[value] {
	color: #08da9d;
}

.progressColor progress[value]::-webkit-progress-bar {
	background-color: #d7d7d7;
}

.small_font02 {
	font-family: "ProximaNova-Bold";
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
	display: block;
}

/* Progress bar end */

.software_card {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.software_card_l {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.software_card_r {
	width: 71%;
	padding-right: 5px;
	float: left;
	padding-top: 8px;
}

.software_card_r h6 {
	font-family: "ProximaNova-Bold";
	font-size: 14px;
	color: #000;
	margin-bottom: 4px;
}

.para04 {
	font-family: "ProximaNova-Regular";
	font-size: 12px !important;
	color: #000 !important;
	font-weight: 500;
	margin: 0;
	line-height: normal;
}



/* ============================================================================================ */

    /* product_information css start */

/* ============================================================================================ */
.product_info {
	width: 100%;
}

b, strong {
	font-family: "ProximaNova-Semibold";
	font-weight: bolder;
	color: #000;
}

.details_panel {
	width: 100%;
	margin-bottom: 10px;
}

.details_panel h6 {
	font-family: "ProximaNova-Regular";
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 500;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	gap: 15px;
}

.details_panel h6 a {
	color: #0193D9 !important;
}

.video_pic {
	width: 100%;
	position: relative;
	border: 2px solid #c7c7c7;
	border-radius: 6px;
	cursor: pointer;
}

.video_pic img {
	border-radius: 5px;
}

.play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transform: translate(-50%, -50%);
}

/* modal start */
.modal-dialog {
	max-width: 50%;
	margin: 5rem auto;
}

.modal-header {
	border-bottom: none;
}

.modal-body {
	line-height: 0;
}

.modal-body iframe {
	width: 100%;
	border: none;
	min-height: 520px;
}

.modal-header {
	padding: 1rem 1rem 0;
}

/* modal end */

.docuSignDownloads {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 2px solid #c7c7c7;
}

.docuSignDownloads h6 {
	font-family: "ProximaNova-Semibold";
	font-size: 17px;
	color: #000;
	margin: 0;
}

#reviewSec input[type=checkbox] {
	position: relative;
	border: 2px solid #c7c7c7;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 1;
}

#reviewSec input[type=checkbox]:hover {
	opacity: 1;
}

#reviewSec input[type=checkbox]:checked {
	background-color: #0193D9;
	border: 2px solid #0193D9;
	opacity: 1;
}

#reviewSec input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 6px;
	height: 11px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

#reviewSec .comment-form-cookies-consent {
	width: 18%;
	display: inline-block;
	text-align: center;
}

#reviewSec select.select2 {
	width: 100%;
}

#reviewSec .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	background: #fff;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #4c4c4c;
	cursor: pointer;
	z-index: 99;
	height: 42px;
	line-height: 30px;
	border-radius: 0;
	border: 1px solid #c7c7c7;
}

#reviewSec .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

#reviewSec .select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 40px;
	user-select: none;
	-webkit-user-select: none;
}

#reviewSec .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

#reviewSec .select2-container {
	box-sizing: border-box;
	display: block !important;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
	font-size: 14px !important;
}


/* ============================================================================================ */

    /* blue_bar css start */

/* ============================================================================================ */

.blue_bar {
	width: 100%;
	padding: 80px 0;
	background-color: #0193D9;
	display: inline-block;
}


/* ============================================================================================ */

    /* title_review css start */

/* ============================================================================================ */

.title_review {
	width: 100%;
	padding: 80px 0;
	display: inline-block;
}

.review_row {
	width: 100%;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	padding: 40px 25px;
	display: inline-block;
}

.review_top {
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0 25px;
	margin-bottom: 25px;
}

.review_circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	float: left;
	margin-right: 15px;
}

.review_top h5 {
	font-family: "ProximaNova-Bold";
	font-size: 15px;
	font-weight: bolder;
	color: #000;
	margin: 18px 0 3px 0;
}

.review_top h6 {
	font-family: "ProximaNova-Light";
	font-size: 12px;
	color: #626262;
}

.title_review ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.title_review ul li {
	display: inline-block;
	margin-right: 6px;
}

.title_review li.active {
	background: #0193d93b;
}

.title_review ul li a {
	display: inline-block;
	font-family: "ProximaNova-regular";
	font-size: 14px;
	font-weight: 500;
	padding: 8px 8px;
	color: #626262;
	background-color: transparent;
	border: 1px solid #0193d9;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	border-radius: 0px;
	transition: all 0.4s ease;
}

.title_review ul li a i {
	color: #0193D9;
}

#addSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	text-align: right;
}

#addSection ul li {
	display: inline-block;
}

#addSection ul li a {
	font-family: "ProximaNova-light";
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	color: #626262;
	background-color: transparent !important;
	border: none !important;
	margin-left: 12px;
}

#addSection ul li a i {
	color: #bfbfbf;
	font-size: 16px;
}

.review_row h3 {
	font-family: "ProximaNova-Bold";
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin: 20px 0 15px;
}

.small_para02 {
	font-family: "ProximaNova-Bold";
	font-size: 20px;
	color: #000;
	margin: 20px 0 5px;
}

.pr_01 {
	padding-right: 10px;
}

.mt_01 {
	margin-top: 25px;
}

.mt_02 {
	margin: 12px 0 0 22%;
	display: inline-block;
}

#original {
	background: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #4c4c4c;
	cursor: pointer;
	z-index: 99;
	height: 32px;
	line-height: 30px;
	border-radius: 0;
	border: 1px solid #c7c7c7;
	width: 80%;
	margin-left: 5px;
}

.recent_box {
	width: 35%;
	float: right;
	margin-top: 6px;
}

/* ============================================================================================ */

    /* price_area css start */

/* ============================================================================================ */

.price_area {
	width: 100%;
	margin-top: 15px;
}

@media (min-width: 992px) {
	.price_area .col-md-1-5 {
		width: 20%;
	}

	.price_area .col-md-2-5 {
		width: 40%;
	}

	.price_area .col-md-3-5 {
		width: 60%;
	}

	.price_area .col-md-4-5 {
		width: 80%;
	}

	.price_area .col-md-5-5 {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.price_area .col-lg-1-5 {
		width: 20%;
	}

	.price_area .col-lg-2-5 {
		width: 40%;
	}

	.price_area .col-lg-3-5 {
		width: 60%;
	}

	.price_area .col-lg-4-5 {
		width: 80%;
	}

	.price_area .col-lg-5-5 {
		width: 100%;
	}
}

.price_area .col-sm-6 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.price_card {
	width: 100%;
	height: 220px;
	border: 1px solid #c7c7c7;
}

.price_card_top {
	width: 100%;
	background-color: #0193D9;
	padding: 10px 5px;
	text-align: center;
}

.price_card_top h5 {
	font-family: "ProximaNova-Semibold";
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.price_card h2 {
	font-family: "ProximaNova-Bold";
	font-size: 46px;
	color: #0193D9;
	text-align: center;
	padding: 25px 0 10px;
}

.price_card h2 span {
	font-family: "ProximaNova-Regular";
	font-size: 14px;
	color: #878787;
}

.price_card_btm {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 11;
}



/* ============================================================================================ */

    /* writeReview css start */

/* ============================================================================================ */
#writeReview img {
	float: right;
}

.write_review {
	width: 100%;
	margin-top: 15px;
}

.services_review {
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.blue_box {
	width: 100%;
	padding: 50px 170px;
	background-color: #0193D9;
	margin-bottom: 50px;
}

.cat {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #fff;
	overflow: hidden;
	width: 100%;
	float: left;
}

.cat label {
	float: left;
	line-height: 26px;
	width: 100%;
	margin: 0;
}

.cat label span {
	text-align: center;
	padding: 10px;
	display: block;
}

.cat label input {
	position: absolute;
	display: none;
	color: #fff !important;
}

.cat label input + span {
	font-family: "ProximaNova-Regular";
	font-size: 16px;
	color: #fff;
}

.cat input:checked + span {
	color: #ffffff;
}

.action input:checked + span {
	background-color: #fff;
	color: #0193D9;
}

/*.comedy input:checked + span {
	background-color: #1BB8F7;
}

.crime input:checked + span {
	background-color: #D9D65D;
}

.history input:checked + span {
	background-color: #82D44E;
}

.reality input:checked + span {
	background-color: #F3A4CF;
}

.news input:checked + span {
	background-color: #8C1B1B;
}

.scifi input:checked + span {
	background-color: #AC9BD1;
}

.sports input:checked + span {
	background-color: #214A09;
}*/

.font_size02 {
	font-size: 20px !important;
	margin-bottom: 30px;
}

.select_category {
	width: 100%;
	margin-bottom: 50px;
}

.select_category .nav-tabs {
	display: none;
}

@media(min-width:768px) {
	.select_category .nav-tabs {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.select_category .card {
		border: none;
	}

	.select_category .card .card-header {
		display: none;
	}

	.select_category .card .collapse {
		display: block;
	}
}

.select_category .tab-content {
	margin-top: 30px;
/*	border: 1px solid #c7c7c7;*/
	padding: 25px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.select_category .nav-item {
	width: 130px;
	text-align: center;
	background-color: #0193D9;
	margin: 0 10px;
}

.select_category .nav-tabs .nav-item.show .nav-link, .select_category .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #0077d5;
	border: none;
}

.select_category .nav-tabs .nav-link {
	margin-bottom: 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select_category .nav-link {
	display: block;
	padding: 10px;
	color: #fff;
}

.select_category .nav-tabs {
	border-bottom: none;
}

.select_category .card-body {
	padding: 0;
}

.check_field {
	font-family: "ProximaNova-Light";
	width: 100%;
	background-color: transparent;
	border: 1px solid #c7c7c7;
	font-size: 15px;
	color: #000;
	padding: 5px 40px 5px 40px;
	height: 45px;
	font-weight: 500;
	border-radius: 0;
	position: relative;
}

.bullet {
	position: absolute;
	left: 25px;
	top: 10px;
}

.select_category input[type=checkbox] {
	position: absolute;
	right: 25px;
	top: 14px;
	border: 2px solid #c7c7c7;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 17px;
	width: 17px;
	-webkit-appearance: none;
	opacity: 1;
}

.select_category input[type=checkbox]:hover {
	opacity: 1;
}

.select_category input[type=checkbox]:checked {
	background-color: #0193D9;
	border: 2px solid #0193D9;
	opacity: 1;
}

.select_category input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 6px;
	height: 11px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

.select_category .tab-content h6 {
	font-family: "ProximaNova-Semibold";
	font-size: 17px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}

.select_category .tab-content p, .select_category p {
	font-family: "ProximaNova-light";
	font-size: 14px;
	color: #9f9f9f;
	margin-bottom: 20px;
}

@media(max-width:767px) {
	.select_category .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
	}
}

/**/
.rate_selection {
	width: 100%;
	margin-bottom: 50px;
}

.mt_03 {
	font-size: 14px !important;
	margin-top: 20px;
	font-weight: 600;
}

.timeline_row {
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 35px;
}

.timeline_row :root {
	--size1: 0;
	--size2: 0;
}

.timeline_row .context {
	width: 100%;
	padding: 0px;
	margin-top: 35px;
}

.timeline_row .timeline {
	width: 100%;
	height: fit-content;
	overflow: auto;
	display: grid;
	grid-template-columns: repeat(6, auto);
	gap: 10px;
	padding: 50px 0 90px;
	position: relative;
}

.timeline_row .timeline::after {
	content: "";
	display: block;
	width: var(--size1);
	position: absolute;
	height: 15px;
	background: linear-gradient(
    90deg,
    #e8f6fd,
    #c2e4f7 19%,
    #65b5e5 81%,
    #1b8ce2 100%
  );
	top: 20px;
}

.timeline_row .timeline .timeline-item {
	padding: 10px;
	height: auto;
	width: 200px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

.timeline_row .timeline .timeline-item::before {
	display: block;
	content: "";
	position: relative;
	width: 1px;
	height: 25px;
	border-radius: 0;
	top: -33px;
	left: 50%;
	background: #ffffff;
	z-index: 1;
	border: none;
	transform: translate(-50%, -50%);
}

.timeline_row .timeline .timeline-item.active {
	color: #0193D9;
}

.timeline_row .timeline .timeline-item.active::before {
	background: #0193D9;
	border-color: #0193D9;
	width: 25px;
	height: 25px;
}

/*.timeline_row .timeline .timeline-item.active::after {
  position: absolute;
  content: "";
  left: var(--size2);
  bottom: 0;
  border-bottom: 6px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: gray;
}*/

.timeline_row .timeline::-webkit-scrollbar {
	display: none;
}

.timeline_row .tabbed-content .tab {
	padding: 20px 50px;
	border: 1px solid gray;
	margin-bottom: 0px;
	width: 100%;
}

.rate_selection ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rate_selection ul li {
	display: inline-block;
	margin-right: 10px;
}

.rate_selection ul li a {
	display: inline-block;
	font-family: "ProximaNova-regular";
	font-size: 16px;
	font-weight: 500;
	padding: 9px 25px;
	color: #626262;
	background-color: transparent;
	border: 1px solid #c7c7c7;
	position: relative;
	display: inline-block;
	border-radius: 0px;
	transition: all 0.4s ease;
}

.rate_selection li a.active {
	background-color: #0193D9;
	color: #fff;
	border: 1px solid #0193D9;
}

.divider_line {
	width: 100%;
	height: 1px;
	background-color: #c7c7c7;
	margin: 35px 0;
}

/* 5 star start */
.rating_row {
	width: 100%;
	display: inline-block;
}

.rating {
	border: none;
	float: left;
	margin: 0;
}

.rating > input {
	display: none;
}

.rating > label:before {
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "";
}

.rating > .half:before {
	content: "\f089";
	position: absolute;
}

.rating > label {
	color: #fff;
	float: right;
	margin: 0 5px 0 0;
	background-color: transparent;
	border: 1px solid #D8D8D8;
	border-radius: 0;
	width: 24px;
	height: 35px;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	background-color: #0193D9 !important;
	cursor: pointer;
}

.rating > input:checked + label:hover, 
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label {
	background-color: #0193D9 !important;
	cursor: pointer;
} 

/* 5 star end */
#mediaBox img {
	width: 3%;
}

.mt_04 {
	margin-top: 50px;
}

.p_01 {
	padding: 0 !important;
}

.mt_06 {
	margin-top: 0px;
}

.d_view, .d_view02 { display: block; }
.m_view, .m_view02 { display: none; }























































/*

https://codepen.io/mikeshema/pen/jxQEKw {Tabs to Accordion}
https://codepen.io/guagazan/pen/wPXmPQ {show-grid box}
https://codepen.io/kazmeyer/pen/DJdore {software tab to accordion}
https://codepen.io/nikkz/pen/BzVBJo {check box}
https://codepen.io/web-design-with-chris/pen/JOXjEg?editors=1010 {show more}
https://codepen.io/hmajid/pen/gVrmbx {top 10 tab}
https://codepen.io/dcode-software/pen/xxwpLQo  {upload image}
https://codepen.io/RemusLevin/pen/LYJMpOB?editors=1010 {pagination}
https://codepen.io/mrmrp/pen/XNRBXa {progress bar}
https://codepen.io/naeemsoft-king/pen/JjaVyaZ { select dropdown}
https://codepen.io/inewton/pen/qjQZey  { btn active}
https://codepen.io/attilahajzer/pen/WbbLpe?editors=1010 {Checkbox display as button}
https://codepen.io/dferenc/pen/YYyjYJ?editors=1010 {select_category tab}
https://codepen.io/Abdullah-Yilmazer/pen/KKrPvbg { timeline progress bar }
https://codepen.io/TheYuwana/pen/vKRemY?editors=1010 { 5 star rating}

*/