@font-face {
    font-family: 'poppinsregular';
    src: url('assets/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('assets/fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('assets/fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'poppinsregular';
    color: #333333;
    background-color: #fff;
}
p {
	color: #333333;
}
a {
	color: #333333;
	transition: 0.4s ease;
}
a.secondary-text {
	font-size: 13px;
}
a:hover {
	text-decoration: none;
}
header {
	padding: 20px 0 0 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0;
}

.container {
	width: 100%;
	max-width: 1140px;
}

#logo {
    width: 219px;
    height: 77px;    
}

#logo .navbar-brand {
	/*padding-top: 15px;*/
	
}
.navbar-brand img {
	max-width: 75%;
}
main {
	background-color: #fff;
}

#maincontent-signup {
	background: url(assets/images/signup_bg.png) no-repeat 738px 220px;
	background-size: 30% 45%;
}
#maincontent-signup .container {
	padding: 90px 15px 80px 15px;
	max-width: 960px;
}
#maincontent-login {
    background: url(assets/images/login-bg.png) no-repeat 304px 195px;
    background-size: 30% 60%;
}
#maincontent-login .container{
	max-width: 960px;
	padding: 40px 15px 80px 15px;
}

#maincontent-reset-pwd{
	background: url(assets/images/forgot_pass_bg.png) no-repeat 630px 35px;
	background-size: 40% 70%;
}
#maincontent-reset-pwd .container{
	max-width: 960px;
	padding: 90px 15px 60px 15px;
}

.form-wrap {
	background: #fff;
	/*border: 4px solid #bcbcbc;*/
    -webkit-box-shadow: 0 17px 12px -10px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 17px 12px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 17px 12px -10px rgb(0 0 0 / 40%);
    border-radius: 10px;
    border: 1px solid #adadad;
    padding: 20px 0 25px 0 ;
}
#loginform{
	padding: 0 40px 0 40px;
}
#signupform{
	padding: 0 35px 0 35px;
}
#forgot-pwd {
	padding: 0 40px 0 40px;
}
.form-group.mt-40 {
	margin-top: 40px;
}
.form-wrap form label.d-block {
	display: block;
	margin: 7px 0  35px 0;
	font-family: 'poppinsregular';
    font-size: 22px;
    letter-spacing: -1px;
}
#maincontent-signup .form-wrap form label.d-block {
	margin: 15px 0 15px 0;
	font-size: 16px;
	letter-spacing: 0.3px;
}
#maincontent-signup .form-wrap form label.d-block.my-0 {
	font-style: italic;
	margin-top: 20px !important;
}
#maincontent-signup .form-group.captcha-group {
    margin: 10px 0 10px 0 !important;
}
.form-wrap  h4 {
	color: #fff;
	font-family: 'poppinsregular';
	font-size: 20px;
	background: #557efe;
	padding-top: 10px;
    padding-bottom: 8px;
}
#maincontent-signup .form-wrap h4,
#maincontent-login .form-wrap h4,
#maincontent-reset-pwd .form-wrap h4 {
    margin-right: -1px;
}
#maincontent-signup .form-wrap form .form-control,
#maincontent-login .form-wrap form .form-control,
#maincontent-reset-pwd .form-wrap form .form-control {
    font-size: 13px;
}
.form-wrap form .form-group,
.form-wrap form .form-check {
    margin-bottom: 24px;
}
#maincontent-signup .form-wrap form .form-group,
#maincontent-signup .form-wrap form .form-check {
	margin-bottom: 12px;
}
.form-wrap form .btn-warning{
	border-color: #ee1d25;
	font-family: 'poppinssemibold';
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background-color: #ee1d25;
    color: #fff;
    padding: 10px 16px;
    cursor: pointer;
}
.btn-captcha {
	background: #557efe;
    color: #fff;
    border-radius: 20px;
    width: 35%;
    letter-spacing: 1px;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.captcha-group {
	margin: 20px 0 30px 0 !important;
}
.btn-captcha:hover,
.btn-captcha:focus {
	outline: none;
	box-shadow: none;
	color: #fff
}
.form-wrap form .form-control {
	background-color: #fff;
    border: 1px solid #797979;
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #333333 !important;
    padding: 10px 18px;
    border-radius: 20px;
    height: 39px;
    width: 100%;
    font-style: italic;
}
.form-group .form-control.captcha {
	display: inline-block;
	width: 45%;
	margin-right: 5px;
}
.form-control:focus {
	box-shadow: none;
}
.form-check-group {
	margin-bottom: 5px;
}
.form-wrap form .form-check-label {
	font-family: 'poppinsregular';
    color: #333333 !important;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}
.form-wrap form .form-check-input {
	margin-top: .6rem;
}
.form-wrap form .form-check-label span {
	margin-left: 7px;
    margin-bottom: 30px;
    display: inline-block;
}
.signup-social-wrap a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}
.signup-social-wrap {
    margin: 15px 0;	
}
.d-flex-border {
	display: inline-flex;
	flex-direction: column;
}
.d-flex-border:after {
    content: '';
    border-bottom: 7px solid #567cff;
    width: 42px;
    border-radius: 30px;
}
.d-flex-border.red:after  {
    border-bottom: 7px solid #ed1b26 !important;
}
.signup-social-wrap a .fa {
    font-size: 22px;
    margin-right: 2px;
}
.signup-social-wrap a.s-fb .fa {
	color: #4a70f9;
}
.signup-social-wrap a.s-gp {
	margin-left: 15px;
}
.signup-social-wrap a.s-gp .fa {
	color: #ed1b26;
}
.form-control::-webkit-input-placeholder { color: #333; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #333; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #333; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #333; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #333; }  /* Microsoft Edge */



/****************    FOOTER  *********************/
footer {
	background: url(assets/images/footer-bg.jpg) no-repeat center top;
	background-color: #318FCD;
}

.footer-widgets {
	padding: 50px 0 0 0;
}

.footer-info {
	padding: 0px 0 30px 0;
}

.footer-info h2,
.footer-info h2 a {
	font-size: 22px;
	color: #fff;
	font-family: 'poppinsmedium';
}

.footer-info h2 i {
	margin-right: 20px;
}

.footer-widgets h4 {
    font-family: 'poppinsmedium';
    /* font-size: 27px; */
    font-size: 20px;
    padding: 0 0 14px 0;
    margin: 0 0 0px 0;
}

.primary-underline {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 77px;
    /* height: 12px; */
}

.primary-underline:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 16px;
    /* height: 0; */
    border: 4px solid #fff;
    border-radius: 10px;
}

.footer-widgets a i{
	margin: 0 15px 0 0;
}

.footer-widgets ul li a{
	margin: 0 0 5px 0;
	display: block;
}
.footer-widgets .searched-profile ul li{
	float: left;
	width: 35%;
}

.footer-copyright {
	padding: 20px 0;
	background: #fff;
}

.footer-copyright a{
	color: #333333;
	font-family: 'poppinsmedium';
	font-size: 20px;
}
.footer-copyright a.ftr-logo-link{
	margin-top: 12px;
    display: block;
}

.footer-copyright a:hover {
	text-decoration: none;
}

.text-white {
	color: #fff;
}

.text-white a{
	color: #fff;
	font-family: 'poppinsmedium';
	transition: 0.3s;
	font-size: 16px;
}

.text-white a:hover {
	text-decoration: none;
	color: #333;
}

.social a i{
	font-size: 12px;
	color: #333;
}

.social .fa {
    width: 38px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    border: 3px solid #3B91CC;
    transition: 0.3s;
    font-size: 18px;
    padding-top: 7px;
}

.social .fa:hover {
  background: #333;
  color: #fff;
  border: 3px solid #333;
}
.mb-30 {
	margin-bottom: 30px;
}


/************************* LOGIN PAGE STYLE **************************/

#loginform a.d-block {
	font-size: 14px;
	margin-top: 16px;
}
#loginform a.d-block.secondary-text {
	font-size: 13px;
}

#loginform a:hover {
	color: #318FCD;
}

#loginform a.sign-google {
	/*background:url(assets/images/icon-google.png) no-repeat left center;*/
	
}
.form-wrap form a.btn-light {
	padding: 9px 0;
	color: #414141;
	font-style: italic;
    font-weight: 600;
    background: #fff;
    border: 1px solid #797979;
	/*border: 1px solid #ced4da;*/
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
}
.form-wrap form a.btn-light:hover {
	background-color: #e2e6ea;
}
.form-wrap form a.btn-light:focus {
	box-shadow: none;
	outline: none;
}
#loginform a.d-block img {
	margin-right: 6px;
    max-width: 6%;
    margin-top: -10px;    
}

#loginform a.d-block span {
	/*padding-top: 8px;
	display: inline-block;*/
}
#loginform a.text-red {
	color: #ed1e20;
	font-weight: 600;

}
#loginform a.text-red:hover {
	text-decoration: underline;
}

#loginform p.or {
	margin: 16px 0 25px 0;
}
.form-check-inline.ml-20 {
	margin-left: 20px;
}
.or-separator {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #e1e6eb;
    margin: -10px 0 24px;
}
.or-separator span {
    background-color: #fff;
    color: #636d77;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: 10px;
}
.btn-danger.btn-block {
	background: #ea1d24;
}
form#loginform label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

/************************* FORGOT PWD PAGE STYLE **************************/

form#forgot-pwd h4.mb-24 {
	margin-bottom: 24px;
}

form#forgot-pwd label {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
}

form#forgot-pwd a.forgot-pass {
	margin-top: 14px;
}

form#forgot-pwd a.forgot-pass:hover {
}

#maincontent-reset-pwd p.info {
	margin-top: 28px;
	font-size: 14px;
	font-style: italic;
}
#maincontent-reset-pwd p a {
	text-decoration: none;
}
#maincontent-reset-pwd p a:hover{
	color: #3B91CC;
	text-decoration: underline;
}


/********************* COMPANY DASHBOARD  ************************/
.company-vector-banner img {
	max-width: 30%;
}
#bg-shadow-curve {
	background: url(assets/images/bg.png) no-repeat 528px -40px;
	height: auto;
}
.btn-login, 
.btn-red-radius {
    color: #fff;
    background-color: #f41726;
    border-color: #f41726;
    padding: .5rem 3rem;
    font-family: 'poppinsregular';
    border-radius: 20px;
    display: inline;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #f41726;
    border-color: #f41726;
    padding: .5rem 3rem;
    font-family: 'poppinsregular';
    border-radius: 0;
    display: inline;
    text-align: center;
}
.btn-primary:hover {
	color: #fff;
    background-color: #f41726;
    border-color: #f41726;
}
.btn-register,
.btn-blue-radius {
    color: #fff;
    background-color: #318fcd;
    border-color: #318fcd;
    font-family: 'poppinsregular';
    border-radius: 20px;
    display: inline;
    padding: .5rem 2.70rem;
    text-align: center;  
    margin-left: 14px;      
}
.btn-login:hover,
.btn-register:hover,
.btn-blue-radius:hover {
	color: #fff;
}
.btns-wrap {
	text-align: right;
}
.loc-sk-search {
	background: #f3f3f3;
	padding: 30px 0;
}
.loc-sk-search .nav-pills .nav-link {
	border: 1px solid #bebebe;
}
.loc-sk-search .nav-pills .nav-link.active {
	border: 1px solid #f41726;
}
.loc-sk-search .nav-pills .nav-link {
	border-radius: 0;
	background: #fff;
	color: #666666;
	font-family: 'poppinsregular';
	font-size: 16px;
    padding: 10px 0px;	
}

.loc-sk-search .nav-pills .nav-link .fa {
	margin-right: 12px;
	font-size: 24px;
}
.loc-sk-search .nav-pills .nav-link.active,
.loc-sk-search .nav-pills .nav-link:hover{
	background: #f41726;
	color: #fff;
}
#main-content-area {
	padding: 45px 0 100px 0;
}
.left-sidebar {
	background: #318fcd;
	padding: 50px 0 40px 0;
}
.left-sidebar img {
	max-width: 40%;
}
.left-sidebar p {
	color: #fff;
	margin: 25px 0;
	font-family: 'poppinsregular';
	font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}

.left-sidebar .nav-item .nav-link {
	color: #fff;
	padding: 16px 0 16px 45px;
	font-family: 'poppinsregular';
	font-size: 16px;
}
.left-sidebar .nav-item .nav-link:hover,
.left-sidebar .nav-item .nav-link.active {
	background: #ebf3fa;
	color: #318ecc;
	box-shadow: 0 0.8rem 0.5rem rgb(0 0 0 / 30%);
}
.left-sidebar .nav-item .nav-link span {
/*	padding-top: 12px; */
	vertical-align: middle;
	padding-left: 20px;
}
.left-sidebar .nav-item .nav-link .fa {
    font-size: 22px;
    vertical-align: middle;
    width: 6%;
}

.circle-tile {
    text-align: center;
    border: 1px solid #bebebe;
    display: block;
    height: auto;
    padding: 20px 0 30px 0;
    border-radius: 4px;
}
.circle-tile-heading {
    border: 8px solid #cccccc;
    border-radius: 100%;
    color: #f41726;
    height: 140px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 140px;
    font-size: 70px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 126px;
}
.circle-tile-heading.blue {
	color: #0072ff;
}
.circle-tile-heading.yellow {
	color: #ff8d00;
}
.circle-tile-description {
    color: #333;
    font-family: 'poppinsregular';
    font-size: 18px;	
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;    
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.btn-blue {
    color: #fff;
    background-color: #318fcd;
    border-color: #318fcd;
    font-family: 'poppinsmedium';
    border-radius: 0;
    display: inline;
    padding: 0.9rem 5.7rem;
    text-align: center;  
    font-size: 16px;
    letter-spacing: 1px;
}
.btn-blue:hover {
	color: #fff;
}
.circle-wrp-btm {
    margin-top: 75px;
}
.inquires-tbl-wrap {
    margin-top: 40px;
}
.inquires-tbl-wrap h6 {
	font-family: 'poppinsregular';
	font-size: 14px;
    font-weight: 600; 
    margin-bottom: 5px;  
}
.inquires-tbl-wrap thead {
	background: #f41726;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.inquires-tbl-wrap tbody {
	font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #464637;
}

.vf-tbl-wrap {
	margin-top: 20px;
}
.vf-tbl-wrap.border-wrap {
	border: 1px solid #e0e0e0;
}
.comp-plan .vf-tbl-wrap.border-wrap {
	border: 1px solid #888888;
}
.member-plan .vf-tbl-wrap.border-wrap {
	border: 1px solid #888888;
}
.vf-tbl-wrap table.table {
	border-collapse:separate; 
  	border-spacing: 0 0.5em;
  	border: none !important;
}
.vf-tbl-wrap table.table.w-60 {
	width: 60%;
}
.table {
	border: 1px solid #dcdcdc !important;
}
.table thead {
	border-left: 1px solid #f41726;
	border-right: 1px solid #f41726;
}
.table th span{
	border-right: 1px solid #e00a16;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
.table th {
	padding: 10px 0;
}
.table td {
	border-right: 1px solid #dcdcdc;
	border-top: 0;

}
.vf-tbl-wrap h6 {
	font-family: 'poppinsregular';
	font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600; 
    margin-bottom: 10px;  
}
.vf-tbl-wrap thead {
	background: #f41726;
	color: #fff;
	letter-spacing: 2px;
}
.vf-tbl-wrap tbody {
	font-size: 14px;
    font-weight: 600;
    color: #464637;
    padding-top: 30px;
}
.vf-tbl-wrap thead th {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    padding-left: 18px;    
}
.vf-tbl-wrap tbody .fa {
	color: #f41726;
    margin-right: 15px;
    font-size: 12px;
}
.vf-tbl-wrap tbody tr {
	margin-top: 20px;
}
.vf-tbl-wrap tbody td {
 	padding: 0.5rem .75rem;
 	border: none;
 }
.vf-tbl-wrap tbody td.pl-20 {
	padding-left: 20px;
}
.vf-tbl-wrap tbody td.border-lft {
	border: 1px solid #d0d0d0;
	border-left: 3.5px solid #f41726;
}

.object {
  animation: MoveUp 1s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUp {
  0%, 100% {
    bottom:200px;
  }
  50% {
    bottom: 100px;
  }
}
/************************** COMPANY EDIT PROFILE ****************************/
.company-vector-banner.mt-30 {
	margin-top: 30px;
}
.form-topbar {
	padding: 20px 0 20px 20px;
	border: 1px solid #bebebe;
	margin-bottom: 20px !important;
	border-bottom: 8px solid #318fcd;
}
.form-edit-block-wrap form .form-topbar .form-control {
	border: 1px solid #d0d0d0;
	color: #9e9e9e;
	padding-left: 12px;
	font-style: italic;
    padding: 1.4rem .75rem;	
}
input::placeholder {
  color: red;
}
.tox-tinymce {
	width: 110%;
}
.form-edit-block-wrap form .form-topbar label .fa{
	border: 2px solid #480e48;
	border-radius: 100%;
    color: #6a6a6a;
    font-size: 20px;
    padding: 4px;

}
.form-edit-block-wrap form .form-topbar label.pl-custom {
	padding-left: 20px;

}
.form-edit-block-wrap form .form-topbar .form-control input::placeholder{
	margin-bottom: 18px;
	font-family: 'poppinsregular';
	font-size: 16px;
    font-weight: 600;	
	color: #868686;
	font-style: italic;
}
.form-edit-block-wrap form .form-topbar label {
	padding-left: 24px;
}
.form-edit-block-wrap form .form-topbar label.fa-red .fa {
	background: transparent;
	border: none;
	color: #f41726;
	padding: 0;
    font-size: 24px;
}
.form-topbar p span.d-iblock {
	display: inline-block;
	border: 1px solid #bebebe;
}
.form-edit-block-wrap {
	padding-top: 25px;
}
.form-edit-block-wrap form .form-group {
    margin-bottom: 0.6rem;
}
.form-edit-block-wrap form label {
	font-family: 'poppinsmedium';
	font-size: 14px;
    font-weight: 400;	
	color: #333333;
	padding-left: 35px;
}
.form-edit-block-wrap form label .fa {
	color: #f41726;
	margin-right: 22px;
}
.form-edit-block-wrap form label span.required {
	margin-left: 5px;
	color: #f41726;
	font-weight: 600;
}

.form-edit-block-wrap form .form-control {
	border: 1px solid #bebebe;
	border-left: 4px solid #f41726;
	border-radius: 0;
	font-family: 'poppinsmedium';
	font-size: 14px;
    font-weight: 400;	
	color: #333333;
    padding-left: 20px;	
}
.form-edit-block-wrap form .form-control:focus {
	outline: none;
	box-shadow: none;
}
textarea {
	background: #fff;
	border-left: 1px solid #bebebe !important;
	margin-top: 15px;
	color: #333333 !important;
    resize: none;
}
.form-edit-block-wrap form textarea:focus {
	background: #fff !important;
}
.form-edit-block-wrap form .form-control.border-none {
	border: none !important;
}

.form-edit-block-wrap form .form-group.mt-10 {
	margin-top: 60px;
}
.form-submitbtn-wrap {
	margin-top: 85px;
}
/*.test::before {
  content: "Click me";
}*/
/************************* COMPANY PALN **************************/
.card{
	border: none;
	border-radius: 0;
}
.card-header {
	font-family: 'poppinssemibold';
	letter-spacing: 1px;
	font-size: 20px;
	color: #fff;
	background: #f41726;
	padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    position: relative;
    border-radius: 0 !important;
    border: none;
}
.card-header.blue {
	background: #318fcd;
}
.card-header .fa {
	position: absolute;
    bottom: -30px;
    color: #f41726;
    font-size: 50px;
    left: 48%;
}
.card-header.blue .fa {
	color: #318fcd;
}

.card.min-height {
	min-height: 334px;
	border-top: 1px solid #e0e0e0;
}
.card-body {
	padding: 40px 0 0 0;
}
.card-footer {
	border: none;
	padding: 0;	
    padding-bottom: 24px;
    background: transparent;
}
.card-body p{
	font-family: 'poppinssemibold';
	font-size: 16px;
	color: #333333;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 10px;
}
.card-body p:last-child {
	border-bottom : none;
}
p.text-red {
	color: #f41726;
    padding-top: 120px;	
}
.card {
	margin-bottom: 50px;
	border: 1px solid #e0e0e0;
	border-top: none;
}
/************************* DETAIL **************************/

.company-vector-banner img.mtop {
	max-width: 50%;
}
.detail-rightsidebar .card-header{
	font-family: 'poppinsregular';
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
.detail-rightsidebar .card-body{
	background: #f3f3f3;
	padding: 25px 55px 20px 55px;
}
.detail-rightsidebar .card-body ul li {
	border: none;
	margin-bottom: 8px;
	border-radius: 0;
	text-align: left;
	padding: 0.4rem 1.25rem !important;
	border: 1px solid #bdbdbd;
}
.detail-rightsidebar .card-body ul li.active,
.detail-rightsidebar .card-body ul li:hover {
	background: #318fcd;
}
.detail-rightsidebar .card-body ul li a {
	text-transform: uppercase;
	font-family: 'poppinsregular';
	font-size: 16px;
	color: #55595b;
	text-align: left;
}
.detail-rightsidebar .card-body ul li a:hover {
	color: #fff;
}
.detail-rightsidebar .card-body ul li:hover a {
	color: #fff;
}
.detail-rightsidebar .card-body ul li a:hover .fa {
	color: #fff;
}
.detail-rightsidebar .card-body ul li a .fa {
    padding-right: 12px;
    font-size: 24px;
    border-right: 1px solid #d8d8d8;
    margin-right: 12px;
    line-height: 40px;
}
.detail-rightsidebar .card-body ul li.active a {
	color: #fff;
}
.left-info-box {
	background: #318fcd;
	padding: 15px 0;
}
.left-info-box p{
	font-family: 'poppinsmedium';
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
}
.left-info-box .social .fa{
    background: #333;
    color: #fff;
    border: 3px solid #333;
}
.left-info-box .social .fa:hover{
    background: #fff;
    color: #333;
    border: 3px solid #333;
}
.right-info-box {
	border-right: 1px solid #898989;
	border-top: 1px solid #898989;
	border-bottom: 8px solid #318fcd;
	padding: 40px 0 0 25px;
}
.right-info-box p {
	font-family: 'poppinsregular';
	font-size: 15px;
	color: #333333;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 32px;
    margin-top: 15px;
}
.right-info-box .right-box p {
	border: 1px solid #cdcdcd;
    margin-bottom: 6px;
    padding: 12px 14px;
    width: 100%;
    margin-top: 0;
}
.company-detail .vf-tbl-wrap table.table {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0 !important;
}
.company-detail .vf-tbl-wrap table.table th.w-50 {
	width: 50%;
} 
.company-detail .vf-tbl-wrap table.table th.w-45 {
	width: 45%;
} 
.company-detail .vf-tbl-wrap table.table th.w-15 {
	width: 15%;
} 
/************************** MEMBER PLAN ****************************/
img.mt-9 {
	margin-top: 9px;
}
img.mb-30 {
	margin-bottom: 30px;
}
/************************** ENQUIRY ****************************/
img.mt-24 {
	margin-top: -24px;
}
.enquiry .inquires-tbl-wrap {
	margin-top: 0;
}
/************************** VIDEO PROFILE ****************************/
img.mt-48 {
	margin-top: -48px;
}
.btn-upload-video {
	background: #547efd;
}
.btn-upload-video,
.btn-record-video {
	width: 80%;
    font-weight: 600;
    line-height: 30px;
    border-radius: 32px;
    font-size: 14px;
    letter-spacing: 1px;
}
.upload-record-video-wrap {
	margin-top: 40px;
}
.upload-record-video-wrap p {
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
	font-family: 'poppinsregular';
	color: #212121;
	margin-top: 15px;
}
img.img-video-profile {
	max-width: 75%;
}
/************************* RESUME SHORTLIST **************************/
.shortlist-profile p{
	font-size: 14px;
	font-weight: 400;
	font-family: 'poppinsmedium';
	color: #333;
}
.shortlist-profile .vf-tbl-wrap table tbody {
	font-size: 14px;
	font-weight: 600;
	font-family: 'poppinsmedium';
	color: #333; 
}
.shortlist-profile .vf-tbl-wrap table tbody td.font-custom {
	color: #666666;
	font-style: italic;
	font-family: 'poppinsregular';
	padding-left: 20px;
}
.shortlist-profile .vf-tbl-wrap table {
	width: 70%;
}
.shortlist-profile {
	border: 1px solid #888888;
	padding: 25px 15px 0 30px;
}
.shortlist-profile .vf-tbl-wrap tbody td.border-lft {
    border-left: 4px solid #f41726;
}
.shortlist-profile.mt-30 {
	margin-top: 30px;
}

/************************** PURCHASED PROFILE ****************************/
.purchased-profile .pp-left-side h6 {
	color: #f41726;
	font-size: 16px;
	font-family: 'poppinssemibold';
	margin-top: 15px;
	text-transform: uppercase;
}
.purchased-profile table td {
	padding-left: 0;
}
.purchased-profile  .vf-tbl-wrap table {
    width: 90%;
}
.purchased-profile table td.w-35 {
	width: 35%;
}
.purchased-profile table td.w-65 {
	width: 65%;
}

.btn-details-wrap {
	width: 40%;
    margin-bottom: 20px;
}
/*********************** SEARCH LISTING PAGE **************************/
.SearchBar {
    background: #fff;
    border: 1px solid #dddddd;
}
.form-outline {
    border-right: 1px solid #bbbbbb;
}
.form-outline .fa {
    float: left;
    text-align: left;
    width: 10%;
    font-size: 25px;
    margin-top: 18px;
    color: #666666;
}
.form-outline.selsortbydate .form-control{
    width: 62%;
    float: none;
    margin: 0 auto;
}
.form-outline.selsortbyfilter .form-control{
    width: auto;
    float: none;
    margin: 0 auto;
}
.form-outline.selsortbyfilter {
    border: none;
}
.form-outline.w-30 {
    width: 30%;
 }
.form-outline.w-15{
    width: 20%;
 }
 .form-outline.w-20{
    width: 20%;
    margin-left: auto;
 }
.SearchBar .form-control::-webkit-input-placeholder { color: #666; }  /* WebKit, Blink, Edge */
.SearchBar .form-control:-moz-placeholder { color: #666; }  /* Mozilla Firefox 4 to 18 */
.SearchBar .form-control::-moz-placeholder { color: #666; }  /* Mozilla Firefox 19+ */
.SearchBar .form-control:-ms-input-placeholder { color: #666; }  /* Internet Explorer 10-11 */
.SearchBar .form-control::-ms-input-placeholder { color: #666; }

.SearchBar .form-control {
    background: transparent !important;
    border: none !important;
    float: right;
    width: 90%;
    color: #666666;
    font-family: 'poppinsregular';
    font-size: 16px;
    padding: 10px 0px 0px 0;
}
.SearchBar .btn-red-radius {
    border-radius: 0;
    margin-top: 1px;
}
.SearchBar .btn-red-radius:hover {
    color: #fff;
}
.form-outline .fa {
    float: left;
    text-align: left;
    width: 10%;
    font-size: 25px;
    margin-top: 18px;
    color: #666666;
}
.SearchBar .btn-red-radius .fa {
    color: #fff;
    font-size: 20px;
    margin-top: 1px;
    margin-right: 15px;
}
.search-listing-wrap h2 {
    color: #000;
    font-family: 'poppinssemibold';
    font-size: 23px;
    padding: 0 0 14px 0;
}
.search-listing-wrap p {
    color: #000;
    font-family: 'poppinsregular';
    font-size: 12px;
    margin-bottom: 0.6rem;
}
.search-listing-wrap p:last-child {
    margin-bottom: 0;
}
.search-listing-wrap .primary-underline {
    width: 45px;
}
.search-listing-wrap .primary-underline:before {
    border-color: #318fcd;
}
.search-listing-wrap {
    margin: 50px 0 0 15px;
}
.search-listing-wrap .list-group-item {
    border: none;
    padding: 0 0px 0 0;
}
.search-listing-wrap .list-group-item a img {
    max-width: 60%;
}
.search-listing-wrap .lft-border {
    border-left: 6px solid #f00;
    padding-left: 25px;
}
.search-listing-wrap .mt-125 {
    margin-top: 125px;
}
.search-listing-wrap .btn-details:focus,
.search-listing-wrap .btn-details:active {
    box-shadow: none !important;
    outline: none;
    border: none;
}
.main-search-listing .pagination-wrap {
    margin-top: 30px;
}
.purchased-profile {
    padding-bottom: 120px !important;
}
.main-search-listing .page-item:first-child .page-link,
.main-search-listing .page-item:last-child .page-link {
    border-radius: 0;
}
.main-search-listing{
    padding: 65px 0 120px 0 !important;
}
.main-search-listing .page-link.active{
    background: #318fcd;
    color: #fff;
}
.main-search-listing .page-link {
    border: none;
    padding: .5rem .85rem;
    color: #444444;
}
/********************** MY PROFILE ******************************/
.my-profile-banner img{
    max-width: 20%;
}
.image-upload > input
{
    display: none;
}

.image-upload p
{
    cursor: pointer;
}
.my-profile .form-edit-block-wrap form .form-control.upload-file{
    border-left :1px solid #bebebe;
    padding-bottom: 34px !important;    
}

.my-profile .form-edit-block-wrap {
    border: 1px solid #e0e0e0;
    padding-right: 15px;
}
.change-picture .fa {
    margin-right: 8px;
    font-size: 20px;
}
.profile-right-infobox {
    /*background: #ebf3fa;*/
}
.profile-right-infobox p {
    font-family: 'poppinsmedium';
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-style: normal;
    margin-bottom: 0;
}
.profile-right-infobox p .fa {
    color: #696969;
    border: 2px solid #696969;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 7px;
    font-weight: 600;
    line-height: 17px;
}
.profile-right-infobox p.txt-red {
    color: #f41726;
    font-size: 22px;
}
.profile-right-infobox p.txt-red .fa {
    color: #f41726;
    background: transparent !important;
    font-size: 24px;
    padding-left: 6px;
    border: none;
}
.profile-right-infobox p span{
    display: inline-block;
    margin-left: 12px;
}
.my-profile .left-info-box {
    padding-bottom: 0;
}
.my-profile .right-info-box {
    padding-top: 20px;
}

.my-profile .left-info-box img {
    max-width: 55%;
}
.row-upresume {
    margin-top: 60px;
}
.row-upresume p {
    color: #878787;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'poppinsmedium';
    font-weight: 400; 
    font-style: italic;  
}
textarea.txt-gray {
    color: #878787 !important;
    font-size: 12px;
    font-family: 'poppinsregular';
    font-style: italic;  
    padding-top: 20px;

}
.tox .tox-notification--warning {
    display: none !important;
}
/************************ EDIT PROFILE ***********************/
.company-vector-banner img.myedit-profile {
    max-width: 35%;
}
img.mb-35 {
    margin-bottom: 35px;
}
.my-edit-profile .form-topbar {
    border: none;
}
.my-edit-profile .right-info-box {
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
    border-bottom: 8px solid #318fcd;
    padding: 40px 0 0 25px;
    border-left: none;
}
.my-edit-profile .form-topbar {
    padding: 0;
}
.my-edit-profile .form-edit-block-wrap form .form-topbar label.pl-custom {
    padding-left: 14px;
}
label.form-check-label {
    padding-left: 0 !important;
}
.form-control.mt-5 {
    margin-top: 8px !important;
}
.tox-tinymce {
   margin-left: 20px;
}
.my-edit-profile .row-upresume {
    margin-top: 30px;
}
label.pt-48 {
    padding-top: 48px;
}
.form-check-group {
    margin-bottom: 0;
}
textarea.border-lft {

}
.form-edit-block-wrap form textarea.form-control.border-lft {
    border-left: 4px solid #f41726 !important;
    padding-top: 20px;
}
.form-outline.w-33 {
    width: 33.33%;
}
.form-outline.w-33 .btn-red-radius {
    width: 100%;
}
.primary-searchBar .btn-red-radius .fa {
    margin-right: 0!important; 
    float: none !important;
}
.primary-searchBar .form-outline .fa {
    float: none;
    margin-top: 10px;    
}
.primary-searchBar .form-outline.pl-40 {
    padding-left: 40px;
}
.primary-searchBar .btn-red-radius,
.primary-searchBar .btn-red-radius .fa {
    margin-top: 0;
}
.primary-searchBar .btn-red-radius {
    padding : .7rem 3rem 0.71rem 3rem;
}
/************************* MEDIA QUERIES **************************/

@media only screen and (max-width: 600px) {
.form-wrap {
	
}
.form-wrap form label.d-block {
	font-size: 20px;
}
.form-wrap form .form-check-label span {
    margin-left: 0px;
}
.form-wrap form .form-control {
    font-size: 14px;
}

.form-wrap form .form-check-label{
	font-size: 14px;
}
#maincontent {
    padding: 60px 0 60px 0;
}

.m-x-responsive-0 {
	margin-left: 0;
	margin-right: 0;
}
}

@media only screen and (max-width: 767px) {
header {
    padding: 40px 0 0 0;
}
.text-left-responsive {
	text-align: left !important;
}
#main-content-area {
    padding: 65px 0 60px 0;
}
#bg-shadow-curve {
	background-position: 0 215px;
    background-size: 100% 60%;
}
#logo {
    margin: 0 auto 40px auto;
}
.navbar-brand {
	text-align: center;
}
.btns-wrap {
	text-align: center;
}
.company-vector-banner {
	margin-top: 60px !important;
}
.loc-sk-search .nav {
	display: block;
}
.loc-sk-search .nav .nav-item{
	margin-bottom: 10px !important;
}
#company-dashboard {
    padding: 75px 0 100px 0;
}
.mtop-responsive {
	margin-top: 50px;
}
.circle-wrp-btm {
    margin-top: 50px;
}

.inquires-tbl-wrap .table td, 
.inquires-tbl-wrap .table th {
	font-size: 12px !important;
	padding: 0.4rem;
} 
.table th span {
	font-size: 12px;
}
.enquiry .inquires-tbl-wrap .table td, 
.enquiry .inquires-tbl-wrap .table th {
	font-size: 11px !important;
}
.inquires-tbl-wrap .table tbody {
	font-size: 14px !important;
}
.form-edit-block-wrap form label {
	padding-left: 12px;
}
.form-edit-block-wrap form .form-group {
    margin-bottom: 1.2rem;
}
p.text-red {
	margin-top: 0;
}
.card-body {
	padding-bottom: 0;
}
.card {
    margin-bottom: 0px;
}
.w-42-sm {
	width: 42%;
}
.w-55-sm {
	width: 55%;
}
.right-info-box {
	padding-left: 10px;
}
.vf-tbl-wrap table.custom-w {
	width: 100%;
}
.footer-info h2, .footer-info h2 a {
    font-size: 18px;
    margin-bottom: 12px;
} 
.shortlist-profile .vf-tbl-wrap table {
    width: 100%;
}
.shortlist-profile .vf-tbl-wrap table tbody {
    font-size: 13px;
}
.shortlist-profile.mt-90 {
    margin-top: 50px;
}
.right-info-box p {
	font-size: 14px;
}
.tox-tinymce {
    width: 100%;
}
.footer-copyright a {
    font-size: 18px;
}

.form-topbar .col-form-label {
	width: 20%;
}
.form-topbar .col-form-input {
	width: 70%;
}
.company-vector-banner img {
    max-width: 70%;
}
.vf-tbl-wrap table.table.w-60 {
    width: 96%;
}
.shortlist-profile {
	padding-left: 15px;
}
.inquires-tbl-wrap.m-t-20 {
	margin-top: 30px;
}
.btn-details-wrap {
    width: 48%;
}
.signup-social-wrap a.s-gp {
    margin-left: 4px;
}
.signup-social-wrap a {
    font-size: 10px;
}
.signup-social-wrap a .fa {
    font-size: 14px;
}
#loginform,
#signupform,
#forgot-pwd
{
    padding: 0 20px 0 20px;
}
.search-listing ul.list-group {
    display: block;
    float: left;
    margin-top: 30px;
}
.search-listing-wrap .list-group-item {
    display: inline-block;
}
.search-listing-wrap .mt-125 {
    margin-top: 35px;
    float: left !important;
}
.main-search-listing {
    padding-bottom: 120px !important;
    padding-top: 20px !important;
}
.form-outline.w-30 {
    width: 100%;
}
.form-outline.w-15 {
    width: 100%;
}
.form-outline.w-20 {
    width: 100%;
    margin-left: auto;
}
.SearchBar .form-control {
    width: 100%;
    padding-left: 15px;

}
.form-outline.selsortbydate .form-control {
    width: 100%;
    padding-left: 10px;
}
.form-outline.selsortbyfilter .form-control {
    width: 100%;
    padding-left: 10px;
}
.form-outline {
    border: none;
}
.SearchBar .btn-red-radius {
    border-radius: 0;
    margin-top: 20px;
    width: 100%;
}
.m-top-small {
    margin-top: 30px;
}
.profile-right-infobox {
    padding-bottom: 30px;
}
.my-profile .form-edit-block-wrap {
    padding-left: 15px;
}
.row-upresume {
    margin-top: 0;
}
.tox-tinymce {
    margin-left: 0;
}
label.pt-48 {
     padding-top: 0; 
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .btn-login{
    	padding: .5rem 2rem;
    }
    .btn-register {
    	padding: .5rem 1.7rem;
    }
    .btn-blue {
    	padding: 0.9rem 3.7rem;
    }
    .circle-tile-description {
    	font-size: 22px;
    }
    .left-sidebar .nav-item .nav-link {
    	font-size: 16px;
    	padding: 16px 0 16px 15px;
    }
    .left-sidebar .nav-item .nav-link .fa {
    	margin-right: 12px;
    	font-size: 24px;
	}
	.form-edit-block-wrap form label {
		font-size: 14px;
	}
	.form-edit-block-wrap form .form-control {
		font-size: 14px;
	}
	.card-header {
		font-size: 20px;
	}
	.card-header .fa {
    bottom: -31px;
    left: 43%;
	}
	.detail-rightsidebar .card-body{
		padding: 25px 20px 20px 20px
	}
	.detail-rightsidebar .card-body ul li {
		padding-left: 10px;
    	padding-right: 0;
	}
	.detail-rightsidebar .card-body ul li a {
		font-size: 13px;
	}
	.detail-rightsidebar .card-body ul li a .fa {
	    margin-right: 12px;
	    font-size: 20px;
	}
	.enquiry .inquires-tbl-wrap .table td, 
	.enquiry .inquires-tbl-wrap .table th {
	font-size: 12px !important;
	}
	img.mt-48 {
    	margin-top: 80px;
	}
	.btn-upload-video, .btn-record-video {
		padding-left: 0;
    	padding-right: 0;
    	width: 100%;
	}
	.shortlist-profile .vf-tbl-wrap table {
    	width: 100%;
	}
	/*#maincontent-reset-pwd .row.m-x-responsive-0 {
		margin-left: -15px !important;
	}*/
	
  }
@media only screen and (max-width: 768px) {
#maincontent-login {
    background: url(assets/images/login-bg.png) no-repeat left 10px;
    background-size: 100% 30%;
}
#maincontent-login .container {
    padding: 295px 15px 50px 15px;
}
#maincontent-signup {
    background: url(assets/images/signup-bg.png) no-repeat left 20px;
    background-size: 100% 25%;
}
#maincontent-signup .container {
    padding: 318px 15px 50px 15px;
}
#maincontent-reset-pwd{
	background: url(assets/images/forgot_pass_bg.png) no-repeat center 0;
    background-size: 100% 40%;
}
#maincontent-reset-pwd .container{
	padding: 290px 15px 50px 15px;
}

}
