@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url(../css/animate.min.css);

/*Google Fonts*/
:root {
  /* basic */
  --H-family: 'Inter', sans-serif;
  --B-family: 'Inter', sans-serif;
  /* basic */

  /* color-main*/ 
  --main: #1f7fc7;
  --c_main: #a435f0;
  --secondry: #121f3e;
  --highlighter: #ee786b;
  /* color-main*/


  --heading_color: #121f3e;
  --light-bg: #fafbfe;
  --gray: #96a0b5;
  --nav-color: #0e1c20;
  --white: #ffffff;
  --color-white: #ffffff;
  --black: #121f3e;

}

html {
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: var(--light-bg);
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 1.5;  font-size:95%;
  color: #5a5a5a;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-weight: 400;
  letter-spacing: inherit;
  color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--H-family);
  padding: 0; font-weight:600;
} 
h2{ font-size: 1.55rem; }
h4{ font-size: 1.2rem; color: var(--black);}
h5{ font-size: 1.2rem; }
h3{font-size: 1.4rem;} 
.h6, h6 {
  font-size:0.90rem;
  color: var(--gray); font-weight:500;margin-bottom:0px
} 
/* header */
header {
  border-bottom: none;
  transition: 0.4s;
} 

.navbar-light .navbar-brand {
  width: 150px;
  ;
  padding: 0;
  margin: 0;
}
.badge-success {
  color: #fff;
  background-color: #0c9;
} 
.badge-secondary {
  color: #fff;
  background-color: #9fa4b1;
}
.navbar {
  padding: 0;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main);
}

.navbar-expand-xl .navbar-nav .nav-link {

  font-weight: 500;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #333333;
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s;
  position: relative; 
}
.sign_img__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #edecfc;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px; padding:8px 10px !important;
  justify-content: center;margin-top:-5px;
} 
.navbar-expand-xl .navbar-nav .nav-link img{
border-radius: 50%;
display: block;
height: 24px;
overflow: hidden;
width: 24px;}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: var(--main);
  background: #f6fbff;
} 

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 18px !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #edecfc;
}

.dropdown-menu::before {
  position: absolute;
  top: -10px; 
  right: 20px;  
  display: inline-block;
  border-right: 10px solid #0000;
  border-bottom: 10px solid rgba(0, 40, 100, 0.36);
  border-bottom-color: rgba(0, 40, 100, 0.12);
  border-left: 10px solid transparent;
  border-bottom-color: rgb(213, 214, 216);
  content: '';
  z-index: 999;
}
 
.dropdown-item {

   font-weight: 400;
  display: block;
  padding: 8px 19px;
  text-decoration: none;
  border-radius: 0;
  color: var(--black);
  position: relative;
  white-space: nowrap;
  /*! text-transform: uppercase; */
  border-bottom: 1px solid #f0eff9;
  font-size: 0.90rem;
}
 
.bTn_OrDeR i {
  font-size: 25px;
  margin: 0 12px 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: var(--main);
  border-color: var(--main);
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  /*! box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px; */
  transition: 0.4s;
  border-radius: 0;
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 5px;
  font-size: 18px !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  line-height: 40px;
  margin: 0 0 0 5px;
}

.nav-link.header_btn {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 4px 17px !important;
  border-radius: 6px;
  font-size: 13px !important;
  height: 40px;
  line-height: 30px;
  color: var(--main) !important;
}

.nav-link.header_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.nav-link.header_phno {
  font-size: 22px !important;
  font-family: var(--B-family) !important;
  padding: 0 !important;
}

.btn_contact {
  height: 50px;
  line-height: 48px;
  background: var(--main);
  display: inline-block;
  color: var(--white);
  position: relative;
  padding: 0 9px 0 20px !important;
  border-radius: 70px;
  margin: 0 0 0 10px;
  color: var(--white) !important;
  border-radius: 50px !important;
}

.btn_contact i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffae48;
  border-radius: 70px;
}

.call_btbhd {
  background: transparent;
  color: #ffae48 !important;
  display: flex !important;
  align-items: center;
  padding: 5px 14px !important;
  /*! border: 1px solid #ffffff85; */
  /*! padding: 10px !important; */
  border-radius: 60px;
  /*! background: rgba(0,0,0,0.3); */
}

.call_btbhd i {
  text-align: center;
  color: var(--main);
  font-size: 30px;
  margin: 0 10px 0 0;
}

.call_btbhd span {

  font-weight: 600;
  line-height: 20px;
  color: #3f5651;
}

.call_btbhd span small {

  font-weight: 600;
  color: #3f5651;
}


.navbar-nav {
  align-items: center;
}

 .recomended_cource_main {
	padding: 40px 0;
}
 
 

.course_item {
	background: #fff;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	/*! border: 1px solid #8c92a6; */
	-webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
	box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
}   
.course_item a{
    display: block;
}
.course_item h4 {
	color: var(--black);
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.provider {

	color: var(--gray);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 0px 0;
} 
.course-price-height {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 
.carousel-well ul {
	padding: 0;
	margin: 4px 0;
} 
 
.carousel-well ul li {
	padding: 0;
	color: #707888;
	list-style: none;

	font-weight: 400;
     color: var(--gray);
}

.carousel-well ul li i{ 
	color: #b2b2bb; 
    margin: 0 10px 0 0;
}
 
.btn_R span {
	display: inline-block;
	color: var(--main);
	font-weight: 500;
	text-decoration: underline;

} 
 
.course-price span{
   
    color: var(--main);
    font-weight: 600;
    font-size: 1.4rem;
}  
.was-price { 
	
	font-style: italic;
	color: var(--gray) !important;
	font-weight: 400 !important;
	text-decoration: line-through;
	font-size: 1.0rem !important;
} 
.label-saving {
	font-size: 11px;
	font-weight: 500;
	background: #e3e2fa;
	color: var(--main);
	padding: 2px 9px;
	border-radius: 30px; 
	border: 1px solid var(--main);
	display: none;
}

.btn.btn_page {
	border: 2px solid var(--main);
	transition: 0.4s;
	text-align: center;
	padding: 8px 26px ;
	border-radius: 10px;
	font-size: 16px ;
	line-height: 30px;
	color: var(--main);
	font-weight: 600;
}

.btn.btn_page:hover{ 
	transition: 0.4s; 
	color: var(--white); 
    background: var(--main);
}
 
 
 /* Recommended courses   */

/* owl nav */
.owl-prev span, .owl-next span {
	font-size: 15px;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 100%;
	text-align: center;
	color: var(--main);
	margin: 0 -15px 0 -18px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px !important;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}
.card .course_item {
  background: #fff;
  margin:0;
  /*! padding:28px 20px; */
  border-radius: 0px; 
    border-right: 1px solid #eee;
    -webkit-box-shadow: 0 2px 7px 1px rgba(98,98,98,.00);
    box-shadow: 0 2px 7px 1px rgba(98,98,98,.00);

  
}

/* footer */

.footer {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.footer .footer-top .download-text h3 {
  font-size: 30px;
  color: #622fcd;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 150px;
}

.footer .f-about p {
  font-size: 14px;
  line-height: 28px;
  color: #7e8890;
  margin-left: 15px;
}

.footer .f-about .contact-address {
  margin-top: 20px;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 4px;
}

.footer .footer-social {
  margin-top: 35px;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 14px;
  color: #622fcd !important;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  background: #e8ecf1;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: #622fcd !important;
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.footer .footer-middle {
  padding: 40px 0;
}

.nav-folderized .col.nav {
  padding: 0 !important;
  display: block !important;
}

.footer h3 {
  color: var(--white);
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul li a {
  color: #cddce8;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 8px;
  background: #7e8890;
}

.footer ul li a:hover::before {
  background: #fff;
  opacity: 1;
}

.footer ul li a:hover {
  color: #fff;
  padding-left: 15px;
}

.footer {
  border-top: 1px solid #eee;
  background: var(--black) url(../images/footer_bg.jpg);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .inner {
  padding: 10px 0;
  text-align: left;
}

.footer .inner p {
  font-size: 14px;
  color: #7e8890;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer .inner p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #7e8890;
}

.footer .inner p a:hover {
  color: #300864;
  text-decoration: underline;
}

.footer .inner .right ul {
  text-align: right;
}

.footer .inner .right ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer .inner .right ul li:last-child {
  margin: 0;
}

.footer .inner .right ul li a {
  color: #7e8890;
}

.footer .inner .right ul li a:hover {
  text-decoration: underline;
  color: #300864;
}

.footer .newsletter form {
  margin-top: 30px;
}

.footer .newsletter input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #622fcd;
  padding: 0 25px;
}

.footer .newsletter button {
  height: 50px;
  margin-top: 15px;
  width: 100%;
}

ul {
  padding: 0;
}

.footer h3 img {
  width: 150px;
}

.f_about img {
  width: 160px;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 15px;
  margin: 0 9px 0 0;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  color: #b9beca;
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom p a {
  color: #b9beca;
  text-transform: uppercase;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.download-text h3 {
  margin: 0;
}



/* footer */

.job-search-form {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #fff;
  /*! border: 1px solid rgba(255, 255, 255, 0.24); */
}

 .job-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
 
 .job-search-form .single-field-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  padding: 0 10px;
  height: 100%;
  margin-bottom: 0;
}





 .job-search-form .submit-btn .btn {
  background-color: var(--main);
  color: #fff;
  width: 100%;  
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: capitalize;

  letter-spacing: 0.6px;
  height: 50px;
  /*! margin-top: 24px; */
  max-width: 160px;
  padding: 0 20px;
} 
.job-search-form .form-floating > label{
  display: block;

  color: #646464;
  text-transform: capitalize;
  font-weight:600;
}
.job-search-form  .form-floating > .form-control {
  border-radius: 5px;
  border: 2px solid #dcdcdc;
}
 .job-search-form .submit-btn .btn:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: var(--black);
  color: #fff;
  border-color: transparent;
}

 .job-search-form .single-field-item:first-child::after {
  position: absolute; 
  content: "";
  height: 45px;  
  width: 1px;
  background-color: #e2e4ea;
  top: 5%;
  right: 0;
  /*! -webkit-transform: translateY(-50%); */
  /*! transform: translateY(-35%); */
}

.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.keywords ul li {
  display: inline-block;
}

.keywords ul li a {
 
  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords ul li a:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: #300864;
  color: #fff;
  border-color: transparent;
}

.keywords ul li a {

  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords.style-two .title {
  font-size: 14px;
  color: #300864;
  margin-right: 10px;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  top: -2px;
}
 
.locate_ico {
position: absolute;
right: 2px;
top: 2px;
width: 50px;
height: 46px;
line-height: 13px;
background: var(--light-bg);
border-radius: 5px;
  text-align:center;
  line-height: 46px;
} 
 
.locate_ico img{
width: 20px;
}
.partner_JB{
  text-align: right;
}
.partner_JB a {
display: inline-block;
padding: 7px 20px;
border-radius: 10px;
color: #fff;
text-transform: uppercase;

font-weight: 600;
letter-spacing: 0.4px;
text-decoration: underline;
}

/* job */
.job_seatchS {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid #d4dbe1;
}

.job_seatchS .job-search-form {
  border-radius: 10px;
  padding: 0;
  background: transparent;
  color: #000;
}

.job_seatchS .job-search-form form {
  width: 100%;
  padding: 0px 0;
  align-items: center;
}

.job_seatchS .partner_JB a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  color: var(--main);
  text-transform: uppercase;

  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  margin: 0;
  white-space: nowrap;
}

.job_seatchS .partner_JB p {
  margin: 0;
}

.job_seatchS .btn-secondary:hover{
	color: var(--white);
	background-color:var(--main);
	border:2px solid var(--main);
}
.font-12{font-size: 12px!important;}
.trendingjob_links{
    text-align: center;
}
.job_seatchS .col-grey{color:#dcdcdc}
.job_seatchS .btn-secondary {
	color: #646464;
	background-color: rgb(255, 255, 255);
	border: 2px solid #dcdcdc;
	margin:2px 2px; 
 
	font-weight: 500;
	text-transform: capitalize;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.90rem;
}  

.colgrey_bold {
  font-size: 36px;
  font-weight: 300;
  padding-right: 10px;
  color: var(--black);
}

.colgrey_Font_Wid {
  /*! border-right: 1px solid #dfdfdf; */
  color: #536777;
  
  display: inline-block;
  font-weight: 500;
  /*! padding-right: 32px; */
  /*! margin-right: 32px; */
  line-height: 16px;
}

.colgrey_TxtBold {
  font-size: 36px;
  font-weight: 400;
  padding-right: 10px;
  color: var(--black);
}
b{font-weight:600;}

.colgrey_Font_Widlast {
  color: #536777;
 
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  padding-right: 0;
}

 
.main {
  background: var(--light-bg);
  padding: 1.5rem 0;
  min-height: 86.5vh;
}
  
.job_amount_c {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading_color);
}

.job_amount_c span {
  color: var(--main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.filterd_btnn ul {
  padding: 0;
}

.filterd_btnn ul li {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.filterd_btnn ul li a {
  display: flex;
  padding: 4px 11px;
  border: 1px solid #afacef;
  align-items: center;

  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  background: #f0eff9;
  color: #4b556f;
  margin: 0 8px 0 0;
}

.filterd_btnn ul li a:hover {
  text-decoration: line-through;
}

.filterd_btnn ul li a i {
  color: var(--main);
  margin: 0 0 0 10px;
}

.applied_filter h4 {
  font-weight: 600;
}

.applied_filter .clear_btn {
  color: var(--main);
  text-transform: capitalize;
  font-weight: 600;

  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.filter_cetogry_main {
  background: var(--white);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  display: block;
}

.filter_type_item {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
  max-height: 214px;
  overflow: hidden;
  overflow-y: auto;scrollbar-width:thin;overflow-x:hidden}.filter_type_item::-webkit-scrollbar{width:6px}
.filter_type_item::-webkit-scrollbar-track{background:#f7f7f7}
.filter_type_item::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0}
.brd_btm {
  border-bottom: 1px solid #d7d7d7;
}

.filter_cetogry_main h4 {
  padding: 0 15px;
  font-weight: 600;
  color: var(--black);
}

.filter_type_item h5 {
  font-weight: 600;
  color: var(--main);
  margin: 0 0 6px 0;
}

.filter_type_item label {
 
  font-weight: 500;
  color: var(--black);
  transition: 0.4s;
  cursor: pointer;
}

.filter_type_item label:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: 0.4s;
}

.filter_type_item .form-select {
  background-color: #fff;
  background-size: 16px 12px;
  border: 2px solid #eee;
 
  color: var(--black);
  font-weight: 400;
} 
 
.filter_type_item .form-check {
  margin-bottom: 5px;
}


.sort-by p.variation-area {
  border: 1px solid var(--main);
  display: inline-block;
  border-radius: 13px;
  padding: 4px;
}

.sort-by p.variation-area a {
  color: var(--main);
  padding: 3px 18px;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}

.sort-by p.variation-area a.selected-sortby-option {
  color: #fff;
  background: var(--main);
}

.sort-by span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.job_item {
  padding: 20px;
  background: #fff;
}

.job_result_item {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px 20px 20px;
  color: #0f151a;
  border-radius: 4px;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height .5s;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}

.badge-container .label-featured {
  color: #87650d;
}

.badge-container .label-promoted {
  color: #fff;
  background: #d63786 !important;
}


.saved_jobs_button a {
  font-size: 14px;
  font-weight: 500;
  background: #f8f8f8;
  display: block;
  margin: 0 5px 0 0;
  color: var(--main);
  transition: 0.4s;
}

.btn.active {
  background: var(--main);
  color: var(--white);
}

.saved_jobs_button a:hover {
  background: var(--main);
  color: var(--white);
  transition: 0.4s;
}

.Jblogo {
  border-radius: 5px;
  overflow: hidden;
  height: 55px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background: var(--white);
  /*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
  width: 55px;
  margin: auto;
  border: 1px solid #ddd;
}

.Jblogo img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.results_main .metadata {
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
}

.results_main .metadata ul {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.results_main .metadata ul li {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 20px 7px 0;
  font-weight: 600;
  font-size: 14px;
  color: #536777;
}

.results_main .metadata ul li i {
  /*! width: 28px; */
  /*! height: 28px; */
  /*! line-height: 25px; */
  /*! border: 1px solid var(--main); */
  /*! border-radius: 100%; */
  /*! text-align: center; */
  /*! color: #cacaca; */
  /*! font-size: 17px; */
  /*! background: #f1f1f9; */
  margin: 0px 2px 0 0;
}

.header_job h3 {
  font-weight: 600;
  color: var(--black);
}

.header_job h3 a {
  color: var(--main);
  transition: 0.3s;
  display: block;
  line-height: normal;
  margin-bottom: 0px;
}

.header_job h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: 0.3s;
}


.badge-container .label {
  text-transform: capitalize;
  background-color: #f8f8f8;
  padding-left: 0;
  border: 0;
  font-weight: 400;
 
  margin: 0 6px 0 0;
  /*! position: absolute; */
  top: 0;
  left: 0;
  /*! background: #d63786; */
  padding: 2px 11px;
  border-radius: 40px;
  font-size: 0.95rem;
}

.badge-container .label i {
  /*! color: var(--bs-info); */
  font-size: 16px;
}

.badge-container .label-new {
  color: #3d8439;
}

.badge-container .label-easyapply {
  color: var(--main);
}

.badge-container .badge {
  font-size: .65em;
}

.posted-by {

  color: var(--gray);
}

.posted-by a {

  color: var(--black);
  /*! font-weight: 600; */
  margin: 0;
  /*! text-decoration: underline; */
} 

.description p {
  color: #536777;
  margin: 0 0 10px 0;
  max-height: 70px;
  overflow: hidden;

}

.seemorelikejob b {
  
  color: var(--gray);
}

.seemorelikejob a {
  
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--gray);
}

.saved_jobs_button {
  /*! justify-content: end; */
  display: flex;
}


/* job */



/* job-details */
 .jd_main {
  margin-top: 14px;
}

.descripTion_header h3 {
  font-weight: 600;
  color: var(--main);
}



.jd_main .metadata {
  /*! background: #f8f7fe; */
  border-radius: 10px;
  /*! padding: 20px; */
  /*! border: 1px solid #ddd; */
  margin: 12px 0 10px 0;
  /*! padding-bottom: 9px; */
  color: var(--gray);
}

.jd_main .metadata ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 
.jd_main .metadata ul li {
  padding: 0;
  display: inline-block;
  width: 48%;
  margin: 0 0 8px 0;

  display: flex;
    font-weight: 400;
}

.jd_main .metadata ul li i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center; 
  color: var(--gray);
  background: #f8f8f8;
  margin: 0 9px 0 0;
  line-height: 20px;
}


.jd_main .header_job {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  padding: 24px;
 
}


.jd_main .posted-by span i {
  color: #ffcb00;
}

.jd_main .header_job .bottom {
  color: #ffb300;
}

.header_job .stat {
  padding-left: 10px;
}

.header_job .stat:first-child {
  padding-left: 0;
}

.header_job .stat>label {
  font-size: 11px;
  font-weight: 400;
  color: var(--gray);
}

.header_job .stat>span {
  font-size: 11px;
  font-weight: 500;
  color: #7874e7;
  margin: 0 0 0 4px;
}

.seemorlike_job {
  text-align: right;
  display: inline-block;

  font-weight: 400;
  /*! text-decoration: underline; */
  color: var(--gray);
}
.seemorlike_job b{font-weight:500}
/* job_descD */
.job_descD {
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
} 

.job_descD h3 {
  font-weight: 600;
  color: var(--black);

}

.job_descD p {
  color: #565d6c;
}

.job_descD ul {
  padding: 0 0 0 20px;
}

.job_descD ul li {
  list-style: disclosure-closed;
 
  /*! font-weight: 500; */
  margin: 0 0 7px 0;
  color: #565d6c;
}

.job_descD b {
  color: var(--main);
}

.job_descD strong {
  color: var(--main);
}

.skill_main ul {
  padding: 0;
}

.skill_main ul li {
  list-style: none;
  display: inline-block;
  padding: 3px 20px;
  background: #e0dffa;
  color: var(--main);
  border-radius: 40px;
  text-transform: capitalize;
  border: 1px solid #1e1ef04a;
  margin: 0 5px 5px 0;
  font-weight: 600;
}

.btn.apply_btnD {
  background: var(--main);
  font-weight: 600;
  color: var(--white);

  padding: 10px 0;
  margin: 11px 0 0 0;
}

.btn.outline_btnD {
  background: #4540de13;
  font-weight: 600;
  color: var(--main);
 
  padding: 10px 0;
  margin: 11px 0 0 0;
  border: 2px solid var(--main);
  transition: 0.3s;

}

.btn.outline_btnD:hover {
  background: var(--main);
  color: var(--white);
  transition: 0.3s;
}

/* job_descD */


.widghet h3 {
  font-weight: 600;
  color: var(--black);
}

.sideber {
  padding-top: 14px;
}

.widghet {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  border-radius: 5px;
  margin-bottom: 20px;
}

.share-job .form-control {
  border: 2px solid var(--main);
  background: #e3e2fa;
  color: var(--main);
  font-weight: 300;
 
}

.share-job #copyBT {
  background: var(--main);
  color: #ffff;
  border-color: var(--main);
}

.share_social {
  padding: 0;
  margin: 0;
}

.share_social li {
  list-style: none;
  display: inline-block;
}

.share_social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 19px;
  border-radius: 100%;
}


.similirjob_item a {
  display: block;
  padding: 15px 16px;
  border-bottom: 1px solid #ededfc;
  transition: 0.3s;

}

.similirjob_item h4 {
  font-weight: 600;
  color: var(--main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similirjob_item span {
  display: block;

  color: var(--gray);
}

.similirjob_item a:hover {
  background: rgba(0, 40, 100, 0.01);
  transition: 0.3s;
}




/* courses-details */

.summery_navigate .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: var(--black);

  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}


.summery_navigate .nav-link:focus {
  color: var(--main);
  background-color: whitesmoke;
  border-right: 5px solid var(--main);
  border-bottom: none;
}

.summery_navigate .active {
  color: var(--main);
  background-color: whitesmoke;
  border-right: 5px solid var(--main);
  border-bottom: none;
}

.summery_navigate .navbar-brand {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 15px;
}

.snav_main {
  /*! margin-top: 14px; */
  position: sticky;
  top: 90px;
}

.snav_main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main);
  background-color: #f0f6fd;
  border-right: 5px solid var(--main);
  border-bottom: 1px solid #d9e0e6;
}

.media_item {
  margin: 10px;
  cursor: pointer;
}

.media_item a {
  display: block;
}

.summary-card {
  padding: 20px;
  background: #f4f4fd;
  margin-top: 16px;
  border-radius: 10px;
}

.summary-card h6 {
  font-weight: 600;
  color: var(--main);
  margin: 0;
}

.summary-card .row {
  align-items: center;
}

.Coursemetadeta p {
  margin: 0;
}

.summary-card ul {
  padding: 0;
  margin: 0;
}

.summary-card ul li {
  padding: 6px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd24;
}

.summary-card ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.PCNt_MAIn {
  display: flex;
  align-items: stretch;
}

.pM_btn {
  padding: 6px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 300;
  position: relative;
  height: 45px;
  display: block;
  width: 45px;
  text-align: center;

  line-height: 45px;
  padding: 0 0 11px 0;
  color: #626262;
}

.pM_btn:hover {
  background: #dfdfdf;
  color: #555;
}


.p_Count {
  width: 70px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.buy_btn {
  padding: 16px 10px;
  display: inline-block;
  width: 100%;
  background: var(--main);
  color: var(--white) !important;
  font-weight: 600;
  text-transform: capitalize;

  border-radius: 6px;
}


.summary-card ul .heading {
  width: 250px;
}

.summary-card ul .Coursemetadeta {
  width: 100%;
}

.well {
  box-shadow: none;
  /*! background-color: #f8f8f8; */
  border-radius: .25rem;
  /*! padding: 20px; */
}



.feature-well-text p {
  margin: 8px 0 3px 0;
  line-height: 0;
}

.btn_s_course {
  padding: 0;
  border: none;
  background: transparent;

  margin: 0;
  font-weight: 600;
  text-decoration: underline;
  color: var(--main);
  line-height: 0;
}

.payment-method-dividebuy {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.pe-1 {
  padding-right: .3125rem !important;
}

.logo-wrap {
  width: 35px;
}

.sideber ul {
  margin: 17px 0 0 0;
  padding: 0 0 0 17px;
}

.sideber ul li {
  list-style: square;

  font-weight: 600;
  color: var(--main);
  margin: 0 0 6px 0;
}

.info_btn {
  background: #e1e0fa;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  color: var(--main);
  font-size: 11px !important;
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--main);
  border-bottom: 1px solid rgba(0, 47, 255, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  text-transform: capitalize;
  color: var(--white);
}

.job_result_item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}

.filter_cetogry_main {
  margin-bottom: 20px;
}
.txt-content p{margin-bottom:8px;color: #0f151a;}
.txt-content ul{margin-bottom:0px;list-style:none; margin-left:10px; }
.txt-content ul li{color: #5a5a5a;}
.folderized_coursedetails .nav {
  display: block !important; 
  border-bottom: 1px solid #ddd;
  padding: 0 0 12px 0;
  margin-bottom: 20px;
}



.job_seatchS h3 {
  font-weight: 600;
  padding: 0px;
  color: var(--black);
  margin: 0px;
} 

/* dashboard */

.sortname {
  /*! width: 64px; */
  /*! height: 64px; */
  /*! border-radius: 50%; */
  /*! font-size: 28px; */
  /*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: center; */
  /*! color: var(--main); */
  /*! font-weight: 700; */
  /*! background-color: #f0f6fd; */
  /*! border: 1px solid #718fb317; */
  position: relative;
}

.filename {
  float: left;
  width: 100%;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
  color: var(--black);
  background: #f0f6fd;
  border: 1px solid #e6f0fd;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  /*! max-width: 600px; */
}

.uploader label {
  /*! float: left; */
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} 

.uploader label:hover {
  border-color: #454cad;
}

.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.uploader input[type=file] {
  display: none;
}

.uploader div {
  margin: 0 0 0.5rem 0;
  color: #718fb3;
}

.card hr {
  background-color: #d4dbe1;
  opacity: 1;
}

.card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  border: 1px solid #eee;
  border-radius: 6px;
  color: var(--black);
}
.btn-group .fa-ellipsis-v{color: var(--gray);}
.card-header {
  margin-bottom: 0;
  background-color: transparent;
  padding: .65rem 1rem;
  border-bottom: 1px solid #eee;
}

.card-header h3 {
  color: var(--black);
  font-weight: 600;
  margin:0px;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 700 !important;
} 
 .card-header h4 {
  color: var(--black);
  font-weight: 600; margin:0px;
  text-transform: capitalize; 
} 
.update_edit_btn {
  display: inline-block; 
  /*! padding: 7px 20px; */
  border-radius: 10px;
  color: var(--main);
  text-transform: capitalize;
 
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  margin: 0;
  white-space: nowrap;
  font-size: 0.9rem;
}

.card-body h4 {
  letter-spacing: 0px;
  color: var(--black);
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.10rem;
}

.card-body h4 a{  color: var(--black);}
.card_preview {margin-bottom: 15px; }
.card_preview h4{font-size:1.20rem;}

.card_preview ul {
  padding: 0;
  margin: 0px;
  list-style: none; padding-left:16px
} 

.card_preview:last-child {
  margin-bottom: 0
} 

.card_preview:last-child ul {
  margin: 0
}

.card_preview ul li {

  /*! color: var(--main); */
  margin-bottom: 0;
  list-style: disc;
}
.card_preview ul li span{opacity: 0.6;}
.card_preview p{margin-bottom:10px;color: var(--black);}
.card_preview p i{color:var(--gray);/*!  */}
 
.dd_none {
  display: none;
} 
 .col-gray{color:#999}
 .bdr_btm_white{border-bottom: 0px solid #fff !important;}
 .bdr_btm_white .form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.00);
} 
.bdr_btm_white .wid_148{width:134px;font-size: 14px;} 
.bdr_btm_white .filter_cetogry_main p b{color: var(--main); font-size:1.025rem;font-weight:700;} 
.modal-header {
  padding: 0.65rem 1rem; 
  color: var(--main)
} 

.modal-footer {
  align-items: center;
  justify-content: center;
}

.modal label {
 font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}

.form-check label {

  font-weight: 400;
  color: var(--black);
  margin-bottom: 0px;
}

.form-check-label {

  font-weight: 400 !important;
  color: var(--black);
  margin-bottom: 0px;
}

.modal h5 {
  margin-top: 0;
  margin-bottom: .0rem;
  font-weight: 600;
}

.form-label {
  
  font-weight: 400 !important;
}

.form-control {
  height: 44px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  color: var(--main);
  transition: all .2s ease-in;
  border-radius: 4px;
  font-weight: 400;
  background-color: #fff;
}

textarea.form-control {
  height: 90px;
}

select.form-control {
  color: #666;
}

tbody,
td,
tfoot,
th,
thead,
tr {

}

.btn_lg {
  height: 44px;
  line-height: 30px;
  border-radius: 4px;
}

.modal .accordion-button {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
}

.modal .accordion-item {
  border: 0px solid rgba(0, 0, 0, .125);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
 
.modal .accordion-item label {
  width: 100%;
  font-weight: 400;
}

.accordion-item .form-check-input {
  margin-right: 4px;
}

.modal .accordion-body {
  /*! border: 1px solid #eee; */
  width: auto;
  height: auto;
}

.modal .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #333;
  color: #0c63e4;
 
}
.modal-xl{ /*! background-color: #e7f1ff; */}
.f-18 {
  /*! font-size: 18px !important; */
  /*! font-weight: 600 !important; */
}
 
.cold_grey {
  color: var(--black) !important
}


.profile-pic {
  width: auto; 
  max-height: 120px;
  display: inline-block;
}
 
.file-upload {
  display: none;
}
 
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 3px solid #dee0e3;
  background: #fff;
}

.p-image {
  position: absolute;
  top: 93px;
  right: 8px;

  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
} 

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
  font-size: 20px;
  color: var(--main);
  cursor: pointer;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  opacity: 0.5;
}

.bgmain {
  /*! background-color: var(--main) !important; */
  /*! border: 0px; */
}
 
.saddow_box {
  background-color: #f0f6fd;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d9e0e6;
  padding: 20px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.12);
  margin: 20px 0;
}

.f-20 {
  font-size: 21px !important
}

.bgmain .card-header {
  /*! border-bottom: 1px solid #625de1; */
}

.col-white {
  color: #fff !important
}

.col-red {
  color: var(--bs-red)
}

.col-black {
  color: var(--black) !important
}

.col-blue {
  color: var(--main) !important
}

.col-grey {
  color: #718fb3
}

.progress {
  margin: 1px 0 15px;
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #19d069;
}

.sidebar .small {
  float: right;
  opacity: 0.4
}

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0rem;
  padding-right: 0rem;
}

.sidebar li .submenu a {
  list-style: none;
  padding-left: 30px;
  font-weight: 400;
} 

.col_danger {
  color: #ff6000 !important
}

.btn-primary {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}
.btn-add {
  color: #fff;
  background-color: rgb(3, 204, 154);
  border-color:rgb(3, 204, 154);
}
.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
}

a {
  color: var(--main);
}

.Join_main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main);
  background-color: transparent;
  border-bottom: 5px solid #504bdf;
}

.Join_main .nav-pills .nav-link {
  margin: 0 0 0 0px;
  border-bottom: 5px solid #eee;
}

#filter-widget {
  display: block
}

.show-filter-button-class {
  display: none
}

.filter_cetogry_main h2 {
  margin: 3px 0;
  color: var(--black);

  font-weight: 600;
}

.filter_cetogry_main h3 {
  color: var(--black);
}

.filter_cetogry_main h3 span {
  color: var(--black);
}

@media screen and (max-width:991px) {
  #filter-widget {
    display: none;
    width: 100%;
    max-width: 480px;
    z-index: 9;
    position: absolute;
    animation: fadeInLeftBig;
    animation-duration: 0s;
    animation-duration: 0.4s;
  }

  .show-filter-button-class {
    display: block
  }

  .flt_left {
    float: left;
    /*! padding: 10px; */
    font-size: 16px;
  }

}

@media screen and (max-width:767px) {
 .m_view{display:block!important}
 .m_none{display:none!important}
}

@media screen and (max-width:540px) {
  #filter-widget {
    max-width: 300px;
  } 

  .bgmain .card-body .d-flex {
    display: block !important;
  }

  .bgmain .me-4 {
    margin-left: 0
  }

  .bgmain .sortname {
    width: 90px;
  }

  .card-header h3 {
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  } 
}

.bd .posted-by span {
  color: var(--black) !important;
}

.bd .posted-by .gre {
  color: #999 !important;
}

 .bd h3 {
  color: var(--black) !important;
}

.col-orange {
  color: #ffb300 !important
}

.accordion-button .top {
  width: 100%
}

.accordion-item .jd_main {
  margin-top: 0px;
}

.accordion-item .jd_main .header_job {
  padding-bottom: 24px;
}

.apl_sent {
  background: #d7f2e3;
  font-size: 11px;
  color: #039142;
  padding: 3px 7px;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.progress-nav {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 850px;
  margin: 20px auto 50px;
}

.progress-nav li {
  display: block;
  width: 25%;
  height: 4px;
  background-color: #4cb743;
  line-height: 1.2;
  color: #4cb743;
  position: relative
}

.progress-nav li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #4cb743;
  color: #fff;
  background-image: url("https://brand.workingsolutions.com/components/images/check-solid-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 8px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0
}

.progress-nav li.active {
  background-color: #b4b4b4;
  color: #b4b4b4
}

.progress-nav li.active:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 4px solid #b4b4b4;
  top: -7px
}

.progress-nav li.active~li {
  background-color: #b4b3b3;
  color: #b4b3b3
}

.progress-nav li.active~li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #b4b4b4;
  top: -4px;
  background-image: none
}

.progress-nav li a {
  color: currentColor;

  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}

@media(min-width: 767px) {
  .progress-nav li {
    height: 7px
  }

  .progress-nav li:before {
    width: 25px;
    height: 25px;
    top: -9px;
    background-size: 60%;
    font-size: 15px
  }

  .progress-nav li.active:before {
    width: 32px;
    height: 32px;
    border-width: 8px;
    top: -11px
  }

  .progress-nav li.active~li:before {
    width: 22px;
    height: 22px;
    top: -7px
  }

  .fs10 {
    font-size: 10px;
    color: #b4b3b3
  }
}

.col-green{color:#039142}.mt-20 li{list-style:none!important}.mt-20 p{margin:0;/*! line-height:22px; */color:#333;/*! font-weight:400 */}.infosec{color:#222;display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0}.percNum{font-size:22px;font-weight:500;line-height:20px;margin-top:5px}.infosec .text{line-height:18px;font-weight:400;font-size:13px;color:#333}.infosec ul{-webkit-overflow-scrolling:touch;margin:0;padding:0}.mt-20 sub,.mt-20 sup{font-size:.5em;line-height:0}.mt-20{padding:0!important;margin-bottom:0!important}.infosec ul li{display:inline-block;font-weight:400;color:#777;font-size:13px;margin-right:10px;list-style:none;padding-right:10px;border-right:1px solid #eee}.accordion-collapse .job_descD a{font-size:13px}.hideview{display:none}.datashow{display:none}.step_ing .post-review span{position:absolute;left:5px;top:0;z-index:0;font-size:58px;line-height:58px;letter-spacing:-6px;color:#f5f6ff;font-weight:600;opacity:1;-webkit-transition:.3s;transition:.3s;pointer-events:none}.post-review{position:relative}.fa-2x{font-size:20px;color:#777}.bdr-right{border-right:1px solid #eee}.profile-menu .dropdown-menu{right:0;left:unset;width:240px;padding-bottom:0}.profile-menu .fa-fw{margin-right:10px}.nav-item,.nav_icon ul li{position:relative}.nav-item .badge,.nav_icon ul li .badge{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:5px;min-width:22px;height:22px;border-radius:20px;background-color:var(--main);color:#fff;font-size:10px;border:2px solid #fff}.sign_img__icon .badge{top:-6px;right:-6px}
.profile__img_bg,.profile__img_meter{fill:none;stroke-width:6px}
.Left__Side__profile{display:-webkit-box;display:-ms-flexbox;display:flex;/*! font-size:14px; */margin-left:-12px;position:relative}
.Left__Side__profile p{/*! font-size:16px; *//*! line-height:18px */}
.Left__Side__profile img{border-radius:50%;height:64px;margin-left:-78px;margin-top:-2px;overflow:hidden;position:absolute;width:64px}
.profile__img_svg{height:82px;margin-top:-10px;width:90px}
.profile__img_meter{stroke-dasharray:360;stroke-dashoffset:360;stroke-linecap:round;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.profile__img__percentage{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e8f9f6;border:2px solid #fff;border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#18c1a3;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px;font-weight:600;height:22px;justify-content:center;margin-left:28px;top:54px;position:absolute;width:40px;z-index:33}
.btn-group .dropdown-menu::before,.dropdown-toggle::after{display:none}
 /* ===================================
      messages
====================================== */
.messages-page__search { border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.messages-page{height:79.5vh;}.messages-page__header{display:flex;justify-content:space-between;align-items:center} .messages-page__title{color:#333;font-weight:600;font-size:1.65rem;}.messages-page__list{list-style:none;flex-grow:1;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden}.messages-page__list::-webkit-scrollbar{width:6px}.messages-page__list::-webkit-scrollbar-track{background:#f7f7f7}.messages-page__list::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0}.messages-page__list-scroll{height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;border-left: 1px solid #eee;}
.custom-form{color:#333;padding:1.5rem;border-radius:13px}.custom-form__search-wrapper,.custom-form__send-wrapper{width:100%;height:100%;position:relative}.custom-form__search-wrapper input::-moz-placeholder,.custom-form__send-wrapper input::-moz-placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input:-ms-input-placeholder,.custom-form__send-wrapper input:-ms-input-placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input::placeholder,.custom-form__send-wrapper input::placeholder{color:#9b9b9b;font-size:.9rem}.custom-form__search-wrapper input:focus,.custom-form__send-wrapper input:focus{outline:none;box-shadow:none}.custom-form__search-wrapper input{padding-right:3rem;background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:-moz-placeholder-shown{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:-ms-input-placeholder{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:placeholder-shown{background-color:#f2f2f2;border:1px solid #fff}.custom-form__search-wrapper input:focus{background-color:#fff;border-color:#e8e7e7;color:#666}.custom-form__send-wrapper input{padding-right:6rem;padding-left:1.25rem;background-color:#f2f2f2;border:none}.custom-form__send-wrapper input:focus{background-color:#f2f2f2;border-color:transparent;color:#666}.custom-form__search-submit{position:absolute;top:0;right:0;height:100%;width:3.5rem;cursor:pointer;background-color:transparent;border:none;outline:none;display:flex;justify-content:center;align-items:center;color:#ccc;font-size:24px}.custom-form__search-submit:focus{outline:none;border:none}.custom-form__send-submit{position:absolute;top:50%;right:4px;transform:translateY(-50%);height:42px;width:42px;display:flex;justify-content:center;align-items:center;background-color:var(--main);border-radius:42px;border:none;outline:none;text-align:center;color:#fff}.custom-form__send-submit:focus{outline:none;border:none}.custom-form__send-submit:hover{background-color:var(--main)}
.messaging-member{border-radius:8px;margin:1px 0}.messaging-member:hover{background-color:#f7f7f7}.messaging-member--new .messaging-member__name{color:#333}.messaging-member--new .messaging-member__message{color:#777}.messaging-member--online .user-status{background-color:#7bc9aa}.messaging-member--active{background-color:#e8f3ff}.messaging-member--active:hover{background-color:#e8f3ff}
@media screen and (max-width:992px){.messaging-member--active:hover{background-color:#f7f7f7}}
.messaging-member__wrapper{cursor:pointer;padding:.5rem .75rem;border-radius:13px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:start;overflow:hidden}.messaging-member__avatar{position:relative;margin-right:8px}.messaging-member__avatar img{border-radius:50%;width:42px;height:42px}.messaging-member__name{font-weight:500;color:#333;/*! font-size:14px; */line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.messaging-member__message{white-space:nowrap;word-break:break-word;text-overflow:ellipsis;overflow:hidden;font-weight:400;font-size:0.9rem;width:100%;color:#777;float:left;-webkit-line-clamp:1;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}
.chat{height:100%;}.chat__container{height:100%;width:100%}.chat__wrapper{background-color:#fff;height:100%;width:100%;border-left:1px solid #e8e7e7;border-right:1px solid #e8e7e7;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;border-top: 1px solid #e8e7e7;}.chat__messaging{width:100%;border-bottom:1px solid #e8e7e7;display:flex;justify-content:space-between;align-items:center}.chat__previous{width:8%;min-width:2rem;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.7rem;cursor:pointer;color:var(--main)}.chat__notification{width:4%;min-width:1.5rem}.chat__notification span{display:none;width:1.4rem;height:1.4rem;text-align:center;border-radius:50%;font-weight:600;color:#fff;background-color:var(--main);font-size:.9rem}.chat__notification--new span{display:block}.chat__infos{flex-grow:1}.chat__content{flex-grow:1;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden}.chat__content::-webkit-scrollbar{width:6px}.chat__content::-webkit-scrollbar-track{background:#f7f7f7}.chat__content::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0} .chat__list-messages{list-style:none;display:flex;flex-direction:column;justify-content:flex-start;/*! font-size: 98%; */}.chat__list-messages li{margin-bottom:.7rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start} .chat__list-messages li .chat__bubble{margin-bottom:.2rem}.chat__bubble{position:relative;color:#333;padding:.5rem 1rem;border-radius:20px;background-color:#fff;max-width:30rem;/*! font-size:14px; *//*! line-height:20px; */overflow:hidden;overflow-wrap:break-word;word-break:break-word}.chat__bubble--you{margin-right:2rem;color:#333;background-color:#eef6ff}.chat__bubble--me{margin-left:2rem;background-color:#f6f6f6;align-self:flex-end}.chat__time{/*! font-size:.8rem; */color:#9b9b9b;align-self:center;padding-bottom:.2rem;}.chat__send-container{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee}.chat-member__wrapper{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center}.chat-member__avatar{position:relative;width:42px}.chat-member__avatar img{border-radius:50%;width:100%;height:42px}.chat-member__name{font-weight:700;color:#333;margin-top:auto;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;overflow:hidden;/*! font-size:16px; */}.chat-member__details{margin-left:8px;display:flex;justify-content:center;flex-direction:column}.chat-member__age{font-size:.9rem;color:#9b9b9b;position:relative}.chat-member__age::after{content:" . ";font-size:0;position:absolute;top:50%;right:-4px;width:3px;height:3px;background-color:#9b9b9b;border-radius:50%}.chat-member__status{color:#9b9b9b;font-size:0.9rem;}.chat__profile{width:100%;height:100%;max-width:20rem}.chat--mobile{position:fixed;top:0;left:0;z-index:10001;transform:translateY(100%);display:none;transition:transform .3s ease-in-out .1s}.chat--mobile .chat__wrapper{border-radius:0}.chat--mobile.chat--show{display:block;transform:translateY(0%);border-radius:0}.user-status{position:absolute;left:30px;top:30px;width:12px;height:12px;background-color:#9b9b9b;border:2px solid #fff;border-radius:50%}.user-status--online{background-color:#7bc9aa} 
.snav__main{position:sticky;top:64px;height:auto;border-top:1px solid #eee}.snav__main .chat__wrapper{height:calc(100vh - 64px)}
.auto_hgt{height:auto}
  
   
.messages-page__list .jd_main{margin-top:0px;margin-bottom: 5px;}
.none_saddow{-webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0)!important;box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .0)!important;}
.switches-container{width:100%;position:relative;display:flex;padding:0;position:relative;background:var(--main);line-height:38px;border-radius:24px;max-width:300px;margin:-20px auto 18px}
.switches-container input{visibility:hidden;position:absolute;top:0}
 .switches-container label{width:50%;padding:0;margin:0;text-align:center;cursor:pointer;color:var(--white);/*! font-size:15px */}
.switch-wrapper{position:absolute;top:0;bottom:0;width:50%;padding:.15rem;z-index:3;transition:transform .5s cubic-bezier(0.77,0,0.175,1)} 
  .jd_main .active{border:1px solid var(--main)!important;}
.modal-body .jd_main .active{border:0px solid var(--main)!important;}
  .bdr_flt_N{border-left:0px solid #fff}
  /* switch box highlighter */
  .switch {border-radius:3rem;background: var(--white);height:100%;}
  .messages-page__list .header_job{border:1px solid #fff;margin-bottom:5px!important;cursor: pointer;}
 .messages-page__list .header_job:hover{border:1px solid var(--main)!important;}
 .switch div {width:100%;text-align:center;opacity:0;display:block;color:var(--main);transition:opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;will-change:opacity; position:absolute;top:0;left:0;/*! font-size:15px; */} 
   /* slide the switch box from right to left */
  .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {transform: translateX(0%); }
  .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {transform: translateX(100%);}  
  .switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {opacity: 1;}
  .switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {opacity: 1;}
  .card .jd_main .header_job{background-color:#fff;border-radius:0;padding:20px;/*! padding-bottom:15px; */border-right:1px solid #eee;-webkit-box-shadow:0 2px 7px 1px rgba(98,98,98,.00);box-shadow:0 2px 7px 1px rgba(98,98,98,.00);margin:0}
  .sc-gauge{width:200px;margin:40px auto 0;position:relative}
  .sc-background{position:relative;height:100px;margin-bottom:1px;background-color:#18c1a3;border-radius:150px 150px 0 0;overflow:hidden;text-align:center}
  .sc-mask{position:absolute;top:20px;right:20px;left:20px;height:80px;background-color:#fff;border-radius:150px 150px 0 0}
  .sc-percentage{position:absolute;top:100px;left:-200%;width:400%;height:400%;margin-left:100px}
  .sc-percentage-a{transform:rotate(130deg);transform-origin:top center;background-color:#ffe650}
  .sc-percentage-b{transform:rotate(55deg);transform-origin:top center;background-color:#e06950}
  .sc-value{position:absolute;top:50px;left:0;width:100%;font-size:31px;font-weight:600;color:#ffe650}
  .sc-low{position:absolute;top:25px;left:-15px;font-size:12px;font-weight:600;color:gray;transform:rotate(-55deg)}
  .sc-med{position:absolute;top:-20px;left:44%;font-size:12px;font-weight:600;color:gray}
  .sc-high{position:absolute;top:37px;right:-17px;font-size:12px;font-weight:600;color:gray;transform:rotate(65deg)}
  .sc-hr{background:#ddd;height:1px}
  .sc-arrow{background:#6d6d70;height:2px;transform:rotate(90deg);width:51px;left:77px;position:absolute;top:25px}
  .sc-title{margin-top:10px;width:100%;font-size:14px;font-weight:600;color:gray}
  .sc-gauge p{/*! font-size:14px; *//*! margin-bottom:0; */font-weight:400;line-height:18px;color:gray;}
  .activity_level{margin-top:20px}.levelText{/*! font-size:14px; */color:#999;font-weight:600}
  .levelContainer .iconWrap{width:25px;display:inline-block}.levelContainer .levels{display:inline-block;/*! font-size:14px; */color:#333}
  .levelContainer .levels .link{/*! font-size:13px; */color:var(--main);font-size: 92%;}.levelContainer .noLink{/*! font-size:14px; */color:#999;font-size: 95%;}
  .levelContainer .level1{margin-top:10px;display:flex;align-items:top;justify-content:start}.levelContainer i{color:#18c1a3}
  .card_preview h4{font-size:1.0rem;}
@media screen and (max-width: 1199px) {
  .chat-member__name {
      
  } 
  .auto_hgt {
    height: 100%;
  } 
  .snav__main {
    height: 100%;
  }
} 
@media screen and (max-width:992px) {
   .container {
    max-width: 100%;
  }
  .switches-container {
    margin-top:15px; margin-bottom:5px;}
  .messages-page__list-scroll {
    border-left:0px solid #eee;
  }

  .trendingjob_links {display: none;}
  .locate_ico {
    height: 46px;
    line-height: 45px;
  }
  .job-search-form .submit-btn .btn { height: 48px; max-width: 100%;}
  .form-floating > label {padding: 0.75rem .75rem;}
  .form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.0rem + 2px);}
  .chat__wrapper {
      border-left: none;
      border-right: none;
  }
  .snav__main .chat__wrapper {
    height: calc(100vh - 0px);
  }
  .messaging-member {
      margin: 1px 10px;
  }
}

.notification {
  position: absolute;
  top: 2.5rem;
  line-height: 1.5;
  color: #27303d;
  width: 20rem!important;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}



.notification .notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  padding: 0.65rem 0!important;
  border-bottom: 1px solid #eee; cursor: pointer;
}
 
#heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  padding: 0.5rem 1rem;
  border-bottom: 0.01rem solid #eee;
} 

 .notification-link {
  position: absolute;
  /*! margin: 0.4rem 0; */
} 

.heading-left, .img-left {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0 1rem 0 0;
}

.heading-left, .user-content {
  grid-column: span 9;
  width: 13rem;overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.heading-right, .img-left {
  grid-column: auto;
}

.heading-right, .user-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 90%;
}
  
.heading-right {
  width: 2.5rem;
}

.img-left {
  width: 3rem;
}
.note-list .user-content {overflow:inherit;text-overflow: inherit;
  display: -webkit-box;-webkit-line-clamp: inherit;}
.notification-list{padding:0em 0.75em;    overflow-y: auto;scrollbar-width:thin;
  overflow-x: hidden;
max-height: 340px;
} 
.notification-list::-webkit-scrollbar {
  width:6px; 
}
.notification-item:hover .user-info{color:var(--main);}
.notification-list::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.notification-list::-webkit-scrollbar-thumb {
  background-color:#aaa; 
  border-radius:0px; 
}
.user-photo {
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  width: 3rem;
  margin: 0 0.5rem 0 0;
  border-radius: 50%;
  max-width: 100%;
}
 
.notification p.user-info {
  margin: 0.15rem 0 0;
  line-height: 18px;
  color: #121f3e;
} 
.notification p.time {
  margin: 0;
  color: #9da4ae;
}

.notification span.name {
  font-weight: 500;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
  list-style: none;
  padding: 0;
}

.sessions li {
  list-style: none;
  padding: 0;
}

.sessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

.sessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

.sessions li p {
  margin: 0px;  
  color: #5a5a5a;
}


.sessions .time {
  color: var(--gray); font-size:0.85rem;
  font-weight:500;                                  
}
.drawer_head{background:#153379;}.drawer_head p{color:#fff;}.drawer_head b{color:#fff}
.menu_drawer-btn { background-color: #153379; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, .16); cursor: pointer; height: 56px; right: 24px; position: fixed; bottom: 24px;width: 56px; top: auto;} 
.menu_drawer { font-size:90%; bottom: 90px;background-color: #f0f6fd;right: 0;margin: 0;padding:0px;position: fixed;overflow: hidden;top: auto;width:100%;max-width:340px;transform: translate3d(100%, 0, 0); transition: transform .2s linear;height:auto;border-radius:8px;-webkit-box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79); -moz-box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79);box-shadow: -1px 4px 5px -6px rgba(0,0,0,0.79);border: 1px solid rgba(0,0,0,.125);color:var(--black);}  
 .progress.active .progress-bar, .progress-bar.active {-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;}
.menu_drawer .progress {-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;border-radius:8px;background: #fff;}  
.menu_drawer-btn li { background-color: #ffffff; bottom: 0; height: 2px; left: 0; margin: auto; position: absolute; right: 0;width:24px;list-style:none;top: 0; transition: all .3s ease-in-out;}  
.menu_drawer-btn li:first-child {transform: translate3d(0, -8px, 0);}
.menu_drawer-btn li:last-child {transform: translate3d(0, 8px, 0);}
.menu_drawer-btn--on li:first-child {transform: rotate(135deg) translate3d(0, 0, 0);}
.menu_drawer-btn--on li:last-child {transform: rotate(-135deg) translate3d(0, 0, 0);}
.menu_drawer-btn--on li:nth-child(2) {opacity: 0;}
.menu_drawer--open {transform: translate3d(0, 0, 0); right:15px;}.menu_drawer--open h3{color: #fff;margin-bottom:8px;}
.menu_drawer--open h5{font-size:1.05rem;}
.menu_drawer--open ul{margin-bottom: .5rem;}
.menu_drawer--open p{font-size:14px;line-height:19px;margin-bottom: 10px;}
.menu_drawer--open  li.strick:hover{ color:var(--black); text-decoration:none;padding-left:2.0rem;}
.menu_drawer--open li{list-style:none;font-size: 14px;/*! margin: 2px 0; */font-weight:400; padding-left:2rem;cursor: pointer;}
.menu_drawer--open li:hover{text-decoration: underline; color:var(--main);padding-left:2.5rem;}

.menu_drawer--open li:before { content: "→"; display: inline-block; margin-left: -1.3em;  width: 1.3em; font-weight:bold; font-size:16px;color: #153379;}
.menu_drawer--open li.strick:before { content: "\f046"; color:#02b502; font-family: FontAwesome;}
.full_model{max-width: 100%;margin-top: 0;}
        .full_model .modal-content{border-radius:0px;}
        .full_model .bgmain { background-color: #f0f6fd; box-shadow:none; border-bottom:1px solid #eee;}
        .full_model h2{padding-left: 4rem;padding-top: 1.0rem;padding-bottom: 0.75rem;}
/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em; list-style: none;
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--main);
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 var(--main);
  -webkit-box-shadow: inset 40em 0 0 0 var(--main);
  box-shadow: inset 40em 0 0 0 var(--main);
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width:100%; padding-bottom:0px
}

.timeline-event-copy h4 {
  font-size: 1.2em; color:#fff;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight:600;color: var(--black);
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom:0em; margin-bottom:5px;
}
.timeline-event-copy h5 {
  padding-bottom:0em; margin-bottom:5px;
}
.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em var(--main);
  -webkit-box-shadow: inset 0 0 0 0em var(--main);
  box-shadow: inset 0 0 0 0em var(--main);
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;border-radius: 4px;
}

.alert-light {
  color: #636464;
  background-color: #fff;
  border-color: #eee;
}
.alert-light b{color:#000}
p b {color:#000}

.table > :not(caption) > * > * { padding: .95rem .5rem;}
.red{color:red}
.post-fixed {         
  right: 24px;
  position: fixed;
  bottom: 24px;        
  top: auto; text-align:center;
  z-index: 9999999999999;
}
.post-fixed-btn span{display:none}
.post-fixed-btn {
  background-color:  var(--main);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  cursor: pointer;height:54px; font-size:20px; color:#fff;
  position:relative;float:left;line-height:54px; font-weight:600;
  width: 54px;overflow:hidden;white-space:nowarp;
} 
.post-fixed-btn:hover, .post-fixed-btn:focus {
  width: 150px;
  color: #fff;
  border-radius: 5%;
  padding: 0 8px;
  height: 48px;
  line-height: 48px;
}
.post-fixed-btn:hover span, .post-fixed-btn:focus span{display: inline;}

.select_role_main {
  padding: 0;
}

.select_role_main li {
  list-style: none;
  display: inline-block;
  margin: 0 6px 10px 0;
}

.select_role_main li .btn.btn-outline-primary {
  /*! font-size: 13px; */
  font-weight: 500; 
  border-radius: 7px;
  padding-left: 24px;
  border-color: rgba(0,0,0,.4);
  color: rgba(0,0,0,.6);
  background-image: url(../images/plus.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.select_role_main li .btn-outline-primary:hover {
  color: var(--main) !important;
  background-color:rgba(31, 127, 199, 0.15);
  border-color: #9ac6e6 !important;
}
 
.select_role_main li .btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary:active {
  color: var(--main) !important;
  background-color: #ddecf7 !important;
  border-color: #9ac6e6 !important;
  background-image: url(../images/close_arrow.png) !important;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 9px 11px;
}
 
.btn.save_btn {
  background: var(--main);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.selected_role_box {
  padding: 15px;
  background: var(--light-bg);
  border-radius: 5px;
  border: 1px solid #e6f0fd;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.selected_role_box h6 {
  margin: 0 0 5px 0;
}

.S_items span {
  display: inline-block;
  color: var(--main);
  font-size: 13px;
  font-weight: 600;
  padding: 3px 13px;
  background: #eff2f8;
  margin: 0 0 4px 0;
  border-radius: 40px;
}

.add_btn {
  display: inline-block;
  margin: 5px 0 13px 0;
  padding: 5px 14px;
  border: 1px solid var(--main);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.modal p {  
  margin-bottom: 5px;
}
.form-floating > label {
  padding: 12px 15px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  left: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}   
.form-floating > .form-control, .form-floating > .form-select {
  padding: 12px 0 0 14px;
  font-size: 15px;
  border-radius: 0;
  border: none;
  margin: 0 0 22px 0;
  background: #fff;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  color: var(--main);
  font-weight: 500;
  border-radius: 4px;
}
.sessions h4 {font-size:1.00rem;} 
.nav-tabs .badge{position: relative;display: inline-block;top: 0;right: 0;}
 .hgt340{height:340px}
  .accordion-item {/*! border-top:0px solid #fff; */ border-radius:0px !important;}
  .i_action { background-color:#fff; width: 100%; } 
  .bdr_top_none{border: 1px solid #dee2e6; border-top:0px}
  .nav-tabs .nav-link {color:#000; font-weight:600;padding:.65rem 1.5rem;}
  .nav-tabs .nav-link.active {color:var(--main);background: transparent;}
  .max-width{min-width:120px;max-width: 120px;} 
  .max180width{min-width:120px;max-width: 180px;} 
  .width300{min-width:280px;max-width: 280px;} 
  .hgt50{height:50px;}
  .max--width{max-width:180px;}
  .lhight{line-height:16px;}
  th{font-weight: 600;}
  .input-group-sm > .form-control{height:38px;}
  td p{margin:0px;}
  td a{color:var(--main);}
  td small{color:#5a5a5a}.nav-tabs {
    background: #f2f6fb;
  }  
.pointer{cursor: pointer}
.table input{width:16px; height:16px}
.checkbox input{width:16px; height:16px}
table .checkbox label{display:none}
  .cbptmicon {
    color: var(--primary);
    background: var(--light);
    box-shadow: 0 0 0 4px var(--white);
    width: 44px;
    height: 44px;
    font-size: 24px;
    font-weight: 600; border-radius:100%;
    position: relative;
    text-align: center; line-height:38px;
    border: 3px solid #dee2e6 ;
  }
  .cbptmicon img{width:38px; height:38px;}
  .filter_cetogry_main .nav-tabs {background: #fff;}
.filter_cetogry_main  .nav-tabs .nav-link.active{  border:0px solid #dee2e6;border-bottom: 2px solid var(--main);  color: var(--main);background-color: #f0f6fd;}
.nav-link:hover{  border:1px solid transprant ;}
.nav-tabs .nav-link{border-radius:0px;border: 1px solid transprant;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-width: 1px;color: var(--main);}
.filter_cetogry_main .nav-tabs {border-bottom:0px solid #dee2e6;}
.filter_cetogry_main .nav-tabs .nav-link {font-size: 1.05rem;}
  .element_grey {background:#f5f6f9 !important; text-align:center; font-size:96%;}
  .modal--lg {max-width: 1024px;}.m_lg {max-width:640px;}
  .page-link {
    color:var(--main);
   } 

   .page-link:hover {
    color:var(--main);
   }
   .page-link:focus {
    color:var(--main);

   }

   .page-item.active .page-link {
    background-color:var(--main);
    border-color:var(--main);
   }
   .btn {white-space: nowrap;}
   .card_preview table>:not(caption)>*>* { white-space: normal;}
   .nowrap {white-space: nowrap!important;}
   .w110{width:110px!important}
   .w38{width:30px!important}
.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer; 
}
.section_title h2{color: var(--black);}
  .plans .plan .plan-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #e1e2e7;
      border-radius: 10px;
      -webkit-transition: -webkit-box-shadow 0.4s;
      transition: -webkit-box-shadow 0.4s;
      -o-transition: box-shadow 0.4s;
      transition: box-shadow 0.4s;
      transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
      position: relative;
      background: #ffffffb3;
  }
  
      .plans .plan .plan-content img {
          margin-right: 10px;
          height: 64px;
      }

  .plans .plan .plan-details span {
      margin-bottom: 4px;
      display: block;
      font-size: 14px;
      line-height: 18px;
      color: #252f42;
      font-weight: 600;
  } 

.plans .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background:  var(--main);
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid var(--white);
  -webkit-box-shadow: 0px 0px 0px 2px  var(--main);
  box-shadow: 0px 0px 0px 2px  var(--main);
}
 
.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid  var(--main);
  background: #e1f2ff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;

} 

.bg-light {
  color: #212529;
}
.avatarpreview {
width: 105px;
height: 105px;
position: relative;
border-radius: 0%;
border: 0px solid #BCD6F5;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0);
}
.avatarpreview > div {
width: 100%;
height: 100%;
border-radius: 0%;
background-image: url(../images/plans.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.font-14{font-size:0.85rem;}
.h4show{ padding:0.5rem}
.h4show ul.b ul {
list-style-type: circle;
padding-left: 20px;
color: var(--dark);
margin-bottom: 12px;
}
.line_hgt_34{line-height:34px;}
.btn-block {display:block}
label span{color:red}
.filter_type_item label span{color:#5a5a5a;}
.HideDetails h4{color: var(--black);font-size: 1.05rem;background-color: #f0f6fd;border:1px solid #eee; border-radius:4px; padding:0.5rem 1.0rem}
.bdr_end{border-right:1px solid #eee;}
.h4show ul.b {
list-style-type: square;
padding-left: 20px;
color: var(--primary); 
margin: 0px;
max-height: 240px;
overflow: hidden;
overflow-y: hidden;
overflow-y: auto;
scrollbar-width: thin;
}
.f-large{font-size:1.10rem;font-weight:600; color: var(--main);}
.payslip hr{opacity: .1;}
.payslip {
position: relative;
width: 100%;
min-height: 640px;
background: var(--white);
border: 1px solid #d9e0e6;
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
padding: 100px;
}

.payslip h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
}

.payslip .fnt-13 {
    font-size: 12px;
}

.clrgrey {
color: #999
}

.fontlgt {
font-weight: lighter;
}

.payslip .head span {
font-size: 19px;
}

.payslip .fnt-18 {
font-size: 19px;
}

.payslip .fnt-20 {
font-size: 20px;
}

.mgn-bt4 {
margin-bottom: 4px
}

.wd50 {
float: left;
width: 50%
}

.wd100 {
width: 100%
}

.payslip .namedetails {
margin-top: 80px;
font-size: 26px;
font-weight: 400;
line-height: 38px;
}

.fnt-34 {
font-size: 34px;
}

.payslip .statement_head {
font-size: 24px;
border-bottom: 4px solid rgba(0,106,194,.15);
display: block;
color: var(--main);
font-weight: 600;
line-height: normal;
margin-bottom: 15px;
padding-bottom: 12px;
}


.text-right{text-align:right}
.Paythirdline span {
display: block;
}

.payslip .Payforthline {
margin-top:60px;
 font-weight: 500;
line-height: 32px;
}


.payslip .Payfifthline {
color: var(--main);
background-color: #f0f6fd;
font-size: 1.2rem;
border:2px solid #d9e0e6;
padding:1.5rem; border-radius:8px; margin-top:2rem;


}
.head{color: var(--black);}
.bdr-inv {
border-top: 1px solid #d9e0e6;
width: 100%;
/*! float: left; */
}.payslip p{color: var(--black);}
.payslip .statement__head {
font-size: 20px;
display: block;
color: var(--main);
font-weight:500;
line-height: normal;
margin-bottom: 8px;
}
.th_width{width: 100px; text-align: right;}
.payslip .namedetailss {
margin-top:30px;
line-height:24px; 
}

.payslip .namedetailss .wd-16px {
width: 160px;
font-weight: 400; color: #718fb3;line-height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
}

.payslip .cls-location-part p span:nth-child(3n) {
margin-left: 8px;
}
table {
font-size: 14px;
}
.summery_navigate .nav-link:hover {
color: var(--main);
border-bottom: 1px solid #dee2e6;
}
.bdr-lft{border-right:1px solid #eee;margin-right:12px;}
  .bdr-lft small{width: 130px;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    text-overflow: ellipsis;}
    .note-item{position: relative;}
    .note-item .btnn_hover{position:absolute; right:0px;margin-top:10px;opacity:0;}
    .note-item:hover .btnn_hover {opacity:1;}
    table>:not(caption)>*>* { white-space: nowrap;}
@media screen and (max-width:992px) {
  .messages-page {height:85.5vh;}
  .chat {height:100%;}
  .d_none_head{display:none} 
  .user-content {width:95%;}
  .note-item .btnn_hover{opacity:1;}

}

@media (max-width: 991px) {
  .tab-content>.tab-pane {display:block; opacity:1;}
} 
@media screen and (max-width: 991px) {
  .plans {
      /*! margin: 0 20px; */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
       padding: 20px; 
      text-align: center;
  }

      .plans .plan {
          width: 100%;
      }

  .plan.complete-plan {
      margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
      width: 70%;
      display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
      top: 45%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
  }
} 

@media screen and (max-width: 767px) {
  .hide-sm{display:none}
  .ps-md-1 {
  padding-left: 0rem !important;
}
  .plans .plan .plan-content .plan-details {
      width: 60%;
      display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .sessions .time {
      margin-bottom: 0.3rem;                                      
  }
}
@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
      margin-bottom: 20px;
      height: 56px;
      -webkit-transition: height 0.4s;
      -o-transition: height 0.4s;
      transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
      top: 20px;
      right: 10px;
  }

  .plans .plan .plan-content .plan-details {
      width: 100%;
  }

  .plans .plan .plan-content {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
  }
}
 .textC { 
  margin-bottom: 5px; 
  color: #777; 
  padding: 0; 
  position:relative;  
  font-size: 14px; 
  display: block;
} 
.show-moreC { 
  color: var(--black);
  position: relative;

  text-align: center;
  cursor: pointer;
  font-weight: 600;
  padding-top: 12px; 
}  
 .show-moreC:hover { 
    color: #1779dd; 
}
 .show-more-height_Certificatelink{ 
  max-height: 115px; 
  overflow:hidden; 
}
.searchTags .btn {margin:2px; font-weight: 400; font-size:11px;/*! letter-spacing:0.5px; */ line-height: 1.15em; border-radius:4px; padding:4px 6px; cursor: pointer;}
.nowarp{white-space:nowrap;} 
.load-wrapp { 
  /*! float: left; */
  width: 100px;
  /*! height: 100px; */
  margin: 0 10px 10px 0;
  /*! padding: 20px 20px 20px; */
  border-radius: 5px;
  text-align: center;
  /*! background-color: #d8d8d8; */
  display: inline-flex;
} 
.searchTags .btn .cls_cross{border: 1px solid #dee2e6;
border-radius: 18px;
width: 18px; 
height: 18px;
display: inline-block;
font-size: 12px; 
font-weight: 600;
color: red;
text-align: center;
line-height: 14px;
background: #fff;}
.load-wrapp p {
  padding: 0 0 20px;
}
.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 8px;
  border-radius: 20px;
  background-color: #7fb6e0;
} 


.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}
@keyframes loadingB {
  0 {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}
.accordion-button:focus {
  border-color:transparent;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.00);
  background: #f6fbff;
}
.selectBox {
  /*! border: 1px solid #ccc; */
  position: relative;
  padding: 0px 24px 0 0;
  cursor: pointer;
}
.selectBox__value { 
  white-space:normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-width: 160px;
  font-weight: 600;
  color: #000;
  line-height: 15px;
  padding-right: 15px;
} 

.border-rgt{border-right:1px solid #d4dbe1}
.selectBox__value p{margin-bottom:0px;line-height:14px; font-weight:600;}
.selectBox:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
}
.dateTimeScheudle .form-control{height:auto;margin:0}
.selectBox p{margin-bottom:0px;line-height:14px; font-weight:600;}
.selectBox .dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
overflow-y: auto;scrollbar-width:thin;overflow-x:hidden}
.selectBox .dropdown-menu ::-webkit-scrollbar{width:6px}
.selectBox .dropdown-menu ::-webkit-scrollbar-track{background:#f7f7f7}
.selectBox .dropdown-menu ::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:0}

.selectBox.show {
  background-color: #fff;
}
.selectBox.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}
.selectBox .dropdown-item.active, .selectBox .dropdown-item:active {
  color:var(--black);
  background-color: #f6fbff;
}
.selectBox .dropdown-item:focus, .selectBox .dropdown-item:hover {
  color: var(--black);
  text-decoration: none;
  background-color:#f6fbff;
  border-color:#f0f0f0;
}
.bdr_btm_n{border-bottom:0px solid #dee2e6}
.found_area{background: #f2f6fb;
border-bottom: 1px solid #dee2e6;}
.bg_light_grey{background-color:#f6f7f9 !important;padding: 20px !important; padding-bottom:4px !important;}
.bg_light_grey ul {list-style:none; margin-bottom:20px;}
.bg_light_grey li { margin:4px; display: inline-block;}
.bg_light_grey li .btn-outline-primary {font-weight:500; color: var(--main);background-color:#fff; border-color: var(--main);}
.btn-check:checked + .btn-outline-primary{
  color: #fff !important;
  background-color:var(--main);
  border-color:var(--main);
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
 .myaccordion .accordion-button{padding:0rem 1rem;}
.myaccordion .accordion-button label{font-weight:600;margin-left:8px; width:100%;padding:1rem 0rem;}

.myaccordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(0,0,0,.125);
}
/* *** The Checkboxes *** */
.btn-check + .btn-outline-primary > i.fa:before { content:"\f096"; }
.btn-check:checked + .btn-outline-primary > i.fa:before { content:"\f046"; }

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color:var(--main);
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color:#ddd;
}
.header_card {background: #f6f7f9 ;}
.header_card p b{color: #000 ;}





.avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 50px auto;
  text-align: center;
}
 
.avatar-upload .avatar-edit {
  margin-top: 15px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  background: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  background: #fff;
  color: var(--black);
  font-weight: 600;
  align-items: center;
  border: 1px solid var(--black);
  text-align: center;
  padding: 12px;
}

.dropdown-menu::before,
.dropdown-toggle::after {
  display: none
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundcolor {
  background: #fff !important;
}

article {
  margin-bottom: 30px;
  color: #000;
}

.img-responsive {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.00) !important;
}

figcaption {
  margin-top: 8px;
}

article h3 {
  font-size: 1.2rem;margin:0px;
}

article p {
  color: #000 !important
} 

article>h4 {
  font-size: 1.05rem !important;margin:0px;
} 

dt,
dd {
  margin-bottom: 5px;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-weight: 500;
}

.dl-horizontal dd {
  margin-left: 180px;
  font-weight: 400; overflow:hidden;
}

dl p {
  margin: 0px !important;
}
 
figcaption p {
  margin: 0px;
}   
    
.panel { 
  border:1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  /*! box-shadow: 0 0 0 1px rgba(53, 72, 91, .07), 0 2px 2px rgba(0, 0, 0, .01), 0 4px 4px rgba(0, 0, 0, .02), 0 10px 8px rgba(0, 0, 0, .03), 0 15px 15px rgba(0, 0, 0, .03), 0 30px 30px rgba(0, 0, 0, .04), 0 70px 65px rgba(0, 0, 0, .05); */
  -webkit-box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
  box-shadow: 0 5px 10px 2px rgba(195, 192, 192, .2);
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! max-width: 207px; */
}
.hgt_420{height:420px!important;}.col-blue b{color: var(--main) !important;}
.searh_cv_listing ul{margin:0; padding:0px;column-count: 2;}
.searh_cv_listing ul li{ 
list-style: square; 
width:100%; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w_38{width:38px;}
.col-green{color:#039142!important}
.searh_cv_listing ul li:first-child{   margin-bottom: 0;}
 
.searh_cv_listing ul li{ display: block; font-weight:400;margin: 0 0 6px 0;  -webkit-column-break-inside: avoid;page-break-inside: avoid; break-inside: avoid;}
.searh_cv_listing ul li b{color: var(--black);}
.searh_cv_listing ul li:hover{ text-decoration: underline;color: var(--main); text-decoration-thickness: 2px;}
.searh_cv_listing ul li:hover b{color: var(--main);}
.results_main .accordion .collapsed  h6{color: var(--black);}
.results_main .accordion .accordion-button{cursor:pointer}
.results_main .accordion .accordion-button img{opacity: 0.60;}
.results_main .accordion h6 {font-size: 1.00rem !important;color:#5a5a5a;font-weight:600;}
.results_main .accordion h6 b{font-size: 1.055rem !important; color: #5a5a5a; font-weight: 400;}
.modal-xl .nav-tabs .nav-link {font-size: 1.050rem;letter-spacing: 0.35px;padding: .45rem 1.5rem;font-weight: 800;}
hr {background-color: #dee2e6;opacity: 1;}  
.border_none{border:0px solid #eee} 
.bdrall{border:1px solid #dee2e6;}.bg__light_grey b{font-weight:500;}
.bg__light_grey{background-color:#f2f6fb;border-left: 1px solid #dee2e6;}
 .bg__light_grey .list-group-item{background-color:transparent;border-bottom: 1px solid #dee2e6;color: var(--black); cursor: pointer; /*! font-weight:500; */}
 .bg__light_grey .list-group-item:hover{background-color:#fff;color: var(--main)}
.bg_transparent{background-color:transparent;}
.bg__light_grey #filter-widget {max-width: 540px;}
.bg__light_grey .snav_main {top: 0;left: 0%;} 
.bg__light_grey .sidebar{background-color:#f2f6fb;}
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {color:#fff;background-color:var(--main);border-color:var(--main);}
.note-list{ overflow-y: auto;scrollbar-width:thin; overflow-x: hidden;max-height: 323px;position: relative;width: auto;top: 0; list-style: none;border-top: 1px solid #dee2e6;border-bottom:1px solid #dee2e6;margin-top:1.5rem;} 
.note-list::-webkit-scrollbar {width:6px; }
.note-item:hover .user-info{color:var(--main);}
.note-list::-webkit-scrollbar-track {background: #f7f7f7;}
.note-list::-webkit-scrollbar-thumb {background-color:#aaa; border-radius:0px;}
.note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  padding: 0.65rem 0 !important;
  cursor: pointer;
}
.note-list li{ border-bottom:1px solid #dee2e6;}
.note-list li:last-child{ border-bottom:0px solid #dee2e6!important;}
.note-list p.user-info {
  margin: 0.15rem 0 5px;
  line-height: 18px;
  color: var(--black);
} 
.note-list p.time {
  margin: 0; 
  color: #5a5a5a;
}
.btn_hover{/*! display:none; */}
.card:hover .btn_hover{display:inline;}
.note-list span.name {
  font-weight:500;
}

/*live chat*/
.chat_card{ position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);}
  .chat_card-header{
      border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
      border-bottom: 1px solid rgba(0,0,0,.125); background-color:#1799d5;
  }
  .chat_card-footer{
      border-radius: 0 ;
  }
  .fixed-live-chat {
    width: auto;
    bottom:0%;
    right:1%;
    z-index: 999999;
  }
   
  .live-chat .chatbox {
    position: relative;
    color:  var(--main);
    background-color: #fff;
    width: 75px;
    height: 75px;
    font-size: 25px;
    border: 0;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    line-height: 20px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
  }
  .live-chat .chatbox span {
    font-size: 10px;
    font-weight: 600;
    color:  var(--main);
    display: block;
    text-transform: uppercase;
  }
  
  .live-chat .close,
  .live-chat .close:hover {
    font-size: 15px;
    opacity: 1;
    outline: none;background: transparent;
  border: 0px;
  color: #fff;
  } 
  .live-chat .dropchat {
    position: absolute;
    min-width: 360px;
    right: 0;
    bottom: 100%;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: text;
    display: none;
    animation: show 333ms ease;
  }
  .live-chat .expandDiv {
    min-width:990px;   
  }
  .live-chat .expandDiv .typer input[type="text"] {
    font-size: 15px !important;
    padding: 1.5rem!important;
  }
  .live-chat .expandDiv .typer span[type="submit"] {
    font-size: 28px !important;
    padding: 1.0rem !important;}
  .live-chat .dropchat.show {
    display: block;
  }
  .live-chat .dropchat .chat_card-header {
    padding: 0.8rem 1rem;
  }
  .live-chat .dropchat .chat_card-body {
    padding: 0.5rem;
  }
  .live-chat .dropchat .chat_card-header img {
    width: 25px;
  } 
  .live-chat .dropchat .chat_card-header h5 {
    font-size:15px; color:#fff;
    font-weight: 600;
    max-width: 207px;
  }
  .live-chat .text-success {
      color: #a2f09b !important;
  }
  .live-chat .dropchat .typer {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
  }
  .live-chat .dropchat .typer input[type="text"] {
    width: 100%;
    font-size: 13px;
    padding: 1rem;
    border: 0;
    border-radius: 4px;
  }
  .live-chat .dropchat .typer input[type="text"]:focus {
    outline: none;
  }
  .live-chat .dropchat .typer span[type="submit"] {
      font-size: 20px;
      position: absolute;
      padding: 0.5rem;
      cursor: pointer;
      -webkit-appearance: inherit;color: var(--main);
  }
  
  .live-chat .dropchat .list {
      display: flex;
      flex-direction: row;
      align-items: start;
      justify-content: start;
      line-height: 15px;
      list-style: none;
      padding: 0.5rem;
  }
  .live-chat .dropchat .list.revange {
      display: flex;
      flex-direction: row-reverse;
      align-items: start;
      justify-content: start;
  }
  .live-chat .dropchat .list img.chat-avater {
    width: 25px;
    padding-right: 5px;
    padding-left: 0px;
  }
  .live-chat .dropchat .list.revange img.chat-avater {
    width: 25px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .live-chat .dropchat .list .chat-content {
      width:90%;
      color: #333;
      background: #fff;
      padding:8px;
      border-radius:4px;
      border:1px solid #cddff0;
  }
  .live-chat .dropchat .list.revange .chat-content {
      color: #000;
      background: #f3f8ff;
  }
  
  .live-chat .dropchat .list:last-child {
    border-bottom: 0;
  }
  .live-chat .dropchat .list p {
      font-size: 13px;
      font-weight: 500;line-height:18px;
      margin-bottom: 0;
  }
  .live-chat .dropchat .list span {
      font-size:11px;
  }
  
  /*animation*/
  
  @keyframes show {
    0% {
      opacity: 0;
      transform: translate(0, 10%)
    }
    100% {
      opacity: 1;
      transform: translate(0, 0%)
    }
  }
  .bdr-btn-chat{padding:5px 15px; border-bottom:1px solid #eee; font-size:12px;}



  
/* Upload Area */
 .upload-area {
  width: 100%;
  /*! max-width: 25rem; */
  /*! background-color: var(--white); */
  /*! box-shadow: 0 10px 60px rgb(218, 229, 255); */
  /*! border: 2px solid #eee; */
  /*! border-radius: 24px; */
  padding: 1rem 1.875rem 2rem 1.875rem;
  /*! margin: 0.625rem; */ 
  text-align: center;
}

.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {

}

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--grey);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--light-bg);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--main);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--white);
  color: var(--main);
  border: 1px solid var(--light-bg);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed #eee;
  border-radius: 15px; 
  margin-top: 2.1875rem;
  cursor: pointer;overflow: hidden;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--main);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--main);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--grey);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--light-bg);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--main);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
  
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--grey);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--main);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--main);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--main);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--grey); 
}
.max-90 {
  min-width: 90px;
  max-width: 90px;
}
.font11rem{font-size:1.1rem;}
.smalldesc {height:224px;overflow:hidden;transition: all 1s ease;} 
.bigdesc { height: auto;}
.click1 a{color:#1f7fc7;text-decoration:underline;font-weight:600;}
.temp{background: #f2f6fb;
margin: 2px 1%;
width: 98%;
color: #000;}
.bdr_hgt_0{border:0px solid #fff; height:auto;padding:0;margin:0px;}
.modal-sm {max-width: 300px!important;}
.modal-sm .modal-content .modal-header { padding-top: 8px; color:#fff;padding-bottom: 8px; color:#fff; background: var(--main) !important; border-bottom: 1px solid var(--main);}
.modal-sm .modal-content {border-radius: 0.35rem!important;}

.course_SUbheader{ 
  background: #fff;
  padding: 6px 0; 
  position: sticky; 
  top: -1rem; 
  z-index: 99; 
  border-bottom: 1px solid #edecfc;
}

ul.checktree{list-style:none;margin:3px;margin-left:60px}ul.checktree li:before{height:1em;width:24px;border-bottom:1px dashed;content:"";display:inline-block;top:0;position:absolute}ul.checktree li input{margin-left:28px;margin-right:4px}ul.checktree li ul{margin-left:32px;font-size:14px}ul.checktree li{border-left:1px dashed;list-style:none;position:relative;display:block;padding:4px 0}ul.checktree li label{font-weight:600;color:var(--main);margin-bottom:0;display:unset}ul.checktree li ul label{font-weight:500;color:var(--black);margin-bottom:0;display:unset}ul.checktree li:last-child:before{border-left:1px dashed}ul.checktree li:last-child{border-left:none}
.upload-button {font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 8px 9px;
  background: var(--main);
  border-radius: 20px;}
  .drop-zone {
    max-width: 540px;
    height: 240px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed var(--main);
    border-radius: 10px;
}
.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.lLocation{ background-color:#fff;position:relative; border-radius:4px; border:1px solid #d9e0e6; box-shadow:1px 1px 6px 0 rgb(0 0 0 / 08%); margin:12px 0;}
.lLocation .heading{border-bottom:1px solid #d9e0e6; padding:5px 10px 6px;background-color:#fcfdff;}
.lLocation .dl-horizontal dd {margin-left:100px;}
.lLocation .dl-horizontal dt {width:92px;}
.lLocation h5 {font-size:1.10rem;}
.modal-header h5 { font-size:1.10rem;
  line-height: 14px;
}