:root {
  --white: #ffffff;
  --light: #f1f1f1;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #ddd;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #101010;
  --primary: #0a6ed4;
  --secondary: #004182;
  --green: #26b170; /*dark*/
  --blue: #21638a;/*dark*/
  --red: #da0400;
  --yellow: #fcbd01;
  --title-blue: #004AAB;
  --yellow-light: rgb(255, 188, 107); /* specially for rating star*/
  --rating-yellow: rgb(255, 188, 107);
  --gray-border: #ddd;
  --applied-color:#41BBBB;
  --shortlisted-color:#FF8159;
  --interview-color :#BB41AF;
  --offered-color :#4289BD;
  --rejected-color :#FF596D;
  --skipped-color: #CCB347;
  --gradient-golden: linear-gradient(90deg, #d08841, #debd82);
}

body {
  font-family: 'Lexend', sans-serif !important; 
  background-color: #fff !important;
  color: #101010 !important;
}
body {
    margin: 0 !important;
    padding: 0 !important;
}
button, html, input, select, textarea {
  font-family: 'Lexend', sans-serif !important; 
}
html {
  background-color: var(--white) !important;
}
/* New search-job page color theme */
.color-title {color: var(--black);}
.color-primary-text {color: var(--gray-600);}
.bg-color-gray {background-color: #F9F9F9;}
.divider-border {color: #DDDDDD;}
.bg-color {background-color: #FFEB99;}
.bg-color-secondary {background-color: #A0A4A8;}
/* //New search-job page color theme */

.color-blue { color: #006EFF; }
.color-primary-bg { background-color: var(--primary); }
.color-red { color: #da0400; }
.color-green { color: var(--green); }
.color-secondary-bg { background-color: #004AAB; }
.color-grey { color: #333; }
.box-shadow { box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.14); transition: 0.5s ease all; }
.btn-shadow { box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2); transition: 0.5s ease all; }
.border-blue { border: 1px solid var(--primary); }
.color-green { color: var(--green); }
.color-orange { color: #EEB218; }
.color-gray-500 { color: var(--gray-500); }
.color-gray-600 { color: var(--gray-600); }
.border-success-green, .form-control.custom-input.border-success-green { border: 1px solid var(--primary); }
.form-control.custom-input.border-error-red { border: 1px solid #da0400; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.border-thickness { border: 1px solid var(--gray-200); }
.pd-0 { padding: 0; }
.pt-10 { padding-top: 10px; }
.pt-30{ padding-top:30px; }
.pl-0 { padding-left: 0; }
.pr-0 { padding-right: 0; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left:15px; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right:15px; }
.pd-20 { padding: 20px; }
.fw-700 { font-weight: 700; }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }
.flt-left { float: left; }
.flt-right { float: right; }
.margin-lr-0 { margin-left: 0; margin-right: 0; }
.mb-0 { margin-bottom: 0; }
.ml-5 { margin-left: 5px; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.width-100 { width:100%; }

/*Theme Buttons style*/
.btn.btn-normal{
  background-color: var(--light);
  border:1px solid var(--light);
  color: var(--gray-700);
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 15px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  line-height: inherit;
}
.btn.btn-normal:hover, .btn.btn-normal:active, .btn.btn-normal:focus{
  background-color: var(--gray-100);
  border:1px solid var(--gray-100);
  color: var(--black);
  box-shadow: 0px 0px 0px 3px rgba(212, 212, 212, 0.3);
}
.btn.btn-border{
  background-color: var(--white);
  border:1px solid var(--gray-700);
  color: var(--gray-700);
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 15px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn.btn-border:hover, .btn.btn-border:active, .btn.btn-border:focus{
  background-color: var(--gray-100);
  border:1px solid var(--gray-100);
  color: var(--black);
  box-shadow: 0px 0px 0px 3px rgba(212, 212, 212, 0.3);
}
.btn.btn-border-blue {
  background-color: var(--white);
  border: 1px solid var(--secondary);
  color: var(--secondary);
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 16px;
}
.btn.btn-border-blue:hover, .btn.btn-border-blue:active, .btn.btn-border-blue:focus {
  border: 1px solid var(--blue);
  box-shadow: 0px 0px 0px 3px rgba(0, 74, 171, 13%);
}
.box-shd{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.btn.btn-sm, .btn-link.btn-sm, .btn-link-danger.btn-sm{
  font-size: 12px;
  padding: 5px 12px;
  font-weight: 500;
}
.btn.btn-blue, .navbar-default .navbar-nav>li>a.btn.btn-blue {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.btn.btn-blue.btn-border-blue, .btn.btn-border-blue {
  background-color: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: 0.3s ease-in-out;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue.btn-border-blue:hover, .btn.btn-blue.btn-border-blue:active, .btn.btn-blue.btn-border-blue:focus, .btn.btn-border-blue:hover, .btn.btn-border-blue:active, .btn.btn-border-blue:focus{
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
  box-shadow: 0px 0px 0px 3px rgb(0 110 255 / 30%);
}
a {
  color: var(--primary);
}
a:hover {
  color: var(--secondary);
}
a.btn-link, .btn-link{
  font-size: 16px;
  padding: 6px 15px;
  background-color: rgba(61, 130, 171, 0.20);
  border-radius: 4px;
  font-weight: 500;
  color: var(--secondary);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
a.btn-link.btn-link-lg, .btn-link.btn-link-lg{
  font-size: 18px;
  padding: 10px 25px;
}
a.btn-link:hover, a.btn-link:active, a.btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link:focus, a.btn-link.btn-wot-bg:hover, a.btn-link.btn-wot-bg:active, a.btn-link.btn-wot-bg:focus, .btn-link.btn-wot-bg:hover, .btn-link.btn-wot-bg:active, .btn-link.btn-wot-bg:focus{
  background-color: rgba(61, 130, 171, 0.35);
  color: var(--blue);
  text-decoration: none;
}
.btn-link[disabled], .btn-link[disabled]:focus, .btn-link[disabled]:hover{
  background-color: rgba(61, 130, 171, 0.35);
  color: var(--blue);
  opacity: 0.7;
}
.btn.btn-link.btn-danger {
  background-color: rgb(218,4,0,0.18);
  color: #f51e1a;
}
.btn-link.btn-danger:hover, .btn-link.btn-danger:active, .btn-link.btn-danger:focus{
  background-color: rgb(218,4,0,0.2);
  color: var(--red);
  text-decoration: none;
}
a.btn-link.btn-wot-bg, .btn.btn-link.btn-wot-bg {
  background-color: transparent;
}
a.btn-link-text, .btn-link-text {
  font-size: 16px;
  padding: 6px 15px;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 600;
  color: #006EFF;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}
a.btn-link-text.btn-lg, .btn-link-text.btn-lg {
  font-size: 18px;
  padding: 10px 25px;
}
a.btn-link-text:hover, a.btn-link-text:active, a.btn-link-text:focus, .btn-link-text:hover, .btn-link-text:active, 
.btn-link-text:focus {
  /*background-color: rgba(61, 130, 171, 0.35);*/
  color: #21638a;
  text-decoration: none;
}
a.btn-edit, .btn-edit{
  font-size: 16px;
  color: var(--primary);
  padding: 6px 15px;
  background-color: var(--white);
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease-in-out;
}
a.btn-remove, .btn-remove {
  font-size: 16px;
  color: var(--red);
  padding: 6px 15px;
  background-color: var(--white);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
a.btn-remove:hover, .btn-remove:hover {
  color: #d60b0b;
  background-color: rgb(218,4,0,0.12);
  text-decoration: none;
  /*box-shadow: 0px 0px 0px 3px rgb(214 11 11 / 30%);*/
}
a.btn-back {
  padding: 8px 10px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-size: 20px;
  color: var(--gray-600);
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.btn.btn-lg{
  font-size: 18px;
  padding: 10px 25px;
}
.btn.btn-block{
  width: 100%;
  display: inline-block;
}
.back-left.btn-back {
  position: absolute;
  left: 0;
} 
img.edit-io {
  width: 15px;
  margin-right: 5px;
}
.btn-edit-round{
  font-size: 16px;
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50%;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}
.btn-round-md{
  width: 40px;
  height: 40px;
}
.btn-round-sm{
  width: 30px;
  height: 30px;
}
.btn-round-lg{
  width: 50px;
  height: 50px;
}
.btn-edit-round img{
  width: 15px;
}
a.btn-edit:hover, a.btn-edit:active, a.btn-edit:focus, .btn-edit:hover, .btn-edit:active, .btn-edit:focus{
  color: var(--green);
  text-decoration: none;
  box-shadow: 0px 0px 0px 3px rgba(46, 174, 62, 0.3);
}
.btn-link-danger {
  font-size: 16px;
  padding: 6px 15px;
  background-color: rgb(214 11 11 / 10%);
  border-radius: 4px;
  font-weight: 500;
  color: var(--red);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.btn-link-danger:hover, .btn-link-danger:active, .btn-link-danger:focus{
  background-color: rgb(218,4,0,0.15);
  color: var(--red);
  text-decoration: none;
}
.btn-block+.btn-block {
  margin-top: 10px;
}
.btn.btn-disable-green, .btn.btn-disable-green:hover {
  opacity: 0.6;
  pointer-events: none;
}
.btn.btn-disable-gray {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #3d3d3d;
}
.btn.btn-red{
  background-color: var(--red);
  border: 1px solid var(--red);
  color: var(--white);
  transition: 0.3s ease-in-out;
}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:focus{
  background-color: #c90602;
  border-color: #c90602;
  color: var(--white);
  box-shadow: 0px 0px 0px 3px rgba(201, 6, 2, 0.3);
}
.navbar-nav>li>a.btn.border-tranparent {
  background-color: transparent;
  border: none;
  color: #006eff;
}
.navbar-nav>li>a.btn.border-tranparent:hover, .btn.border-tranparent:focus {
  background-color: rgb(0 110 255 / 18%);
  border: none;
  color: var(--secondary);
  box-shadow: none;
}
.navbar-nav>li>a.btn-nav {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.navbar-nav>li>a.btn-nav:hover, .navbar-nav>li>a.btn-nav:active, .navbar-nav>li>a.btn-nav:focus {
  background-color: rgb(0 110 255 / 18%);
  border: none;
  color: var(--secondary);
  box-shadow: none;
}
/*Theme Buttons style*/

/*custom input css*/
.form-control.custom-input {
  background-color: var(--white);
  font-size: 16px;
  border-color: var(--gray-300);
  box-shadow: none;
  border-radius: 4px;
  transition: 0.5s ease all;
  color: #101010;
  height: 46px;
  font-weight: 500; 
}
.form-control.custom-input:hover {
  border-color: var(--gray-600);
}
.form-control.custom-input:active,.form-control.custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0px 0px 12px rgb(61 130 171 / 20%);
}
.form-control.custom-input.input-sm {
  height: 36px;
  font-size: 13px;
}
/*input.form-control.error-input for admin side*/
input.form-control.custom-input.error-input,input.form-control.error-input{
  border: 1px solid var(--red);
  box-shadow: 0px 0px 12px rgb(218 4 0 / 15%);
}
input.form-control.custom-input.success-input,input.form-control.success-input{
  border: 1px solid var(--primary);
  box-shadow: 0px 0px 0px 3px rgba(46, 174, 62, 0.3);
}
/*for textarea*/
.form-control.custom-textbox, .form-control.custom-texarea {
  background-color: #fff;
  font-size: 14px;
  border-color: #ddd;
  box-shadow: none;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  color: #333;
  max-width: fit-content;
  min-width: 100%;
  resize: none;
}
.form-control.custom-textbox:hover, .form-control.custom-texarea:hover {
  border-color: var(--gray-600);
}
.form-control.custom-textbox:focus,
.form-control.custom-textbox:active,
.form-control.custom-texarea:focus,
.form-control.custom-texarea:active {
  border-color: #3d82ab;
  box-shadow: 0px 0px 12px rgb(61 130 171 / 20%);
  outline: 0;
}
span.error-io{
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--red);
}
span.error-txt{
  position: absolute;
  /* top: 55px; */
  font-size: 12px;
  color: var(--red);
}
/*//custom input css*/
/*header css*/
header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  height: 80px;
}
.top-logo {
  height: 30px;
  margin: 10px 0;
}
.top-logo img {
  height: 100%;
}
.right-option {
  text-align: right;
}
span.help {
  color: #3b515d;
  font-size: 18px;
  font-weight: 500;
  margin-right: 2em;
}
.help i {
  border: 1.5px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 15px;
}
span.join-btn {
  display: inline-block;
  margin: 0 20px;
}
.affix {
  top: 0px;
  z-index: 9 !important;
  transition: 0.5s ease all;
}
.nav-col-2{
  width: 130px;
  transition: 0.3s ease all;
  /*background-color: #eff5f9;
  height: 100vh;
  float: left;
  padding-left: 15px;
  padding-top: 15px;*/
}
.nav-col-2 ul.nav.nav-pills.nav-stacked.affix-top, .nav-col-2 ul.nav.nav-pills.nav-stacked.affix{
  width: 130px;
  background-color: #eff5f9;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  transition: 0.5s ease all;
}
.xs-menubar {
  display: none;
}
ul.right-option-ul {
  padding-left: 0;
  margin: 0;
}
li.right-option-li {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 10px;
}
.support-num-show.top-head-select.input-group {
  width: 200px;
}
.top-head-select .input-group-addon {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: var(--gray-600);
  text-align: center;
  display: inline-block;
  padding: 11px 8px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
}
select.form-control.custom-input {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  padding: 11px 15px;
}
select.form-control.custom-input
{
  -webkit-appearance: listbox;
}
.top-head-select .form-control.custom-input {
  padding: 8px 10px;
  height: 38px;
  font-weight: 600;
}
.right-option.without-login-action {
  margin: 6px 0;
}
/*//header css*/

/*banner css*/
section#banner {
  overflow: hidden;
  position: relative;
  background-color: rgb(0 110 255 / 6%);
}
.site-wrapper{
  height: auto;
  padding: 5em 0 10em;
  /* background: rgba(61,131,171,1);
  background: -moz-linear-gradient(-45deg, rgba(61,131,171,1) 0%, rgba(46,174,62,1) 70%, rgba(46,174,62,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(61,131,171,1)), color-stop(70%, rgba(46,174,62,1)), color-stop(100%, rgba(46,174,62,1)));
  background: -webkit-linear-gradient(-45deg, rgba(61,131,171,1) 0%, rgba(46,174,62,1) 70%, rgba(46,174,62,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(61,131,171,1) 0%, rgba(46,174,62,1) 70%, rgba(46,174,62,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(61,131,171,1) 0%, rgba(46,174,62,1) 70%, rgba(46,174,62,1) 100%);
  background: linear-gradient(299deg, rgba(61,131,171,1) 0%, rgba(61,131,171,1) 20%, rgba(46,174,62,1) 70%, rgba(46,174,62,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83ab', endColorstr='var(--green)', GradientType=1 ); */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-wrapper-inner {
  text-align: center;
}
.circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background:#fff;
  border-radius: 100%;
  opacity: 0.2;
  left:15%;
  top:-10%;
}
.animated-circle div{
  position: absolute;
  width: 60px;
  height: 60px;
  background:#6ffb9b;
  border-radius: 100%;
  opacity: 0.2;
}
.animated-circle div:nth-child(1){
  top:12%;
  left:42%;
  animation: animate 10s linear infinite;
}
.animated-circle div:nth-child(2){
  top:70%;
  left:50%;
  animation: animate 7s linear infinite;
}
.animated-circle div:nth-child(3){
  top:17%;
  left:6%;
  animation: animate 9s linear infinite;
}
.animated-circle div:nth-child(4){
  top:20%;
  left:60%;
  animation: animate 10s linear infinite;
}
.animated-circle div:nth-child(5){
  top:67%;
  left:10%;
  animation: animate 6s linear infinite;
}
.animated-circle div:nth-child(6){
  top:80%;
  left:17%;
  animation: animate 12s linear infinite;
}
.animated-circle div:nth-child(7){
  top:60%;
  left:80%;
  animation: animate 15s linear infinite;
}  
.animated-circle div:nth-child(8){
  top:32%;
  left:25%;
  animation: animate 16s linear infinite;  
}  
.animated-circle div:nth-child(9){
  top:90%;
  left:25%;
  animation: animate 9ss linear infinite;
}  
.animated-circle div:nth-child(10){
  top:20%;
  left:80%;
  animation: animate 5s linear infinite;
}
@keyframes animate{
  0%{
    transform:scale(0) translateY(0) rotate(0);
  }
  100%{
    transform:scale(1.3) translateY(-90px) rotate(360deg);
  }
}
/*animation*/
.main-banner-text {
  color: #fff;
}
/* .main-banner-text h1 {
  font-size: 4.3em;
  font-weight: 400;
}
.main-banner-text h2 {
  font-size: 4.6em;
  font-weight: 600;
}
.main-banner-text h3 {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
} */
/*//banner css*/
.introduction-video-full{
  position: relative;
}
.floating-video-wrap {
  width: 950px;
  height: 480px;
  background-color: #ddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
}
.sec-intro-video {
  min-height: 400px;
}
.sec-bg-gray {
  background-color: #f8f8f8;
}
.pd-tb-50 {
  padding: 50px 0;
}
.testimonial-text {
  height: 300px;
  display: flex;
  align-items: center;
}
.testimonial-text p {
  font-size: 20px;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  color: var(--gray-600);
  line-height: 1.5;
}
.testimonials-video {
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
  background-color: #ccc;
}
.sec-title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: #3b515d;
}
.apply-btn-sec {
  display: block;
  text-align: center;
  padding-top: 85px;
}
.apply-btn-sec a {
  margin: 0 30px;
}
/* START: ---lboard css--- */
.leaderboard-section {
  background-color: #f9f9f9;
  padding: 50px 0 5em;
  /*margin-bottom: 3em;*/
}
.ldboard-title {
  width: 100%;
  margin: 5em 0;
}
.ldboard-title h3 {
  color: #3b515d;
}
.ldboard-title h2 {
  font-size: 44px;
  line-height: 1.4;
  font-weight: 600;
  color: #3b515d;
}
.ldboard-title p {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-600);
  margin-top: 30px;
}
.ldboard-table {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 8px;
}
.ldboard-table .table>tbody>tr>th, .ldboard-table .table>tbody>tr>td {
  border: none;
  padding: 8px;
  /*padding: 28px 12px;*/
  vertical-align: middle;
}
.ldboard-table .table>tbody>tr.raw-closed {
  background-color: #ffffe0;
}
.ldboard-table .table-striped>tbody>tr.raw-closed:nth-of-type(odd) {
  background-color: #ffffe0;
}
.ldboard-table .table{
  margin-bottom: 0;
}
.ldboard-table .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.ldboard-table .table-striped>tbody>tr.thead {
  background-color: transparent; 
  border-bottom: 1px solid #f1f1f1;
}
.ldboard-table .table>tbody>tr.thead>th{
  color: var(--gray-600);
  font-weight: 600;
}
tr.high-tr {
  background-color: #fff;
  box-shadow: 0px -12px 12px rgb(0 0 0 / 3%);
  position: static;
  width: 100%;
  z-index: 99;
}
tr.inset-shd{
  -webkit-box-shadow: inset 0px 5px 10px 0px rgb(0 0 0 / 3%);
  -moz-box-shadow: inset 0px 5px 10px 0px rgb(0 0 0 / 3%);
  box-shadow: inset 0px 5px 10px 0px rgb(0 0 0 / 3%);
}
td.rankone, .high-tr td.rfl-amount {
  color: var(--green);
  font-size: 24px;
  font-weight: 600;
}
.avtar-img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
}
.avtar-img img {
  width: 100%;
  object-fit: cover;
}
.table>tbody>tr>td.user-dtl {
  width: 50%;
}
td.user-dtl {
  color: #3b515d;
  font-size: 16px;
  font-weight: 500;
}
.rfl-amount .sub-txt {
  font-size: 80%;
  font-weight: 400;
}
span.avtar-a, span.avtar-d, span.avtar-s, span.avtar-n, span.avtar-j, span.avtar-f, span.avtar-m{
  text-align: center;
  line-height: 40px;
  background-color: #bd8cbf;
  color: #fff;
}
span.avtar-n, span.avtar-j{
  background-color: #7accc8;
}
span.avtar-d, span.avtar-s{
  background-color: #8393ca;
}
span.avtar-m{
  background-color: #ff80ab;
}
/* END: ---lboard css--- */

/* .sec-btn-apply {
  background-color: #f4f8fa;
} */
.sec-btn-apply p {
  margin-top: 25px;
  font-weight: 500;
}

/*---START: Footer CSS---*/
.fw-500{
  font-weight: 500;
}
.terms-section {
  padding: 60px 0;
  background-color: var(--secondary);
}
.term-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.term-box p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px;
}
.term-box p.list-para {
  margin-bottom: 10px;
}
span.ques {
  display: block;
  margin-bottom: 3px;
}
footer {
  background-color: #042c60;
  padding: 25px 0;
  text-align: center;
}
.copy-right {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.india-partner {
  font-size: 14px;
  font-weight: 400;
  opacity: .4;
  margin: 0;
  line-height: 26px;
}

footer p img.ftr-logo {
  width: auto;
  height: 16px;
}
.dev-support-num {
  /*margin-top: 3em;*/
  text-align: center;
  /*  border-top: 1px solid #ddd;
    padding-top: 2em;*/
}
h4.support-title {
  color: #FFF;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}
ul.support-number {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}
.support-number li {
  display: inline-block;
  margin: 0 5px;
}
.support-number li a {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
}
.support-number li a:hover{
  color: #FFF;
}
.country-flag img {
  width: auto;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #949494;
  border-radius: 2px;
}
span.saprate-dot {
  width: 7px;
  height: 7px;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}
.why-join-us ul {
  font-size: 18px;
  margin-bottom: 40px;
}
.why-join-us ul li {
  margin-bottom: 20px;
}
.why-join-us h4 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.oldvsnew img {
  margin-bottom: 20px;
}

/*Model css start*/
#recruiterSignupModal .modal-dialog {
  max-width: 500px;
}
section.signform {
  position: relative;
}
.signform .close img {
  width: 20px;
}
#recruiterSignupModal .valid-form-box {
  position: static;
  left: auto;
  transform: none;
  top: auto;
  box-shadow: none;
  max-width: none;
  padding: 30px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.valid-form-box h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--primary);
}
.valid-form-box h1 .help-txt {
  font-size: 16px;
  display: block;
  color: var(--gray-600);
  font-weight: 500;
  line-height: 1.6;
}
.valid-form-box .form-group {
  margin-bottom: 30px;
  position: relative;
}
.submit-btn {
  text-align: center;
  margin-top: 45px;
}
.mobile-input-grp .intl-tel-input.allow-dropdown.separate-dial-code {
  width: 100%;
  display: block;
}
input.form-control.custom-input, .form-control.custom-input {
  height: 45px;
  background-color: #fff;
  border-color: #ddd;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  color: #333;
  padding: 10px 0 10px 10px;
}
span.error-txt {
  position: absolute;
  top: 46px;
  font-size: 10px;
  color: #da0400;
}
.border-error {
  border: 1px solid #d60b0b !important;
}
p.term-subtxt {
  margin-top: 10px;
  font-size: 11px;
  color: var(--gray-600);
}
.term-subtxt a {
  display: inline-block;
  color: #3d82ab;
}
.fw-5 {
  font-weight: 500;
}
#recruiterSignupModal .gofor-other.goto-signup {
  margin-top: 0em !important;
}
.gofor-other {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 15px;
}
.gofor-other p {
  font-size: 12px;
  font-weight: 500;
}
a.login-link {
  font-size: 17px;
}
/*Model css end*/

.apply-radio-opt label {
  font-weight: 500;
  font-size: 16px;
  margin-left: 5px;
}
.commission-sec h3 {
  margin-top: 0;
}

/* Recruiter-Landing-Page */
.text-welcome {
  color: var(--black);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-recruitment {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  background-image: linear-gradient(119deg, #0032f6, #1dcaf8);
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
}
.text-price {
  color: var(--black);
  font-size: 2rem;
  font-weight: 500;
  width: 74%;
  margin: 0 auto 20px;
}

/* Program-Overview-Css */
.program-overview {
  padding: 60px 0;
  background-color: #f2f6ff;
}
.program-overview p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.overview-box {
  text-align: center;
}
.overview-box h2 {
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 15px;
}
.green-border {
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
}

/* Recruitment-Partner-Css */
.recruitment-partner-advocate {
  padding: 60px 0;
  background-color: #FFF;
}
.recruitment-partner-advocate p {
  font-size: 2rem;
  padding-top: 40px;
  font-style: italic;
  line-height: 37px;
}
.linkedin-link {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #0077b5;
  color: #FFF;
  padding: 6px 8px 2px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
  font-size: 1.0625rem;
}
.linkedin-link:hover {
  color: #FFF;
}
.image-title {
  padding: 0.9375rem;
  text-align: center;
  background-color: rgb(255 255 255 / 92%);
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 420px;
}
.recruitment-partner-advocate h6 {
  font-size: 1.3rem;
  font-style: italic;
}

/* Help-Desk-Css */
.help-desk {
  padding: 60px 0;
}
.ceo-data {
  padding: 50px;
  background-color: rgb(0 110 255 / 6%);
  border-radius: 5px;
}
.ceo-data img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.ceo-data p {
  font-size: 1.4rem;
}

/* Success-Stories-Css */
.success-stories {
  padding: 60px 0;
}
.success-stories h4 {
  font-size: 1.875rem;
}

/* Recruitment-Partner-Css */
.recruitment-partner {
  padding: 60px 0;
  background-color: rgb(0 110 255 / 6%);
}
.recruitment-partner-box {
  height: 510px;
  text-align: center;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px 40px;
}
.recruitment-partner-box h2 {
  color: var(--primary);
  margin-bottom: 30px;
}
.recruitment-partner-box img {
  width: auto;
  height: 135px;
}
.recruitment-partner-box p {
  font-size: 1.4rem;
}
.bg-color {
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
}
.speaker-views p {
  padding-top: 15px;
  font-size: 1.4rem;
  font-style: italic;
}
.speaker-views h4 {
  padding-top: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.speaker-views h5 {
  font-size: 1.25rem;
  color: var(--gray-600);
}

/* old_vs_new_ways */
.old_vs_new_ways {
  padding: 60px 0;
}
.about-info-panel {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: start;
}
.about-info-panel-content.versus:first-of-type {
  border-right: 10px solid #FFF;
}
.about-info-panel-content.versus:last-of-type {
  border-left: 10px solid #FFF;
}
.about-info-panel .about-info-panel-content {
  display: table-cell;
  vertical-align: top;
  padding: 35px 40px;
  font-size: 30px;
  width: 50%;
  text-align: center;
  position: relative;
}
.head_ings.about-info-panel .about-info-panel-content {
  padding:0 40px;
}
.about-info-panel .about-info-panel-content.versus:first-of-type:after {
  content: 'VS';
  color: #FFF;
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  right: -30px;
  top: calc(50% - 25px);
  background: var(--gray-600);
  z-index: 1;
  border: 3px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.about-info-panel .about-info-panel-content.versus:last-of-type:after {
  content: ' ';
  position: absolute;
  height: 100%;
  left: -10px;
  top: 0;
  border-left: 1px solid var(--gray-600);
  z-index: 0;
}
.head_ings.about-info-panel .about-info-panel-content.versus:last-of-type:after {
  border:0;
}
.head_ings.about-info-panel .about-info-panel-content.versus:first-of-type:after {
  content: 'VS';
  color: var(--gray-600);
  font-size: 21px;
  background: #fff;
  font-weight: bold;
}
.head_ings a.logo img {
  max-width: 150px;
  margin-bottom:0px;
  height:auto;
}
.about-info-panel-content img {
  max-width: 200px;
  margin-bottom:10px;
  height:200px;
}
.about-info-panel-content p {
  font-size: 1.25rem;
  margin: 0;
}
.about-info-panel-header {
  text-align: center;
  font-size: 26px;
  color: var(--blue);
  padding: 20px 0;
}
.about-info-panel-header:after {
  content: '';
  border-bottom: 3px solid var(--green);
  width: 50px;
  display: block;
  margin: 10px auto 5px;
}

/* Join-Us-Css */
.join-us {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.join-us h3 {
  font-size: 1.5rem;
}
.join-us p {
  font-size: 1.4rem;
}
.join-us ul {
  margin-top: 15px;
}
.join-us ul li {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Good-Partner-Css */
.good-partner {
  padding: 60px 0;
}
.partner-box {
  height: 370px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--gray-200);
  margin-bottom: 20px;
}
.partner-box i {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.partner-box p {
  font-size: 2rem;
  line-height: 38px;
}

/* Message-Part-Css */
.message-part {
  padding: 60px 0;
  background-color: var(--secondary);
}
.message-part p {
  text-align: center;
  font-size: 2.2rem;
  color: #FFF;
}

/* Book-Call-Css */
.book-call {
  padding: 60px 0;
}
.book-call .container {
  background-color: rgb(0 110 255 / 6%);
  border-radius: 15px;
}
.text-question-answer {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 500;
}
.close-modal-button {
  background-color: transparent;
  border: none;
  color: var(--gray-600);
  font-size: 1.5625rem;
  float: right;
}
/* Global Css */
.main-heading {
  font-weight: 600;
  letter-spacing: -1px;
}
.sub-heading {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--gray-600);
}
.paragraph-alingment {
  width: 79%;
  margin: 0 auto;
}
.btn-width {
  width: 200px;
}
.btn-transparent {
  width: 180px;
  text-align: center;
  border: 1px solid #199028;
  padding: 10px 25px;
  transition: all .5s ease;
  box-shadow: 0px 0px 0px 3px rgb(46 174 62 / 30%);
  background-color: #FFF;
}
.text-color-green{
  color: var(--green);
}
.wrapper-container{
  max-width: 1140px;
}
.title-wrap{
  padding-bottom: 50px;
  text-align: center;
}
.name-tag{
  font-size: 1.8rem;
  font-weight: 600;
}
.sub-name-tag{
  font-size: 1.25rem;
  color: var(--gray-600);
}
.apply-btn-sec{
  padding-top: 0;
}
b.fw-600, .fw-600 {
  font-weight: 600;
}
/* Eligibility-Criteria-Css */

.eligibility-criteria {
  font-size: 13px;
}
.eligibility-criteria p {
  font-weight: 600;
}
.eligibility-criteria ul {
  margin-bottom: 0;
}
/*mobile country input*/
.mobile-input-grp .intl-tel-input .flag-container {
  right: auto;
  left: 0;
  padding: 0 !important;
}
.mobile-input-grp .intl-tel-input .selected-flag {
  width: 70px;
  background-color: #f1f1f1;
  display: table;
  padding: 10px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-input-grp .selected-dial-code {
  padding: 2px 15px 0 25px;
  font-size: 14px;
}
.mobile-input-grp .intl-tel-input .selected-flag:hover {
  background-color: #ddd;
}
input#yourmobileno {
  padding-left: 105px;
}
.flex-element {
  display: flex;
}
.flex-center{
  display: flex;
  align-items: center;
}
.flex-sb{
  justify-content: space-between;
}
.flex-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.ceo-img {
  margin-right: 25px;
}
/*varsha partner section*/
.partner-img{
  display: inline-block;
  position: relative;
  width: 420px;
  height: 454px;
  border-radius: 10px;
  overflow: hidden;
}
.partner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-img-title {
  background-color: rgb(255 255 255 / 90%);
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 15px;
  text-align: center;
}
/*//varsha partner section*/
.testimonial-box-wrap{
  background-color: #fff;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.partner-video-wrap {
  border-radius: 5px;
  overflow: hidden;
}

.book-call.section-pt-pb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.love-customer {
  background-color: #f4f7fb;
  padding: 15px 30px 0 30px;
  border-radius: 10px;
  max-width: 1024px;
  margin: 0 auto;
}
.talent-type {
  margin: 0;
}
.talent-type img {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.customer-datail {
  margin: 25px 0 25px 30px;
}

.customer-datail h3{
  font-size: 2rem;
  color: var(--primary);
}
/* End of Recruiter Landing Page */

/* Media Query For Recruiter Landing page Start */
@media only screen and (min-width: 1920px) {
  .main-heading {
    font-size: 2.8rem;
  }
  .floating-video-wrap {
    width: 1024px;
    height: 576px;
  }
}
@media only screen and (max-width: 1366px) {
  .text-price{
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .partner-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px){
  .text-recruitment {
    font-size: 2.8rem;
  }
  .text-price {
    font-size: 1.8rem;
  }
  .overview-box h2, .speaker-views h4, .name-tag  {
    font-size: 1.6rem;
  }
  .program-overview p, .ceo-data p, .sub-heading, .speaker-views p, .recruitment-partner-box p, .join-us p, .join-us h3, .join-us ul li {
    font-size: 1.2rem;
  }
  .recruitment-partner-advocate p, .message-part p {
    font-size: 1.8rem;
  }
  .paragraph-alingment {
    width: 100%;
  }
  .speaker-views p {
    padding-top: 0px;
  }
  .speaker-views h5, .about-info-panel-content p {
    font-size: 1rem;
  }
  .recruitment-partner-box {
    height: 470px;
  }
  .partner-box p {
    font-size: 1.6rem;
    line-height: 35px;
  }
  .partner-box {
    height: 280px;
  }
  .love-customer {
    max-width: 860px;
  }
  .ceo-data {
    max-width: 860px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .floating-video-wrap {
    width: 95%;
  }
  .green-border {
    border-left: 0px solid var(--green);
    border-right: 0px solid var(--green);
  }
  .recruitment-partner-advocate h6 {
    font-size: 1rem;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .recruitment-partner-box {
    margin-bottom: 30px;
  }  
}
@media only screen and (max-width: 860px){
  .recruitment-partner-advocate p {
    font-size: 1.5rem;
    padding-top: 5px;
  }
  .recruitment-partner-box {
    padding: 20px 15px;
  }
  .program-overview p, .ceo-data p, .sub-heading, .speaker-views p, .recruitment-partner-box p, .join-us p, .join-us h3, .join-us ul li {
    font-size: 1rem;
  }
  .partner-box {
    height: 250px;
    padding: 20px;
  }
  .partner-box p {
    font-size: 1.4rem;
    line-height: 29px;
  }
  .recruitment-partner-advocate p, .message-part p, .customer-datail h3 {
    font-size: 1.6rem;
  }

}
@media only screen and (max-width: 768px) {
  .right-option.without-login-action {
    /*display: none;*/
  }
  .main-banner-text h1 {
    font-size: 3.3em;
    font-weight: 400;
  }
  .main-banner-text h2 {
    font-size: 3.3em;
    font-weight: 600;
  }
  .main-banner-text h3 {
    font-size: 2em;
    line-height: 1.5;
  }
  .floating-video-wrap {
    height: 400px;
  }
  .sec-intro-video {
    min-height: 300px;
  }
  .testimonial-text {
    height: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px){
  .top-logo{
    width: 100%;
    height: auto;
  }
  .top-logo img{
    max-width: 100%;
    height: auto;
  }
  .partner-box{
    height: auto;
  }
}
@media only screen and (max-width: 568px){
  header{
    height: auto;
    padding: 20px 0;
  }
  .top-logo{
    width: 100%;
    height: auto;
  }
  .top-logo img{
    max-width: 100%;
    height: auto;
  }  
  .sec-intro-video {
    min-height: 50px;
    margin-top: -50px;
  }
  .floating-video-wrap{
    top: auto;
    position: relative;
    transform: none;
    left: auto;
    margin: 0 auto;
    height: 305px;
  }
  .apply-btn-sec a {   
    margin-bottom: 20px;
  }
  .title-wrap{
    padding-bottom: 20px;
  }
  .pd-tb-50 {
    padding: 30px 0;
  }
  .testimonial-text {
    height: auto;
    margin-bottom: 30px;
  }
  .sec-btn-apply .txt-xs {
    margin-bottom: 30px;
  }

  .why-join-us h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .why-join-us h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .why-join-us ul {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .terms-section {
    padding: 2em 0;
  }
  .support-number li {
    display: block;
    margin: 15px 5px;
  }
  .support-number li.dvd-line {
    display: none;
  }
  h4.support-title {
    font-size: 22px;
  }
  .ldboard-title h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  .ldboard-title h3 {
    margin-top: 10px;
  }
  .ldboard-title {
    margin: 0;
    text-align: center;
  }
  .ldboard-title p {
    font-size: 14px;
    margin-top: 15px;
  }
  .ldboard-table .table>tbody>tr.thead>th {
    font-size: 12px;
  }
  .ldboard-table .table>tbody>tr>td {
    padding: 12px 6px;
  }
  td.rankone, .high-tr td.rfl-amount {
    font-size: 15px;
  }
  .testimonial-text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .site-wrapper {
    height: auto;
    padding: 30px 0 70px;
  }
  .container.short-container {
    width: 100%;
  }
  .main-banner-text h1 {
    font-size: 1.8em;
  }
  .main-banner-text h2 {
    font-size: 2em;
  }
  .main-banner-text h3 {
    font-size: 1.3em;
    line-height: 1.4;
  }
  .commission-sec h3 {
    font-size: 20px;
    padding: 0 15px;
    line-height: 1.3;
  }
  .recruitment-partner-box {
    height: fit-content;
  }
  .recruitment-partner-advocate{
    padding: 50px 0;
  }
  .testimonial-box-wrap{
    padding: 15px;
  }
  .sec-btn-apply p {
    margin-top: 10px;
  }
  .partner-video-wrap{
    margin-bottom: 15px;
  }
  .speaker-views h4{
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .recruitment-partner-advocate{
    background: #f1f1f1;
  }
  .partner-img{
    width: 70%;
    margin: 0 auto;
    display: block;
    border: 1px solid #fff;
  }
  .recruitment-partner-advocate p{
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.5;
  }
  .ceo-data{
    padding:30px 20px;
  }
  .ceo-data .flex-center{
    flex-direction: column;
    align-items: flex-start;
  }
  .ceo-data img{
    width: 80px;
    height: 80px;
  }
  .ceo-img{
    margin: 0 0 10px;
  }  
  .name-tag{
    font-size: 1.25rem;
  }
  .sub-name-tag{
    font-size: 1rem;
  }
  .sec-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .success-stories{
    padding: 0 0 40px;
  }
  .recruitment-partner,.old_vs_new_ways{
    padding: 40px 0;
  }
  .head_ings.about-info-panel .about-info-panel-content{
    padding: 0 15px;
  }  
  .head_ings.about-info-panel .about-info-panel-content.versus:first-of-type:after,.about-info-panel.head_ings h3{
    font-size: 20px;
  }
  .head_ings a.logo img{
    max-width: 100px;
  }
  .about-info-panel .about-info-panel-content{
    padding: 20px;
  }
  .about-info-panel-content img{
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .about-info-panel-content p{
    font-size: 14px;
  }
  .join-us{
    padding: 40px 0;
    background: #f1f1f1;
  }
  .good-partner,.message-part{
    padding: 40px 0;
  }
  .partner-box{
    padding: 15px;
  }
  .partner-box p{
    font-size: 1.2rem;
  }
  .message-part p{
    font-size: 1.2rem;
  }
  .love-customer{
    padding: 30px 15px;
    text-align: center;
  }
  .love-customer img{
    display: none;
  }
  .customer-datail{
    margin: 0;
  }
  .customer-datail h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .overview-box h2{
    font-size: 1.4rem;
  }
  #recruiterSignupModal .valid-form-box{
    padding: 10px;
  }

  /*manager bottom modal css*/
  .modal.custom-modal-bottom {
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal.in.custom-modal-bottom .modal-dialog {
    -webkit-transform: none; 
    -ms-transform: none;
    -o-transform: none;
    transform: none; 
  }
  .custom-modal-bottom .modal-content {
    position: fixed;
    bottom: -1px;
    top: auto;
    left: 0;
    height: 80%;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border: none;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.3s;
    animation-name: slideIn;
    animation-duration: 0.3s;
  }
  .custom-modal-bottom button.close {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 81%;
    opacity: 0.8;
    z-index: 99;
    filter: invert(1);
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
  } 
  .sc-man-modal .modal-body{
    padding: 10px;
  }
  .custom-modal-bottom.help-num-small .modal-content {
    height: 150px;
  }
  .help-num-small .sc-man-modal button.close {
    bottom: 160px;
    right: 5px;
    background: transparent;
    border: 0;
  }
  .btn.btn_phn_modal{
    background-color: transparent;
    font-size: 22px;
    color: #3b515d;
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
  }
  .sc-man-modal button.close img, .interview-schedule-modal button.close img {
    width: 24px;
  }
  ul.help-num-menu-xs {
    padding: 0;
    margin: 0;
  }
  .help-num-menu-xs li {
    list-style: none;
  }
  .help-num-menu-xs li a{
    width: 100%;
    display: inline-block;
    padding: 15px;
    color: #3b515d;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
  }
  .help-num-menu-xs li a img {
    width: auto;
    height: 18px;
    margin-right: 15px;
  }
  span.hidden-sm.job_post.applied-st.ng-scope {
      margin-top: 8px;
  }
  .modal-dialog.sc-man-modal {
    margin: 0 auto;
  }

}
@media only screen and (max-width: 480px){
  .about-info-panel-content img{
    max-width: 120px;
  }
  .floating-video-wrap{
    height: 260px;
  }
}
@media only screen and (max-width: 414px){
  .btn.btn-lg {
    font-size: 14px;
    padding: 10px 15px;
  }
  .main-banner-text h2{
    font-size: 1.7rem;
  }
  .main-banner-text h3{
    font-size: 1.2rem;
  }
  .recruitment-partner .sub-heading{
    margin: 10px 0;
  }
  .join-us h1,.good-partner h1{
    font-size: 22px;
  }
  .partner-img-title{
    bottom: 20px;
  }
  .floating-video-wrap{
    height: 220px;
  }
}
@media only screen and (max-width: 375px){
  .name-tag {
    font-size: 1rem;
  }
  .sub-name-tag{
    font-size: 0.75;
  }
  .head_ings.about-info-panel .about-info-panel-content.versus:first-of-type:after,.about-info-panel.head_ings h3{
    font-size: 18px;
  }
  .head_ings a.logo img{
    max-width: 90px;
  }
  .about-info-panel .about-info-panel-content{
    padding: 15px;
  }
  .about-info-panel-content img{    
    max-width: 100px;
    height: auto;
  }
  .about-info-panel-content p{
    font-size: 13px;
  }
  .recruitment-partner-box img{
    height: 120px;
  }
  .floating-video-wrap{
    height: 200px;
  }
}
@media only screen and (max-width: 360px){
  .floating-video-wrap{
    height: 192px;
  }
}
@media only screen and (max-width: 340px){
  .floating-video-wrap{
    height: 180px;
  }
}
@media only screen and (max-width: 320px){
  .floating-video-wrap{
    height: 168px;
  }
}
/* modal sliding up animation */

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}
