/* @charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; } */
*:hover {
	outline: none !important;
}

*:active {
	outline: none !important;
}

*:focus {
	outline: none !important;
}

*:visited {
	outline: none !important;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background: #f8f8f8;
	border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 10px;
	cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
}

/* ol,
  ul {
    list-style: none;
    padding: 0px;
    margin: 0px; } */

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: none;
	padding: 0px;
}

textarea:focus {
	padding: 0px !important;
}

.relative {
	position: relative !important;
}

a:hover {
	text-decoration: none;
}

input {
	outline: none;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: unset;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: unset;
	padding: unset;
}

/*Font Settings*/
@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-Thin.woff") format("woff2");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-ExtraLight.woff") format("woff2");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-Regular.woff") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-Medium.woff") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-SemiBold.woff") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-Bold.woff") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url("../font/Poppins-Black.woff") format("woff2");
	font-weight: 900;
	font-style: normal;
}

:root {
	--theme-color: #292D47;
}

body {

	font-family: Poppins !important;
}

/* my course session starts here */
.mycourse-header-session {
	background: url("../img/banner-dummy.png");
	background-size: 100%;
	min-height: 235px;
	padding-top: 8px;
}

.bg-dark {
	background-color: transparent !important;
}

.logo_block {
	width: 60px;
}

.banner-header {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
}

.banner-subheader {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.banner-subheader span {
	color: #b9a642;
	font-weight: 500;
}

.course-overview {
	align-items: center;
	padding: 18px 0;
}

.course-container {
	padding: 15px 0;
}

.navtab-selector .nav-tabs {
	border-bottom: none !important;
}

.navtab-selector .nav-item {
	padding: 0px 60px 0 0;
}

.navtab-selector .nav-item .nav-link {
	font-size: 13px;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
	color: #525252;
	border: none;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.navtab-selector {
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.navtab-selector .nav-item .nav-link.active {
	border-bottom: 3px solid #00bfa5 !important;
}

.subfooter {
	background-color: #222930;
	color: #fff;
	font-size: 14px;
	height: 80px;
	margin-bottom: -1px;
}

.subfooter-wrapper {
	align-items: center;
}

.subfooter-icon {
	min-width: 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
}

.footer-section {
	padding: 25px 0 0;
}

.footer-subheader {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	padding-bottom: 12px;
	white-space: nowrap;
	text-align: center;
}

.footer-links {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #7b7b7b;
	padding-bottom: 5px;
	white-space: nowrap;
	text-align: center;
	line-height: 18px;
}

.footer-links:hover {
	color: #222;
}

.footer-menus {
	border-radius: 5px;
	/* border:1px solid #e2e2e2; */
}

.footer-menus::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: -25px;
	height: 1px;
	background-color: #e2e2e2;
}

.footer-rights-blk {
	height: 100px;
	color: #59626b;
	font-size: 13px;
	font-weight: 500;
}

.quotes-bg {
	position: absolute;
	left: -10px;
	top: 5px;
	z-index: -99;
}

.subscribe-btn {
	font-size: 13px;
	font-weight: 500;
	color: #b9a642;
	padding: 12px 18px;
	cursor: pointer;
	border-left: 1px solid #59626b;
}

.subscriber-mail-wrapper {
	border-radius: 6px;
	border: 1px solid #59626b;
}

.subscribe-mail::placeholder {
	font-size: 12px;
	font-weight: 500;
	color: #59626b;
}

.subscribe-mail {
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	background-color: transparent;
	outline: none;
	box-shadow: none;
	border: none;
}

.my-course-btn {
	display: inline-table;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	color: #8f7f27;
	border: 1px solid #fff;
	border-radius: 4px;
}

.pr-nav-item {
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 20px;
	line-height: 14px;
	color: #2a2a2a;
	cursor: pointer;
	margin-right: 30px;
}

.pr-nav-item:hover {
	color: #0056b3
}

.my-course-btn {
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	font-weight: 600;
	padding: 12px 20px;
	line-height: 14px;
}

.my-course-btn:hover {
	background: var(--theme-color);
	color: #fff;
	font-weight: 600;
}

.user-profile-wrapper {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #545252;
}

.card-img-wrapper {
	height: 150px;
}

.object-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-pane-block {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f3f4f680;
}

.course-card-wrapper {
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	min-height: 435px;
}


.card-bottom-part {
	background-color: #fff;
	padding: 15px;
}

.card-heading {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-user {
	color: #7b7b7b;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 10px;
	min-height: 21px;
}

.card-list-heading {
	color: #7b7b7b;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 10px;
}

.card-list-val {
	color: #333;
	font-size: 11px;
	font-weight: 600;
}

.card-desc-container {
	padding-bottom: 15px;
}

.card-btn {
	background-color: #00bfa5;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	border: none;
	outline: none;
	box-shadow: none;
	width: 100%;
	cursor: pointer;
}

.card-icon-wrapper {
	width: 45%;
	margin-top: 15px;
}

.course-card-wrapper .progress {
	height: 5px !important;
}

.tickk {
	position: relative;
	min-width: 21px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #00bfa5;
	color: #fff;
}

.tickk::after {
	position: absolute;
	content: '';
	width: 11px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 28%;
	transform: translateY(-50%) rotate(-47deg) translateX(-50%);
	left: 42%;
}

.completed-text {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	padding: 4px 0;
}

.completed-text-desc {
	font-size: 12px;
	font-weight: 600;
	color: #7b7b7b;
	padding: 5px 0px;
}

.course-completed .progress-bar {
	background-color: #00bfa5;
}

.learn_again-btn {
	font-family: Poppins;
	font-weight: 600;
	border: 1px solid #7b7b7b;
	color: #666;
	background-color: #fff;
	cursor: pointer;
}

.live-streaming {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	border-radius: 3px;
	background-color: #101317;
	padding: 10px 15px;
}

.live-streaming-alert {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #ff535a;
}

.watch-now {
	color: #8f7f27;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.liveclass-notify-wrapper {
	display: flex;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 330px;
	right: 30px;
	border-radius: 5px;
	background-color: #fff;
	padding: 18px;
}

.lc-desc-wrapper {
	padding: 0 35px 0 15px;
}

.lc-desc {
	font-size: 12px;
	font-weight: 600;
	color: #333;
	line-height: 20px;
	padding-bottom: 10px;
}

.lc-watch-now {
	color: #00bfa5 !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.lc-close {
	font-size: 18px;
	font-weight: 500;
	color: #7b7b7b;
}

.overview-count {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 8px;
}

.overview-desc {
	font-size: 15px;
	font-weight: 300;
	color: #9fa8b1;
}

.support-notify .progress-bar {
	background-color: #ff535a;
}

.contact_support-btn {
	font-weight: 600;
	color: #ff535a;
	border: 1px solid #ff535a;
	background-color: #fff;
}


.course_inactive {
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	/* background-color: #2e2e2ea1; */
	background-color: rgba(46, 46, 46, .63);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.course_inactive .course_img_container {
	width: 40px;
	height: 55px;
}

.course_inactive_notify {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #ff535a;
}

.certify-download-btn {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	background-color: #fff;
	border: 1px solid #7b7b7b;
	border-radius: 4px;
	outline: none;
	box-shadow: none;
	text-transform: uppercase;
	padding: 11px 15px;
	height: 45px;
}

.certify-heading {
	font-size: 13px;
	font-weight: 500;
	color: #7b7b7b;
	margin-bottom: 7px;
}

.certify-social-icons {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #7b7b7b;
}

.enroll-icon {
	width: 28px;
}

.hours-icon {
	width: 31px;
}

.lesson-cover-icon {
	width: 31px;
}

.lc-icon-holder {
	width: 40px;
}

.certificate-card-wrapper {
	position: relative;
	border: unset !important;
}

.certificate-bottom-part {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.certificate-card-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.89) 15%, rgba(255, 255, 255, 1) 100%);
}

.certificate-card-wrapper .card-img-wrapper {
	height: unset;
}

/* dropdown for user logout starts here */
.logout-dropdown-parent {
	position: relative;
	cursor: pointer;
}

.logout-dropdown {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logout-dropdown:hover {
	color: #c3c5c5;
}

.logout-dropdown-content-block {
	display: none;
	width: 250px;
	position: absolute;
	right: -5px;
	background-color: #f9f9f9;
	margin-top: 8px;
	z-index: 1;
	overflow: hidden;
}

.logout-dropdown-content-block .inner-child-logout {
	color: #fff;
	padding: 18px 14px;
	font-size: 15px;
	font-weight: 500;
	background-color: #2b2b2b;
	cursor: pointer;
}

.inner-child-logout.active {
	background-color: #1f1e1e;
}

.inner-child-logout.active:hover {
	color: #fff !important;
}

.logout-dropdown-content-block .inner-child-logout:hover {
	color: #c3c5c5
}

.logout-show {
	display: block;
}

.profile-icon {
	text-transform: uppercase;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	min-width: 45px;
	padding-top: 3px;
	width: 45px;
	height: 45px;
	font-size: 14px !important;
	line-height: 40px;
	background: linear-gradient(90deg, rgba(7, 163, 242, 1) 0, rgba(63, 212, 188, 1) 100%);
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	pointer-events: none;
}

.author-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 37px;
	width: 37px !important;
	height: 37px !important;
	font-size: 12px !important;
}

.caret-icon {
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	pointer-events: none;
}

.caret-rotate {
	transform: rotate(180deg);
}

.menu-icon {
	width: 25px;
}

.author-name {
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.profl-desc {
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
}

/* dropdown for user logout starts here */
.card-list-maxlen {
	line-height: 14px;
	min-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* my course session ends here */
.custom-footer-subheader {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	white-space: normal;
	line-height: 20px;
}

.header-left-wrapper {
	flex: 0 0 72%;
	/*height:517px;*/
	position: relative;
}

.header-left-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.breadcrump-header-session {
	padding: 55px 15px;
	background-image: url(../images/breadcrump.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-attachment: fixed;
}

.large-breadcrump {
	padding: 130px 0px;
	background-image: url(../images/parallax2.jpg);
	background-attachment: fixed;

}

.breadcrump-header-session:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	/* background: #530dd3e3; */
}

.vdo-header-desc {
	position: absolute;
	top: -2px !important;
	color: #fff;
	width: 100%;
	padding: 20px;
	height: 17%;
	transition: transform .2s ease;
	background: rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.79) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.79) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.79) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.79) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.vdo-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.vdo-subheading {
	font-size: 15px;
	font-weight: 500;
}

.vdo-subheading span {
	padding-left: 8px;
}

.header-right-wrapper {
	flex: 0 0 26%;
	margin-left: 2%;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.header-nav-selector .nav-tabs {
	border-bottom: none !important;
}

.header-nav-selector .nav-item {
	width: 50%;
}

.header-nav-selector .nav-item .nav-link {
	font-size: 13px;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
	color: #525252;
	border: none;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.header-nav-selector .nav-item .nav-link.active {
	border-bottom: 3px solid #00bfa5 !important;
}

.qa-wrapper {
	padding: 20px;
}

.qa-header-text {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.choose-lesson-dropdown .dropdown-toggle {
	border: 1px solid #eee;
	background-color: #fff;
	color: #666;
	width: 100%;
	font-size: 13px;
	text-align: left;
	margin-bottom: 15px;
}

.choose-lesson-dropdown .dropdown-menu {
	right: 0px;
}

.qa-txtarea-blk {
	height: 80px;
	margin-bottom: 15px;
}

.qa-txtarea {
	width: 100%;
	height: 100%;
	padding: 15px !important;
	border: 1px solid #eee;
	outline: none;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 22px;
}

.qa-txtarea:focus {
	padding: 15px !important;
}

.qa-txtarea::placeholder {
	color: #cacaca;
	font-size: 13px;
}

.qa-submit-btn {
	background-color: #00baa7;
	font-weight: 500;
	padding: 10px 20px !important;
	font-size: 12px;
	border: none;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}

.qa-btn-blk {
	padding: 0 20px;
}

.qa-btn {
	min-width: 140px;
	font-weight: 500;
	padding: 10px 15px !important;
	font-size: 12px;
	border: 1px solid #cccccc;
	color: #444;
	background-color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}

.qa-column {
	min-height: 440px;
}


/* courses main page */
.course-learn-blk {
	padding: 25px 75px;
}

.lesson-nav-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.header-breadcrumb>li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #00baa7;
	font-weight: 400;
}

.header-breadcrumb>li::after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 0px;
	border-top: 2px solid #00baa7;
	border-right: 2px solid #00baa7;
	transform: rotate(45deg) translateX(-50%);
}

.header-breadcrumb>li:last-of-type:after {
	content: unset;
}

.lesson-arrow-nav {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}

.lesson-arrow-nav.left::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-132deg) translateX(69%);
}

.lesson-arrow-nav.right::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateX(-53%);
}

.lesson-nav-blk {
	margin-bottom: 35px;
}

.course-authorname {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}

.header-course-title {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 44px;
	margin: 0px;
	position: relative;
	z-index: 9;
}

.header-course-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
	position: relative;
	z-index: 9;
	line-height: 26px;
}

.resume-class-btn {
	display: inline-block;
	background-color: #00baa7;
	font-weight: 500;
	padding: 10px 20px !important;
	font-size: 12px;
	border: none;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}

.resume-class-btn span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	border-radius: 4px;
	top: 3px;
	margin-right: 10px;
}

.resume-btn-wrapper {
	margin-bottom: 25px;
}

/* navtab course selector */
.navtab-course-selector .nav-item .nav-link {
	font-size: 14px;
	font-weight: 600;
	padding: 25px 0;
	color: #333;
	text-transform: uppercase;
}

.tab-pane-course {
	margin-top: 30px;
	margin-bottom: 30px;
}

.lc-header {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	padding-left: 15px;
}

.lc-author {
	font-size: 12px;
	font-weight: 600;
	color: #7b7b7b;
	padding-left: 15px;
}

.liveclass-alert-wrapper {
	background-color: #fff6d4;
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 25px;
}

.lc-watch-btn {
	font-size: 13px;
	font-weight: 600;
	color: #f5834f !important;
	text-decoration: none !important;
	padding-right: 50px;
	text-transform: uppercase;
}

.lc-close-btn {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.lc-close-btn::before, .lc-close-btn::after {
	position: absolute;
	content: ' ';
	height: 14px;
	width: 2px;
	border-bottom: unset;
	border-top: unset;
	background-color: #737373;
}

.lc-close-btn:before {
	transform: rotate(45deg) !important;
}

.lc-close-btn:after {
	transform: rotate(-45deg) !important;
}

/* .curriculum-left-part{
      flex:0 0 65%;
  }
  .curriculum-right-part{
      flex:0 0 35%;
  } */
.course-provider-blk {
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 4px;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
}

.course-provider-header {
	font-size: 13px;
	font-weight: 600;
	color: #3d3d3d;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-provider-header .filter-icon {
	width: 14px;
	opacity: 0.6;
	margin-right: 10px;
}

.course-provider-header .filter-icon img {
	max-width: 100%;
}

.course-provider-header .course-pro-img {
	width: 85px;
}

.course-provider-header .clearall {
	font-size: 11px;
	font-weight: 500;
	color: #919191;
	cursor: pointer;
}

.filter-select-holder select {
	font-size: 11px;
	font-weight: 400;
	color: #727272;
	padding: 6px 20px 6px 6px;
	height: unset;
	border: 1px solid #e7e7e7;
}

.filter-select-holder select:hover {
	padding: 6px 20px 6px 6px;
}

.category-option {
	padding: 12px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	font-weight: 500;
	color: #6c6c6c;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #ededed;
}

.category-option:before {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fb7539;
	border-right: 2px solid #fb7539;
	transform: rotate(45deg) translateY(-50%);
}

.category-option:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fb7539;
	border-right: 2px solid #fb7539;
	transform: rotate(45deg) translateY(-50%);
}

.filter-select-holder:last-child .category-option {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.footer-links-img {
	min-width: 120px;
}

.sort-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	margin-top: 20px;
}

.item-counter {
	font-size: 11px;
	font-weight: 500;
	color: #5f5f5f;
}

.item-sort-holder {
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	color: #5f5f5f;
}

.item-sort-holder .form-control {
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	width: unset;
	height: unset;
	padding: 4px 5px;
}


.lc-resources-header {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.resources-filer-dropdown .dropdown-toggle {
	background-color: #fff;
	color: #666;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	outline: none;
	padding: 0px;
}

.filter-menu>.dropdown-toggle::after {
	display: none;
}

.lc-resources-headerblk {
	margin-bottom: 15px;
}

.resource-list-container {
	padding: 18px 0;
}

.resorc-filename {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding-bottom: 9px;
	white-space: nowrap;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.resorce-publisher {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	padding-bottom: 9px;
}

.resouce-filesize {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	padding-bottom: 9px;
}

.resource-file-desc {
	padding-left: 8px;
}

.resource-list-container {
	border-bottom: 1px solid #cacaca;
}

.resource-list-container:last-child {
	border-bottom: none;
}

.show-more-resources-btn {
	font-size: 12px;
	font-weight: 600;
	color: #00baa7 !important;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.show-more-resources-btn::after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 26%;
	right: -21px;
	border-top: 2px solid #00baa7;
	border-right: 2px solid #00baa7;
	transform: rotate(135deg) translateX(-50%);
}

.resources-right-part .dropdown-menu {
	right: 30px;
	top: -28px !important;
	left: unset !important;
	min-width: 8rem !important;
}

.filter-menu .dropdown-menu {
	right: 0px !important;
	left: unset !important;
}

.filter-inside-dropdown .dropdown-toggle {
	border: 1px solid #eee;
	background-color: #fff;
	color: #666;
	width: 100%;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 7px 15px;
}

.filter-inside-dropdown .dropdown-item {
	font-size: 10px;
	font-weight: 500;
	color: #666666;
}

.filter-inside-dropdown .dropdown-menu {
	right: 0px;
}

.apply-filter-btn {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #00baa7;
	border-radius: 5px;
	cursor: pointer;
}

.filter-menu .dropdown-menu {
	padding: 15px !important;
	min-width: 11rem;
}

.resources-right-part .dropdown-toggle::after {
	display: none;
}

.filter-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background-color: #00baa7;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	padding: 8px 10px;
	margin-left: 5px;
}

.filter-txt {
	font-size: 11px;
	font-weight: 500;
	color: #00baa7;
	text-transform: uppercase;
	padding-left: 5px;
}

.filter-applied {
	display: flex;
	align-items: center;
}

/* new lecture carousel starts here */
.new-lecture-wrapper {
	height: 200px;
	padding: 35px;
	background-color: #e7f7f4;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
}

.new-lect-icon-wrapper {
	width: 40px;
	height: auto;
	margin-top: -3px;
}

.new-lect-icon-wrapper img {
	width: 100%;
}

.new-lect-header {
	padding-left: 15px;
}

.new-lect-heading {
	font-size: 16px;
	font-weight: 500;
	color: #00a594;
	margin-bottom: 10px;
}

.new-lect-date {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	margin-bottom: 8px;
}

.new-lect-desc {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 24px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-lect-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #eee;
	background-color: #fff;
}

.new-lect-arrow::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 6px;
	border-top: 2px solid #7b7b7b;
	border-right: 2px solid #7b7b7b;
	transform: rotate(45deg) translateX(-53%);
}

.new-lecture-carousel .item {
	padding-right: 15px;
}

.new-lect-read-more {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #00baa7 !important;
	cursor: pointer;
}

.owl-dots {
	text-align: center;
	margin-top: -60px;
	position: relative;
}

.owl-dot {
	background: transparent none repeat scroll 0 0 !important;
	border-radius: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 2px;
	border: 1px solid #cacaca !important;
}

.owl-dot.active {
	background: #333 none repeat scroll 0 0 !important;
	transform: scale(1.2);
}

.timeline-column {
	border: 2px solid #eee;
	border-radius: 4px;
	padding: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 50px;
}

.timeline-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #00baa7;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.timeline-left-line {
	position: relative;
}

.timeline-left-line::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00baa7;
	height: 2px;
	left: -100%;
	width: 100%;
}

.timeline-desc {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	padding-top: 18px;
}

.timeline-finished-desc {
	font-size: 12px;
	font-weight: 500;
	color: #00bfa5;
	padding-top: 18px;
}

/* .new-lecture-carousel{margin-bottom:50px;} */
.timeline-container {
	flex: 0 0 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-wrapper {
	display: flex;
}

.timeline-step-indicator {
	position: relative;
}

.timeline-step-indicator::after {
	content: '';
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #00baa7;
	width: 33%;
	top: 33%;
}

.timeline-step-indicator::before {
	content: '';
	position: absolute;
	right: 0;
	top: 33%;
	width: 11px;
	height: 11px;
	border-top: 2px solid #00baa7;
	border-right: 2px solid #00baa7;
	transform: rotate(45deg) translateX(-53%);
}

.map-completed {
	position: absolute;
	right: 0px;
	bottom: 0px;
	min-width: 21px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #00bfa5;
	color: #fff;
}

.map-completed::after {
	position: absolute;
	content: '';
	width: 11px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 28%;
	transform: translateY(-50%) rotate(-47deg) translateX(-50%);
	left: 42%;
}


/* modal starts here */
.modal-lecture-header {
	color: #00a594;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.modal-lecture-header-wrapper {
	display: flex;
}

.modal-lecture-header-desc {
	margin-left: 20px;
}

.lecture-content-full {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 24px;
	margin: 0px 0 23px 15px;
}

.modal-begin-btn {
	background-color: #00baa7;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	outline: none;
	border: none;
	border-radius: 5px;
}

.begin-btn-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	margin-right: 6px;
}

.modal-close-btn {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
	left: -12px;
	top: 3px;
}

.modal-close-btn:before {
	transform: rotate(45deg) !important;
}

.modal-close-btn:after {
	transform: rotate(-45deg) !important;
}

.modal-close-btn::before, .modal-close-btn::after {
	position: absolute;
	content: ' ';
	height: 18px;
	width: 2px;
	border-bottom: unset;
	border-top: unset;
	background-color: #737373;
}

.modal-open {
	padding-right: 5px !important;
}

/* modal ends */
.c-content-lst-column {
	margin-bottom: 20px;
	margin-right: 15px;
}

.c-content-lst-container {
	margin-bottom: 20px;
	padding: 15px 15px 20px 15px;
	box-shadow: 0px 0px 2px 2px #0000000f;
	border-radius: 4px;
	overflow: hidden;
	transition: height .4s ease-in-out;
}

.c-content-lst-container-full {
	height: unset;
	transition: height .4s ease-in-out;
}

.c-content-lst-container-full .c-lst-plus-icon {
	transform: rotate(45deg);
}

.c-lst-header-wrapper {
	display: flex;
	align-items: flex-start;
}

.company-profile-img {
	width: 105px;
	min-width: 105px;
	height: 105px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.company-profile-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-mark {
	width: 17px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.profile-mark img {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.profile-rating {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: #54bc18;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 4px;
	border-radius: 2px;
}

.profile-rating-count {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	line-height: 15px;
}

.company-status-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company-status-count {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	display: flex;
	align-items: center;
	line-height: 18px;
}

.company-status-icon {
	width: 12px;
	margin-right: 7px;
}

.company-status-icon img {
	max-width: 100%;
}

.company-status-count-orange {
	font-size: 11px;
	font-weight: 500;
	color: #f97132;
	background: #fcede2;
	padding: 6px 10px;
	border-radius: 4px;
	line-height: 12px;
}

.company-status-count-plan-label {
	font-size: 14px;
	padding: 6px 0px;
	border-radius: 4px;
	line-height: 12px;
	font-style: italic;
}

.company-status-count svg {
	width: 10px;
	height: 10px;
	fill: #8a8a8a;
}

.c-lst-plus-icon {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}

.c-lst-topic-name {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #333;
	word-break: break-word;
}

.company-profile-info {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.c-lst-lessons {
	font-size: 12px;
	font-weight: 600;
	color: #7b7b7b;
}

.c-lst-topic-name span {
	padding-right: 15px;
}

.curriculum-left-part {
	margin: 20px 0px;
}

.c-lst-lesson-desc {
	font-size: 11px;
	font-weight: 500;
	color: #9b9b9b;
	line-height: 16px;
	word-break: break-word;
	margin: 0px;
}

.curriculum-right-part {
	margin: 20px 0px;
}

.compnay-profile-actions a svg {
	fill: #868686 !important;
}

.compnay-profile-actions a:hover svg {
	fill: #6426d6 !important;
}

.company-more-desc {
	margin-top: 7px;
	padding-top: 12px;
	padding-left: 10px;
	border-top: 1px solid #f3f3f3;
	position: relative;
}

.readmore-lesson {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00baa7 !important;
	cursor: pointer;
}

.c-lst-lesson-blk {
	margin-left: 55px;
}

.c-lst-lesson-container {
	margin: 25px 0;
}

.c-lst-top-heading {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.c-lst-top-heading span {
	color: #7b7b7b;
	font-size: 12px;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	padding-left: 6px;
	text-overflow: ellipsis;
}

.c-lst-doc-desc {
	font-size: 11px;
	font-weight: 500;
	color: #7b7b7b;
}

.c-lst-top-part {
	margin-bottom: 11px;
}

.c-lst-doc-desc {
	padding-right: 25px;
}

.c-lst-left-notify {
	flex: 0 0 40%;
}

.c-lst-right-notify {
	flex: 0 0 60%;
}

.lesson-completed {
	position: relative;
	min-width: 21px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #00bfa5;
	color: #fff;
	margin-right: 15px;
}

.lesson-completed::after {
	position: absolute;
	content: '';
	width: 11px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 28%;
	transform: translateY(-50%) rotate(-47deg) translateX(-50%);
	left: 42%;
}

.c-lst-notify-txt-success {
	font-size: 12px;
	font-weight: 500;
	color: #00a594;
}

.c-lst-right-notify .progress {
	height: 5px !important;
}

.c-lst-right-notify .progress-bar {
	background-color: #00bfa5;
}

.lesson-resume-btn {
	display: inline-block;
	background-color: #00baa7;
	font-weight: 500;
	padding: 10px 20px !important;
	font-size: 11px;
	border: none;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.current-learntxt {
	color: #908028;
	font-size: 12px;
	font-weight: 500;
}

.currently-learning-icon {
	position: relative;
	min-width: 21px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #d1bc49;
	margin-right: 15px;
}

.currently-learning-icon::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #fff;
	border-radius: 4px;
	top: 5px;
	left: 7px;
}

.golden-bg {
	background-color: #d1bc49 !important;
}

.c-lst-more-option-wrapper {
	margin-bottom: 11px;
}

.c-lst-score {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding-left: 40px;
}

.c-lst-score span {
	color: #00a594;
	padding-left: 5px;
}

.c-lst-more-info {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding-left: 40px;
}

.slash-seperator {
	position: relative;
}

.slash-seperator::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -20px;
	width: 2px;
	background-color: #737373;
}

.c-more-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #737373;
	font-size: 11px;
	font-weight: 600;
	color: #737373;
}

.c-lst-more-info span {
	padding-left: 8px;
}

.attempts-txt {
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.attempts-txt span {
	padding-left: 8px;
	color: #00baa7;
}

.info-popover-notify {
	padding-left: 8px;
	position: relative;
	cursor: pointer;
}

.info-tooltip {
	position: absolute;
	width: 250px;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 18px;
	opacity: 0;
	visibility: hidden;
	left: 60%;
	transform: translateX(-50%) !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	bottom: calc(100% + .9rem);
}

.info-tooltip::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: white;
	z-index: -999;
	bottom: -6px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.info-popover-notify:hover .info-tooltip {
	visibility: visible;
	opacity: 1;
}

.assessment-popup-header {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #333;
}

.assessment-popup-subheader {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
	color: #7b7b7b;
}

.assessment_tbl {
	margin-bottom: 10px;
}

.assessment_tbl .grid-table-row {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	margin-bottom: 10px;
}

.assessment_tbl .grid-table-head {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	background-color: #f5f5f5;
	padding: 15px 10px;
}

.assessment_tbl .grid-table-data {
	font-size: 13px;
	font-weight: 500;
	color: #7b7b7b;
	padding: 15px 10px;
}

.row-failure {
	background-color: #fff6d4;
}

.row-success {
	background-color: #e7f7f4;
}

.popup-attempts-count-txt {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	margin-bottom: 10px;
}

.popup-attempts-count-txt span {
	color: #00bfa5;
	padding-left: 8px;
}

.popup-passed-txt {
	font-size: 13px;
	font-weight: 500;
	color: #00bfa5;
	padding-left: 6px;
}

.popup-failed-txt {
	font-size: 13px;
	font-weight: 500;
	color: #f25f25;
	padding-left: 6px;
}

.failed-wrapper {
	position: relative;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #f25f25;
}

.failed-wrapper::before, .failed-wrapper::after {
	position: absolute;
	left: 46%;
	content: ' ';
	height: 11px;
	width: 2px;
	top: 28%;
	background-color: #fff;
}

.failed-wrapper::before {
	transform: rotate(45deg) !important;
}

.failed-wrapper::after {
	transform: rotate(-45deg) !important;
}

.filter-custom-popup {
	display: none;
	position: absolute;
	min-width: 200px;
	top: 20px;
	right: 0px;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	padding: 18px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.filter-custom-dropdown {
	font-size: 12px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: flex;
}

.timeline-steps {
	position: relative;
}

.curriculum-col-left {
	width: calc(100% - 270px);
	min-width: calc(100% - 270px);
	max-width: calc(100% - 270px);
	padding: 0px;
}

.curriculum-col-right {
	width: 270px;
	max-width: 270px;
	padding: 0px 0px 0px 20px;
}

.footer-copyright {
	font-size: 11px;
	font-weight: 500;
	margin-top: 10px;
	color: #767676;
}

.footer-course-subtitle {
	font-size: 12px;
	font-weight: 400;
	color: #ffffffd4;
	margin-top: 5px;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	margin: 0px;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 6px 4px 0px #44444421;
	padding: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item {
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 20px;
	line-height: 14px;
	color: #2a2a2a;
	position: relative;
}

.navbar-nav .dropdown-menu .dropdown-item:after {
	content: '';
	position: absolute;
	background: whitesmoke;
	height: 1px;
	left: 20px;
	right: 20px;
	bottom: 0px;
}

.get-listed-btn {
	position: relative;
	z-index: 999;
	background: unset;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 26px;
}

.scrolltop-icon {
	position: fixed;
	bottom: 5%;
	right: 5%;
	background: #ffa236;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
}

.scrolltop-icon:hover {
	opacity: .85;
}

.pagination-holder {
	margin: 80px 0px 30px 0px;
}

.pagination-holder li.pagination-nav {
	/* background: #e7e7e7;
      width: 30px;
      height: 30px;
      border-radius: 50%; */
	text-align: center;
	color: #444;
	font-size: 12px;
	font-weight: 600;
	line-height: 29px;
	/* margin-right: 7px; */
	cursor: pointer;
	border: 1px solid #ffa236;
	background-size: 200% 200%;
	background-image: linear-gradient(180deg, transparent 50%, #ffa236 0);
	transition: background-position .4s, color .3s;
}

.pagination-holder li.pagination-nav a {
	padding: 6px 15px;
}

.pagination-holder li.pagination-nav:hover {
	color: #fff;
	background-position: 0 -100%;
}

.pagination-holder li.pagination-nav.active {
	background: #5017c3;
	color: #fff;
}

li.pagination-nav.pagin-prev, li.pagination-nav.pagin-next {
	position: relative;
}

li.pagination-nav.pagin-prev:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 48%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	transform: rotate(-45deg) translateY(-50%);
}

li.pagination-nav.pagin-next:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 48%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(45deg) translateY(-50%);
}


/*Multistep Form*/
.multisteps-form__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	padding-top: 20px;
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
	color: #444;
}



@media (min-width: 500px) {
	.multisteps-form__progress-btn {
		text-indent: 0;
	}
}

.multisteps-form__progress {
	width: 80%;
	margin: 0 auto;
}

.multisteps-form__progress-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 13px;
	height: 13px;
	content: "";
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	/*border: 2px solid currentColor;*/
	border-radius: 50%;
	background-color: #dae2e8;
	box-sizing: border-box;
	z-index: 3;
}

.multisteps-form__progress-btn:after {
	position: absolute;
	top: 5px;
	left: calc(-50% - 13px / 2);
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 3px;
	content: "";
	background-color: #dae2e8;
	z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
	display: none;
}

.multisteps-form__progress-btn.js-active {
	color: #444;
	line-height: 20px;
}

.multisteps-form__progress-btn.js-active:before {
	transform: translateX(-50%);
	background-color: #4f0cd8;
	border: 5px solid white;
	box-sizing: content-box;
	box-shadow: 0px 0px 4px 1px #00000021;
	top: -6px;

}

.js-active:before {
	background-image: url(../images/tick.svg);
	background-size: 56% 55%;
	background-repeat: no-repeat;
	background-position: 3px;
}

/* .js-active::nth-last-child(n-1):before{background-image: unset;} */
.multisteps-form__progress-btn.js-active:last-child:before {
	background-image: unset;
}

.multisteps-form__progress-btn.js-active:after {
	content: '';
	background-color: #292D47;
}

.multisteps-form__form {
	position: relative;
}

.multisteps-form__panel {
	/*  position: absolute;
    top: 0;
    left: 0;*/
	width: 100%;
	height: 0;
	opacity: 0;
	visibility: hidden;
	padding: 32px;
	/*box-shadow: 0px 0px 3px 1px #0000001a;*/
	display: none;
}

.multisteps-form__panel.js-active {
	display: block;
}

.multisteps-form__panel.js-active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.multisteps-form__panel[data-animation=scaleOut] {
	transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
	left: 50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
	transition-delay: 0s;
	left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
	top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
	transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	transform: scale(1);
}

.mutitstep-path-holder {
	width: 100%;
	background: #fcfcfc;
	/* padding: 30px 25px 20px 25px; */
	padding: 25px 15px 15px;
	box-shadow: 0px 0px 2px 1px #0000002b;
}

.multisteps-form__form {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
}

.multisteps-form__title {
	font-size: 14px;
	font-weight: 500;
	color: #253b45;
	margin-bottom: 18px;
}

/*Multistep Form ends*/

.pad32 {
	padding: 32px;
}

.logo-upload-holder {
	width: 120px;
	min-width: 120px;
	height: 120px;
	background: #f8f8f8;
	border: 2px dashed #dbdbdb;
	border-radius: 4px;
	cursor: pointer;
	background-image: url('../images/logo-placeholder.jpg');
	background-size: 65px;
	background-repeat: no-repeat;
	background-position: 28px 30px;
}

.logo-upload-holder input {
	display: none
}

.logo-upload-holder .uploaded-logo {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.portfolio-upload-holder {
	width: 160px;
	min-width: 160px;
	height: 90px;
	background: #f8f8f8;
	border: 2px dashed #dbdbdbc2;
	border-radius: 4px;
	cursor: pointer;
	background-image: url('../images/upload-icon.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.portfolio-upload-holder input {
	display: none
}

.portfolio-upload-holder .uploaded-portfolio {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-form-label {
	font-size: 11px;
	font-weight: 500;
	color: #565656;
	margin-bottom: 6px;
}

.custom-form-label span {
	color: #ff0000;
	font-size: 15px;
}

.multisteps-form__content input, .multisteps-form__content select {
	height: 32px;
	padding: 5px 10px;
	font-size: 13px;
}

.multisteps-form__content input, .multisteps-form__content select:focus {
	padding: 5px 10px !important;
}

.multisteps-form__content textarea {
	padding: 5px 10px;
	font-size: 13px;
}

.multisteps-form__content textarea:focus {
	padding: 5px 10px !important;
}

.multisteps-form__content .input-group-prepend {
	height: 32px;
	font-size: 11px;
}

.multisteps-form__content .input-group-prepend .input-group-text {
	font-size: 11px;
}

.multisteps-form__content input::placeholder, .multisteps-form__content select::placeholder {
	color: #c6c6c6 !important;
}

.multisteps-form__content select option:disabled {
	color: #c6c6c6 !important;
}

.form-division-line {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.multistep-btn {
	padding: 5px 20px;
	background: #292D47;
	border: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.multistep-btn:hover {
	background: #420aa8;
}

.addlocation-btn {
	padding: 5px 20px;
	background: transparent;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	font-size: 11px;
	font-weight: 600;
}

/* .addlocation-btn:hover{background: #420aa8;color: #fff;} */

.delete-company {
	background: #ff47042e;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.delete-company:hover {
	background: #ff47044a;
}

.company-loaction-wrapper+.company-loaction-wrapper {
	margin-top: 15px;
	padding-top: 25px;
}

.company-loaction-wrapper {
	position: relative;
}

.company-loaction-wrapper+.company-loaction-wrapper:before {
	content: '';
	position: absolute;
	background: #e2e2e2;
	height: 1px;
	left: -32px;
	right: -32px;
	top: 0px;
}

.edit-number-btn {
	width: 18px;
	height: 18px;
	background: #37b6ea;
	border-radius: 50%;
	position: absolute;
	right: 23px;
	top: 38px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.edit-number-btn:hover {
	background: #249aca;
}

.grey-bg {
	background: #f9f9f9;
}

.comapany-focus-row {
	width: 100%
}

.comapany-focus-row .focus-options-holder {
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 7px;
	min-height: 90px;
}

.comapany-focus-row .focus-options-holder .focus-option-chip {
	background: #e4e4e4;
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	color: #4a4a4a;
	padding: 2px 2px 2px 11px;
	border-radius: 22px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
}

.comapany-focus-row .focus-options-holder .focus-option-chip .add-focus-chips {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: #c8c8c8;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	margin-left: 5px;
	cursor: pointer;
}

.comapany-focus-row .focus-options-holder .focus-option-chip .add-focus-chips:hover {
	background: #a9a9a9;
}

.comapany-focus-row .focus-options-holder .focus-option-chip.active {
	background: #292D47;
	color: #fff
}

.comapany-focus-row .focus-options-holder .focus-option-chip.active .add-focus-chips {
	color: #292D47;
	background: #fff;
	transform: rotate(45deg);
}

.comapany-focus-row .focus-options-holder .focus-option-chip.active .add-focus-chips:hover {
	background: #ececec
}

.comapany-focus-row .focus-title {
	font-size: 12px;
	font-weight: 500;
	color: #3a3a3a;
	margin-bottom: 10px;
}

.comapany-focus-row .focus-title {
	font-size: 12px;
	font-weight: 500;
	color: #3a3a3a;
	margin-bottom: 10px;
}

.comapany-focus-row .focus-title .add-focus-points {
	background: #c8c8c8;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 12px;
	color: #fff;
	margin-left: 8px;
}

.comapany-focus-row .focus-title .close-focus-points {
	background: #292D47;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 12px;
	color: #fff;
	margin-left: 8px;
}

.bredcrump-left-aligned {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.g-analytics-info {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #777;
}

.location-selector {
	position: relative;
}

.location-selector select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

.location-selector select::-ms-expand {
	display: none;
}

.location-selector-icon {
	width: 13px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.footer-social-links-blk {
	display: flex;
}

.footer-social-links {
	width: 30px;
	height: auto;
}

.footer-social-links.facebook svg {
	width: 17px;
	height: 18px;
	fill: #020202;
}

.footer-social-links.linkedin svg {
	width: 20px;
	height: 20px;
	fill: #020202;
	margin-left: -4px;
}

.footer-social-links.twitter svg {
	width: 14px;
	height: auto;
	fill: #020202;
	margin-top: 3px;
}

.full-line-division {
	margin-top: 5px;
	position: relative;
}

.full-line-division:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	background: #e8e8e8;
	height: 1px;
}

.portfolio-left-wrapper {
	border-right: 1px solid #efefef;
	padding: 32px !important;
}

.portfolio-right-wrapper {
	background: #fcfcfc;
	padding: 15px !important;
}

.course-row-wrapper {
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 10px;
	background: #fff;
	box-shadow: 0px 0px 2px 1px #0000000d;
	border-radius: 3px;
}

.course-row-wrapper .course-img {
	width: 92px;
	height: 52px;
	border-radius: 4px;
	overflow: hidden;
}

.course-row-wrapper .course-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-row-wrapper .course-info-holder {
	width: calc(100% - 92px);
	min-width: calc(100% - 92px);
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course-row-wrapper .course-info-titles {
	width: inherit;
	min-width: inherit;
}

.course-row-wrapper .course-title {
	font-size: 15px;
	font-weight: 500;
	color: #444;
	max-width: 100%;
	word-break: break-word;
}

.course-row-wrapper .course-sub-title {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
	margin-top: 8px;
	max-width: 100%;
	word-break: break-word;
}

.course-row-wrapper .add-course-items img {
	font-size: 22px;
	font-weight: 600;
	background: #e2edfe;
	color: #2873ce;
	width: 18px;
	/* height: 22px; */
	text-align: center;
	line-height: 23px;
	border-radius: 4px;
	cursor: pointer;
}

.course-row-wrapper .add-course-items:hover {
	background: #b3c6e4
}

.division-block {
	display: inline-block;
	width: 8px;
	height: 22px;
	border-right: 1px solid #efefef;
	margin-right: 10px;
}

.signin-dropdn-parent {
	min-width: 75px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.signin-profile-icon {
	text-transform: uppercase;
	display: block;
	border-radius: 20vw;
	color: #fff;
	font-weight: 600;
	width: 40px;
	height: 40px;
	font-size: 13px !important;
	line-height: 40px;
	text-align: center;
	pointer-events: none;
	overflow: hidden;
}

.portfolio-btn-holder {
	padding: 32px;
}

.search-input-holder {
	padding: 4px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9;
	width: 400px;
	margin: 20px auto;
	border-radius: 45px;
	background-color: #fff;
	margin-top: 40px;
}

.search-input {
	border: none;
	padding: .375rem .75rem;
	font-size: 13px;
	color: #333;
	box-shadow: none !important;
	height: auto;
	border-radius: 45px;
}

.search-input:focus {
	padding: .375rem .75rem;
}

.search-input::placeholder {
	color: #7b7b7b;
}

.search-btn {
	background-color: #871fff;
	min-width: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	border: 0;
}

.search-btn::after {
	content: "";
	position: absolute;
	left: 58%;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-radius: 5px;
}

.popular-catelog-blk {
	position: relative;
	padding-bottom: 230px;
	background: url(../images/bg.png) #f1f5fe;
	background-size: 86%;
	background-repeat: no-repeat;
	background-position: top 60px left;
}

.popular-catelog-wrapper {
	padding: 40px;
}

.popular-catelog-caption {
	font-size: 21px;
	font-weight: 600;
	color: #b0b5cb;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.popular-catelog-heading {
	font-size: 21px;
	font-weight: 600;
	color: #1d203e;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.popular-catelog-sub-heading {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	margin-bottom: 10px;
	line-height: 23px;
	padding-right: 50%;
}

.catelog-card-icon {
	width: 25px;
	height: 40px;
}

.catelog-card-icon.mobile-icon {
	width: 19px;
}

.catelog-card-icon img {
	max-width: 100%;
	height: auto;
}

.catelog-card-heading {
	font-size: 13px;
	font-weight: 600;
	color: #1d203e;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.catelog-card-desc {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	margin-bottom: 6px;
	text-transform: capitalize;
	line-height: 20px;
	padding-right: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.catelog-col-card {
	margin-top: 40px;
}

.about-us-blk {
	position: absolute;
	min-height: 400px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: -250px;
}

.about-us-wrapper {
	background-image: url(../images/banner-middle.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	min-height: 450px;
	margin: 0 40px;
}

.about-us-bg {
	position: absolute;
	top: 30px;
	right: -29px;
}

.about-us-bg img {
	width: 30px;
	height: auto;
}

.about-us-right-blk::after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #530dd3e3;
}

.about-us-caption {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 24px;
	color: #ae8eec;
	position: relative;
	z-index: 9;
}

.about-title {
	text-transform: capitalize;
	padding-right: 60px;
}

.about-us-subtitle {
	font-size: 12px;
	font-weight: 400;
	color: #ffffffd4;
	margin-top: 5px;
}

.about-us-right-part {
	padding: 0 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.service-caption {
	margin: 0 auto;
	width: fit-content;
	color: #40d4bd;
	background-color: #e7faf8;
	padding: 15px;
	border-radius: 45px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
}

.service-main-heading {
	font-size: 22px;
	font-weight: 500;
	color: #444;
	line-height: 30px;
	margin: 0px;
	position: relative;
	z-index: 9;
	padding: 0 30%;
}

.service-card-heading {
	font-size: 14px;
	font-weight: 500;
	color: #444;
	margin-bottom: 10px;
}

.service-card-desc {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	margin-bottom: 10px;
	line-height: 23px;
}

.service-blk {
	margin-top: 280px;
}

.service-wrapper {
	padding: 40px;
	text-align: center;
}

.service-icon-holder {
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	left: 0px;
	right: 0px;
	margin-bottom: 30px;
}

.img1 {
	max-width: 100%;
	position: absolute;
	bottom: 5px;
	left: 13px;
	width: 40px;
}

.bussiness-service {
	background-color: #fcecec;
}

.bussiness-service::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 6px;
	width: 7px;
	height: 7px;
	background-color: #dd4337;
	border-radius: 50%;
}

.bussiness-service img {
	max-width: 100%;
	position: absolute;
	bottom: 5px;
	left: 13px;
	width: 40px;
}

.review-lst-service {
	background-color: #eaf2ff;
}

.review-lst-service::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 6px;
	width: 7px;
	height: 7px;
	background-color: #387dff;
	border-radius: 50%;
}

.review-lst-service img {
	max-width: 100%;
	position: absolute;
	bottom: -5px;
	left: 13px;
	width: 40px;
}

.category-service {
	background-color: #e7faf8;
}

.category-service::after {
	content: "";
	position: absolute;
	top: 7px;
	right: 6px;
	width: 7px;
	height: 7px;
	background-color: #00c9a7;
	border-radius: 50%;
}

.category-service img {
	max-width: 100%;
	position: absolute;
	bottom: 5px;
	left: 15px;
	width: 35px;
}

.service-card-blk {
	margin-top: 40px;
}

.service-weave {
	margin-top: 20px;
}

.service-weave.w1 {
	text-align: right;
}

.service-weave.w2 {
	text-align: center;
}

.service-weave.w3 {
	text-align: left;
}

.sponsor-logo-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px dashed #e1e1e1;
	border-top: 1px dashed #e1e1e1;
}

.sponsor-logo-container {
	width: 160px;
	padding: 30px;
}

.sponsor-logo-container img {
	max-width: 100%;
}

.sponsor-heading {
	position: relative;
	top: 7px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #cacaca;
	background-color: #fff;
	padding: 0 20px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

.review-caption {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	color: #b0b0ca;
	position: relative;
	z-index: 9;
	margin-bottom: 5px;
}

.review-title {
	color: #1c1f3e;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.review-subtitle {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 20px;
	padding-right: 50px;
	margin-top: 6px;
}

.review-quotes {
	font-size: 12px;
	font-weight: 500;
	color: #444;
	padding: 25px 40px 20px 0;
	line-height: 20px;
	position: relative;
}

.review-quotes-bg {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: -1;
}

.review-quotes-bg img {
	width: 40px;
	height: auto;
}

.review-disply-wrapper {
	padding: 40px;
}

.review-disp-left-part {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 15%;
}

.review-img-holder {
	width: 100%;
	margin-top: -110px;
}

.review-img-holder img {
	max-width: 100%;
}

.review-user-blk {
	position: relative;
	margin-top: 15px;
}

.review-user-blk::before {
	position: absolute;
	content: "";
	top: -5px;
	left: -13px;
	width: 33px;
	height: 34px;
	border-radius: 50%;
	background-color: #7f74fe;
	z-index: -1;
}

.review-username {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 23px;
}

.review-user-auth {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 23px;
}

.read-more-btn {
	font-size: 12px;
	font-weight: 500;
	color: #5017c3;
	line-height: 20px;
	position: relative;
	border: 0;
	background: none;
	padding-right: 15px;
	padding-left: 0px;
	cursor: pointer;
}

.read-more-btn::before {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #5017c3;
	border-right: 1px solid #5017c3;
	transform: rotate(45deg) translateY(-50%);
}

.read-more-btn::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #5017c3;
	border-right: 1px solid #5017c3;
	transform: rotate(45deg) translateY(-50%);
}

.footer-social-links-blk {
	display: flex;
}

.footer-social-links {
	width: 30px;
	height: auto;
}

.footer-social-links.facebook svg {
	width: 17px;
	height: 18px;
	fill: #020202;
}

.footer-social-links.linkedin svg {
	width: 20px;
	height: 20px;
	fill: #020202;
	margin-left: -4px;
}

.footer-social-links.twitter svg {
	width: 14px;
	height: auto;
	fill: #020202;
	margin-top: 3px;
}

.subpage-banner {
	padding: 55px 27%;
}



/* Agency Page starts here */
.agency-banner-blk {
	padding-top: 170px;
	padding-bottom: 15px;
	background-image: url(../images/breadcrump.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-attachment: fixed;
}

.agency-banner-blk::after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #530dd3e3;
}

.agency-banner-wrapper {
	align-items: flex-end;
	position: relative;
	z-index: 99;
}

.agency-logo-blk {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px;
}

.agency-caption {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.agency-banner-right-part {
	padding-left: 30px;
}

.agency-checked {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-left: 15px;
}

.agency-banner-caption-holder {
	display: flex;
	align-items: center;
}

.agency-banner-header-part img {
	width: 20px;
}

.agency-subcaption {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: left;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ag-tags-desc {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.ag-tags-icon {
	margin-right: 15px;
}

.ag-tags-icon svg {
	width: 16px;
	height: auto;
	/* fill:#b36b16; */
	fill: #ff981f;
}

.ag-tags-icon.user-avatar svg {
	width: 18px;
}

.ag-tags-container {
	margin-right: 30px;
}

.starr-rating {
	font-size: 15px;
}

.ag-star-rating {
	padding: 4px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	background-color: #54bb1c;
	color: #fff;
}

.ag-navtab-selector {
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 10px 0px #0000001a;
}

.ag-navtab-selector .nav-tabs {
	border-bottom: none !important;
	padding-left: 30px;
}

.ag-navtab-selector .nav-item {
	padding: 0px 60px 0 0;
}

.ag-navtab-selector .nav-item .nav-link {
	font-size: 14px;
	font-weight: 500;
	padding: 20px 0;
	color: #7b7b7b;
	text-transform: uppercase;
	text-align: center;
	border: none;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.ag-navtab-selector .nav-item .nav-link.active {
	border-bottom: 2px solid #fe4747;
	color: #540dd5;
}

.share-tab-btn {
	padding: 8px 20px;
	background: #540dd5;
	border: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	cursor: pointer;
}

.share-tab-btn:hover {
	opacity: .8;
}

.share-icon svg {
	width: 15px;
	height: auto;
	fill: #fff;
	margin-right: 10px;
}

/* summary tab starts here */
.ag-tab-pane {
	background-color: #f9f9f9;
}

.box-content {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	margin: 15px 0;
}

.box-bordr {
	border-bottom: 1px solid #eee;
}

.box-c-header {
	font-size: 13px;
	font-weight: 600;
	padding: 15px;
	color: #333;
}

.about-com-desc-blk {
	padding: 15px;
}

.about-com-desc {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 19px;
}

.about-read-more {
	font-size: 12px;
	font-weight: 500;
	color: #5017c3;
	line-height: 20px;
	position: relative;
	border: 0;
	background: none;
	padding-right: 15px;
	padding-left: 0px;
	cursor: pointer;
	margin-top: 15px;
}

.about-read-more::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 20%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #5017c3;
	border-right: 1px solid #5017c3;
	transform: rotate(135deg) translateY(-50%);
}

.cf-desc-blk {
	padding: 15px 30px;
}

.cf-desc-container {
	padding-bottom: 15px;
}

.cf-desc-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-color: #ece2ff;
	padding: 4px;
	margin-right: 15px;
}

.cf-desc {
	font-size: 11px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
	line-height: 23px;
}

.ag-portf-blk {
	padding: 15px;
}

.ag-port-key-val {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}

.ag-port-key-clients-lst {
	padding-left: 7px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 14px;
}

.ag-port-wrapper {
	margin: 15px;
}

.ag-port-container {
	height: 120px;
	overflow: hidden;
	margin: 5px;
	border-radius: 5px;
}

.ag-port-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ag-load-more-btn-holder {
	padding: 15px;
	border-top: 1px solid #eee;
	text-align: center;
}

.ag-load-more {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 20px;
	position: relative;
	border: 0;
	background: none;
	padding-right: 15px;
	padding-left: 0px;
	cursor: pointer;
}

.ag-load-more::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 20%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	transform: rotate(135deg) translateY(-50%);
}

.ag-review-blk {
	padding: 15px;
}

.ag-review-header {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 20px;
}

.ag-review-label {
	font-size: 10px;
	font-weight: 500;
	color: #7b7b7b;
	background-color: #ececec;
	padding: 6px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-left: 15px;
	white-space: nowrap;
}

.ag-reviewtags-wrapper {
	align-items: center;
	margin-top: 11px;
}

.ag-reviewtags-container {
	margin-right: 40px;
}

.ag-reviewtags-icon {
	margin-right: 15px;
}

.ag-reviewtags-desc {
	font-size: 13px;
	font-weight: 500;
	color: #777;
}

.ag-reviewtags-icon svg {
	width: 16px;
	fill: #5017c3;
}

.ag-reviewtags-icon.calendr-icon svg {
	width: 12px;
}

.ag-reviewtags-icon.seo img {
	margin-top: 4px;
}

.ag-review-desc {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 19px;
	margin: 15px 0;
}

.ag-review-wrapper {
	padding-left: 20px;
}

.ag-review-more-wrapper {
	margin-top: 7px;
	padding-top: 12px;
	position: relative;
	margin-right: 40px;
}

.ag-inner-container {
	padding-left: 30px;
}

.ag-review-more-desc {
	font-size: 11px;
	font-weight: 500;
	color: #555;
	line-height: 16px;
	word-break: break-word;
	margin: 0px;
	position: relative;
	z-index: 9;
}

.review-quotes-bg {
	position: absolute;
	left: -27px;
	top: 5px;
	z-index: 9;
}

.ag-review-points-blk {
	margin: 15px 0;
	align-items: center;
}

.ag-review-points-wrapper {
	background-color: #f2f2f2;
	border-radius: 4px;
	color: #7b7b7b;
	align-items: center;
}

.ag-review-points-container {
	font-size: 11px;
	padding: 6px;
	padding-right: 14px;
}

.ag-rwpoints-val {
	margin-left: 15px;
	color: #333;
	font-weight: 500;
}

.ag-rw-points-date {
	padding-left: 15px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #7b7b7b;
}

.ag-feedbk-blk {
	margin: 15px 0;
}

.ag-feedbk-header {
	font-size: 13px;
	font-weight: 500;
	color: #555;
	padding-bottom: 8px;
}

.ag-feedbk-desc {
	font-size: 11px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 16px;
	word-break: break-word;
	margin: 0px;
	padding-right: 18px;
}

.ag-review-points-container .star-txt {
	font-size: 11px;
	padding-left: 5px;
}

.ag-reviewed-user-blk {
	margin: 25px 0;
}

.ag-reviewed-user-holder {
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.ag-reviewed-user-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ag-reviewes-user-desc {
	padding-left: 20px;
}

.ag-revie-username {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding-bottom: 10px;
}

.ag-revie-catelog {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	text-transform: capitalize;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ag-revie-catelog-container {
	margin-right: 25px;
}

.ag-review-ctags-icon {
	margin-right: 8px;
}

.ag-reviewctags-desc {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ag-review-ctags-icon.gps svg {
	width: 14px;
	height: auto;
	fill: #ff9c00;
}

.ag-review-ctags-icon.tick-verified svg {
	width: 14px;
	height: auto;
	fill: #ff9c00;
}

.ag-pagination-holder {
	padding: 15px;
	border-top: 1px solid #eee;
	margin: 0;
}

.ag-verify-heading {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	margin-bottom: 7px;
}

.ag-verify-inner-heading {
	font-size: 11px;
	font-weight: 400;
	color: #7b7b7b;
	padding-bottom: 15px;
}

.ag-verify-inner-main-heading {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 18px;
}

.ag-verify-blk {
	padding: 15px;
}

.ag-verify-container {
	padding: 10px 10px 10px 25px;
	border-left: 1px solid #eee;
	height: 100%;
	position: relative;
}

.ag-verify-row::after {
	content: "";
	position: absolute;
	left: -1px;
	right: 0px;
	height: 1px;
	background-color: #eee;
	bottom: -15px;
}

.ag-fst-container {
	border-left: 0;
}

.ag-verify-row {
	/* border-bottom:1px solid #eee; */
	position: relative;
	margin: 30px 0;
}

.ag-verify-wrapper {
	padding-top: 10px;
}

.ag-verify-wrapper .ag-verify-row:last-child::after {
	content: none;
}

.google-map-location {
	padding: 15px;
	height: 300px;
	overflow: hidden;
}

.google-map-location iframe {
	width: 100%;
	height: 100%;
}

.ag-social-icons-wrapper {
	margin-right: 10px;
}

.ag-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #ece2ff;
	cursor: pointer;
}

.ag-social-icons.facebook svg {
	width: 17px;
	height: 18px;
	fill: #5a16d5;
}

.ag-social-icons.linkedin svg {
	width: 20px;
	height: 20px;
	fill: #5a16d5;
}

.ag-social-icons.twitter svg {
	width: 14px;
	height: auto;
	fill: #5a16d5;
	margin-top: 3px;
}

.ag-contact-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background-color: #ff935a2b;
	/* background-color: #fff4e8; */
	padding: 4px;
	margin-right: 15px;
}

.ag-contact-info-desc-blk {
	/* border-bottom:1px solid #eee; */
	padding: 10px 0;
	width: 100%;
}

.ag-contact-info-blk .ag-contact-info-container:last-child .ag-contact-info-desc-blk {
	border-bottom: 0;
}

.ag-contact-info-blk {
	padding: 15px;
}

.ag-contact-info-desc {
	font-size: 11px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
	line-height: 23px;
}

.ag-contact-info-desc.grey-color {
	color: #7b7b7b;
	white-space: nowrap;
	max-width: 128px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ag-contact-info-icon svg {
	width: 18px;
	height: 18px;
	fill: #ffa236;
}

.ag-contact-info-icon.email svg {
	width: 14px;
	height: 14px;
	fill: #ffa236;
}

.ag-contact-info-icon.phone svg {
	width: 14px;
	height: 14px;
	fill: #ffa236;
}

.ag-review-usr-wrapper {
	align-items: center;
}

.ag-revie-c-right-part {
	align-items: center;
}

.ag-navtab-selector .nav-link .summary-tab-icon, .ag-navtab-selector .nav-link .cf-tab-icon, .ag-navtab-selector .nav-link .review-tab-icon {
	width: 18px;
	height: 18px;
	fill: #7b7b7b;
}

.ag-navtab-selector .nav-link .portfolio-tab-icon svg, .ag-navtab-selector .nav-link .verification-tab-icon svg {
	width: 15px;
	height: 15px;
	fill: #7b7b7b;
}

.ag-navtab-selector .nav-link.active .summary-tab-icon, .ag-navtab-selector .nav-link.active .cf-tab-icon, .ag-navtab-selector .nav-link.active .review-tab-icon {
	fill: #fe4747;
}

.ag-navtab-selector .nav-link.active .portfolio-tab-icon svg, .ag-navtab-selector .nav-link.active .verification-tab-icon svg {
	fill: #fe4747;
}

.ag-navtab-selector .nav-link span {
	padding-left: 10px;
}

/* Agency Page ends here */

/* new css on 12 April 21 */
.pm-c-wrapper {
	margin-bottom: 15px;
	width: 100%;
}

.pm-c-container {
	padding: 10px;
	/* border:1px solid var(--theme-color); */
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	width: 98%;
	border-radius: 4px;
	margin-bottom: 20px;
}

.pmc-img-blk {
	width: 100px;
	min-width: 100px;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.pmc-img-blk img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pmc-rating-count {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	line-height: 15px;
	margin-right: 10px;
}

.pm-star-rate-blk {
	display: flex;
	align-items: center;
}

.pm-star-rate svg {
	width: 12px;
	height: 12px;
	fill: #ff5535;
}

.pm-tot-revw a {
	font-size: 12px;
	font-weight: 500;
	color: #ff5535;
	line-height: 20px;
	text-decoration: underline;
	white-space: nowrap;
	margin-left: 20px;
}


.pm-star-rate-wrapper {
	margin: 10px 0;
}

.pm-star-rate-blk {
	margin-top: -3px;
}

.pm-c-main-blk {
	padding-left: 0px;
	padding-right: 0px;
}

.pm-c-border-left {
	border-left: 1px solid #e2e2e2;
}

.pm-c-border-right {
	border-right: 1px solid #e2e2e2;
}

.pm-c-main-heading {
	font-size: 18px;
	font-weight: 600;
	color: #444;
}

.pm-c-main-header-blk {
	border-bottom: 1px solid #e2e2e2;
	padding: 0 5px;
	padding-top: 8px;
}

.pm-c-sub-heading {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
	padding: 10px 0px;
	white-space: nowrap;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company-category-heading {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
	padding: 5px 0px 10px 0;
	line-height: 20px;
	opacity: 0.8;
}

.pm-c-para-blk {
	padding: 5px;
	position: relative;
}

.pm-c-para-desc {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
	display: -webkit-box;
	/* -webkit-line-clamp: 4; */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pm-c-read-more-btn {
	position: absolute;
	right: 8px;
	bottom: 4px;
	padding: 5px 20px 5px 5px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	color: #5c9cec;
	cursor: pointer;
}

.pm-c-read-more-btn::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 25%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #5c9cec;
	border-right: 1px solid #5c9cec;
	transform: rotate(135deg) translateY(-50%);
}

.pm-c-rw-lst-blk .company-status-count {
	margin: 5px 0;
}

.pm-c-btn {
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	font-size: 11px;
	font-weight: 500;
	border-radius: 4px;
	padding: 12px 6px;
	line-height: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.pm-c-btn:hover {
	background-color: var(--theme-color);
	color: #fff;
}

.pm-c-main-star-icon {
	padding-right: 25px;
}

.pm-c-main-star-icon svg {
	width: 20px;
	height: 20px;
}

.pm-filter-blk .pm-filter-option-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: sticky;
	top: 0px;
	z-index: 999;
	background: #fff;
}

.pm-filter-blk .pm-filter-select-holder {
	margin-right: 15px;
	min-width: 175px;
	width: 175px;
	max-width: 175px;
}

.pm-filter-select-holder select {
	font-size: 12px;
	font-weight: 400;
	color: #565656;
	padding: 6px 20px 6px 6px !important;
	height: unset;
	border: 2px solid transparent;
}

.span-color {
	color: #000;
}

.pm-c-btn:hover span {
	background-color: #292D47;
	color: #fff;
}

/* new css on 23 April 21 for summary edit */
/* .ag-navtab-selector{ border-top: 1px solid #eee;} */
.brand-sum-wrapper {
	margin: 20px 0;
	width: 100%;
}

.brand-sum-container {
	padding: 15px;
	/* border: 1px solid var(--theme-color); */
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	z-index: 9;
}

.brand-logo-container {
	width: 100px;
	min-width: 100px;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.brand-logo-container img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand-caption {
	font-size: 18px;
	font-weight: 500;
	color: #464646;
	padding: 4px 0;
	text-transform: capitalize;
}

.brand-logo-desc {
	padding-left: 18px;
}

.brand-subcaption {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
	padding: 5px 0px;
}

.brand-rvw {
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

.brand-rvw::after {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ff5535;
	border-right: 1px solid #ff5535;
	transform: rotate(45deg) translateY(-50%);
}

.brand-logo-blk {
	padding: 17px 0;
	border-bottom: 1px solid #e2e2e2;
}

.brand-gen-col {
	border-bottom: 1px solid #e2e2e2;
}

.brand-gen-col .pm-c-rw-lst-blk .company-status-count {
	margin: 10px 0;
}

.b-location-gen .ag-contact-info-blk {
	padding: 0px;
}

.b-location-gen .ag-contact-info-desc {
	max-width: 200px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.b-social-icons-blk {
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	border-top: 1px solid #e2e2e2;
}

.b-social-icons-container {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 9px;
	cursor: pointer;
}

.b-social-icons-container.twitter {
	background-color: #429bd5;
}

.b-social-icons-container.facebook {
	background-color: #3c599f;
}

.b-social-icons-container.linkedin {
	background-color: #1177b7;
}

.b-social-icons-container.message {
	background-color: #00a75d;
}

.b-social-icons-container.twitter svg {
	width: 16px;
	height: auto;
	fill: #fff;
}

.b-social-icons-container.facebook svg {
	width: 20px;
	height: auto;
	fill: #fff;
}

.b-social-icons-container.linkedin svg {
	width: 25px;
	height: auto;
	fill: #fff;
}

.b-social-icons-container.message svg {
	width: 20px;
	height: auto;
	fill: #fff;
}

.b-googl-map-blk {
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

.b-googl-map-blk .google-map-location {
	padding: 0px;
}

.b-googl-adres {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.b-googl-adres-wrapper {
	padding-top: 8px;
}

.b-googl-adres p {
	padding: 2px 0;
	margin-bottom: 0px;
	line-height: 20px;
}

.b-vw-other-loc-wrapper {
	text-align: right;
}

.b-vw-other-loc {
	display: inline-flex;
	font-size: 11px;
	font-weight: 500;
	color: #ff0000;
	cursor: pointer;
}

/* .brand-long-desc-blk .pm-c-para-desc{ -webkit-line-clamp: 14;} */


/* portfolio starts */
.portf-wrapper {
	padding: 20px 0;
	width: 100%;
	margin-left: 0px;
	padding-bottom: 0px;
}

.portf-container {
	padding: 15px;
	/* border: 1px solid var(--theme-color); */
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 4px;
	margin-bottom: 40px;
	width: 100%;
	background: #fff;
}

.portf-client-section {
	padding-bottom: 20px !important;
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 20px !important;
}

.portf-caption {
	font-size: 17px;
	font-weight: 500;
	color: #222;
	margin-bottom: 10px;
}

.portf-subcaption {
	font-size: 12px;
	font-weight: 500;
	color: #222;
}

.portf-card-container {
	width: 100%;
	height: 150px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	transform: scale(1);
	transition: all .5s ease-in-out;
}

.portf-header {
	padding: 20px;
}

.portf-lst-wrapper {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.portf-desc-wrapper {
	padding-left: 40px;
	padding-bottom: 10px;
}

.portf-lt {
	font-size: 12px;
	font-weight: 700;
	color: #444;
}

.portf-desc {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 15px;
}

.portf-card-wrapper {
	padding-top: 10px;
}

.portf-close-blk {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	width: 25px;
	height: 25px;
	background-color: #cacaca;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}

.portf-close-blk:hover {
	background-color: #7b7b7b;
	color: #fff;
}

.portf-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #00000064;
	padding: 15px;
	color: #fff;
}

/* portfolio ends */
/* review starts */
.rw-wrapper {
	margin: 20px 0;
	width: 100%;
}

.rw-container {
	padding: 15px;
	/* border: 1px solid var(--theme-color); */
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
}

.rw-heading {
	font-size: 12px;
	font-weight: 500;
	color: #8a8a8a;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rw-profl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 25px auto 5px;
}

.rw-profl .rw-default-img {
	width: 25px;
}

.rw-main-caption {
	font-size: 15px;
	font-weight: 500;
	color: #4c4c4c;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #e2e2e2;
}

.rw-main-subcaption {
	font-size: 14px;
	font-weight: 400;
	color: #565656;
	line-height: 20px;
}

.rw-subcaption {
	font-size: 14px;
	font-weight: 400;
	color: #565656;
	line-height: 20px;
	padding-bottom: 5px;
}

.rw-rewr-right-blk {
	padding-left: 25px;
	margin-bottom: 10px;
}

.rw-social-lnks {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	cursor: pointer;
}

.rw-social-lnks.twitter svg {
	width: 11px;
	height: auto;
	fill: #fff;
}

.rw-social-lnks.facebook svg {
	width: 10px;
	height: auto;
	fill: #fff;
}

.rw-social-lnks.linkedin svg {
	width: 13px;
	height: auto;
	fill: #fff;
}

.rw-social-lnks.message svg {
	width: 12px;
	height: auto;
	fill: #fff;
}

.rw-social-lnks.twitter {
	background-color: #429bd5;
}

.rw-social-lnks.facebook {
	background-color: #3c599f;
}

.rw-social-lnks.linkedin {
	background-color: #1177b7;
}

.rw-social-lnks.message {
	background-color: #00a75d;
}

.rw-social-blk {
	margin-top: 8px;
}

.rw-brand-col .pm-c-rw-lst-blk .company-status-count {
	margin: 8px 0;
}

.rw-googl-addrs {
	padding: 7px;
}

.rw-col-icon svg {
	width: 15px;
	height: auto;
	fill: #cacaca;
}

.rw-col-data-val {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	padding-left: 10px;
}

.rw-col-container {
	padding: 5px 0;
}

.company-status-count.location svg {
	width: 14px;
	height: auto;
	fill: #000;
	margin-right: 6px;
}

.pm-c-border-bottom {
	border-bottom: 1px solid #e2e2e2;
}

.pm-c-border-top {
	border-top: 1px solid #e2e2e2;
}

.rw-sec-col {
	border-top: 1px solid #e2e2e2;
}

.rw-star-blk {
	margin-top: 5px;
}

.rw-star-blk .pm-star-rate-wrapper {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 9px;
}

.rw-star-data {
	font-size: 13px;
	font-weight: 400;
	color: #565656;
	width: 100px;
}

.rw-star-value {
	font-size: 13px;
	font-weight: 400;
	color: #565656;
}

.rw-star-desc {
	display: flex;
	padding: 5px;
}

.rw-star-desc-wrapper {
	padding-top: 5px;
}

.rw-rd-btn-holder {
	border-top: 1px solid #e2e2e2;
	padding-top: 10px;
	text-align: center;
}

.rw-rd-btn {
	padding: 12px 20px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 400;
	color: #464646;
	cursor: pointer;
	text-transform: capitalize;
	border: 2px solid #ffa236;
	position: relative;
	/* width:100%; */
	border-radius: 5px;
}

.rw-rd-btn::after {
	content: none;
	position: absolute;
	right: 10px;
	top: 25%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ff5535;
	border-right: 1px solid #ff5535;
	transform: rotate(135deg) translateY(-50%);
}

.rw-para-desc {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
}

.rw-para-desc-cap {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	color: #464646;
	border-bottom: 1px solid #e2e2e2;
	padding: 7px 0;
}

.rw-parag {
	padding-top: 5px;
}

.firstWord {
	font-weight: 700;
}

.rw-full-container {
	border-top: 1px solid #e2e2e2;
	padding: 10px 0;
}

.rw-full-caption {
	font-size: 13px;
	font-weight: 500;
	color: #444;
	line-height: 18px;
}

.rw-full-more-desc {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	line-height: 19px;
}

.rw-full-blk {
	margin-top: 10px;
}

.rw-rating-caption {
	font-size: 14px;
	font-weight: 500;
	color: #444;
	margin-bottom: 15px;
}

.rw-rating-container {
	padding: 4px 0;
}

.rw-rating-subj {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
}

.rw-rating-subj span {
	font-size: 16px;
	font-weight: 500;
	color: #dd4337;
	line-height: 16px;
}

/* review star starts */
:root {
	--star-size: 22px;
	--star-color: #ddd;
	--star-background: #fc0;
	--pmc-star-background: #ff5535;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: var(--star-size);
	font-family: Times;
	line-height: 10px;
	position: relative;
}

.stars::before {
	content: '★★★★★';
	/* content: '\2605\2605\2605\2605\2605'; */
	letter-spacing: 3px;
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* .stars::before {
    content: '\2605\2605\2605\2605\2605';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */
/* review star ends */

.rw-rate-blk {
	width: 38px;
	margin: 0 10px;
}

.rw-rate-disp {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 16px;
	background-color: #222641;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
}

.rw-rating-disp {
	padding: 6px;
}

.rw-input {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding: 3px 15px !important;
	height: auto;
}

.rw-input-holder {
	font-size: 13px;
	width: 50%;
}

.rw-rating-blk {
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}

/* review ends */
.mf-blk {
	/* border:1px solid #292D47; */
	border-radius: 5px;
	margin: 66px 0 20px 0;
	padding: 10px;
	position: sticky;
	top: 0px;
	background-color: #fff;
	z-index: 99;
}

.mf-rating-blk {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.mf-heading {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.mf-choices {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding: 3px 0;
	line-height: 14px;
}

.mf-hourly-rt {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.mf-freelancer {
	padding: 10px;
}

.mf-rated-up {
	font-size: 12px;
	font-weight: 500;
	color: #555;
}

/* rating star */
.screen-reader {
	width: var(--screenReaderWidth, 1px) !important;
	height: var(--screenReaderHeight, 1px) !important;
	padding: var(--screenReaderPadding, 0) !important;
	border: var(--screenReaderBorder, none) !important;

	position: var(--screenReaderPosition, absolute) !important;
	clip: var(--screenReaderClip, rect(1px, 1px, 1px, 1px)) !important;
	overflow: var(--screenReaderOverflow, hidden) !important;
}

.rating {
	--uiRatingColor: var(--ratingColor, #eee);
	--uiRatingColorActive: var(--ratingColorActive, #ff5535);

	display: var(--ratingDisplay, flex);
	font-size: var(--ratingSize, 1rem);
	color: var(--uiRatingColor);
	--ratingSize: 15px;
	--ratingColor: #fff;
	--ratingColorActive: #ff5535;
}

.rating__control:nth-of-type(1):focus~.rating__item:nth-of-type(1)::before,
.rating__control:nth-of-type(2):focus~.rating__item:nth-of-type(2)::before,
.rating__control:nth-of-type(3):focus~.rating__item:nth-of-type(3)::before,
.rating__control:nth-of-type(4):focus~.rating__item:nth-of-type(4)::before,
.rating__control:nth-of-type(5):focus~.rating__item:nth-of-type(5)::before {
	content: "";
	position: absolute;
	top: -.15em;
	right: 0;
	bottom: -.15em;
	left: 0;
	z-index: -1;
}

.rating__item {
	cursor: pointer;
	position: relative;
}

.rating__item {
	padding-left: .25em;
	padding-right: .25em;
	pointer-events: none;
}

.rating__star {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	stroke: var(--ratingStroke, #ff5535);
	stroke-width: var(--ratingStrokeWidth, 1px);
}

.rating__control:nth-of-type(1):checked~.rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked~.rating__item:nth-of-type(-n+2),
.rating__control:nth-of-type(3):checked~.rating__item:nth-of-type(-n+3),
.rating__control:nth-of-type(4):checked~.rating__item:nth-of-type(-n+4),
.rating__control:nth-of-type(5):checked~.rating__item:nth-of-type(-n+5) {
	color: var(--uiRatingColorActive);
}

.rating__item:hover~.rating__item {
	color: var(--uiRatingColor);
}

/* rating star */



.mf-star-rate-container {
	margin: 5px 0;
}

.mf-filter .pm-filter-select-holder:last-child {
	margin-right: 0px;
}

.filter-srch {
	font-size: 11px;
	font-weight: 400;
	color: #727272;
	padding: 6px 20px 6px 6px !important;
	/* height: unset; */
	border: 1px solid #e7e7e7;
}

.d-srch-icon-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
	z-index: 9;
}

.d-srch-icon-wrapper svg {
	width: 20px;
	height: auto;
	fill: #ddd;
	cursor: pointer;
}

.mf-filter .pm-filter-option-wrapper {
	padding: 17px 0;
}




/* new theming and updations on listing page,profile and review page starts */
.pm-mf-filter {
	position: sticky;
	top: 0px;
	z-index: 999;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
}

.pm-mf-filter .pm-filter-option-wrapper {
	padding: 15px;
}

.mf-blk {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	margin: 8px 0 20px 0;
	top: 75px;
}

.ovrll-caption {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 15px;
}

.ovrll-caption::first-letter {
	font-size: 24px;
	font-weight: 600;
	color: #fe3f40;
}

.ovrll-subdesc {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
}

.ovrall-lft {
	padding-left: 60px;
}

.overall-lst-session {
	border-top: 1px solid #f5f5f5;
	position: relative;
}

.overall-lst-session::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
}

.overall-lst-session::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
}

.logo_block {
	width: 115px;
}

.ag-thme-wrapper {
	border-bottom: 1px solid var(--theme-color);
	padding-top: 60px;
	width: 80%;
	background: #fff;
}

.ag-navtab-selector {
	position: relative;
	box-shadow: none;
	border-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.ag-navtab-selector::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
	z-index: -1;
}

.ag-navtab-selector::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.ag-navtab-selector .nav-item .nav-link.active {
	background-color: transparent;
}

.ag-rqst-rvw {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #0056b3;
	padding: 5px 23px;
	border: 1px solid #0056b3;
	border-radius: 7px;
	cursor: pointer;
}

.ag-header-menu {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	position: relative;
	background-color: #fff;
}

.ag-img-holder {
	width: 180px;
	height: auto;
}

.ag-img-wrapper {
	padding-bottom: 5px;
	pointer-events: none;
}

.proj-summ-session {
	position: relative;
}

.proj-summ-session::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
}

.proj-summ-session::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
}

.sectioncommonbg {
	position: relative;
}

.sectioncommonbg::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
}

.sectioncommonbg::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* .proj-summ-session .mutitstep-path-holder{box-shadow: none;} */
.proj-multistp-header {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-top: 49px;
}

.proj-multistp-header span {
	font-size: 22px;
	font-weight: 400;
	color: #fe3f40;
}

.proj-multistp-top-blk {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.proj-multistp-img-holder {
	width: 160px;
	height: auto;
}

.proj-summ-session .multisteps-form__progress {
	width: 100%;
	position: relative;
	margin-left: -90px;
}

.proj-summ-session .multisteps-form__progress::before {
	content: none;
	position: absolute;
	left: 8%;
	right: 0px;
	bottom: -10px;
	height: 2px;
	width: 100%;
	background-color: var(--theme-color);
}

.ps-rwtxt {
	font-size: 11px;
	font-weight: 500;
	color: #7b7b7b;
}

.ps-chng-logo-wrapper {
	display: flex;
	align-items: center;
	padding: 7px 0;
}

.ps-company-name {
	font-size: 23px;
	font-weight: 500;
	color: #333;
	padding: 0 5px;
}

.ps-chng-btn {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.ps-chng-logo-holder {
	width: 60px;
}

.ps-gen-desc {
	font-size: 11px;
	font-weight: 500;
	color: #444;
	padding-bottom: 15px;
	line-height: 18px;
}

.ps-gen-desc span {
	color: #37b6ea;
}

.ps-multi-blk {
	padding-left: 20px;
	width: 45%;
}

.input-highlt {
	background-color: #ddeeff;
}

.input-highlt:focus {
	background-color: #ddeeff;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	height: 17px;
	width: 17px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
	background-color: #fff;
}

.custom-checkbox .checkmark:after {
	display: none;
}

.custom-checkbox input:checked~.checkmark {
	background-color: #2196F3;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
}

.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 2px;
	width: 6px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chkbox-txt {
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.pm-ps-rating-blk .rw-input-holder {
	width: 100%;
}

.pm-mult-gen-txt {
	font-size: 12px;
	font-weight: 500;
	color: #ababab;
}

.proj-summ-session .multistep-btn {
	background-color: #274b73;
}

.proj-summ-session .multistep-btn:hover {
	opacity: .8;
}

.proj-summ-session .addlocation-btn {
	/* border: 2px solid #274b73;
    color: #274b73; */
	margin-right: 15px;
}

.proj-summ-session .addlocation-btn:hover {
	/* background-color: #274b73; */
	color: #fff;
}

/* new sidemenu block */
.nav-bg-overlay {
	background: rgba(0, 0, 0, .39);
	position: fixed;
	z-index: 9999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	visibility: hidden;
	transition: .2s ease;
	opacity: 0;
}

.sidenav-blk {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 300px;
	transition: all .6s;
	background-color: #fff;
	z-index: 99999;
	transform: translateX(-300px);
}

.sidenav-blk.open {
	transform: translateX(0px);
	transition: all .6s;
}

.sn-close {
	font-size: 28px;
	font-weight: 400;
	color: #555;
}

.sidenav-header {
	padding: 15px;
	height: 60px;
	box-shadow: -3px 0px 10px 0px #00000021;
}

.sidenav-contents {
	padding: 15px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

.sidemenu-link {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}

.sidemenu-link.active {
	color: #ff98a5;
}

.sidemenu-drpdn .dropdown-menu li a {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	margin: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.sidemenu-drpdn {
	border-bottom: 1px solid #ddd;
}

.sidemenu-drpdn a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	padding: 12px 0;
}

.sidemenu-drpdn .dropdown-toggle::after {
	content: none;
}

.sidemenu-drpdn .dropdown-menu {
	position: static !important;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transform: none !important;
	padding: 0px;
}

.sidemenu-drpdn .signed-username {
	max-width: 100%;
	font-size: 12px;
}

.m-menu-toggler {
	display: none;
	justify-content: flex-end;
	position: absolute;
	right: 35px;
	top: 30px;
}

.m-menu-toggler svg {
	width: 35px;
	height: auto;
	fill: #333;
}

.ag-tab-pane {
	background: none;
}

/* new theming and updations on listing page,profile and review ends */

/* new input block and header menu block on 22 june 21 */
.custom-input-holder .c-form-input {
	border-left: 5px solid var(--theme-color);
	border-radius: 0px;
}

.custom-input-holder.entered .c-form-input {
	border-left: 5px solid #559446 !important;
}

.custom-input-holder.error-val .input-eror-msg {
	font-size: 12px;
	/* font-weight: 500; */
	/* color:#fff; */
	padding: 3px 0px;
	/* background-color: #ee1132; */
}

.custom-input-holder.error-val .c-form-input {
	border-left: 5px solid #ee1132 !important;
	/* border-bottom: 0; */
}

.butn-arrow {
	display: block;
	border-radius: 4px;
	position: relative;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	padding: 12px 20px 12px 33px;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
}

.butn-arrow::after {
	content: "";
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.15em;
	border-top: 0.33em solid;
	border-right: 0.33em solid transparent;
	border-bottom: 0;
	border-left: 0.33em solid transparent;
}

/* .butn-arrow:hover{
  color: rgb(38 38 38 / 70%);
  border:1px solid;
}
.butn-arrow:hover::after{
  border-top: 1px solid rgb(38 38 38 / 70%);
  border-right: 1px solid rgb(38 38 38 / 70%);
} */
.nw-popup {
	position: absolute;
	right: 0;
	left: 0;
	top: 89%;
	background-color: #fff;
	max-height: 90vh;
	overflow: auto;
	opacity: 1;
	z-index: 9999999;
	border-radius: 13px;
	transform: scale(1, 0);
	transform-origin: top;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.30);
	border: none;
	padding: 25px !important;
	margin: 0 20px !important;
}

.nw-heading {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #7b7b7b;
	padding: 10px;
	text-transform: uppercase;
	background: #f1f1f1;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
}

.nw-a-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: var(--theme-color);
	line-height: 16px;
	padding: 0 !important;
	margin-bottom: 8px !important;
	border-bottom: none !important;
}

.nw-a-tag:hover {
	color: var(--theme-color);
	border-bottom: none !important;
}

.nw-wrapper {
	width: 20%;
	padding: 0 1.5%;
	border-right: none !important;
	float: left;
}

.nw-wrapper:first-child {
	padding: 0 1.5% !important;
}

.nw-wrapper:last-child {
	border-right: 0;
}

.nw-btn:hover .nw-popup {
	transform: scale(1, 1);
}

ul.nw-container {
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.nw-heading .nw-a-tag a {
	color: #000 !important;
}

.nw-heading .nw-a-tag a:hover {
	color: #000 !important;
}

.nw-popup .nw-blk {
	display: flex;
	flex-wrap: wrap;
}

/* login and signup  starts */
.login-session {
	min-height: calc(100vh - 68px);
	position: relative;
}

.log-mh100 {
	min-height: 100vh;
}

.login-session::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
}

.login-session::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
}

.login-wrapper {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	padding: 20px;
	min-height: 440px;
}

.login-logo-container {
	float: left;
	width: 150px;
	height: auto;
	margin-top: 50px;
}

.login-inpt-wrapper {
	float: left;
	padding-right: 50px;
	width: calc(100% - 423px);
	padding-left: 15px;
}

.login-inpt-wrapper .nav-item .nav-link {
	font-size: 14px;
	font-weight: 500;
	padding: 14px 20px;
	color: #333;
	text-align: center;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	border-width: 2px;
}

.login-inpt-wrapper .nav-tabs {
	border-bottom: 2px solid #dee2e6;
}

.login-inpt-wrapper .nav-item .nav-link {
	border-bottom: 0;
}

.login-inpt-wrapper .nav-item .nav-link.active {
	margin-bottom: -1px;
}

.login-inpt-wrapper .nav-item .nav-link:first-child {
	margin-right: -3px;
}

.login-inpt-wrapper .nav-item .nav-link.active {
	position: relative;
}

.login-inpt-wrapper .nav-item .nav-link.active::after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -2px;
	height: 2px;
	background-color: #fff;
}

.logg-input-container {
	padding: 11px 0;
}

.logg-input {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	height: 25px;
	padding: .375rem .75rem !important;
}

.logg-input:focus {
	background-color: #f7f7f7;
}

.logg-label {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	width: 80px;
}

.logg-btn-blk {
	padding-left: 80px;
	margin-top: 15px;
}

.logg-btn {
	font-size: 13px;
	font-weight: 500;
	background-color: #3b7bb8;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.forgt-pass {
	font-size: 13px;
	font-weight: 500;
	color: #41c4ef;
	margin-left: 15px;
	cursor: pointer;
}

.logg-social-menu-wrapper {
	float: left;
	padding: 0 30px;
	border-left: 1px solid #ddd;
	position: relative;
}

.logg-soc-menu-container {
	width: 190px;
	height: 35px;
	margin-bottom: 15px;
	border-radius: 4px;
	cursor: pointer;
}

.logg-soc-heading {
	font-size: 11px;
	font-weight: 700;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logg-soc-icons {
	width: 40px;
}

.logg-soc-desc {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 0 10px;
}

.logg-soc-menu-container.fb {
	background-color: #445e90;
}

.logg-soc-menu-container.fb .logg-soc-icons svg {
	width: 28px;
	height: auto;
	fill: #fff;
}

.logg-soc-menu-container.fb .logg-soc-icons {
	border-right: 1px solid #635757;
}

.logg-inpt-holder {
	width: 75%;
}

.logg-or-choic {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logg-soc-menu-container.gplus {
	background-color: #dd4d35;
}

.logg-soc-menu-container.gplus .logg-soc-icons svg {
	width: 28px;
	height: auto;
	fill: #fff;
}

.logg-soc-menu-container.gplus .logg-soc-icons {
	border-right: 1px solid #886d6d;
}

.twitter-txt {
	font-size: 16px;
	font-weight: 700;
	padding-left: 6px;
}

.logg-soc-menu-container.twitter {
	background-color: #2bbfee;
}

.logg-soc-menu-container.twitter .logg-soc-icons svg {
	width: 28px;
	height: auto;
	fill: #fff;
}

.logg-soc-menu-container.twitter .logg-soc-icons {
	border-right: 1px solid #d8c5c5;
}

.logg-soc-menu-container.linkedin {
	background-color: #19aee1;
}

.logg-soc-menu-container.linkedin .logg-soc-icons svg {
	width: 28px;
	height: auto;
	fill: #fff;
}

.logg-soc-menu-container.linkedin .logg-soc-icons {
	border-right: 1px solid #d8c5c5;
}

.linkedin-img svg {
	width: 62px;
	height: auto;
	fill: #fff;
}

/* login and signup  ends */
.clr-btn {
	/* border:1px solid #ddd; */
	outline: none;
	/* background-color: #f1f1f1; */
	font-size: 12px;
	font-weight: 500;
	color: #111;
	padding: 0 15px;
	height: 32px;
	cursor: pointer;
}

.mf-choices.selected {
	background-color: #bbff2f8c;
}


/* profile review block starts here on 25 june 21*/
.image-display {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 223px;
	height: 250px;
	background-position: center;
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid var(--theme-color);
}

/* commenting the loading style */
/* .loading {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  color: black;
  font-style: italic;
  background: #000000aa;
}
.loading div {
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #b8860b;
  box-shadow: 0 0 15px 0 black;
  background: #ffdb70;
  text-shadow: 0 0 5px darkgoldenrod;
} */

.image-label {
	margin-left: 25px;
	margin-top: 5px;
}

.input-sm {
	margin-left: 6px;
	margin-top: 5px;
}

.common-graphics {
	position: relative;
}

.common-graphics::before {
	content: "";
	background-image: url(../images/baner-dec-right.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 250px;
	background-repeat: no-repeat;
}

.common-graphics::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
}

.profl-logo {
	width: 223px;
	height: 250px;
	overflow: hidden;
	border: 1px solid var(--theme-color);
}

.profl-logo img {
	width: 100%;
	max-height: 100%;
}

.profl-session {
	padding-top: 60px;
}

.profl-btn {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding: 8px 23px;
	cursor: pointer;
	margin-bottom: 0px;
}

.profl-btn-holder {
	width: 223px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--theme-color);
}

.custom-input-holder.initial .c-form-input {
	border-left: 5px solid #d27220;
}

/* .head-srch-holder.banner .custom-input-holder.initial .c-form-input, .head-srch-holder.banner .custom-input-holder .c-form-input {
	border-left: 0px solid #d27220;
	border: none;
} */

.inp-tick {
	position: relative;
}

.inp-tick::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 3px;
	width: 11px;
	height: 11px;
	background: url("../images/tic.svg");
	background-size: 11px auto;
	background-repeat: no-repeat;
}

.trans-inpt {
	padding: .375rem .75rem !important;
	background-color: #f3f4f5b3;
	border: none;
	font-size: 13px;
}

.trans-inpt:focus {
	background-color: #f3f4f5b3;
}

.custom-form-label.initial {
	font-size: 12px;
}

.profl-save-btn {
	border-radius: 4px;
	border: 1px solid var(--theme-color);
	text-align: center;
	outline: none;
	box-shadow: none;
	padding: 8px 50px;
	background-color: transparent;
	background-size: 200% 200%;
	background-image: linear-gradient(180deg, transparent 50%, var(--theme-color) 0);
	transition: background-position .4s, color .3s;
}

.profl-save-btn:hover {
	color: #fff;
	background-position: 0 -100%;
}

.profl-txtarea {
	padding: .375rem .75rem !important;
	/* border:2px solid var(--theme-color);
  border-radius: 5px !important; */
}

.profl-txtarea:focus {
	padding: .375rem .75rem !important;
}

.revw-caption {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.revw-caption span {
	font-size: 22px;
	font-weight: 400;
	color: #fe3f40;
}

.profl-caution-txt {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 18px;
	padding: 0 15px;
}

.trans-inpt:focus {
	border: 2px solid var(--theme-color);
	border-left: 5px solid var(--theme-color);
	border-radius: 4px;
}

.custom-input-holder .custom-form-label {
	font-size: 15px;
	line-height: 24px;
}

/* profile review block ends here on 25 june 21*/

.proj-summ-session .proj-multistp-header {
	padding-left: 0px;
	padding-top: 50px;
}

.proj-summ-session .mutitstep-path-holder {
	/* padding-top:0px; */
	background-color: #fff;
}

/* new project summary block starts here on 23 july 21 */
.ps-rw-logo-holder {
	min-width: 100px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 15px;
}

.ps-rw-company-desc {
	padding: 10px;
	padding-left: 20px;
	border-left: 2px solid #e2e2e2;
}

.ps-rw-comp-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: var(--theme-color);
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.ps-rw-logo-chng {
	font-size: 11px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	border: 2px solid rgb(255, 105, 6);
	padding: 5px 10px;
	border-radius: 5px;
}

.ps-rw-wrapper {
	padding-bottom: 15px;
}

.ps-rw-location {
	padding: 15px 0px;
}

.ps-rw-location .company-status-count.location svg {
	width: 20px;
}

.ps-rw-location .company-status-count {
	color: #333;
}

.ps-rw-note-wrapper {
	font-size: 13px;
	font-weight: 500;
	color: #444;
	background-color: #fbe5d6;
	padding: 10px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.ps-rw-email {
	color: rgb(71 145 214);
}

.ps-note-lst-ul {
	padding-left: 20px;
}

.ps-note-lst-li {
	list-style-type: disc;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.ps-rw-line {
	border-top: 1.5px solid #e2e2e2;
}

.ps-rw-heading-wrapper {
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}

.ps-rw-subhead-cap {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	padding-bottom: 5px;
}

.ps-rw-head-cap {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
}

.ps-rw-head-cap span {
	font-size: 22px;
	font-weight: 400;
	color: #fe3f40;
}

.ps-rw-heading-block {
	margin-bottom: 25px;
}

.ps-rw-terms {
	font-size: 13px;
	font-weight: 500;
	color: #6b6b6b;
	padding: 20px 20px 20px 105px;
	line-height: 20px;
}

.ps-rw-terms a {
	text-decoration: underline;
	color: #0563c1;
}

.ps-tnk {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 500;
	color: #111;
	position: relative;
	top: 70px;
}

/* new project summary block ends here */

/*new css on 26 aug 21  */
.signin-dropdn-parent-holder {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.build-profile-session .multisteps-form__progress {
	width: 100%;
	position: relative;
	/* margin-left: -35px; */
}

.pm-sticky {
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
}

.build-profile-session .proj-build-top-blk {
	/* background-color: #fff; */
	display: flex;
	justify-content: space-between;
}

.pro-menu-sticky {
	position: sticky;
	top: -1px;
	z-index: 999;
	/* box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%); */
}

.ag-header-menu::before {
	content: none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -1px;
	height: 1px;
	background-color: var(--theme-color);
}

.myTable td, .myTable th {
	padding: 0px;
	border-top: 0px;
}

.ag-pagination-holder li.pagination-nav.active {
	background: #ffa236;
}

.ag-pagination-holder li.pagination-nav a {
	color: #ffa236;
}

.ag-pagination-holder li.pagination-nav:hover a {
	color: #fff;
}

.ag-pagination-holder li.pagination-nav.active a {
	color: #fff;
}

.rht-arrow-icon svg {
	width: 16px;
	height: auto;
	fill: #ffa236;
}

.rht-arrow-icon {
	padding-left: 5px;
}

.pagination-holder li.pagination-nav:hover .rht-arrow-icon svg {
	fill: #fff;
}

.lft-arrow-icon svg {
	width: 16px;
	height: auto;
	fill: #ffa236;
}

.lft-arrow-icon {
	padding-right: 5px;
}

.pagination-holder li.pagination-nav:hover .lft-arrow-icon svg {
	fill: #fff;
}

.compf-wrapper {
	padding: 20px 0;
	width: 100%;
	margin-left: 0;
}

.pro-menu-sticky.isSticky~.ag-tab-pane #summary {
	padding-top: 70px;
	transition: all .65s ease;
}

.ag-navtab-selector~.ag-tab-pane #summary {
	padding-top: 0px;
	transition: all .65s ease;
}

.ag-navtab-selector~.ag-tab-pane #company_focus {
	padding-top: 70px;
}

.ag-navtab-selector~.ag-tab-pane #expertise {
	display: block;
	padding-top: 70px;
}

.ag-navtab-selector~.ag-tab-pane #expertise .no-icon {
	width: 200px;
}

.ag-navtab-selector~.ag-tab-pane #portfolio {
	display: block;
	padding-top: 70px;
}

.ag-navtab-selector~.ag-tab-pane #reviews {
	padding-top: 70px;
	display: block;
}

.compf-wrapper {
	padding: 0;
}

.portf-wrapper {
	padding: 0;
}

.rw-wrapper {
	margin: 0px;
}

.brand-sum-wrapper {
	margin: 0px;
}

.brand-sum-container {
	margin: 0;
}

.compf-container {
	margin: 0 !important;
}

.portf-container {
	margin: 0 !important;
}

.compf-heading {
	position: relative;
	top: 0px;
}

.ps-rw-logo-holder img {
	object-fit: contain;
}

.subt-inverse-btn {
	min-height: 40px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #ffa236;
	color: #ffa236;
	background-size: 200% 200%;
	background-image: linear-gradient(180deg, transparent 50%, #ffa236 0);
	transition: background-position .4s, color .3s;
}

.subt-inverse-btn:focus {
	border: 1px solid #ffa236 !important;
	color: #ffa236;
	background-color: transparent;
	box-shadow: none !important;
}

.subt-inverse-btn:hover {
	color: #fff;
	background-position: 0 -100%;
	background-color: transparent;
	border-color: #ffa236;
}

.pmr-deflt-header .pr-nav-item {
	margin-right: 0;
	margin-left: 15px;
}

.pm-c-wrapper #company_row_wrapper {
	margin-top: 12px;
}

.ag-tab-heading {
	padding-top: 5px;
	background: #fff;
}

/* .ag-tab-heading .proj-multistp-header{
  position: relative;
  top: 55px;
} */

.ag-contact-info-desc .agscaption {
	color: #ff7a35;
	min-width: 55px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.common-graphics .ag-navtab-selector::before {
	content: none;
}

.common-graphics .ag-navtab-selector::after {
	content: none;
}

.ag-navtab-selector .nav-item .nav-link {
	position: relative;
	bottom: 0px;
}

.pm-map-addres {
	padding-left: 25px;
}

.ag-tab-heading {
	display: flex;
	justify-content: space-between;
}

.nw-heading .nw-a-tag {
	margin-bottom: 0px !important;
}

.ps-rw-note-caption {
	margin-bottom: 6px;
}

#claimProfileModal .typeahead__list {
	top: auto;
}

#claimProfileModal .typeahead__cancel-button {
	top: 36px;
}

.claim-profl-text-info {
	font-size: 13px;
	font-weight: 500;
	color: #444;
	line-height: 18px;
	margin-bottom: 8px;
	background-color: #fbe5d6;
	padding: 10px;
	border-radius: 10px;
}

.claim-profl-text-info p {
	padding: 0;
	margin: 0;
}

.claim-profl-text-cap {
	font-weight: 600;
	color: #222;
	margin-bottom: 5px;
}

#claimProfileModal .typeahead__container {
	font: inherit;
}

.signed-username {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 18px;
	padding-left: 5px;
	max-width: calc(10vw - 50px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#suggestion-list {
	width: 395px;
	max-height: 200px;
	overflow-y: auto;
	scrollbar-color: #d9d9d9 white;
	/* thumb and track color */
	scrollbar-width: thin;
}

#suggestion-list::-webkit-scrollbar {
	width: 4px;
}

#suggestion-list::-webkit-scrollbar-track {
	background: #f8f8f8;
	border-radius: 10px;
}

#suggestion-list::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 10px;
	cursor: pointer;
}

#suggestion-list li {
	border-bottom: 1px solid #eee !important;
	text-align: left;
}

#suggestion-list li a {
	font-size: 13px;
	font-weight: 500;
	color: #333;
}

.company_pro_num_blk {
	margin-left: -23px;
	align-items: center;
}

.company_pro_num_blk p {
	margin: 0;
	padding: 0;
	margin-left: 4px;
}

.pm-map-addres-other-loc {
	padding-left: 25px;
	margin-bottom: 9px;
}

.pm-map-addres-gen {
	margin-left: -23px;
	align-items: center;
}

.pm-map-addres-gen p {
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
}

.h-lst-btn {
	min-height: 38px;
}





.sh-info-blk {
	position: fixed;
	right: 5vw;
	top: 240px;
	transition: right .5s ease;
}

.sh-visit-web {
	padding: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border-radius: 5px;
	background-color: #ff2e2e;
	cursor: pointer;
}

.sh-globe svg {
	width: 15px;
	height: auto;
	fill: #fff;
}

.sh-wishlist {
	font-size: 14px;
	font-weight: 400;
	color: #062c50;
	padding: 15px 30px;
	border-bottom: 1px solid #ddd;
}

.sh-wishlt-icon svg {
	width: 18px;
	height: auto;
	stroke: #777;
	cursor: pointer;
}

.sh-contact {
	padding: 25px 30px;
}

.sh-contact-cap {
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	margin-bottom: 7px;
}

.sh-contact-container {
	font-size: 14px;
	font-weight: 400;
	color: #062c50;
	padding-bottom: 25px;
	position: relative;
}

.sh-contact-container::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 12px;
	height: 1px;
	background-color: #ddd;
	width: 23%;
}

.sh-contact-icon svg {
	width: 20px;
	height: auto;
	stroke: #777;
	cursor: pointer;
}

.sh-location {
	font-size: 14px;
	font-weight: 400;
	color: #062c50;
	margin-bottom: 6px;
	line-height: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sh-contactno {
	font-size: 14px;
	font-weight: 400;
	color: #7b7b7b;
}

.sh-info-wrapper {
	visibility: hidden;
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	z-index: 999;
	transition: all .4s ease;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	background-color: #fff;
	min-width: 230px;
}

.sh-toggler {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #d37728;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 15px;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 47%);
}

.sh-toggler svg {
	width: 30px;
	height: auto;
	fill: #fff;
}

.sh-toggler:hover {
	opacity: .88;
}

.contact-us-checklst {
	margin-top: 15px;
}

.contact-us-checklst .custom-form-label {
	font-size: 12px !important;
}

.sh-weblink {
	display: block;
	padding: 18px;
	border-bottom: 1px solid #ddd;
}



/* new css on 24/11/21 */
.f-gen-link {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #222;
	padding-bottom: 15px;
}

.copy-right-info {
	font-size: 13px;
	font-weight: 600;
	padding: 15px 0;
}

.footer-logos-blk {
	padding: 20px 15px;
	border-right: 1px solid #e2e2e2;
}

.highlt-btn {
	background-color: #b3b7cf44;
}

.ft-social-menus {
	/* position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20%; */
	display: flex;
	justify-content: center;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	width: 100%;
}

.footer-lft-part {
	width: 20%;
	min-width: 20%;
	max-width: 20%;
}

.footer-rht-part {
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	display: flex;
	flex-wrap: wrap;
}

.footer-link-wrapper {
	flex: 1;
}

.ft-social-icon svg {
	width: 26px;
	height: auto;
}

.ft-sm-wrapper {
	display: flex;
	justify-content: space-between;
	width: 30%;
}

/* new css for new login for public users (30/11/21) */
.p-login-wrapper {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	padding: 20px;
	width: 350px;
	border-radius: 10px;
}

.p-logo-holder {
	margin: 10px auto;
	width: 160px;
	height: auto;
}

.p-login-choice {
	font-size: 20px;
	font-weight: 500;
	color: var(--theme-color);
	line-height: 28px;
	text-align: center;
	text-transform: capitalize;
}

.w-googl-icon, .linked-log-in-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	border-radius: 4px;
	background-color: #fff;
}

.w-googl-icon svg {
	width: 20px;
	height: auto;
}

.w-googl-txt {
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

.w-googl-signin, .w-linked-login {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 3px;
	border-radius: 5px;
	background-color: #5a8cee;
	color: #fff;
	margin: 12px 0;
	line-height: 18px;
}

.linked-log-in-icon svg {
	width: 26px;
	height: auto;
	fill: #2867b2;
}

.w-googl-signin:hover, .w-linked-login:hover {
	opacity: .85;
}

.p-login-desc {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 20px;
	margin: 12px 0;
}

.multisteps-form__form {
	/* min-height: calc(100vh - 295px); */
	/* height: inherit !important; */
}

.profile-section {
	min-height: calc(100vh - 70px);
}

.review-request-section {
	min-height: calc(100vh - 70px);
}

.build-profile-session .redactor-toolbar-wrapper {
	z-index: 0;
}

/* new header find a pro menu */
.hf-menu-wrapper {
	background-color: #f1f1f1;
}

.hf-menu-container {
	padding: 10px 15px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 200px;
	-ms-perspective: 200px;
	perspective: 200px;
}

.hf-menu-container::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #ddd;
}

.hf-menu-container:last-child::after {
	content: none;
}

.hf-menu-container a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #111;
}

.hf-menu-container:hover {
	background-color: #f7f7f7;
}

.hf-menu-popup {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 225px;
	border-radius: 6px;
	z-index: 9999;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	opacity: 0;
	transform-origin: top;
	transform: scale(1, 0);
	transition: transform .5s ease;
}

.nw-btn:hover .hf-menu-popup {
	opacity: 1;
	transform: scale(1);
	transition: transform .5s ease;
}

.hf-menu-icon {
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
}


.pm-filter-blk .custom-input-holder.initial .c-form-input {
	border: 2px solid #ccc;
	border-left: 5px solid #d27220;
}

.pm-filter-blk .custom-input-holder.initial .c-form-input:focus {
	border: 2px solid var(--theme-color);
	border-left: 5px solid #d27220;
}

.pm-filter-blk .custom-input-holder.initial .c-form-input::placeholder {
	font-size: 12px;
	font-weight: 400;
	color: #565656 !important;
	opacity: 1;
}

/* new review block on 14 Dec 21 */
.rwl-container {
	padding: 15px;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
}

.rwl-heading {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-decoration-color: #e2e2e2;
	text-underline-offset: 50%;
}

.rwl-lft-date {
	font-size: 12px;
	font-weight: 400;
	color: #222;
	line-height: 20px;
	padding: 12px 0;
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
}

.rwl-m-val {
	font-size: 13px;
	font-weight: 400;
	color: #565656;
	line-height: 20px;
}

.topology-icon {
	width: 17px;
	height: auto;
	fill: #333;
}

.rw-rd-btn:hover {
	background-color: #ffa236;
	color: #fff;
}

.rwl-proj-title {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
}

.rwl-proj-title-name {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
	padding-left: 15px;
}

.rwl-proj-title-holder {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
}

.rwl-pro-parg {
	min-height: 130px;
}

.rwl-center-data {
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}

.rwl-company-desc {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #e2e2e2;
}

.topology-star {
	width: 23px;
	height: auto;
	fill: #333;
}

.rwl-outer-wrapper {
	min-height: 125px;
}

.ongoing_chkbox {
	margin-left: -15px;
}

.ongoing-label {
	font-size: 15px;
	font-weight: 500;
	color: #565656;
	padding-left: .5rem;
	margin-bottom: 6px;
}

.pm_rwnotice {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
}

.rw_term {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	padding-top: 16px;
	margin: 0;
}

.portf-card-container:hover img {
	transform: scale(1.05);
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.slt-blk {
	border-top: 1px solid #e2e2e2;
}

.slt-wrapper {
	width: 50%;
	margin: 0 auto;
}

.slt-container {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ff7a35;
	border-radius: 5px;
	cursor: pointer;
	width : 160px;
}

.slt-container:hover {
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 47%);
}

.slt-icon {
	width: 23px;
	height: 23px;
}

.slt-label {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
}

.notification__message {
	display: grid;
	grid-gap: 0.2rem;
	grid-template-columns: 1fr auto;
	padding: 0.5rem 1rem 0.5rem 2.5rem;
	background: #ffe8c3;
	border-radius: 10px;
	border-left: 0.75rem solid #e89f2a;
	box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 47%);
	width: 100%;
	cursor: auto;
	overflow: hidden;
}

.notification__message .alrt-btn {
	background: none;
	border: none;
	color: inherit;
	width: 20px;
	height: 20px;
	grid-column: 2/3;
	grid-row: 1/2;
	position: relative;
	top: 50%;
}

.notification__message .alrt-btn svg {
	display: block;
	width: 23px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.notification__message .alrt-btn svg:hover {
	background: #f1f1f1;
}

.notification__message .alrt-btn svg path {
	stroke: #e89f2a;
}

.notify-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	cursor: auto;
	z-index: 99;
}

.notify-icon svg {
	width: 25px !important;
	stroke: #e89f2a;
	fill: #ffe8c3 !important;
}

.gen-alrt-blk {
	display: flex;
	position: absolute;
	width: 290px;
	z-index: 2;
}

.gen-alrt-blk.first {
	right: 55px;
}

.gen-alrt-blk.second {
	bottom: 50px;
}

.gen-alrt-blk.third {
	left: 55px;
}

.alrt-desc {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	line-height: 20px;
	margin: 0;
}

.alrt-caption {
	font-size: 1rem;
	font-weight: 500;
	color: #222;
	line-height: 23px;
	margin: 0px;
}

.notify-bar-anm {
	/* display: none; */
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	z-index: 99;
	background-color: #ddd;
}

#notifyBar {
	width: 0%;
	height: 100%;
	background-color: #429bd5;
	animation: movebar 2s linear;
}

@keyframes movebar {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.custom-country-holder .iti__flag-container {
	position: static;
}

.custom-country-holder .iti__selected-flag {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
}

.custom-country-holder .iti__country-list {
	width: 100%;
	top: 100%;
}

.custom-country-holder .iti__preferred {
	display: none;
}

.custom-country-holder .iti__divider {
	display: none;
}

.custom-country-holder .iti {
	width: 100%;
}

.custom-country-holder .iti * {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.cn-phone {
	margin: 0;
	padding: 7px 0;
	background-color: #f3f4f5b3;
	border: 0;
	box-shadow: none;
	outline: none;
	width: 100%;
	border-radius: 0;
	min-height: 38px;
}

.cn-phone:focus {
	border: 2px solid var(--theme-color);
}

.custom-country-holder.initial .cn-phone {
	border-left: 5px solid #d27220;
}

.custom-country-holder.entered .cn-phone {
	border-left: 5px solid #559446;
}

.custom-country-holder.error-val .cn-phone {
	border-left: 5px solid #ee1132;
}

.cn-phone:focus {
	border-radius: 4px;
}

/* css on project submission on 11/01/22 */
.ps-wrapper #progressbar {
	position: absolute;
	left: 15px;
	overflow: hidden;
	color: #E53935
}

.ps-wrapper #progressbar li {
	list-style-type: none;
	font-size: 8px;
	font-weight: 400;
	padding: 8px 0;
}

.ps-wrapper #progressbar .step0:before {
	/* content: "\2713"; */
	content: "";
	background: url("../images/tick-mark-white.svg") #ccc;
	background-position: center !important;
	background-size: 57% !important;
	background-repeat: no-repeat !important;
	padding-top: 4px;
	padding-left: 2px;
}

.ps-wrapper #progressbar li:before {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	font-size: 18px;
	background: #ccc;
	border-radius: 50%;
	margin: auto;
}

.ps-wrapper #progressbar li.active:before {
	background: url("../images/tick-mark-white.svg") #10a64a;
}

.ps-wrapper #progressbar li:nth-child(3) {
	margin-top: 4px;
}

.ps-left-blk {
	width: 230px;
	min-width: 230px;
	padding-left: 15px;
}

.ps-rht-blk {
	width: calc(100% - 230px);
	min-width: calc(100% - 230px);
	padding-right: 15px;
}

.ps-step-container {
	z-index: 0;
	/* border-right: 1px solid #bbb; */
}

.ps-wrapper {
	padding: 20px;
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 175px);
}

.ps-pro-label {
	padding: 10px 0 10px 60px;
	font-size: 14px;
	font-weight: 400;
	color: #565656;
	line-height: 20px;
	margin: 0;
	background-color: #f7f8f9;
	border-bottom: 1px solid #e7e7e7;
}

.ps-pro-label:hover {
	background-color: #efefef;
}

.ps-pro-label.active {
	background-color: #efefef;
	color: #333;
	font-weight: 500;
}

.ps-switched-container {
	display: none;
}

.ps-switched-container.show {
	display: block;
	padding-left: 80px;
}

.ps-wrapper::before {
	content: "";
	position: absolute;
	left: 275px;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background-color: #eee;
}

.ps-prev-btn {
	background-color: #fff;
}

.ps-label {
	font-size: 12px;
	font-weight: 500;
	color: #565656;
	margin-bottom: 6px;
	line-height: 19px;
}

.ps-highlt {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	line-height: 18px;
	margin-bottom: 8px;
	background-color: #fbe5d6;
	padding: 10px;
	border-radius: 5px;
	width: calc(50% - 15px);
}

.ps-highlt li {
	margin-left: 23px;
	list-style-type: disc;
}

.ps-upload-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 130px;
	border-radius: 4px;
	border: 1px dashed #8d8d8d;
	background-color: #f9f9fb;
}

.ps-upload-label {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	line-height: 19px;
	margin-bottom: 9px;
}

.ps-drag {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 19px;
}

.ps-content-blk {
	/* min-height: calc(100vh - 540px); */
	/* 275px */
}

.ps-upload-icon svg {
	width: 40px;
	height: auto;
	fill: #10a64a;
	margin-bottom: 8px;
}

.ps-rs-lft {
	min-width: 200px;
	width: 200px;
	font-size: 13px;
	font-weight: 400;
	color: #565656;
	line-height: 18px;
}

.ps-rs-rht {
	font-size: 13px;
	font-weight: 400;
	color: #111;
	line-height: 18px;
	padding-left: 20px;
	text-align: justify;
}

.ps-rs-container {
	margin: 10px 0;
}

.ps-rs-chklabel {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
	padding-left: 0.5rem;
}

.ps-chkbox-holder {
	padding-left: 30px;
}

.ps-sub-user {
	font-size: 14px;
	font-weight: 400;
	color: #565656;
	line-height: 20px;
}

.ps-sub-txt {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 20px;
}

.ps-sub-para {
	font-size: 12px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 20px;
	padding: 0 15%;
}

/* selectize plugin customisation starts */
.selectize-input>input {
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 1px !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: 0 0 !important;
	line-height: inherit !important;
	user-select: auto;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}

.selectize-input>* {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.selectize-control.multi .selectize-input [data-value] {
	text-shadow: 0 1px 0 rgb(0 51 83 / 30%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1b9dec;
	background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
	background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
	background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%), inset 0 1px rgb(255 255 255 / 3%);
	box-shadow: 0 1px 0 rgb(0 0 0 / 20%), inset 0 1px rgb(255 255 255 / 3%);
}

.selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #1da7ee;
	color: #fff !important;
	border: 1px solid #0073bb !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	padding: 2px 0 0 0 !important;
	border-left: 1px solid #0073bb !important;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, .05);
}

.selectize-control.multi .selectize-input [data-value].active {
	background-color: #0085d4;
	background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
	background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
	background-image: -o-linear-gradient(top, #008fd8, #0075cf);
	background-image: linear-gradient(to bottom, #008fd8, #0075cf);
	background-repeat: repeat-x;
}

.selectize-control.plugin-remove_button [data-value] {
	position: relative !important;
	padding-right: 24px !important;
}

/* selectize plugin ends */
.ps-para-msg {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
	line-height: 19px;
}

.ps-sub-user span {
	color: #464646;
	font-weight: 500;
}

/* css on 27/01/22 */
.mf-clear-blk {
	padding-top: 13px;
	padding-bottom: 5px;
	border-top: 1px solid #e2e2e2;
}

.mf-clear-txt {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	padding: 10px 15px;
	cursor: pointer;
}

.mf-clear-img {
	width: 23px;
	height: auto;
	cursor: pointer;
}

.compf-clr-btn {
	font-size: 12px;
	font-weight: 400;
	color: #222121;
	margin-left: 15px;
	padding: 5px 10px;
	background-color: #f8f8f8;
	border: 1px solid var(--theme-color);
	border-radius: 4px;
	min-width: 98px;
	text-align: center;
}

/* header serach */
.head-srch-holder {
	display: flex;
	position: relative;
	/* width:200px; */
	/* margin-top:3px; */
}

.head-srch-holder.banner {
	width: 100%;
	max-width: 350px;
	background-color: transparent;
	border-radius: 30px;
	border: 0px;
}

.head-srch-holder .custom-input-holder {
	min-height: auto;
	box-shadow: 0.5px 0.5px 8px 0 rgb(0 0 0 / 17%);
}

.head-srch-holder .custom-input-holder input {
	border: 2px solid #ccc;
	width: 100%;
}

.srch-res-blk {
	position: absolute;
	top: calc(100% + 5px);
	left: 0px;
	right: 0px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	z-index: 99;
	background-color: #fff;
	border-radius: 4px;
}

.srch-res-lft {
	display: inline-flex;
	justify-content: space-between;
	min-width: 115px;
}

.srch-res-container * {
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
}

.srch-res-container:first-child {
	margin-bottom: 10px;
}

.srch-res-rht {
	padding-left: 15px;
	width: 100%;
}

.top-header {
	display: flex;
}

.tph-menu {
	border: none;
	position: relative;
	font-weight: 500;
	margin-left: 0px !important;
}

/* .tph-menu::before{
  content:"";
  position: absolute;
  top:25%;
  bottom:25%;
  left:0px;
  width:1px;
  background-color: var(--theme-color);
} */
.tph-menu:hover {
	font-weight: 500;
	background: none;
	color: #04245e;
}

.tm-menu {
	font-weight: 500 !important;
	margin-left: 0 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.hm-padd {
	padding: 12px 0px;
}

.border-btn {
	border: 1px solid #062c50;
	padding: 6px 12px;
	border-radius: 30px;
}

.my-course-btn.border-btn a {
	padding: 4px 12px;
	display: inline-block;
}

.border-btn::before {
	content: none !important;
}

.head-srch-holder .typeahead__container * {
	font-size: 13px;
}

.head-ul .nav-item.active {
	border-radius: 0;
	border-bottom: 2px solid #d27220;
}

.head-li {
	/* margin: 0 18px; */
	margin-right: 12px !important;
	margin-left: 12px !important;
}

.head-ul .nav-item.active .tph-menu {
	color: #d27220;
}

.head-ul .nav-item.active .tm-menu {
	color: #d27220 !important;
}

.head-li a {
	color: #062c50;
}

.hom-li {
	margin-right: 20px;
}

/* .login-btn-li{
    position: absolute !important;
    right:0px;
    z-index: 99;
} */
.head-ul .nav-item {
	position: relative;
}

.head-ul .nav-item::before {
	content: "";
	position: absolute;
	left: 0px;
	width: 0%;
	bottom: 0px;
	height: 2px;
	background-color: #d27220;
	transition: width .4s ease;
}

.head-ul .nav-item:hover::before {
	width: 100%;
	transition: width .4s ease;
}

.head-ul .nav-item.active:hover::before {
	content: none;
}

.head-srch-holder .c-form-input {
	width: 150px !important;
	transition: all .4s ease;
	min-height: auto;
	height: 32px;
	border-radius: 0;
}

.head-srch-holder .c-form-input::placeholder {
	color: #444 !important;
}

.head-srch-holder .c-form-input:focus {
	width: 270px !important;
	transition: all .4s ease;
}

/* css on 31-03-2022 */
.custom-input-holder textarea {
	min-height: 109px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	padding-right: 6px !important;
	padding-left: 75px !important;
}

.multisteps-form__panel .cn-phone {
	min-height: unset;
}

.custom-country-holder .iti__country-list--dropup {
	bottom: auto !important;
}


/* new css for project submission documnets starts here */
.file-management-blk {
	margin-top: 5px;
}

.file-upload-blk {
	border: 2px dashed #bbb;
	width: 270px;
	height: 180px;
	border-radius: 10px;
}

.file-upload-blk .file-drag-icon-wrapper {
	width: 50px;
	margin: 10px 0;
}

.file-upload-blk .file-drag-icon-wrapper svg {
	width: 50px;
	height: auto;
	fill: #bbb;
}

.file-upload-blk .drag-drop-txt {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
	margin-bottom: 10px;
}

.file-upload-blk .drag-drop-txt::first-letter {
	text-transform: capitalize;
}

.file-upload-blk .file-browse-btn {
	margin: 10px 0;
}

.file-upload-blk .file-seperator {
	font-size: 13px;
	font-weight: 500;
	color: #7b7b7b;
	margin: 7px 0 3px 0px;
}

.file-list-wrapper {
	padding-right: 3px;
	max-height: calc(100vh - 450px);
	overflow-y: auto;
	width: 270px;
	padding: 2px 0;
}

.file-list-wrapper::-webkit-scrollbar {
	width: 5px;
}

.file-list-wrapper::-webkit-scrollbar-track {
	background: #f8f8f8;
	border-radius: 10px;
}

.file-list-wrapper::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 10px;
	cursor: pointer;
}

.file-list-container {
	padding: 5px 0;
	position: relative;
}

.file-list-container .filetype-desc {
	padding-left: 10px;
	position: relative;
	padding-right: 25px;
}

.file-list-container::before {
	content: "";
	position: absolute;
	left: 35px;
	right: 0px;
	bottom: -2px;
	height: 2px;
	background-color: #eee;
}

/* .file-list-container:nth-child(1)::before {content:none;} */
.file-list-container .filetype-desc .filename-desc {
	font-size: 13px;
	font-weight: 500;
	color: #565656;
	line-height: 18px;
	padding-bottom: 2px;
}

.file-list-container .filetype-desc .file-size {
	font-size: 10px;
	font-weight: 500;
	color: #7b7b7b;
}

.file-list-container .filename {
	white-space: nowrap;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filetype-icon-wrapper {
	width: 25px;
}

.file-list-container.uploading .filetype-icon-wrapper {
	opacity: .5;
}

.file-delete-icon {
	display: none;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.file-delete-icon svg {
	width: 11px;
	height: auto;
	fill: #fa4554;
}

.file-list-container:hover .file-delete-icon {
	display: block;
}

.file-upload-progress {
	margin-top: 4px;
}

.file-upload-progress .progress {
	height: 2px;
}

.file-upload-close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 400;
	color: #9b9b9b;
	cursor: pointer;
}

.doc-browse-btn {
	border-radius: 4px;
	border: none;
	outline: none;
	text-align: center;
	box-shadow: none;
	padding: 8px 23px;
	background-color: #ffa236 !important;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.doc-browse-btn:hover {
	opacity: .85;
	color: #fff;
}

.ps-main-label {
	font-weight: 500;
}

.ps-chkbox .ongoing-label {
	padding-left: 15px;
	margin-bottom: 0;
}

.ps-chkbox .checkmark {
	margin-left: 125px;
}

.ps-chkbox .ps-custom-checkbox {
	padding-left: 0px;
}

.jot-form-month .form-textbox {
	background-image: none !important;
	width: 85px !important;
}

.jot-form-day .form-textbox {
	background-image: none !important;
	width: 85px !important;
}

.jot-form-year .form-textbox {
	background-image: none !important;
	width: 85px !important;
}

.jot-form-date .form-textbox {
	padding-right: 9px !important;
	background-position: left 11px bottom 50% !important;
	color: transparent;
	border-color: #fff;
	background-color: #f3f3fe;
}

.jot-form-date .newDefaultTheme-dateIcon {
	width: 39px;

}

.jot-form-date {
	left: 5px;
}

.jot-form-holder {
	display: flex;
}

.calendar.popup {
	width: 310px !important;
	right: 0 !important;
	margin-top: -90px;
	max-width: 400px;
	margin-left: -310px;
}

.calendar.popup:before {
	height: 100% !important;
	top: 0 !important;
}

/* new css for project submission documnets ends here */

/* custom datepicker customisation */
.datepicker {
	border: 1px solid #555;
	width: 310px;
	padding: 0 !important;
}

.datepicker-dropdown:before {
	content: none !important;
}

.datepicker-dropdown:after {
	content: none !important;
}

.datepicker table {
	width: 100%;
	font-weight: 500;
}

.datepicker table thead tr {
	line-height: 45px;
}

.datepicker table .datepicker-switch {
	font-weight: 500;
}

.datepicker table .dow {
	background-color: #eef3ff;
	font-weight: 500;
	color: #2e69ff;
	font-size: 13px;
}

.datepicker table .day {
	width: 35px;
	max-width: 35px;
	height: 35px;
	font-size: 13px;
	color: #565656;
	position: relative;
	z-index: 9;
	background: none;
}

.datepicker table .day:hover {
	background: none !important;
	color: #2e69ff;
}

.datepicker table .day:hover::before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border-radius: 4px;
	border: 1px solid #2e69ff;
}

.datepicker table .today {
	background-color: #fff !important;
	color: #fff !important;
	background-image: none !important;
	position: relative;
	z-index: 9;
}

.datepicker table .today::before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border-radius: 4px;
	background-color: #2e69ff;
	z-index: -1;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	background: none !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background: none !important;
	color: #565656 !important;
}

.ps-date-input {
	width: 100%;
	height: 100%;
	background-color: #f3f3f4;
	cursor: default;
	caret-color: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
	color: transparent;
}

.ps-date-icon svg {
	width: 15px;
	height: auto;
	fill: #57647e;
}

.ps-date-icon-holder {
	position: relative;
	width: 34px;
	height: 34px;
}

.ps-date-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.custom-date-sep .c-ps-disp {
	width: 30%;
	margin-right: 10px;
}

.c-ps-disp input {
	border-left: 0 !important;
	background-color: #fff;
	border: 1px solid #b8bdc9 !important;
	border-radius: 4px !important;
}

.c-ps-disp input:focus {
	background: none !important;
}

.d-split-label {
	font-size: 13px;
	font-weight: 400;
	color: #57647e;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 1px;
}

.ps-custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ps-custom-checkbox:hover input~.checkmark {
	background-color: #fff;
}

.ps-custom-checkbox .checkmark:after {
	display: none;
}

.ps-custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
}

.ps-custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 2px;
	width: 6px;
	height: 9px;
	border: solid #444;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ps-custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.ps-custom-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* new css on 03-05-22 */
.srch-comp-logo {
	overflow: hidden;
}

.srch-comp-logo img {
	width: 20px;
	max-width: 20px;
	height: 20px;
	max-height: 20px;
	object-fit: cover;
	margin-right: 15px;
}

.srch-star {
	font-size: 13px;
	font-weight: 500;
	color: #464646;
	padding-left: 15px;
	line-height: normal;
	position: relative;
}

.srch-star::before {
	position: absolute;
	top: -4px;
	left: 35px;
	/* top:50%;
  transform: translateY(-50%); */
	margin: 2px;
	font-size: 1.25em;
	display: inline-block;
	content: "\2605";
	color: var(--pmc-star-background);
}

.head-srch-holder .srch-res-rht {
	padding-left: 0 !important;
}

.h-srch-holder {
	padding: 0 15px;
}





















@media(max-width:992px) {
	.curriculum-row {
		flex-direction: column-reverse;
	}

	.curriculum-col-left {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 15px;
		padding-top: 0px;
	}

	.curriculum-col-right {
		width: 100%;
		max-width: 100%;
		padding: 10px;
	}

	.curriculum-right-part {
		margin: 0px 0px;
	}

	.curriculum-left-part {
		margin: 0px 0px;
	}

	.course-provider-blk {
		margin-bottom: 10px;
	}

	.breadcrump-header-session {
		padding: 15px;
	}

	.header-course-title {
		font-size: 14px;
		line-height: 26px;
	}

	.header-course-subtitle {
		font-size: 12px;
		margin: 0px;
	}

	.company-profile-info {
		margin-left: 0px;
		margin-top: 10px;
	}

	.c-lst-topic-name {
		padding-top: 0px !important;
	}

	.pr-nav-item {
		padding: 15px 15px !important;
		margin: 0px !important;
		border-bottom: 1px solid #efefef;
	}

	.pr-nav-item.my-course-btn {
		border: 0px;
		color: #2a2a2a;
		font-weight: 500;
	}

	.nav-item .dropdown-menu {
		border: 0px !important;
		border-bottom: 1px solid #dcdcdc !important;
		border-radius: 0;
	}

	.nav-item a.dropdown-item {
		font-size: 13px !important;
		font-weight: 500 !important;
		text-transform: capitalize;
		padding: 15px;
		line-height: 14px;
	}

	.logo_block {
		width: 50px;
		margin: 10px 10px;
	}

	.footer-menus {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.footer-logo {
		width: 50px;
		text-align: center;
		margin-bottom: 30px;
		margin: 0 auto;
	}

	.custom-footer-subheader {
		word-break: break-word;
		white-space: normal;
	}

	.sort-row {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.c-lst-header-wrapper {
		flex-direction: column;
	}

	.company-profile-img {
		width: 100%;
		height: 100%;
	}

	.company-status-info {
		flex-direction: column;
		align-items: unset;
	}

	.company-status-count {
		margin-bottom: 10px;
	}

	.company-status-count-orange {
		text-align: center;
	}

	.scrolltop-icon {
		display: none
	}

	.pagination-holder {
		margin: 20px 0px;
	}

	.about-us-wrapper {
		background-size: cover;
	}

	.review-img-holder {
		margin-top: -45px;
	}

	/* new css on 12 April 2021 */
	.pm-c-btn {
		padding: 10px !important;
		font-size: 9px;
		margin-bottom: 15px !important;
		border-bottom: 2px solid var(--theme-color);
	}

	.footer-links {
		line-height: 20px;
		white-space: normal;
	}

	/* new theming and updations on listing page,profile and review starts */
	.pm-filter-blk .pm-filter-select-holder:nth-child(1) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(2) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(3) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(4) {
		margin-bottom: 10px;
	}

	.pm-mf-filter {
		position: static !important;
	}

	.pm-mf-filter .pm-filter-option-wrapper {
		background-color: transparent;
	}

	.mf-blk {
		background-color: transparent;
	}

	.pm-mf-filter .filter-srch {
		background-color: transparent;
	}

	.pm-mf-filter .pm-filter-select-holder select {
		background-color: transparent;
	}

	.ag-img-holder {
		width: 180px;
	}

	.proj-multistp-img-wrapper {
		right: -50px;
	}

	.proj-multistp-header {
		padding-left: 20px;
	}

	.pm-mf-filter {
		position: unset;
	}

	.mf-blk {
		z-index: unset;
	}

	.pm-filter-blk .filter-srch {
		background-color: transparent;
	}

	/* new theming and updations on listing page,profile and review ends */
	/* new input block and header menu block and signup on 22 june 21 */

	.login-inpt-wrapper {
		float: none;
		width: 100%;
		padding-right: 23px;
	}

	.login-wrapper {
		display: flex;
	}

	.logg-social-menu-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 100%;
		padding: 0px;
	}

	.login-session::after {
		z-index: -1;
	}

	/* new input block and header menu block and signup on 22 june 21 */
	.sh-info-blk {
		display: none !important;
	}

	.rwl-heading {
		margin-top: 20px;
	}

	.ps-highlt {
		width: 100%;
	}

	.file-management-blk {
		flex-direction: column;
	}

	.file-list-wrapper {
		margin-left: 0px;
		margin-top: 15px;
	}
}










@media only screen and (max-width:767px) {
	.navtab-selector .nav-item {
		padding: 0px 15px 0 0;
	}

	.course-overview {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.subfooter-container {
		padding: 10px 15px;
	}

	.subfooter {
		height: unset;
	}

	.subfooter-wrapper {
		padding: 10px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-section {
		padding-top: 25px;
	}

	.footer-subheader {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.footer-rights-blk {
		flex-direction: column;
		padding-top: 30px;
		height: unset;
	}

	.browse-dropdown {
		padding: 15px 0px;
	}

	.my-course-btn {
		margin-bottom: 15px;
	}

	.navtab-selector .nav-tabs {
		border-bottom: none !important;
		flex-wrap: nowrap;
		max-width: 100vw;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.navtab-selector .nav-item {
		padding: 0px;
		display: flex;
		min-width: 100px;
	}

	.bredcrump-left-aligned {
		width: 97%;
	}

	.multisteps-form__progress-btn span {
		display: none;
	}

	.multisteps-form__progress {
		width: 100%;
	}

	.multisteps-form__panel {
		padding: 15px;
	}

	.logo-upload-holder {
		margin: 0 auto 15px auto;
		display: block;
	}

	.basic-step-1-row {
		padding-left: 0 !important;
	}

	.step-5-blk {
		padding: 15px !important;
	}

	.portfolio-left-wrapper {
		padding: 15px !important;
	}

	.portfolio-upload-holder {
		width: 100%;
	}

	.step-5-sec-row {
		padding-right: 0px;
	}

	.signin-dropdn-parent {
		padding: 15px;
	}

	.portfolio-btn-holder {
		padding: 15px;
	}



	.about-us-left-blk {
		display: none;
	}

	.popular-catelog-wrapper {
		padding: 15px 0;
	}

	.popular-catelog-caption {
		font-size: 17px;
		text-align: center;
		color: #333;
	}

	.popular-catelog-heading {
		font-size: 17px;
		text-align: center;
	}

	.popular-catelog-sub-heading {
		padding-right: 0px;
		text-align: center;
	}

	.about-us-wrapper {
		margin: 0px;
	}

	.about-us-right-part {
		padding: 0px;
	}

	.service-wrapper {
		padding: 0px;
	}

	.service-main-heading {
		font-size: 17px;
		padding: 0px;
	}

	.service-weave.w1 {
		text-align: center;
	}

	.service-weave.w3 {
		text-align: center;
	}

	.sponsor-logo-container {
		width: 125px;
		padding: 15px;
	}

	.review-disp-left-part {
		padding: 0;
	}

	.review-img-holder {
		margin: 15px 0;
	}

	.review-disply-wrapper {
		padding: 15px;
	}

	.about-us-wrapper {
		min-height: 350px;
	}

	.popular-catelog-blk {
		padding-bottom: 180px;
	}

	.service-blk {
		margin-top: 250px;
	}

	.catelog-card-icon {
		margin: 0 auto;
	}

	.catelog-card-heading {
		text-align: center;
	}

	.service-weave {
		display: none;
	}

	.about-us-bg {
		display: none;
	}

	.review-img-holder {
		display: none;
	}

	.comapany-focus-row {
		padding: 0 6px;
	}

	.subpage-subtitle {
		display: none;
	}

	.read-more-btn {
		display: block;
		margin: 0 auto;
	}

	.search-input {
		padding: .275rem .55rem;
		font-size: 12px;
	}

	.search-input-holder {
		margin: 8px auto;
		margin-top: 12px;
	}

	.catelog-card-icon.mobile-icon {
		width: 26px;
	}

	.catelog-card-icon {
		width: 37px;
		margin-bottom: 15px;
	}

	.mutitstep-path-holder {
		padding: 30px 0px 20px 0px;
	}


	/* Agency Profile Starts here */
	.ag-port-container {
		width: 100%;
		height: 160px;
		margin: 0px;
		margin-bottom: 10px;
	}

	.ag-reviewtags-wrapper {
		flex-direction: column;
		align-items: unset;
	}

	.ag-reviewtags-container {
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.ag-review-desc {
		margin: 5px 0;
	}

	.ag-inner-container {
		padding-left: 0px;
	}

	.review-quotes-bg {
		display: none;
	}

	.ag-review-more-wrapper {
		margin-right: 0px;
	}

	.ag-review-points-blk {
		flex-direction: column;
		align-items: unset;
	}

	.ag-review-points-wrapper {
		flex-direction: column;
		align-items: unset;
		margin-bottom: 15px;
	}

	.ag-review-usr-wrapper {
		flex-direction: column;
		align-items: unset;
	}

	.ag-revie-c-right-part {
		flex-direction: column;
		align-items: unset;
		margin-top: 10px;
	}

	.ag-revie-catelog-container {
		margin: 5px 0;
	}

	.ag-rw-points-date {
		padding-left: 0px;
		margin-bottom: 6px;
	}

	.ag-review-blk {
		padding-bottom: 0px;
	}

	.ag-pagination-holder {
		margin: 0 !important;
	}

	.ag-verify-container {
		border-left: 0;
		padding: 0px;
		margin: 10px 0;
	}

	.ag-verify-inner-heading {
		padding-bottom: 6px;
	}

	.ag-verify-row::after {
		content: none;
	}

	.ag-verify-wrapper .ag-verify-row:last-child::after {
		content: "";
		bottom: 0px;
	}

	.ag-verify-row {
		margin: 0;
	}

	.ag-navtab-selector .nav-link span {
		display: none;
	}

	.ag-navtab-selector .nav-item {
		padding: 0px 30px 0 0;
	}

	.agency-banner-wrapper {
		flex-direction: column;
		align-items: unset;
	}

	.agency-logo-blk {
		width: 100px;
		height: 100px;
		margin-bottom: 15px;
	}

	.agency-banner-caption-holder {
		align-items: unset;
	}

	.agency-banner-right-part {
		padding-left: 0px;
	}

	.agency-caption {
		align-items: center;
		font-size: 15px;
	}

	.agency-subcaption {
		font-size: 12px;
	}

	.ag-tags-header {
		flex-direction: column;
	}

	.ag-tags-wrapper {
		flex-direction: column;
		align-items: unset !important;
	}

	.ag-tags-container {
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.ag-star-rating {
		width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
	}

	.agency-banner-blk {
		padding-top: 15px;
	}

	.ag-review-points-container .ag-star-rating {
		width: 100%;
		border-radius: 0px;
	}

	/* Agency Profile Ends here */
	/* new css on 12 April 2021 */

	.pmc-img-blk {
		margin: 0 auto;
		border-radius: 0px;

	}

	.pm-c-container {
		border: 0;
		border-radius: 0px;
		border-bottom: 1px solid var(--theme-color);
	}

	.pm-c-main-blk {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pm-star-rate-wrapper {
		justify-content: center;
	}

	.pm-tot-revw {
		text-align: center;
	}


	/* summary page  updated on 23 April 21 */
	.brand-caption {
		font-size: 20px;
	}

	.brand-subcaption {
		font-size: 11px;
	}

	.brand-rvw {
		padding-left: 0px;
	}

	.pm-c-border-left {
		border-left: 0px;
	}

	.pm-c-border-right {
		border-right: 0px;
	}


	/* new css on portfolio on 03 may 2021 */
	.portf-lst-wrapper .portf-card-container {
		height: auto;
	}

	.mf-blk {
		margin-top: 15px;
	}

	.pm-filter-blk .pm-filter-option-wrapper {
		position: static;
	}

	.pm-filter-blk .pm-filter-select-holder {
		margin-right: 0px;
		min-width: 157px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(1) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(2) {
		margin-bottom: 10px;
	}




	/* new theming and updations on listing page,profile and review starts */
	.ps-multi-blk {
		width: 100%;
	}

	.m-menu-toggler {
		display: flex;
	}

	.pmr-deflt-header .navbar-toggler-icon {
		display: none;
	}

	.pmr-deflt-header .m-menu-toggler {
		right: 20px;
		top: 20px;
	}

	.pm-mf-filter {
		position: unset;
	}

	.mf-blk {
		z-index: unset;
	}

	.pm-filter-blk .filter-srch {
		background-color: transparent;
	}

	.proj-multistp-header {
		padding-left: 10px;
	}

	.proj-multistp-img-wrapper {
		bottom: -36px;
	}

	.proj-multistp-img-holder {
		width: 110px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(1) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(2) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(3) {
		margin-bottom: 10px;
	}

	.pm-filter-blk .pm-filter-select-holder:nth-child(4) {
		margin-bottom: 10px;
	}

	/* new theming and updations on listing page,profile and review ends */

	/* footer new css on 19 nov 21 */
	.footer-menus .col {
		flex: 0 0 100%;
	}

	.footer-logos-blk {
		border-right: 0;
		padding: 15px 0 0px;
	}

	.footer-blk {
		flex-direction: column;
	}

	/* .footer-menus{padding: 0 0 67px;} */
	.footer-lft-part {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.footer-rht-part {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.f-logo-holder {
		width: 200px;
		margin: 0 auto;
	}

	.footer-link-wrapper {
		flex-wrap: wrap;
		/* display:block !important; */
	}

	.ft-social-menus {
		left: 15px;
	}

	.ft-sm-wrapper {
		width: 100%;
	}

	/* new css on 29/11/21 */
	.sh-info-blk {
		display: none !important;
	}

	.login-logo-container {
		float: none;
		margin: 0 auto 15px;
	}

	.login-inpt-wrapper {
		float: none;
		width: auto;
	}

	.logg-social-menu-wrapper {
		float: none;
		margin-top: 30px;
		border-left: 0;
		border-top: 1px solid #ddd;
		padding-top: 15px;
	}

	.login-wrapper {
		display: block;
	}

	.login-session {
		padding: 10px 0;
	}

	.logg-btn-blk {
		padding-left: 0;
		margin-bottom: 20px;
	}

	.logg-or-choic {
		top: -20px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.mutitstep-path-holder {
		padding-left: 23px;
	}

	.proj-summ-session .multisteps-form__progress {
		margin-left: -10px;
	}

	.build-profile-session .multisteps-form__progress {
		margin-left: -9px;
		top: -50%;
		transform: translateY(25%);
	}

	.review-request-section .select2 {
		width: 100%;
	}

	.pm-tot-revw a {
		margin-left: 0;
	}

	.navbar-toggler {
		display: none;
	}

	.slt-wrapper {
		width: 100%;
	}

	.gen-alrt-blk.first {
		bottom: 50px;
		width: 300px;
		right: -190px;
	}

	.gen-alrt-blk.second {
		width: 300px;
	}

	.gen-alrt-blk.third {
		width: 300px;
		left: -190px;
		top: 50px;
	}

	.ps-blk .ag-tab-heading {
		flex-direction: column;
	}

	.ps-blk .ag-img-wrapper {
		margin: 0 auto;
	}

	.ps-blk .ag-img-holder {
		width: 100%;
	}

	.ps-main-row {
		flex-direction: column;
	}

	.ps-main-row .ps-left-blk {
		width: 100%;
		padding: 15px;
	}

	.ps-main-row .ps-rht-blk {
		width: 100%;
		padding: 15px;
	}

	.ps-switched-container.show {
		padding-left: 0;
	}

	.ps-wrapper::before {
		content: none;
	}

	.ps-content-blk {
		min-height: auto;
	}

	.ps-upload-wrapper {
		width: 100%;
	}

	.ps-rs-container {
		flex-direction: column;
	}

	.ps-rs-rht {
		padding-left: 0;
		padding-top: 5px;
	}

	.ps-chkbox-holder {
		padding-left: 10px;
	}

	.head-srch-holder {
		width: 100%;
		padding: 0 15px;
	}

	.srch-res-blk {
		left: 15px;
		right: 15px;
	}

	.top-header {
		flex-direction: column;
	}
}

@media only screen and (min-width:500px) and (max-width:767px) {
	.pm-filter-blk .pm-filter-select-holder:nth-child(3) {
		margin-bottom: 10px;
	}

	.cvs-wrapper .cvs-container {
		min-height: 675px !important;
	}
}

/* 16-08 */
@media only screen and (max-width:575px) {
	.pm-filter-blk .pm-filter-select-holder {
		width: 100%;
		min-width: inherit;
		max-width: inherit;
		margin: 0;
	}
}

/* 16-08 */
@media only screen and (max-width:440px) {
	.liveclass-notify-wrapper {
		width: unset;
		left: 15px;
		right: 15px;
	}

	.banner-subheader {
		padding: 0px 15px;
		text-align: center;
		line-height: 20px;
	}

	.search-input-holder {
		width: 100%;
	}

	.cvs-box {
		padding-top: 20px;
	}
}

@media only screen and (max-width:360px) {
	.cvs-wrapper .cvs-container {
		min-height: 475px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.weekly-hr {
		padding-left: 3px !important;
	}

	.card-list-heading {
		white-space: nowrap;
	}

	.card-icon-wrapper {
		width: 50%;
	}

	.liveclass-notify-screen {
		display: flex;
	}

	/* summary new css on 23 April 21 */
	.brand-caption {
		font-size: 20px;
	}

	.brand-subcaption {
		font-size: 12px;
	}

	.b-location-gen .ag-contact-info-desc-blk {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.b-location-gen .ag-contact-info-desc {
		max-width: 100%;
		white-space: normal;
		word-break: break-word;
	}

	.b-social-icons-blk {
		flex-wrap: wrap;
	}

	.b-social-icons-container {
		margin-bottom: 4px;
	}

	/* .footer-menus .col:first-child {flex:0 0 100%;} */
	.footer-menus .col {
		flex: 0 0 25%;
	}

	.footer-logos-blk {
		border-right: 0;
		padding: 15px 0 0px;
	}

	/* .footer-menus{padding: 0 0 67px;} */
	.f-logo-holder {
		width: 30%;
		margin: 0 auto;
	}

	.ft-social-menus {
		left: 15px;
	}

	.ft-sm-wrapper {
		width: 50%;
	}

	.logo-upload-holder {
		width: 100%;
		min-width: 100%;
		height: 120px;
	}

	.slt-wrapper {
		width: 100%;
	}

	.gen-alrt-blk.third {
		left: auto;
		top: 50px;
	}

	.m-menu-toggler {
		margin-top: -10px;
	}

	.ps-wrapper {
		/* min-height: calc(100vh - 440px); */
	}

	.ps-content-blk {
		min-height: auto;
	}

	.ps-btn-chk-row {
		flex-wrap: nowrap;
	}
}


.liveclass-notify-screen {
	display: none;
	width: 330px;
	border-radius: 5px;
	background-color: #fff;
	padding: 18px;
	margin-bottom: 20px;
}

@media only screen and (max-width:1284px) {
	.liveclass-notify-screen {
		display: flex;
	}

	.liveclass-notify-wrapper {
		display: none;
		;
	}
}

@media (max-width: 1200px) {
	.head-ul {
		display: none !important;
	}

	.m-menu-toggler {
		display: flex;
	}
}

/* portfolio on 03 My 21 starts */
@media only screen and (max-width:580px) {
	.portf-desc-wrapper {
		padding-left: 0px;
	}

	.ag-img-holder {
		width: 123px;
	}

	.login-session {
		padding: 15px;
	}

	.p-login-wrapper {
		width: 100%;
	}

	.iti--container {
		max-width: 90%;
	}

	.c-date_1, .c-date_2, .c-date_3 {
		pointer-events: none;
	}
}

@media only screen and (max-width: 991px) {
	.nw-wrapper {
		width: 25%;
	}
}

@media only screen and (min-width:577px) and (max-width:767px) {
	.footer-menus .col {
		flex: 0 0 50%;
	}

	/* .footer-menus .col:first-child {flex:0 0 100%;} */
}





/* portfolio on 03 My 21 ends */
.rw-rating-star .stars {
	font-size: 15px !important;
	line-height: initial !important;
}

.rw-rating-star .stars::before {
	letter-spacing: 1px !important;
	background: linear-gradient(90deg, var(--pmc-star-background) var(--percent), var(--star-color) var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pmc-rating-star .stars {
	font-size: 20px !important;
	line-height: initial !important;
}

.pmc-rating-star .stars::before {
	letter-spacing: 1px !important;
	background: linear-gradient(90deg, var(--pmc-star-background) var(--percent), var(--star-color) var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.readMoreCl,
.readLessCl {
	position: absolute;
	right: 0px;
	bottom: 4px;
	padding: 5px 20px 5px 5px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	color: #5c9cec;
	cursor: pointer;
}

.rattingDiv {
	padding: 10px 15px;
	margin: 0px 20px;
	background-color: #292D47;
	border-radius: 4px;
	color: #fff;
	min-width: 54px;
}

.rattingDivSpan {
	width: calc(100% - 240px);
}

/* build profile block on 28 june 21*/
/* @media (min-width: 1600px) and (max-width:1800px){
  .build-prof-img-wrapper,.proj-multistp-img-wrapper{right:-15%;}
} */
/* build profile block on 28 june 21*/

/* @media (min-width: 1801px) and (max-width:1950px){
  .build-prof-img-wrapper,.proj-multistp-img-wrapper{right:-20%;}
} */


div.paginate input[type='button'].active {
	font-weight: 600 !important;
}

/* contact us popup starts here */
.contactus-dialog {
	max-width: 750px;
}

.claim-profile-dialog {
	max-width: 950px;
}

.contactus-dialog .modal-body {
	padding: 23px;
}

.close-modal {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 24px;
	line-height: 23px;
	font-weight: 300;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(11, 12, 14, 0.2);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	cursor: pointer;
}

.close-modal span {
	margin-top: 3px;
	margin-left: 1px;
}

.close-modal:hover {
	background-color: #eee;
	border-color: rgb(129, 52, 10);
	color: rgb(129, 52, 10);

}

.contactus-heading {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-color);
	padding-bottom: 10px;
}

.custom-input-holder.default .c-form-input {
	border-left: 5px solid #d27220;
}

.contactus-dialog .profl-txtarea {
	border: 1px solid transparent;
}

.contactus-dialog .profl-txtarea:focus {
	border: 1px solid var(--theme-color);
	border-left: 5px solid #d27220;
}

.custom-input-holder.default .c-form-input:focus {
	border-left: 5px solid #d27220;
}

.contactus-dialog .custom-input-holder .custom-form-label {
	font-size: 16px;
}

.subt-btn {
	border-radius: 4px;
	border: none;
	outline: none;
	text-align: center;
	box-shadow: none;
	padding: 8px 10px;
	background-color: #ffa236 !important;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	min-height: 40px;
}

.subt-btn-holder {
	margin: 10px 0 20px 0px;
}

.subt-btn:hover {
	background-color: #d37728;
	opacity: .85;
}

.contcs-cancel-btn {
	color: var(--theme-color);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 20px;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.contactus-dialog .custom-input-holder {
	min-height: 77px;
}

.error-caution-icon {
	position: relative;
	margin-left: -15px;
	width: 13px;
}

.error-caution-icon svg {
	width: 13px;
	height: auto;
	fill: rgb(188, 62, 49);
}

/* contact us popup ends here */

/* build profile block */
/* .build-profile-session .mutitstep-path-holder{box-shadow: none;} */
/* .build-profile-session .multisteps-form__progress{padding-right: 100px;} */
.build-prof-img-wrapper {
	/* position: absolute;
  right: 44px;
  top: 20px; */
	padding-top: 4px;
	/* padding-right: 40px; */
}

.build-prof-img-holder {
	width: 160px;
	height: auto;
}

.proj-build-top-blk {
	position: relative;
	width: 100%;
}

/* .proj-build-top-blk .proj-multistp-header {
  position: relative;
  top: 50px;
} */
.proj-build-top-blk .proj-multistp-header span {
	font-size: 26px;
	font-weight: 500;
}

.proj-multistp-top-blk .proj-multistp-header span {
	font-size: 26px;
	font-weight: 500;
}

.review-request-section .revw-caption span {
	font-size: 26px;
	font-weight: 500;
}

.ovrll-caption span {
	font-size: 26px;
	font-weight: 500;
	color: #fe3f40;
}

.profile-section .proj-multistp-header {
	padding-left: 0;
	padding-top: 0px;
}

.profile-section .proj-multistp-header span {
	font-size: 26px;
	font-weight: 500;
}

.build-profile-session .multisteps-form__progress {
	position: relative;
}

.build-profile-session .multisteps-form__progress::before {
	content: none;
	position: absolute;
	left: 3%;
	right: 0px;
	bottom: -10px;
	height: 2px;
	width: 100%;
	background-color: var(--theme-color);
}

/* build profile block */


/* Company Focus block sttart here */
/* .compf-section{padding-top:25px;} */

.compf-container {
	padding: 15px;
	/* border: 1px solid #e2e2e2; */
	box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
	border-radius: 4px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
}

.compf-heading {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #e2e2e2; */
}

.compf-heading span {
	font-size: 22px;
	font-weight: 400;
	color: #fe3f40;
}

.compf-row {
	padding: 15px 0;
	margin-left: 0px;
	margin-right: 2px;
	border-bottom: 1px solid #e2e2e2;
}

.compf-row:last-child {
	border-bottom: 0;
}

.compf-caption {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 17px;
}

.compf-desc {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
	text-transform: capitalize;
}

.compf-img-wrapper {
	width: 45px;
	text-align: center;
	margin: 0 auto 12px auto;
}

.compf-img-wrapper img {
	max-width: 100%;
	height: auto;
}


/* Company Focus block end here */
/* new css add by ambitha -31-01-22 */
.edit_portfolio {
	cursor: pointer;
}

/* 13-04-22 */
.new-ps-label {
	font-size: 18px !important;
}

/* 12-05-2022 loader by ambitha */


.spinner {
	display: inline-flex;
	width: 36px;
	text-align: center;
}

.spinner>div {
	width: 8px;
	height: 8px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.grey-text {
	color: #767171 !important;
}

.plan-sec {}

.plan-sec h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
}

.plan-sec .card {
	position: relative;
	border: 1px solid #a6a6a6;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow: inset 0 0 10px #ccc;
	text-align: center;
	max-width: 250px;
	width: 100%;
	margin-bottom: 60px;
}

/* .plan-sec .card:last-child {
	margin-bottom: 30px;
} */
.plan-sec .pricing-img {
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	padding: 10px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.plan-sec .pricing-img img {
	max-width: 100px;
}

.plan-sec .card-body {
	padding-top: 80px;
	display: flex;
	flex-direction: column;
}

.plan-sec .pricing-card-title {
	display: flex;
	justify-content: center;
	font-size: 60px;
	line-height: 40px;
	align-items: end;
	position: relative;
	font-weight: 400;
	color: #767171;
	margin-bottom: 15px;
}

.plan-sec .pricing-card-title span {
	display: inline-block;
	font-size: 32px;
	line-height: 30px;
	vertical-align: sub;
	position: relative;
	/* left: 0; */
	top: -20px;
	color: #767171;
	font-weight: 400;
}

.plan-sec .pricing-card-title small {
	font-size: 20px;
	line-height: 20px;
	vertical-align: bottom;
}

.plan-sec .card-body h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #767171;
}

.plan-sec .card-body ul {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #767171;
	text-align: left;
	padding-left: 20px;
	flex: 1;
}

.plan-sec .card-body ul li {
	position: relative;
}

.plan-sec .card-body ul li::before {
	content: '';
	background-image: url(../images/tick-1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	top: 4px;
	width: 15px;
	height: 15px;
	z-index: 0;
	background-size: 80%;
}

.plan-sec .card.active {
	border-color: #2f5597;
}

.plan-sec .card.active .pricing-card-title,
.plan-sec .card.active .pricing-card-title span,
.plan-sec .card.active .card-body h2,
.plan-sec .card.active .card-body ul {
	color: #17313b !important;
}

.fs-13 {
	font-size: 13px !important;
}

@media (max-width: 1199px) {
	.plan-sec .pricing-card-title {
		font-size: 60px;
		line-height: 30px;
	}

	.plan-sec .card-body h2 {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}

	.plan-sec .card-body ul {
		font-size: 12px;
		font-weight: 400;
		line-height: 22px;
	}

	.fs-13 {
		font-size: 10px !important;
	}
}



@media (max-width: 991px) {
	.plan-sec .card-body h2 {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 767px) {
	.plan-sec h2 {
		font-size: 20px;
		font-weight: 500;
		line-height: 28px;
	}

	.plan-banner {
		max-width: 100% !important;
	}
}

.submit-review-input::placeholder {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.6;
	font-style: italic;
	color: #565656 !important;
}

.submit-review-input::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.6;
	font-style: italic;
	color: #565656 !important;
}

.submit-review-textarea::placeholder {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.4;
	font-style: italic;
	color: #565656 !important;
}

.submit-review-textarea::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.4;
	font-style: italic;
	color: #565656 !important;
}

.col-wrap {
	border: 1px solid rgba(0, 0, 0, .075);
	padding: 18px 16px 18px 30px;
}

.status-info {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #565656;
	margin-bottom: 0;
}

.status-info.active-status {
	color: #28a745 !important;
}

.cancel-sub {
	color: #007bff !important;
}

@media only screen and (max-width:575px) {

	.billing-info {
		flex-direction: column;
	}

	.cancel-sub {
		margin: inherit !important;
	}
}

.company-focus-wrap {}

.company-focus-wrap .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	color: #212529;
	text-align: left;

}

.company-focus-wrap .accordion-button::after {
	flex-shrink: 0;
	margin-left: auto;
	content: "";
	display: block;
	/* margin: 0 auto; */
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transition: transform .2s ease-in-out;
	transform: rotate(225deg);
	margin-top: -4px;
}

.company-focus-wrap .accordion-button:not(.collapsed)::after {
	transform: rotate(44deg);
	margin-top: 4px;
}

.company-focus-wrap .card {
	margin-bottom: 10px;
	border: 1px solid #000 !important;
	border-radius: 6px !important;
}

.company-focus-wrap .card-header {
	padding: 0;
	border: none !important;
	background: #fff;
}

.company-focus-wrap .card-header h2 {
	padding: 0;
}

.company-focus-wrap .accordion-button {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 10px 15px;
	border-radius: 0;
	box-shadow: none !important;
}

.company-focus-wrap .accordion-button:hover,
.company-focus-wrap .accordion-button:focus,
.company-focus-wrap .accordion-button:active {
	text-decoration: none;
	box-shadow: none !important;
}

.company-focus-wrap .comapany-focus-row .focus-options-holder {
	border: none !important;
}

.company-focus-wrap .card-body {
	padding: 4px !important;
}

.company-focus-wrap .comapany-focus-row .focus-options-holder .focus-option-chip {
	border-radius: 0 !important;
	margin-right: 5px;
}


.complate-info {
	margin-bottom: 10px;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 4px 6px;
	display: flex;
	align-items: center;
}

.complate-info span {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.complate-info .category-name {
	flex: 1;
}

.value-count {
	padding: 5px;
	border-radius: 4px;
	margin: 0 10px;
	border: 1px solid #4f0cd8;
	min-width: 70px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.complate-info button {
	margin-left: auto;
	padding: 10px;
	border: 1px solid #afaeae;
}

.plan-banner {
	max-width: 300px;
}

.plan-inner {
	padding-top: 60px;
}

.gap-15 {
	gap: 15px;
}

.complete-modal .modal-header,
.complete-modal .modal-footer {
	border: none !important;
}

.complete-modal .modal-title {
	font-size: 16px;
	font-weight: 500;
	color: #253b45;
	margin-bottom: 0;
}

.bg-none {
	background: none !important;
}

.bg-none::before,
.bg-none::after {
	background: none !important;
}

/* .related-list a:first-child {
	margin: 0;
} */
.related-list a {
	font-size: 13px;
	line-height: 20px;
	display: block;
}


.digital-faqs .company-focus-wrap .card {
	margin-bottom: 10px;
	border: 1px solid #bbb !important;
	border-radius: 6px !important;
}

.digital-faqs .comapany-focus-row .focus-options-holder {
	min-height: inherit;
	padding-left: 15px;
	font-size: 13px;
	line-height: 22px;
}

.digital-faqs .company-focus-wrap .accordion-button {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}


/* Overlay Styles */
.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #222;
	display: none;
	z-index: 99999;
	opacity: 0.7;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}


.banner-srch-blk .custom-input-holder.initial .c-form-input {
	border: none !important;
	background: transparent;
}

.banner-srch-blk .head-srch-holder .typeahead__container .typeahead__query {
	border: 1px solid #9d9d9d;
	max-width: 350px;
	background-color: transparent;
	border-radius: 30px;
	padding-left: 20px;
}

.banner-srch-blk .head-srch-holder .custom-input-holder {
	box-shadow: none;
}

.banner-srch-blk .d-srch-icon-wrapper svg {
	width: 20px;
	height: auto;
	fill: #9b9b9b;
}

.banner-srch-blk .d-srch-icon-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6px;
	right: inherit;
}



.count-value .count-icon {
	position: absolute;
	top: 6px;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.count-value input {
	max-width: 60px;
	border: none;
	padding: 0 20px 0 0 !important;
	text-align: left;
}

.category-action {
	margin-left: 5px;
	cursor: pointer;
}

.count-value {
	position: relative;
	padding: 0 5px;
	border-radius: 4px;
	margin: 0;
	border: 1px solid #afaeae;
}

.count-value input::-webkit-outer-spin-button,
.count-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.count-value input[type=number] {
	-moz-appearance: textfield;
}

.custom .selectize-input {
	min-height: 120px !important;
}
