@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
body {
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	font-family: 'Montserrat', sans-serif;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
	max-width: 100%;
}

.btn-primary,
.btn-secondary,
.btn-edit {
	position: relative;
	overflow: hidden;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.btn {
	border-radius: 0;
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.uproster-wrapper {
	overflow: hidden;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
}

.uproster-container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.uproster-header {
	padding: 30px 0;
}

.uproster-logo {
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #b8b8b8;
}

.uproster-footer {
	padding: 35px 0;
}

.uproster-footer p,
.uproster-footer a {
	font-size: 15px;
	color: #888888;
	font-weight: 500;
	margin: 0;
}

.uproster-footer a:hover {
	color: #000000;
}

.uproster-footer .footer-links li+li {
	margin-left: 40px;
}

.uproster-footer a img {
	width: 16px;
}

.uproster-footer .social-link a+a {
	margin-left: 30px;
}

.uproster-step-form {
	background-color: #ffffff;
}

.uproster-form-heading {
	font-size: 30px;
	color: #333333;
	font-weight: 500;
	text-align: center;
}

.uproster-form-steps {
	padding: 50px 15px;
}

.uproster-form-steps .multisteps-form__progress {
	max-width: 730px;
	width: 100%;
	margin: 40px auto 0;
}

.multisteps-form__progress .multisteps-form__progress-btn {
	width: 25%;
}

.uproster-domain {
	padding: 35px 15px;
	text-align: center;
	background-color: #f8f8f8;
}

.uproster-domain h2 {
	font-size: 18px;
	line-height: 37px;
	color: #333333;
	font-weight: 600;
}

.suggestion-box {
	max-width: 300px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
	z-index: 1;
	margin-top: 3px;
	display: none;
}

.suggestion-box p {
	margin: 0;
	font-size: 14px;
	color: #ff0000;
}

.suggestion-box ul {
	padding-top: 15px;
	font-size: 14px;
}

.suggestion-box ul li+li {
	padding-top: 8px;
	border-top: 1px solid #ebebeb;
	margin-top: 8px;
}

.url-check {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	position: relative;
}

.url-check input {
	width: 140px;
	border: 0;
	margin: 0 10px;
	height: 35px;
	padding: 5px 10px;
	background-color: #eeeeee;
	font-size: 16px;
	color: #58da57;
	font-weight: 500;
	text-align: center;
	outline: 0;
}

.url-check .domain-selection {
	margin-left: 20px;
	position: relative;
}

.url-check .domain-selection:hover path {
	fill: #000000;
}

.url-check svg {
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
	cursor: pointer;
	margin-right: 20px;
}

.url-check svg path {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.url-check svg:hover path {
	fill: #000000;
}

.url-check>p {
	margin: 20px 0 0;
}

.url-check p a {
	font-size: 12px;
	color: #555555;
	font-weight: 500;
	text-decoration: underline;
}

.url-check p a:hover {
	color: #000000;
}

.multisteps-form__form {
	padding: 50px 15px 80px;
}

.multisteps-form__title {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 25px;
}

.api-field {
	max-width: 580px;
	margin: 0 auto;
	position: relative;
}

.api-field input {
	width: 100%;
	height: 52px;
	background-color: #f5f4f4;
	outline: 0;
	border: 0;
	padding: 10px 20px 10px 45px;
	font-weight: 500;
}

.api-field img {
	width: 17px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.multisteps-form__content {
	margin-top: 45px;
}

.label-style-2 {
	display: block;
	font-size: 16px;
	color: #888888;
	font-weight: 400;
}

.input-style-2 {
	width: 100%;
	height: 52px;
	color: #888888;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	outline: 0;
	padding: 10px 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.input-style-2:hover,
.input-style-2:focus {
	border-color: #58da57;
}
select.input-style-2 {
	background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% center;
}
textarea.input-style-2 {
	height: 100px;
	resize: none;
	padding-top: 15px;
}

.multisteps-form__content .form-group {
	margin-bottom: 20px;
}

.custom-btn {
	outline: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	background-color: #58da57;
	border: 1px solid #58da57;
	border-radius: 0;
	padding: 13px 30px 13px 30px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.custom-btn:hover,
.custom-btn:focus {
	color: #ffffff;
	background-color: #48c847;
	outline: 0!important;
	box-shadow: inherit!important;
}

.custom-btn img {
	margin-left: 8px;
}

.request-call-back {
	position: fixed;
	right: -104px;
	top: 240px;
	background: #c13a3a;
	color: #ffffff;
	padding: 12px 33px;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
}

.request-call-back:hover,
.request-call-back:focus {
	color: #ffffff;
	background: #da3737;
}

.url-check .domain-selection:hover .domain-selection-info {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.domain-selection-info {
	text-align: left;
	width: 350px;
	background: #fff;
	padding: 25px;
	position: absolute;
	left: 100%;
	top: -20px;
	z-index: 1;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.domain-selection-info:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 21px;
	border-right: 15px solid #ffffff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.domain-selection-info p {
	font-size: 14px;
	margin: 0 0 15px;
	color: #666666;
}

.domain-selection-info li {
	font-size: 14px;
	color: #888888;
	padding-left: 15px;
	position: relative;
}

.domain-selection-info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: #b3b3b3;
}

.domain-selection-info li+li {
	margin-top: 8px;
}


/*toast css*/

.custom-toast {
	padding: 20px 40px 20px 60px;
	max-width: 440px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	-webkit-box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 6%);
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 6%);
	margin: 0;
	color: #454545;
}

.success-toast {
	border-left: 5px solid #47d764;
}

.info-toast {
	border-left: 5px solid #2f86eb;
}

.warning-toast {
	border-left: 5px solid #ffc021;
}

.danger-toast {
	border-left: 5px solid #ff0000;
}

.custom-toast span img {
	width: 14px;
}

.custom-toast span {
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 26px;
	left: 15px;
	top: 50%;
	background: #000;
	border-radius: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.danger-toast span {
	background: #ff0000;
}

.warning-toast span {
	background: #ffc021;
}

.info-toast span {
	background: #2f86eb;
}

.success-toast span {
	background: #47d764;
}

.custom-toast p {
	margin: 0;
	font-size: 13px;
	color: #a7a2a2;
}

.custom-toast .close {
	position: absolute;
	right: 14px;
	top: 5px;
	font-size: 35px;
	font-weight: 400;
	opacity: 0.2;
	outline: 0;
}

.custom-toast strong {
	font-size: 17px;
}


/*landing page css*/

.free-trial-img {
	width: 60%;
}

.free-trial-form {
	background-color: #ffffff;
	padding: 100px 50px;
	width: 40%;
}

.free-trial-form h1 {
	font-size: 30px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.free-trial-form .input-style-2 {
	color: #888888;
	font-size: 14px;
}

.free-trial-form .input-style-2::-webkit-input-placeholder {
	color: #888888;
}

.free-trial-form .input-style-2:-ms-input-placeholder {
	color: #888888;
}

.free-trial-form .input-style-2::-moz-placeholder {
	color: #888888;
}

.free-trial-form .input-style-2::-ms-input-placeholder {
	color: #888888;
}

.free-trial-form .input-style-2::placeholder {
	color: #888888;
}

.free-trial-form .custom-btn,
.request-form-block .custom-btn {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}

.free-trial-sec {
	min-height: calc(100vh - 200px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.err-msg {
	font-size: 14px;
	color: #ff0000;
	margin-top: 5px;
	/*display: none;*/
	display: block;
}

.u_pswd_info {
	display: none;
}

.u_pswd_info .u_invalid {
	color: #ff0000;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
	position: relative;
	padding-left: 15px;
}

.u_pswd_info .u_invalid:before {
	content: "x";
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: -1px;
}

.u_pswd_info .u_valid {
	color: #3CBC3C;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.u_pswd_info .u_valid::before {
	content: "\2713";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -5px;
	position: relative;
	font-weight: 800;
	-webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
	-o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
	-webkit-transition: opacity 100ms ease-out, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 100ms ease-out, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
	transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
	transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-backface-visibility: hidden;
}

.u_incorrectMsg {
	display: none;
	color: #ff0000;
}

.free-trial-img img {
	min-height: 100%;
}

.uproster-header .uproster-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.uproster-site-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uproster-site-links ul li {
	margin-left: 30px;
}

.uproster-site-links ul li a {
	font-weight: 500;
}

.uproster-site-links ul li a:hover,
.uproster-site-links ul li a:focus {
	color: #6fda45;
}

.request-form .request-call-back {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.request-form-block {
	max-width: 580px;
	width: 100%;
	background: #ffffff;
	padding: 95px 90px;
	position: fixed;
	top: 175px;
	right: 100px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.request-form .request-form-block {
	top: 135px;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.request-form-block h1 {
	font-size: 30px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.form-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 34%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.request-form .form-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	z-index: 4;
}

.request-form-block textarea {
	min-height: 100px;
	resize: none;
}

.request-form-block select {
	color: #888888;
}

.close-request {
	position: absolute;
	right: -90px;
	top: 0;
	background: #50db5e;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	text-align: center;
	line-height: 70px;
	font-size: 50px;
	font-weight: 100;
	cursor: pointer;
}

.request-form-block .nice-select {
	border-radius: 0;
	float: inherit;
	line-height: 30px;
	font-size: 16px;
}

.request-form-block .nice-select:active,
.request-form-block .nice-select.open,
.request-form-block .nice-select:focus {
	border-color: #e0e0e0;
}

.request-form-block .nice-select .current {
	color: #888888;
}

.request-form-block .nice-select.open .list {
	width: 100%;
}

.request-form-block h3 {
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}

.modal-body {
	font-size: 14px;
}

.tourModal .modal-footer .btn {
	padding: 8px 25px;
}

.modal-body ul {
	list-style-type: disc;
	margin: 20px 0;
	padding-left: 30px;
}

.modal-body ul li {
	margin-bottom: 5px;
}


/*profile Wrapper*/

.profile-wrapper {
	background-color: #e3e3e3;
	overflow: hidden;
}

.primary-header {
	background-color: #fff;
	padding: 30px 50px 30px 30px;
	margin-bottom: 30px;
}

.primary-logo ul li {
	margin-right: 20px;
}

.primary-logo ul li:last-child {
	padding-left: 20px;
	position: relative;
}

.primary-logo ul li:last-child::before {
	content: "";
	height: 25px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.primary-page-header h2 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin: 0;
}

.primary-nav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #58da57;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}
.primary-nav .sidenav a {
	font-weight: 500;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 25px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.primary-nav .sidenav a:hover {
	color: #333333;
}
.menu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.primary-nav .sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    padding: 0;
    line-height: 1;
}
.primary-nav .sidenav .closebtn:hover,
.primary-nav .sidenav .closebtn:focus {
	color: #ffffff;
}

.primary-nav span {
	font-weight: 600;
	color: #333;
	font-size: 20px;
}

.profile-nav {
	background-color: #fff;
	padding: 40px 30px;
	height: 100%;
}
.show .menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.profile-inner-wrapper .col-sm-3.tab-pillsection {
	/*padding-right: 25px !important;*/
	max-width: 325px;
	/*padding: 0;*/
}

.profile-inner-wrapper .col-sm-9 {
	/*padding: 0;*/
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: calc(100% - 325px);
}

.profile-inner-wrapper .tab-content {
	width: 100%;
	background-color: #fff;
	padding: 50px 50px 30px 50px;
	height: 100%;
}

.profile-inner-wrapper .thumb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
}

.profile-card h6 {
	font-size: 17px;
	margin: 20px 0 50px;
	font-weight: 600;
	color: #333;
}

.profile-list {
	font-size: 16px;
	color: #666;
	padding-left: 28px;
	position: relative;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	font-weight: 500;
	margin-bottom: 35px;
	display: block;
}

.profile-list:hover,
.profile-list.active {
	color: #65d239;
}

.profile-list i {
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}

.search-container {
	position: relative;
}

.input-style-3 {
	padding: 17px 20px;
	line-height: 1;
	border-radius: 0;
	color: #888888;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	background-color: #f5f4f4!important;
	width: 100%;
	height: auto;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.form-outer select {
	min-height: 52px;
}
.form-outer select {
    width: 212px;
    padding-right: 35px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 92% center;
}
.search-container button {
    position: absolute;
    padding: 0;
    background: transparent;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border: 0;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-container .input-style-3 {
	padding-right: 45px;
}

.search-container button:hover {
	background: #ccc;
}

.form-outer form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.profile-data-wrapper .form-outer .custom-btn {
	padding: 13px 33px 13px 33px;
	text-transform: uppercase;
	font-weight: 700;
}

.select_mate p {
	margin-bottom: 0;
}

.nice-select {
	display: none;
}

input:focus-visible {
	outline: 0px;
}

.dataTables_info,
.dataTables_paginate,
.dataTables_length,
.dataTables_filter {
	display: none;
}

#profile-table thead {
	background-color: #333333;
	color: #fff;
	border: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: table;
}

#profile-table.dataTable {
	border-collapse: collapse !important;
	margin-top: 40px !important;
}

.profile-dtable th {
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
	width: 14% !important;
}

.profile-dtable td {
	width: 14% !important;
	color: #333333;
	font-size: 15px;
	border: 0;
	padding: 14px 20px;
}

.profile-dtable td ul li {
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.profile-dtable td ul li + li {
	margin-left: 30px;
}

.profile-dtable td ul li a:hover {
	color: #58da57;
}

.profile-dtable tbody {
	display: table;
	width: 100%;
}

.dataTables_wrapper.form-inline {
	display: block;
}

tr.even {
	background-color: #f5f4f4;
}

.tab-footer button {
	text-transform: uppercase;
	font-weight: 600;
	padding: 13px 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.tab-footer .custom-btn {
	margin-left: 20px;
}

.tab-footer button i {
	margin-right: 7px;
}

.tab-footer {
	margin-top: 30px;
}

.primary-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px;
}

.copyrights {
	margin-bottom: 0;
	font-size: 13px;
	color: #888;
}

.footer-nav ul li a,
.footer-social-nav ul li a {
	font-size: 13px;
	color: #888;
	display: inline-block;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-nav ul li a:hover,
.footer-social-nav ul li a:hover i {
	color: #333;
}

.footer-social-nav ul li a i {
	color: #888;
}

.footer-social-nav ul li a {
	padding: 0 7px;
	font-size: 14px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	background-image: url(../images/sort.png);
	content: "";
	width: 10px;
	height: 20px;
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sorting:first-child:after,
.sorting:last-child:after {
	display: none !important;
}
.btn-secondary {
    background-color: #333333;
    border:0;
    outline: 0!important;
    box-shadow: inherit!important;
    padding: 12px 37px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #5a6268;
}
.profile-content {
    border: 0;
    border-radius: 0;
}
.profile-content h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	padding: 18px 20px;
	border-bottom: 1px solid #dadada;
}
.profile-content .close {
    position: absolute;
    right: 20px;
    top: 8px;
    background: transparent;
    font-size: 40px;
    font-weight: 100;
    color: #bcbcbc;
    opacity: 1;
}
.profile-content .multisteps-form__form {
    padding: 0;
}
.profile-form {
    padding: 45px 50px;
}
.profile-form .button-row {
	margin-top: 10px;
}
.profile-form .button-row button {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	min-width: 119px;
}
.profile-form .input-style-2 {
	font-size: 14px;
}
.profile-form .row {
	margin-right: -10px;
    margin-left: -10px;
}
.profile-form .row>[class^="col-"] {
	padding-right: 10px;
    padding-left: 10px;
}
.hourly-rate-field {
	position: relative;
}
.hourly-rate-field .field-icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    bottom: 0;
    width: 52px;
    background-color: #e8e7e7;
    font-size: 18px;
    line-height: 57px;
    color: #333333;
    font-weight: 500;
}
.hourly-rate-field .input-style-2 {
    padding-left: 70px;
}
.upload-file-field {
	position: relative;
	cursor: pointer;
}
.upload-file-field .input-style-2 {
    padding-right: 130px;
    text-indent: -101px;
    cursor: pointer;
    line-height: 27px;
}
.upload-file-field .input-style-2:focus + .placeholder,
.upload-file-field .input-style-2:active + .placeholder,
.upload-file-field .input-style-2:visited + .placeholder {
	opacity: 0;
}
.upload-file-field:before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 1px;
	top: 1px;
	width: 21px;
	background: #fff;
}
.upload-file-field .field-icon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
    width: 126px;
    background-color: #e8e7e7;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.upload-file-field .field-icon i {
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.upload-file-field .placeholder {
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 14px;
    color: #888888;
    background: #fff;
    display: block;
    margin: 0;
    width: 100px;
    pointer-events: none;
    -webkit-transition: all 0.3s linear 1s;
    transition: all 0.3s linear 1s;
}
.form-checkbox label {
	position: relative;
	margin:0;
	padding-left: 40px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-checkbox label:hover,
.form-checkbox label:focus {
	color: #58da57;
}
.form-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 24px;
	height: 24px;
	background-color: #e8e7e7;
}
.form-checkbox input[type="checkbox"] {
	display: none;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 12px;
    height: 7px;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #333333;
    z-index: 1;
    transform: rotate(-45deg);
}
.add-more-btn {
    font-size: 18px;
    color: #6cda46;
    font-weight: 600;
}
.signin-form .err-msg {
	margin-top:0;
}
@media (max-width: 1440px) {
	.request-form-block {
		max-width: 500px;
		padding: 40px 50px;
	}
	.free-trial-form h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.free-trial-form {
		padding: 60px 40px;
	}
	.uproster-header,
	.uproster-footer {
		padding: 20px 0;
	}
	.primary-logo li a img {
		max-width: 120px;
	}
	body #profile-table.dataTable {
		margin-top: 20px !important;
	}
	.profile-dtable th {
		font-size: 15px;
		padding: 15px;
	}
	.profile-dtable td {
		font-size: 15px;
		padding: 12px 20px;
	}
	.profile-dtable td ul li {
		margin: 0 5px;
		font-size: 14px;
	}
	.tab-footer button {
	    padding: 12px 30px;
	    font-size: 14px;
	}
	.profile-list {
		margin-bottom: 25px;
	}
	.primary-page-header h2 {
		font-size: 20px;
	}
	.primary-header .primary-nav span {
		font-size: 18px;
	}
	table.dataTable thead .sorting:after,
	table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
		background-size: 8px;
		background-repeat: no-repeat;
	}
	.primary-header {
		padding: 20px 15px;
	}
	.profile-inner-wrapper .tab-content,
	.profile-nav {
		padding: 30px;
	}
	.profile-card h6 {
		margin-bottom: 40px;
	}
	.profile-data-wrapper .form-outer .custom-btn {
	    padding: 13px 30px;
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 14px;
	}
	.form-outer select {
	    min-height: 48px;
	}
	.input-style-3 {
	    padding: 15px;
	}
	.search-container button {
	    font-size: 15px;
	    right: 15px;
	}
	.primary-nav .sidenav a {
	    font-size: 20px;
	}
	.add-more-btn {
	    font-size: 16px;
	}
	.profile-form .button-row button {
	    font-size: 14px;
	}
}