:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 153, 255, 0.679); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  -moz-user-select: none;  
-webkit-user-select: none;  
-ms-user-select: none;  
-o-user-select: none;  
user-select: none; 
}

.bodycolor{
  background-color: rgba(220, 220, 220, 0.309);
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

input:focus{
  outline: none;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }



address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }


img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }


input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

  button{
    outline: none;
  }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

 @media(max-width: 600px)   {
  .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

 }  

 .container-companies {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container-companies {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-companies {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-companies {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-companies {
      max-width: 1140px; } }

 @media(max-width: 600px)   {
  .container-companies {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

 }  

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; 
}
.jobpostitemwidth100{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
  cursor: pointer;
}
.jobpostjobtitle{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.jobpostimg{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.jobpostimg img{
  position: absolute;
  right: 1%;
}
.applied2nd{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.cursornormal{
  cursor: default;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }


@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.form-control2{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4dadc;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control2{
height: 52px !important;
color: #000000 !important;
font-size: 18px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

.form-control2:focus{
  color: #495057;
  border: 0.5px solid black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); 
}

.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4dada;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaf8fd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }



.btn .btn2 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }


.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  
  .nav-20{
    display: block;
  
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
    .nav-link:hover, .nav-link:focus {
      text-decoration: none; }
    .nav-link.disabled {
         color: #0088ff; }
  
  .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .nav-tabs .nav-item {
      margin-bottom: -1px; }
    .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6; }
      .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
      color: #0080ff;
      background-color: rgb(0, 0, 0);
      border-color: #dee2e6 #dee2e6 #fff; }
    .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  
  .nav-pills .nav-link {
    border-radius: 0.25rem; }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #78d5ef; }
  
  .nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  
  .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  
  .tab-content > .tab-pane {
    display: none; }
  
  .tab-content > .active {
    display: block; }
  
  .navbar {
    position: relative;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
    .navbar > .container,
    .navbar > .container-fluid {
      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;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  
  
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
  
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .navbar-expand-sm > .container,
      .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      .navbar-expand-sm .navbar-toggler {
        display: none; } }
  
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .navbar-expand-md > .container,
      .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      .navbar-expand-md .navbar-toggler {
        display: none; } }
  
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .navbar-expand-lg > .container,
      .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      .navbar-expand-lg .navbar-toggler {
        display: none; } }
  
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .navbar-expand-xl > .container,
      .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
      .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      .navbar-expand-xl .navbar-toggler {
        display: none; } }
  
  .navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
      padding-right: 0;
      padding-left: 0; }
    .navbar-expand .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand .navbar-toggler {
      display: none; }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
      color: rgba(0, 0, 0, 0.9); }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
    .navbar-light .navbar-text a {
      color: rgba(0, 0, 0, 0.9); }
      .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9); }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.75); }
    .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.25); }
  
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: rgb(0, 0, 0); }
  
  .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
    .navbar-dark .navbar-text a {
      color: #fff; }
      .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #fff; }

.bg-light {
  background-color: rgba(255, 255, 255, 0.234) !important;
  width: 100%;
  height: 100%; 
  min-height: 100%;
  }

@media(max-width: 600px){
  .bg-light {
    background-image: linear-gradient(to bottom left, rgba(173, 216, 230, 0.131), rgba(130, 224, 255, 0.159));
    width: 100%;
    height: 100%; 
    min-height: 100%;
    border: 10px;
    }
}

  .bg-light2 {
    background-color: #3a3a3a !important; }

.bg-dark {
  background-color: #1d1d1d !important; }


.bg-white {
  background-color: #fff !important;
}

.bg-black{
  background-color: black;
}

.bg-footer{
  height: 40px;
  background-color: rgba(209, 209, 209, 0.261);
  width: 100%;
  box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.185);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.185);
  -webkit-box-shadow:  4px 4px 15px rgba(51, 51, 51, 0.185); 
}

.bg-transparent {
  background-color: transparent !important; }


.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }



@media (min-width: 768px) {

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
 }


.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }


.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

  /* check */

.ml-0,
.mx-0 {
  margin-left: 0 !important; }


.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }


.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }


.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }


.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

  /* check end */


@media (min-width: 768px) {

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
   }


.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #78d5ef !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #4ac7ea !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }
    
    a[title]:hover:after{
      content: attr(title);
      background:  var(--red); 
      position: absolute;
      left: 5%;
      top: 10%;
    }

  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none;} 
 
  .badge {
    border: 1px solid #000; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

    a{
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      text-decoration: none;}
      a:hover, a:focus {
      text-decoration: none;
      outline: none !important; }
        
        h1, h2, h3, h4, h5,
        .h1, .h2, .h3, .h4, .h5 {
          line-height: 1.5;
          color: rgba(0, 0, 0, 0.8);
          font-weight: 400; }
        
        .text-primary {
          color: #157efb !important; }
        
          .ftco-navbar-light{
            position: fixed;
            background: rgb(255, 255, 255) !important;
            height: 45px;
            top: 0;
            left: 0;
            right: 0;
            z-index: 3;
            box-shadow: 0px 0.5px 0px 0.5px rgba(0, 68, 255, 0.104); 
          }

      .nav-item{
        font-size: 16px;
        height: 45px;
        padding-left: 2px;
        padding-right: 2px;
      }
      .nav-item > .headerdiv{
        height: 45px;
        width: 65px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .headerdiv:hover{
        cursor: pointer;
        color: #00335f;
      }
      .headerdiv i{
        font-size: 25px;
        top: 5%;
        position: absolute;
      }
      .headerdiv a{
        font-size: 10px;
        bottom: 3%;
        position: absolute;
        text-transform: uppercase;
      }
      .headerdiv > .icon-home2{
        font-size: 30px;
        top: 0%;
      }
      .headerdiv > .icon-group_add{
        font-size: 30px;
        top: 0%;
      }
      .headerdivnotification{
        height: 45px;
        width: 80px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }
      .headerdivnotification i{
        font-size: 22px;
        top: 5%;
        position: absolute;
      }
      .headerdivnotification a{
        font-size: 10px;
        bottom: 3%;
        position: absolute;
        text-transform: uppercase;
      }
      .headerdivnotification .badge {
        position: relative;
        height: 17px;
        width: 17px;
        top: -27%;
        right: -10px;
        margin: 5px 5px;
        border-radius: 50%;
        color: white;
        background: darkblue;
        font-size: 10px;
        z-index: -999;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 550;
      }
      .headerdivnotification:hover{
        color: #00335f;
      }

                .ftco-navbar-light.scrolled {
                  position: fixed;
                  background: #ffffff !important;
                  height: 45px;
                  top: 0;
                  left: 0;
                  right: 0;
                  z-index: 3; 
                  box-shadow: 1px 1px 3px rgba(0, 68, 255, 0.185);
                    }

        @media (max-width: 991.98px) {
            .navbuttonhide{
              visibility: hidden;
        }}

.navbar-brand{
  cursor: pointer;
  left: 5%;
  position: absolute;
}
.headerlogoimg{
  height: 35px;
  width: 115px;
}
.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit; 
    background-image: url('https://www.jobseeker.iyeva.com/images/logo1080-2.png');
}
  .hero-wrap .overlay {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000; }

.slider-text {
  color: #fff; }
  .slider-text h1 {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    font-weight: 800; }
    @media (max-width: 991.98px) {
      .slider-text h1 {
        font-size: 40px; } }
    .slider-text h1 span {
      font-weight: 300; }
  .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8); }
    .slider-text p strong {
      font-weight: 700; }
      .slider-text p strong a {
        color: #000000; }
  .slider-text .breadcrumbs {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99; }
    .slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.7); }
      .slider-text .breadcrumbs span a {
        color: #fff; }
  .slider-text .bread {
    font-weight: 400 !important; }
  .slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .slider-text .btn-primary:hover, .slider-text .btn-primary:focus {
      background: #fff !important;
      color: #000000; }


.bg-primary {
  background: #157efb; }

      .category {
        padding: 0;
       }
        .category li {
          list-style: none;
          margin-bottom: 5px;
          font-size: 15px;
          font-weight: 450; }
          .category li a {
            display: block;
            color: #1a1a1a;
            border: 0.5px solid #92a8d13d;
            border-radius: 2px;
            padding: 8px;
            box-shadow: 2px 2px 10px rgba(0, 68, 255, 0.185);
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
            -webkit-box-shadow:  1px 1px 2px rgba(0, 68, 255, 0.185); 
            background-color: white;
            cursor: pointer;
            width: 100%;
          }
            .category li a span.number {
              font-size: 16px;
              background: #eaedff;
              color: #3b4fff;
              padding: 2px 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px;
              border-radius: 5px; }
            .category li a:hover, .category li a:focus {
              color: #4964ff;
              background: #f7f9ff; }

.job-post-item{
  margin-bottom: 8px;
  padding: 15px;
  top: 0%;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
}

.job-post-item:hover {
  box-shadow: 2px 2px 7px #8888883c;
  -moz-box-shadow: 2px 2px 7px #8888883c;
  -webkit-box-shadow: 2px 2px 7px #8888883c;
}
.noappliimgwidth{
  width: 100%;
}
.form-control {
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }


.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #157efb !important; 
color: #0088ff7c;}


.ftco-section {
  padding: 65px;
  position: relative;
 }
.ftco-sectionappliedjobs{
  padding: 15px;
}
.ftco-sectiontop{
  padding: 10px;
  position: relative;
}

.ftco-bg-dark {
  background: #3c312e; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

#map {
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(21, 126, 251, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0.4);
    box-shadow: 0 0 0 0 rgba(21, 126, 251, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(21, 126, 251, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(21, 126, 251, 0);
    box-shadow: 0 0 0 30px rgba(21, 126, 251, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(21, 126, 251, 0);
    box-shadow: 0 0 0 0 rgba(21, 126, 251, 0); } }

.heading-section .subheading {
  font-size: 18px;
  display: block;
  margin-bottom: 10px; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 700; }
  .heading-section h2 span {
    font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
/*done down */

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .5;
    background: #000000; }

  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 34px;
    color: #fff; }
  .ftco-counter .text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }
  .ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #157efb; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }


.contact-section .contact-info p a {
  color: #1a1a1a; }

.contact-section .contact-form {
  width: 100%; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 24px 64px rgba(0, 68, 255, 0.185);
  box-shadow: 2px 24px 64px rgba(0, 68, 255, 0.185);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

   /* done up */
      
        .btn {
          color: #0059ff;
          border: 1px solid #0059ff;
          background-color: white;
          padding: 8px 10px;
          border-radius: 5px;
          font-weight: 500;
        }

        .btn:hover{
          background-color: #0059ff;
          color: rgb(255, 255, 255);
          }

          .applybtn {
            color: #0059ff;
            border: 1px solid #0059ff;
            background-color: white;
            padding: 8px 10px;
            border-radius: 5px;
            font-weight: 500;
            cursor: pointer;
          }
  
          .applybtn:hover{
            background-color: #0059ff;
            color: rgb(255, 255, 255);
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 139, 0.774);
            }
        

        .error {
          width: 92%; 
          margin: 0px auto; 
          padding: 10px; 
          color: var(--red); 
          border-radius: 5px; 
          text-align: center;
        }
        .success {
          width: 92%; 
          margin: 0px auto; 
          padding: 10px; 
          color: #389439; 
          border-radius: 5px; 
          text-align: center;
        }
        

        .new-pro {
          border: 0.5px solid #92a8d13d;
          border-radius: 3px;
          box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
          -moz-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
          -webkit-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118); 
          }
          
.new-pro:hover {
  box-shadow: 1px 1px 5px rgba(0, 68, 255, 0.185);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  3px 3px 10px rgba(0, 68, 255, 0.185); 
}

.new-border {
  padding: 15px;
  margin-bottom: 2%;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
}

.homesearch{
  padding: 20px;
  position: relative;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
}     

.homesearcha{
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
}

.searchadvance{
  font-size: 14px;
  font-weight: 500;
  margin: 2% 10px;
  color: #003994;
  position: relative;
}
.searchadvance:hover{
  color: #00183d;
}
.homesearchform{
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; 
  padding: 12px;
}
.homesearchinput{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%; 
  margin: 0 2%;
}
.homesearchbutton{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; 
}

.homesearchinput input{
  height: 40px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgb(160, 160, 160);
  padding: 10px;
}
.homesearchinput input:focus{
  border: 1px solid rgb(49, 49, 49);
}

.homesearchbutton button{
  width: 55px;
  background-color: #003994;
  color: white;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(0, 68, 255, 0.185);
  cursor:pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
}
.homesearchbutton button:hover{
  background-color: #00399429;
  color: #003994;
  border: 1px solid #00399429;
}
.divwidth{
  width: 650px;
}

.divwidthjobs{
width: 650px;
}

.notification {
  padding: 17px 17px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  }

  .notification:hover::before{
    color: darkblue;
    }

.notification:before {
  color: rgb(109, 109, 109);
}   
                              

.notification .badge {
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 5px 5px;
  border-radius: 50%;
  color: white;
  background: darkblue;
  font-size: 12px;
}

.textcolor {
  color: darkblue;
  cursor:pointer;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  }
             
  .textcolor:hover{
    padding: none;
    display: inline-block;
    color: var(--blue) ;
  }
                                
.textcolor .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 10px;
  border-radius: 50%;
  background: rgb(112, 121, 246);
  color: rgb(255, 255, 255);
 }

 .dropprofiletext{
  color: darkblue;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.5s ease;
 }

 .dropprofiletext:hover{
  font-weight: 500;
  color: #0058fc;
  transition-duration: 0.2s;
 }

.footertextcolor {
  color: darkblue;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  }
                              
                                
.footertextcolor .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 10px;
  border-radius: 50%;
  background: rgb(112, 121, 246);
  color: rgb(255, 255, 255);
 }

 .footertextcolor:hover {
  text-decoration: underline;
  color: #0058fc;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}


/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

a{
  text-decoration: none;
}


.input-group {
	margin: 10px 0px 10px 0px;
}

.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 93%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid gray;
}

#loginform h1 {
	text-align: center;
  }

  #loginform{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
  width: 350px;
  min-height: 300px;
  }
  #loginform img{
    height: 34px;
    width: 200px;
  }
  #loginform .loginformp{
    width: 90%;
  }
  #loginform .loginformp p{
    display: flex;
    font-size: 13px;
    font-weight: 700;
    color: #00335f;
  }
  #loginform input{
	width: 90%;
	height: 40px;
	margin: 0px 5%;
	padding: 7px;
	font-size: 14px;
  border-radius: 4px;
  }
  #loginform input:focus {
    border: 1px solid black;
  } 

.form-border{
  border: 1px solid rgb(196, 196, 196);
}
#loginform button{
	height: 35px;
	width: 90%;
	margin: 5px 5%;
	color: white;
	background-color: #00335f;
	border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
}
#loginform button:hover{
  background-color: #00335fe0;
}
.loginform_error span{
  width: 80%;
  margin: 0px 5%;
  color:  var(--red);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  }
  .loginform_error input {
  border: 1px solid var(--red);
  }
  
  /*Styling in case no errors on form*/
  .loginform_success span {
  width: 80%;
  margin: 0px 5%;
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  }
  .loginform_success input {
  border: 1px solid var(--green);
  }
#loginbuttonhide{
  display: none;
  cursor: not-allowed;
}
#loginmsg{
  width: 90%;
  color: var(--red);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(255, 0, 0, 0.014);
}
.fi-div{
  margin-bottom: 8px;
}
.respmsg_success{
  background-color: #84ff9d17;
  display: flex;
  font-size: 14px;
  color: #28a745;
  padding: 10px;
  font-weight: 500;
  border-radius: 3px;
  margin: 0px 5%;
}
.respmsg_error{
  background-color: #ff84842a;
  display: flex;
  font-size: 14px;
  color: #dc3545;
  padding: 10px;
  font-weight: 500;
  border-radius: 3px;
  margin: 0px 5%;
}
  .login_user{
    height: 35px;
    width: 80%;
    margin: 5px 10%;
    color: white;
    background: #3B5998;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    }
  

  #for_user{
	height: 35px;
	width: 80%;
	margin: 5px 10%;
	color: white;
	background: #3B5998;
	border: none;
	border-radius: 3px;
  }
  /*Styling for errors on form*/
  .form_error span{
	width: 100%;
	margin: 0 0;
	font-size: 14px;
	color:  var(--red);
  display: flex;
  }
  .form_error input {
	border: 1px solid var(--red);
  }
  
  /*Styling in case no errors on form*/
  .form_success span {
	width: 80%;
	height: 35px;
	margin: 3px 10%;
	font-size: 14px;
	color: var(--green);
  }
  .form_success input {
	border: 1px solid var(--green);
  }
  #error_msg {
	color:  var(--red);
	text-align: center;
	margin: 10px auto;
  }

  .eyeicon {
    text-align: center;
  }
     .background{
    background: #FFFFFF;
    box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -moz-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -webkit-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118); 
  }

  .background2{
    height: 650px;
    background: #FFFFFF;
    box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -moz-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -webkit-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118); 
  }

  .backgroundresume{
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -moz-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118);
    -webkit-box-shadow: 0.5px 0.5px 2px 1.5px rgba(0, 68, 255, 0.118); 
  }
  .iresumebg{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #88888813;
    box-shadow: 1px 1px 3px #8888883c;
    -moz-box-shadow: 1px 1px 3px #8888883c;
    -webkit-box-shadow:  1px 1px 3px #8888883c;
  }
  .iresumeedit{
    position: relative;
    color: #17a2b8;
    font-weight: 500;
    padding: 5px;
    background: #f2f2f2;
    border-radius: 2px;
  }
  .topscrollbtn {
    display: none;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: 2px solid #2196F3;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 13px;
  }
  

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  border-left: 3px solid var(--blue);
  display: none;
  position: absolute;
  background-color: rgb(245, 245, 245);
  width: 180px;
  box-shadow: 3px 3px 3px rgba(53, 53, 53, 0.185);
  -moz-box-shadow: 3px 3px 3px rgba(53, 53, 53, 0.185);
  -webkit-box-shadow: 3px 3px 3px rgba(53, 53, 53, 0.185);
  border-radius: 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 15px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: var(--blue);
  background-color: rgba(233, 233, 233, 0.534);
}

.topspanjobs{
  display: none;
  position: absolute;
  width: 340px;
  height: 200px;
  border-radius: 8px;
  top: 46px;
  padding: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid #88888813;
  box-shadow: 2px 2px 5px #8888883c;
  -moz-box-shadow: 2px 2px 5px #8888883c;
  -webkit-box-shadow:  2px 2px 5px #8888883c;
}

.topspanjobs a{
  padding: 2px;
  text-align: left;
  display: block;
  margin: 0%;
  font-weight: 500;
  color: rgb(16, 16, 16);
  font-size: 14px;
}

.topspanjobs a:hover{
  color: #0059ff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.topspancomp{
  display: none;
  position: absolute;
  width: 200px;
  height: 180px;
  border-radius: 8px;
  top: 46px;
  padding: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid #88888813;
  box-shadow: 2px 2px 5px #8888883c;
  -moz-box-shadow: 2px 2px 5px #8888883c;
  -webkit-box-shadow:  2px 2px 5px #8888883c;
}

.topspancomp a{
  padding: 2px;
  text-align: left;
  display: block;
  margin: 0% 5%;
  font-weight: 500;
  color: rgb(16, 16, 16);
  font-size: 14px;
}

.topspancomp a:hover{
  color: #0059ff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.topspanprof{
  display: none;
  position: absolute;
  width: 320px;
  height: 180px;
  border-radius: 8px;
  top: 46px;
  right: 0%;
  padding: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid #88888813;
  box-shadow: 2px 2px 5px #8888883c;
  -moz-box-shadow: 2px 2px 5px #8888883c;
  -webkit-box-shadow:  2px 2px 5px #8888883c;
}

.topspanprof a{
  padding: 2px;
  text-align: left;
  display: block;
  margin: 0%;
  font-weight: 500;
  color: rgb(16, 16, 16);
  font-size: 14px;
}

.topspanprof a:hover{
  color: #0059ff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.dropdown:hover .dropdown-content{
  display: block;
  background-color: white;
}


.dropdown:hover .topspanjobs{
  display: block;
}

.dropdown:hover .topspancomp{
  display: block;
}

.dropdown:hover .topspanprof{
  display: block;
}

.topdiv6{
  padding: 10px;
}

.topdiv6 a{
  padding: 15px 25px;
  position: relative;
}

#dropdown-content-notification {
  display: none;
  right: 1%;
  position: absolute;
  width: 350px;
  height: 500px;
  top: 46px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(245, 245, 245);
  border: 1px solid #88888813;
  box-shadow: 2px 2px 5px #8888883c;
  -moz-box-shadow: 2px 2px 5px #8888883c;
  -webkit-box-shadow:  2px 2px 5px #8888883c;
}

.dropdown:hover #dropdown-content-notification{
  display: block;
}

.notidiv{
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px;
  }
  .notidiv a{
  padding: 10px;
  margin-top: 1px;
  display: flex;
  cursor: pointer;
  color: rgb(16, 16, 16);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 8px;
  }
  .notidiv a:hover{
  background-color: #00335f27;
  }
.notinewadd{
  color: rgb(89, 89, 89);
  font-weight: 700;
  padding: 5px;
  font-size: 17px;
  border-bottom: 1px solid rgb(201, 201, 201);
}  

@media (max-width: 600px) { 
  #dropdown-content-notification {
    display: none;
  }   
  }



.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.5px solid rgb(136, 136, 136);
  background-image: url('tie2.png');
  cursor: pointer;
margin-top: -6px;
background-repeat: no-repeat;
}

.avatar3 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid darkblue;
  cursor: pointer;
  background: white;
margin-top: -4px;
margin-left: -7px;
background-repeat: no-repeat;
}


.avatar2 {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url('tie.png');
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  2px 2px 25px rgba(0, 0, 0, 0.22); 
    background-repeat: no-repeat;
}

.avatar4 {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  2px 2px 25px rgba(0, 0, 0, 0.22); 
    background-repeat: no-repeat;
}

.camera{
  vertical-align: middle;
  margin-top: 200px;
}

input#menu {
  display: none;
}

.iconmenu {
  cursor: pointer;
  display: block;
  height: 50px;
  padding: 24px;
  width: 34px;
}

label.iconmenu {
  position: fixed;
  z-index: 200;
}

.iconmenu .menu,
.iconmenu .menu::before,
.iconmenu .menu::after {
  background: #1288ff;
  content: '';
  display: block;
  height: 2.5px;
  position: absolute;
  transition: background ease .3s, top ease .3s .3s, transform ease .3s;
  width: 25px;
}

.iconmenu:hover .menu,
.iconmenu:hover .menu::before,
.iconmenu:hover .menu::after {
  background:#1288ff;
}

.iconmenu .menu {
  left: 18px;
  top: 27px;
}

.iconmenu .menu::before {
  top: -6px;
}

.iconmenu .menu::after {
  top: 6px;
}

#menu:checked + .iconmenu .menu {
  background: transparent;
}

#menu:checked + .iconmenu .menu::before {
  transform: rotate(45deg);
}

#menu:checked + .iconmenu .menu::after {
  transform: rotate(-45deg);
}

#menu:checked + .iconmenu .menu::before,
#menu:checked + .iconmenu .menu::after {
  top: 0;
  transition: top ease .3s, transform ease .3s .3s;
}

button.click{
  background-color: none;
  border: none;
  outline: none;
}

.button {
  border-radius: 4px;
  border: 2px solid #1288ff;
  color: #1288ff;
  padding: 7px 10px;
  text-align: center;
  font-size: 16px;
  margin: 4px 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition: all 0.5s;
  transition-duration: 0.4s;
  cursor: pointer;
  outline: none;
}

.button:hover{
  color: white;
  background: #1288ff;
  outline: none;
}

.navbutton {
  border-radius: 5px;
height: 5px;
  color: white;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition: all 0.5s;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: #1288ff;
  color: white;
  padding: 2px 15px;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1288ff;
  font-weight: 400;
  font-size: 14px;
}

.button2:hover {
  color: #1288ff; 
  background-color: #1289ff15;
}

.button3 {
  background-color: darkblue; 
  color: white; 
  border: 1px solid darkblue;
  border-radius: 4px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 500;
  margin: 5px;
  transition: all .1s ease;
  -webkit-transition: all .2s ease;
}

.button3:hover {
  background-color: white;
  color: orangered;
  border: 1px solid orangered;
  transition: all .1s ease;
  -webkit-transition: all .2s ease;
}

.button4 {
  background-color: white; 
  color: orange; 
  border: 2px solid orange;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  margin: 10px;
}

.button4:hover {
  background-color: orange;
  color: white;
}

.button5 {
  color: #181818; 
  border: 1px solid rgba(202, 202, 202, 0.255);
  background-color: rgba(202, 202, 202, 0.371);
  border-radius: 5px;
  padding: 6px 25px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.button5:hover {
  background-color: #9999998c;
}

.margin1{
  margin: 1% 0;
}
.margin2{
  margin: 2% 0;
}
.button6{
  color: #fff; 
  border: 1px solid #003994;
  background-color: #003994;
  border-radius: 5px;
  padding: 6px 25px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.button6:hover{
  background-color: #003994d9;
  border: 1px solid #003994d9;
}

.button5submit{
  padding: 6px 14px;
}

.logoutdown{
  padding: 10px;
  color: darkblue;
  transition: all .1s ease;
  -webkit-transition: all .2s ease;
}

.logoutdown:hover{
  font-weight: 500;
}



#search-form{
height: 43px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}


#search-text {
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
}
#search-box input[type="search"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}


#search-button {
position: absolute;
top: 0;
right: 0;
height: 42px;
width: 80px;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 42px;
border-width: 0;
background-color: #4d90fe;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}

.horizontal { 
  display: block;
  border: 0.5px solid;
  width: 100%;
  overflow:hidden;
}
  
  @media only screen and (min-width: 600px) { 
  .downnavbar{
    display: none !important; 
  } 
  }
  

  @media only screen and (max-width: 600px) { 
    .width100 {
    width: 100%;
  }   

  
  
  }

  @media only screen and (max-width: 600px) { 
    .fontsize {
      font-size: 13px;
    }    
    }


  .searchjobpad{
    padding: 15px;
  }    
   
  @media only screen and (max-width: 600px) { 
    .searchjobpad{
      padding: 5px;
    }   
   }

   h1 {
    font-size: 18px;
    margin: 15px 0;
    
  }
  
  h1 span {
    background: #512DA8;
    text-transform: uppercase;
    font-family: "Lucida Console";
    align-items:center;
    color: #fff;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    font-size: 20px;
    padding: 5px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  
  h1 span i{
    width:max-content;
    font-style: normal;
    margin: 0 auto;
  }
  
  
  a.tip:hover {
    cursor: help;
    position: relative
  }
  a.tip span {
    display: none
  }
  a.tip:hover span {
    border: #3f3f3f 1px solid;
    border-radius: 4px;
    padding: 10px;
    display: block;
    color: white;
    background-color: rgb(21, 139, 0);
    left: 0px;
    margin: 5px;
    width: 120px;
    position: absolute;
    top: 15px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 1px 1px 1px 0px black;
  }

  .hline { 
    width:100%; 
    height:1px; 
    background: black 
    }

    .jobsdownpadding{
      padding: 15px;
      padding-bottom: 0px;
    }

.downbarp{
  padding-left: 20px;
}    
@media only screen and (max-width: 600px) { 
      .jobsdownpadding{
        padding: 2px;
        font-size: 12px;
        font-weight: 500;
      }
      .downbarp{
        padding-left: 5px;
        font-size: 14px;
      }
      }      
.jobtype {
  padding: 5px 10px;
  color: darkblue;
  font-weight: 500;
}

.jobtypemargin{
  padding-top: 5px;
}

.jobsave .jobmore .jobshare{
  color: black;
}

.jobsave:hover{
  color: rgb(0, 184, 184);
  text-align: center;
  cursor: pointer;
}

.jobmore:hover{
  color: rgb(0, 184, 184);
  text-align: center;
  cursor: pointer;
}

.jobshare:hover{
  color: rgb(0, 184, 184);
  text-align: center;
  cursor: pointer;
}

.formpa{
  height: 10px;
} 

form.search button {
  color: white;
  background-color: #0059ff;
  padding: 11px 18px;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(0, 68, 255, 0.185);
  cursor:pointer;
  margin: 1%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  
}

form.search button a{
  text-transform: uppercase !important;
  font-size: 14px;
}

form.search button:hover {
  background: rgb(23, 104, 255);
  color: white;
}


form.search input[type=search] {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 68, 255, 0.185);
  border-radius: 3px;
  outline: none;

}

form.search input[type=search]:focus {
  border: 1px solid rgba(99, 99, 99, 0.679);
}

.jobslogoimg{
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  border: 0.5px solid #969696;
  background-image: url('company.png');
  margin-right: 5px;
  }

.jobappliimg{
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-image: url('company.png');
  margin-right: 5px;
}
  
  .textcolor2 {
    border-bottom: 0.5px solid #c4c4c4;
    font-family:arial;
    width:330px;
    font-size:13px;
    color: darkblue;
    padding: 15px;
    position: relative;
    display: inline-block;
    }
  
    .textcolor2:hover{
      background-color: #e3e3e3;
      color: var(--blue);
      cursor:pointer
    }
  
  .dropbtn2 {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn2:hover, .dropbtn2:focus {
    background-color: #3e8e41;
  }
  
  #dropdown2 .dropdown2 {
    position: relative;
    display: inline-block;
  }

  .appliedjobfont{
    font-size: 18px; 
    font-weight: 400px;
    color:darkblue;
  }

  .savejobfont1{
    font-size: 17px;
    font-weight: 500; 
    color: darkcyan;
  }
  
  @media only screen and (max-width: 600px) {
  .savejobfont1{
     font-size: 15px;
    }
    .savejobfont2{
      font-size:18px; 
    } 
    }

    .savejobfont2{
      font-size: 18px; 
      color: rgb(20, 20, 20);
      font-weight: 600;
    }  
     
  
.jobslogojdimg{
  background-repeat: no-repeat;
  height: 90px;
  width: 90px;
  background-image: url('company.png');
  margin-right: 5px;
  border-radius: 3px;
  border: 0.5px solid rgb(245, 245, 245);
}

.jobslogojdimgside{
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  border: 0.5px solid rgb(245, 245, 245);
  } 

.brandldiv{
  padding: 10px;
  left: 40%;
  position: relative;
}        

.sidetextbold{
font-size: 15px;
font-weight: bold;
}       

.companynamediv a{
  font-size: 15px;
  font-weight: 450;
}

 .trig{
   color: black;
   font-size: 13px;
 }     

 .trigjobs{
  color:  var(--red);
  padding: 15px;
 }
   
 .divdisnon{
  display: none !important; 
 }

.jdtopdetailes, .jddescriptiondiv, .jdnoresultdiv, .jdjobapplydiv{
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 1%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
}

.applybutton{
padding: 10px 25px;
color: #fff;
border: 1px solid #003994;
border-radius: 5px;
font-weight: 500;
cursor: pointer;
background-color: #003994;
 }

 .applybutton:hover{
   background-color: #003994e3;
   box-shadow: 0px 1px 1px 1px #0039941b;
   border: 1px solid #003994e3;
 }

.textcolorjd{
  color: #003994;
  cursor: pointer;
  font-weight: 500;
} 

.textcolorjd:hover{
  text-decoration: underline;
  color: #002663;
}

.textjdhref{
color: darkblue;
cursor: pointer;
}

.textjdhref:hover{
  font-weight: 500;
}

.textjdremove{
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.textjdremove:hover{
  color: var(--blue);
}

.textjdbtn{
  padding: 7px 4px;
  color: darkblue;
  background: white;
  border: 1px solid darkblue;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  transition: all .1s ease;
  -webkit-transition: all .2s ease;
}

.textjdbtn:hover{
  color: white;
  background: darkblue;
  box-shadow: 0 1px 1px 1px rgb(10, 45, 102);
  transition: all .1s ease;
  -webkit-transition: all .2s ease;
}

.jobsearchada{
  position: absolute;
  padding: 10px;
  margin-top: 19%;
  width: 85%;
}
.jobsearchada h6{
  margin: 2% 0;
  font-size: 14px;
  font-weight: 500;
}
.jobsearchada h6 a{
  color: #117a8b;
  font-size: 16px;
  text-transform: capitalize;
}
.jobsearchada h6 a:hover{
  text-decoration: underline;
  color: #006979;

}

.jobsearchadtop{
  margin-top: 15%;
}

#jobsarchform{
  width: 85%;
  padding: 10px;
  position: absolute;
}
#jobsarchform input{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}
#jobsarchform input:focus{
  border: 1px solid #327973;
}
#jobsarchform label{
  width: 100%;
  height: 10px;
  font-weight: 500;
}
#jobsarchform span{
  width: 100%;
  color: var(--red);
  display: flex;
}
#jobsarchform button{
  height: 45px;
  padding: 0px 20px;
  cursor: pointer;
  background-color: #117a8b;
  color: white;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #117a8b;
  cursor:pointer;
}
#jobsarchform button:hover{
  background-color: #117b8bd5;
  color: white;
  border: 1px solid #117b8bd5;
}
#jobsarchform button a{
  font-weight: 600;
}

@media only screen and (max-width: 600px) { 
.jobsearchada{
  padding-right: 80%;
}
.jobslogojdimgside{
  height: 45px;
  width: 45px;
  } 
  .sidetextbold{
    font-size: 13px;
    font-weight: bold;
    }  
    .companynamediv a{
      font-size: 13px;
      font-weight: 500;
    }
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.appliedjobheadtext{
  font-size: 22px;
  color: white;
  font-weight: 500;  
}

.jobappliedgreen{
  color: var(--green);
  border: none;
  font-weight: 500;
  cursor: not-allowed;
  font-size: 17px;
}

.jobappliedgreen:hover{
  background: white;
  color: var(--green);
  box-shadow: none;
}

.jobappliedtext{
  color: var(--green);
  font-size: 17px;
  font-weight: 600;
}

.citysbgpadding{
  left: 50px;
}

.locdivjobs{
  width: 371px;
  position: fixed;
  left: 12px;
  margin-top: 1%;
  height: 100%;
}

  .citysbg{
    height: 170px;
    width: 170px;
    margin: 2px auto;
    border: 0.5px solid #92a8d13d;
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 68, 255, 0.185);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  1px 1px 2px rgba(0, 68, 255, 0.185); 
    background-color: white;
    cursor: pointer;
  }
  
  .citysbg:hover{
  background-color: #314ce415;;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition: all 0.1s ease-in-out;
  transition-duration: 0.1s ease-in-out;
  color: var(--blue);
  }
.citysbgdiv{
  left: 0%;
  top: 17%;
  position: relative;
}

.citysbg a{
  margin-top: 20%;
  font-size: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.citysbg span{
 font-size: 15px;
 font-weight: 500;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
}

.profileresume{
  height: 20px;
}

.profileleftpadding{
  top: 47px;
}

.profiletexttop{
  display: flex;
  justify-content: center;
  align-items: center;
}

.profiletextcs{
  color: var(--green);
}

.profiletextcf{
  color: darkblue;
}

.buttonhide{
display: none;
}

.profiletextbox{
  height: 70px;
}

.profiletextboxtext{
  text-align: left;
  height: 30px;
}
.profiletextboxbtn{
  text-align: right;
  margin-top: -25px;
  height: 35px;
}

@media only screen and (max-width: 600px) {
  .profilemt{
font-size: 13px;
  }
}

.psw_acancel{
  color: var(--red);
  font-size: 16px;
  cursor: pointer;
  left: 95%;
  position: relative;
}

#psw_form {
  width:450px;
	margin: 50px auto;
  padding-bottom: 30px;
  border-radius: 3px;
  display: none;
  }

  #psw_form input {
	width: 80%;
	height: 35px;
	margin: 5px 10%;
	font-size: 1.1em;
	padding: 5px;
  font-size: .9em;
  border-radius: 3px;
  }

#psw_btn{
	height: 35px;
  width: 80%;
  margin: 5px 10%;
	color: white;
	background: #3B5998;
	border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  }

 #psw_btn:hover{
   background:white;
   border: 1px solid #3B5998;
   color:#3B5998;
 } 

 #emailcancel{
	height: 35px;
  width: 80%;
  margin: 5px 10%;
  border: 1px solid #3B5998;
  color:#3B5998;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}

#emailcancel:hover{
	color: white;
	background: #3B5998;
}

  @media only screen and (max-width: 600px) {
    #psw_form {
    width:100%;
    }
  }  

.icon-eye{
  cursor: pointer;
}  

#cr_form {
  width: 100%;
	margin: 50px auto;
  padding-bottom: 30px;
  }
  #cr_form input {
	width: 85%;
	height: 48px;
	margin: 5px 7%;
  padding: 10px;
  border-radius: 4px;
  }

  #cr_form select {
    width: 85%;
    height: 48px;
    margin: 5px 7%;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
  }
  #cr_form select:focus {
      outline: none;
      border: 2px solid darkblue;
  }

  #cr_form a{
    padding: 10px;
    margin: 5px 5%;
    font-weight: 500;
  }

  #cr_form p{
    padding: 10px;
    margin: 5px 5%;
  }

  #cr_form input:focus{
    outline: none;
    border: 1px solid darkblue;
  }

#cr_form textarea{
  width: 85%;
  height: 180px;
  margin: 5px 7%;
	padding: 10px;
  border: 2px solid rgb(167, 167, 167);
  border-radius: 4px;
}

#cr_form textarea:focus{
  outline: none;
  border: 1px solid darkblue;
}

.cr_formv2{
  width: 100%;
  background-color: white;
  padding: 15px;
  border-top: 1px solid rgba(82, 82, 82, 0.255);
  border-bottom: 1px solid rgba(82, 82, 82, 0.255);
  margin-top: 2%;
  margin-bottom: 2%;
}
.cr_formv2 input{
	width: 100%;
	height: 45px;
	margin: 2px 0%;
  padding: 10px;
  border-radius: 4px;
}
.cr_formv2 input:focus{
  outline: none;
  border: 1px solid rgba(0, 0, 7, 0.707);
}
.cr_formv2 textarea{
  width: 100%;
	margin: 2px 0%;
  padding: 10px;
  border-radius: 4px;
}
.crformheader{
  font-size: 15px;
  font-weight: 500;
  color: #003994;
}
.cr_formv2 textarea:focus{
  outline: none;
  border: 1px solid rgba(0, 0, 7, 0.707);
}
.cr_formv2 select{
  width: 100%;
	height: 45px;
	margin: 2px 0%;
  padding: 10px;
  border-radius: 4px;
}
.cr_formv2 label{
  padding: 0%;
  margin-bottom: 0%;
  font-weight: 500;
  margin-top: 1%;
  color: #003994;
}
#creatingbasicinfo, #creatingcareerob, #educationaldiv, #skillseditdiv, #workexperiencedivexp, #workexdivedit, #personalinfoshowdiv{
  display: none;
}
.brupdatebtn{
  background-color: #003994;
  color: white;
  font-weight: 500;
  border: 1px solid #003994;
  cursor: pointer;
  border-radius: 3px;
  padding: 2px 15px;
  text-transform: uppercase;
}
.brupdatebtn:hover{
  background-color: #0039941e;
  color: #003994;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition: all 0.3s ease-in-out;
  transition-duration: 0.3s ease-in-out;
}
.cr_errorv2 input{
  border: 1px solid  var(--red);
}
.cr_errorv2 textarea{
  border: 1px solid  var(--red);
}
.cr_errorv2 span{
  width: 70%;
	margin: 2px 0%;
  font-size: 14px;
	color: var(--red);
  display: flex;
}
.cr_error span {
	width: 80%;
	height: 35px;
	margin: 7%; 
	font-size: 14px;
	color: var(--red);
  }
  .cr_error input{
	border: 1px solid  var(--red);
  }
.cr_successv2 input{
  border: 1px solid var(--green);
}
.cr_successv2 textarea{
  border: 1px solid var(--green);
}
  .cr_error select{
    border: 1px solid var(--red);
    }

  .cr_border{
    border: 1px solid rgb(167, 167, 167);
  }
  
  /*Styling in case no errors on form*/
  .cr_success span {
	width: 80%;
	height: 35px;
	margin: 7%;
	font-size: 14px;
	color: var(--green);
  }
  .cr_success input{
	border: 1px solid var(--green);
  }

.cr_success select{
    border: 1px solid var(--green);
    }

.cr_btn{
  color: white;
  padding: 7px 20px;
  background-color: darkblue;
  border: 1px solid darkblue;
  border-radius: 4px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
} 

.cr_btn:hover{
  background-color: rgb(0, 0, 78);
  color: rgb(245, 245, 245);
}

.cr_btnnext{
  color: white;
  padding: 7px 34px;
  background-color: darkblue;
  border: 1px solid darkblue;
  border-radius: 4px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.cr_btnnext:hover{
  background-color: rgb(0, 0, 78);
  color: rgb(245, 245, 245);
}

.fontcl{
  font-size: 16px;
  color: rgb(34, 34, 34);
}
.cr_formtext{
  font-weight: 500;
}

.cr_formstep{
  padding-left: 60%;
}

.cr_leftdiv{
  position: absolute;
  left: 21%;
}
.skillheadersug{
  font-weight: 500;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  #cr_form {
    width: 100%;  
    }
    #cr_form input {
    width: 100%;
    margin-left: 0%;
    }

  #cr_form select{
    width:100%;
    margin: 0px;
    margin-left: 0%;
    }

 #cr_form textarea{
    width:100%;
    margin: 0px;
    margin-left: 0%;
    }  
    
  #cr_form a{
    padding: 0px;
    margin: 0;
  }  

}   

.cr_btnpadding{
  position: absolute;
  left: 75%;
  bottom: 7%;
}

.cr_btnpadding a{
  color: white;
  background-color: darkblue;
  border: 1px solid darkblue;
  border-radius: 4px;
  font-weight: 100;
  outline: none;
  cursor: pointer;
  padding: 7px 15px;
}
.cr_btnpadding a:hover{
  background-color: rgb(0, 0, 78);
  color: rgb(245, 245, 245);
}

.cr_btnpadding2{
  position: absolute;
  left: 72%;
  bottom: 7%;
}

.cr_btnpadding2 a{
  color: white;
  background-color: darkblue;
  border: 1px solid darkblue;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 5px 15px;
  margin-top: 1%;
}
.cr_btnpadding2 a:hover{
  background-color: rgb(0, 0, 78);
  color: rgb(245, 245, 245);
}

.cr_btnpaddings a{
    cursor: pointer;
    color: darkblue;
    padding: 10px;
}

@media only screen and (max-width: 600px){
  .cr_btnpadding{
    padding-left: 55%;
  }

}

a.info:hover {
  cursor: help;
  position: relative;
}
a.info span {
  display: none;

}
a.info:hover span{
  border: #868686 1px solid;
  border-radius: 4px;
  padding: 10px;
  display: block;
  color: black;
  background: rgb(255, 204, 109);
  left: 0px;
  margin: 10px;
  width: 220px;
  position: absolute;
  top: 5px;
  font-size: 14px;
}
  
.applidejobs4pad{
  top: 53px;
}

.emailactivate{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius:4px;
  outline: none;
  background-color: rgb(248, 248, 248);
}

.emailactivate:focus{
  border: 1px solid darkblue;
}

.emailbtn{
  color: #0059ff;
  border: 1px solid #0059ff;
  background-color: white;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 500;
  cursor:pointer;
  outline: none;
}

.emailbtn:hover{
  background-color: #0059ff;
  color: rgb(255, 255, 255);
}

.show {display: block;}

.job-post-item-header{
  width: 95%;
}

@media only screen and (max-width: 600px) {
  .job-post-item-header{
    width: 100%;
  }
  a.info:hover span{
    position: relative;
  }
}


.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: .4;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

@media only screen and (max-width: 600px) {
  .shape4 {
    width: 300px;
  }
  }

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: .2;
}

.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

.shape9 {
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: -1;
  -webkit-animation: movebounce 25s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: 0.3;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

.intertextadd{
  font-weight: 500;
  color: darkblue;
}

.homeimg{
  height: 30px;
  width: 30px;
}

.intercalltext{
  color: var(--green);
  cursor: pointer;
}

.intercalltext:hover{
  color: darkblue;
  font-weight: 500;
  font-size: 16px;
  transition-duration: 0.2s;
}

.onclickhref{
  color: darkblue;
  font-weight: 500;
  cursor: pointer;
  padding: 10px;
}

.onclickhref:hover{
  color: rgb(0, 0, 204);
  text-decoration: underline solid rgb(0, 0, 204);
}

.emailresend{
  border-radius: 3px;
  border: 1px solid darkblue;
  padding: 8px;
  background: white;
  outline: none;
  color: white;
  font-weight: 500;
  cursor: pointer;
  background: darkblue;

}

.emailresend:hover{
  color: white;
  border: 1px solid rgb(1, 1, 204);
  background: rgb(0, 0, 179);
}



  #changeshow {
    display: none;
  }
  
  #changehide{
      transition-duration: 0.2s;
  }  


.resumeviewbtn{
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  color: #003994;
}

.resumeviewbtn:hover{
  color: #406ac7;
}

#search2{
  display: none;
}

.newtext{
  color:  var(--red);

}

.searchjobtexthide{
  display: none;
}

#getFixed{
top: 0%;
width: 100%;
height: 100px;
display: none;
overflow: hidden;
background-color: white;
box-shadow: 2px 2px 12px rgba(0, 68, 255, 0.185);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.22);
-webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
}

#getFixed .ftco-animate{
  position: relative;
  height: 100%;
  padding: 15px;
  background-image: linear-gradient(to right, rgba(173, 216, 230, 0.528), rgba(130, 224, 255, 0.528));
}

.middhedivjd{
  width: 100%;
  height: 100%;
  height: 75px;
  background-color: white;
  border-radius: 4px;
}

.divpaddingtop{
  padding: 8px;
  position: relative;
  left: 2%;
  height: 70px;
  overflow: hidden;
}

.divpaddingtop a{
  display: flex;
  font-size: 17px;
  font-weight: 700;
}

.divpaddingtop span{
  font-size: 15px;
  font-weight: 450;
}

.divpaddingtop2{
  padding: 25px;
  left: 12%;
  position: relative;
}

.divpaddingtop2 a{
  padding: 10px;
  background-color: var(--blue);
  border-radius: 3px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase !important;
  margin-left: 2%;
}

.divpaddingtop2 a:hover{
  box-shadow: 2px 2px 35px rgba(0, 68, 255, 0.185);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  4px 4px 25px rgba(0, 68, 255, 0.185); 
}

.divpaddingtop2 span{
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin-left: 2%;
  color: var(--blue);
}

.divpaddingtop2 span:hover{
  color: rgb(33, 33, 235);
}


.morerighttop{
  top: 52px;
}


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 43%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 4.2;
}

.circle {
  fill: none;
  stroke-width: 3.2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.jobalertactivated{
  color: var(--green);
  font-size: 20px;
  font-weight: 500;
}

.jdemaila a{
  font-weight: 600;
  font-size: 14px;
}

.jdjobadivdiv{
    overflow: hidden;
}

.jdjobadiv a{
  font-weight: 600;
  font-size: 15px;
  color: rgb(29, 29, 29);
}

.fileupload{
  opacity: 0;
}

.fileuploadedtext{
  color: darkblue;
  font-weight: 500;
  font-size: 18px;
}

.filetext{
  margin-top: 50%;
  cursor: pointer;
  color: darkblue;
  font-weight: 500;
  font-size: 18px;
}

.filetext:hover{
  color: blue;
}

.areapadding{
  left: 25%;
  top:15%;
  position:fixed;
  background: white;
  height: 500px;
  width: 750px;
  display: none;
}

.areabutton{
  left: 70%;
  position: relative;
  padding-top: 58%;
}

.reuploadbg{
  top: 0;
  background-color: rgba(177, 177, 177, 0.548);
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  opacity: 1;
}

.areapaddingresupcol8{
  position: absolute;
  left: 15%;
}

.areapaddingresup{
  position: absolute;
  background: rgb(255, 255, 255);
  height: 500px;
  width: 750px;
}

.imguppadding{
  left: 25%;
  top:15%;
  position: fixed;
  background: white;
  height: 500px;
  width: 750px;
}

/* upload file */

.area {
  width: 700px;
    height: 300px;
    position: absolute;
    border: 4px dashed #000;
    background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: rgba(0, 115, 182, 0.15);
    text-align: center;
    top: 5%;
    left: 3%;
}

.area input {
    width: 690px;
    height: 290px;
    border: 1px solid red;
    cursor: pointer;
    opacity: 0;
    top: 0%;
    left: 0%;
}

.area input:focus {
    outline: none;
}

.area .spinner {
    display: none;
    margin-top: 50%;
}

.area:hover,
.area.dragging,
.area.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.area.uploading {
    background: none;
}

/* upload file */

.arearesup {
  width: 700px;
    height: 300px;
    position: absolute;
    border: 4px dashed #000;
    background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: rgba(0, 115, 182, 0.15);
    text-align: center;
    top: 5%;
    left: 3%;
}

.arearesup input {
    width: 690px;
    height: 290px;
    border: 1px solid red;
    cursor: pointer;
    opacity: 0;
    top: 0%;
    left: 0%;
}

.arearesup input:focus {
    outline: none;
}

.arearesup .spinner {
    display: none;
    margin-top: 50%;
}

.arearesup:hover,
.arearesup.dragging,
.arearesup.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.arearesup.uploading {
    background: none;
}

.areabuttonresup{
  left: 70%;
  position: absolute;
  bottom: 5%;
}

.primgcls{
height: 250px;
width: 250px;
top: 10%;
left: 10%;
border: none;
outline: none;
}

.imgarea{
  width: 250px;
  height: 250px;
  position: absolute;
  border: 4px dashed #000;
  background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 115, 182, 0.15);
  text-align: center;
  top: 5%;
  left: 3%;
}

.imgarea input{
  width: 240px;
  height: 240px;
  cursor: pointer;
  top: 0%;
  left: 0%;
  opacity: 0;
}

.imgupbtns{
 position: absolute;
 margin: 400px 20px;
 left: 30%;
}

.imgupimg{
  position: absolute;
  height: 250px;
  width: 250px;
}
.imgupsize{
  position: absolute;
  height: 340px;
  width: 340px;
}
.imgup2div{
  top: 15%;
  right: 3%;
}

.imgup2diva{
  height: 240px;
  width: 240px;
    border: 4px dashed #000;
}

.imgdelpadding{
  position: relative;
  margin-left: 15%;
}

.picdeletetc{
  color: green;
  font-weight: 500;
  background: white;
  border: none;
}


@media only screen and (max-width: 600px) { 
  .area {
    width: 95%;
      height: 300px;
      position: absolute;
      top: 5%;
      left: 3%;
  }
  
  .area input {
      width: 100%;
      height: 290px;
      border: 1px solid  var(--red);
      cursor: pointer;
      opacity: 0;
  }
  

  .filetext{
    margin-top: 50%;
    cursor: pointer;
    color: darkblue;
    font-weight: 500;
    font-size: 18px;
  }
  
  .filetext:hover{
    color: blue;
  }
  
  .areapadding{
    left: 0%;
    top:15%;
    position:fixed;
    background: white;
    height: 530px;
    width: 100%;
    display: none;
  }
  
  .areabutton{
    padding-right: 90%;
    position: fixed;
    padding-top: 98%;
  }

}

.pswpadding{
  padding: 20px;
}

@media only screen and (min-width: 600px){
.reupbuttonbr{
  display: none;
}

}

.reupbp{
  padding: 50px;
}

.pswpadding{
  left: 25%;
}

@media only screen and (max-width: 600px){
  .pswpadding{
    left: 0;
  }
}

@media only screen and (max-width: 768px){
  .pswpadding{
    left: 0;
  }

}

.divcur{
  cursor: pointer;
}

@media only screen and (max-width: 320px){
.jobstext{
  display: none;
}
}

@media only screen and (max-width: 375px){
  .jobstext{
    display: none;
  }
  }

/* mobile section */

#mobilepopup {
  position: relative;
  top:20%;
  }


  .mobilepaddings {
    width:100%;
    height:300px;
  border: 1px solid darkblue;
  border-radius: 4px;
  background-color:#fff;
  }
  .mobilewindow {
  width: 100%;
  height:100%;
  top:0;
  left: 0;
  display:none;
  position:fixed;
  background-color:#313131;
  overflow:auto;
  }
  
  .close {
    position:absolute;
    font-size: 20px;
    color: var(--red);
    right: 10px;
    top: 5px;
    cursor:pointer;
  }
  
  
  @media only screen and  (max-width: 600px) { 
    .downnavbarmobile{
      overflow: hidden;
      background: rgb(255, 255, 255);
      position: fixed;
      bottom: 0;
      height: 50px;
      width: 100%;
      box-shadow: 0px 0px 0px 5px rgba(65, 65, 65, 0.178);
      opacity: 9px;
        } 
    }
    
      .mobilepaddingab{
    padding: 25px;
    color: #1d1d1d;
  }
  
  .mobilepaddinga{
    padding: 20px;
    color: #1d1d1d;
  }
  
  @media only screen and (max-width: 600px) { 
    .topscrollbtn {
      display: none;
      border-radius: 10px;
      position: fixed;
      bottom: 60px;
      right: 10px;
      z-index: 99;
      font-size: 15px;
      border: 2px solid #2196F3;
      outline: none;
      color: white;
      cursor: pointer;
      padding: 13px;
    }
#hidejdnavmob, .hidejdnavmob{
  display: none;
}

  }
  
  .mtext{
    color: darkblue;
    font-size: 18px; 
    font-weight: 500;
  }

  /* mobile section end */

.col72divmid{
  left: 19.2%;
}

.lefthomefdiv{
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c
}

.lefthomefdiv a{
  font-size: 22px;
  font-weight: 500;
}

.lefthomefdiv a span{
  font-size: 16px;
}

.lefthomefdivjobs{
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c
}

.lefthomefdivjobs a{
  font-size: 15px;
}

.lefthomelocdiv{
  padding: 10px;
  margin-top: 2%;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c
}

.lefthomelocdiv a{
  font-size: 15px;
  font-weight: 400;
  padding: 8px;
  cursor: pointer;
  display: flex;
  text-align: center;
  position: relative;
  color: black;
}

.lefthomelocdiv span{
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(53, 53, 53);
}

.lefthomeah span{
  cursor: pointer;
  display: show;
}

.lefthomelocdiv a:hover span{
  color: var(--blue);
}

.jdjobsby{
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c
}

.jdjobsby a{
  font-size: 15px;
  font-weight: 450;
}

.jdjobalerdiv{
  margin-top: 2%;
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
}

.jdjobalerdiv a{
  padding: 4px;
  font-weight: 400px;
  cursor: pointer;
  display: flex;
  color: rgb(53, 53, 53);
  margin-left: 4px;
}

.jdjobalerdiv a:hover{
  font-weight: 550;
  color: var(--blue);
  border-left: 5px solid var(--blue);
}

.icontypet{
  left: 0%;
  position: relative;
}

.icontypet a{
  font-size: 14px;
  font-weight: 300;
  color: rgb(90, 90, 90);
  margin-right: 2%;
}

.icontypet span{
  margin-left: 1%;
  font-size: 15px;
  font-weight: 500;
}

.jdtopicon a{
  font-size: 15px;
  font-weight: 500;
  color: rgb(90, 90, 90);
  display: flex;
  margin-top: 2%;
  margin-bottom: 1%;
}

.jdtopicon span{
  margin-left: 1%;
  font-size: 15px;
  font-weight: 500;
}

.jda{
  width: 100%;
  margin-left: 0%;
}

.jda a{
  color: rgb(90, 90, 90);
}

.jda span{
  font-size: 13px;
}


.hjddown a{
  font-size: 11px;
  padding: 5px;
  background-color: rgb(233, 233, 233);
  border-radius: 3px;
  font-weight: 500;
}

.hjddown h6{
  font-size: 11px;
  padding: 5px;
  background-color: rgb(233, 233, 233);
  border-radius: 3px;
  font-weight: 500;
}

.hjddown span{
  padding: 5px;
  font-size: 11px;
}

.iconsave{
  position: relative;
  padding: 2%;
}

.iconsave a{
  left: 50%;
  position: relative;
  padding: 10px;
  font-size: 13px;
  font-weight: 550;
  cursor: pointer;
}


.iconsave a:hover{
  color: darkblue;
}

.iconsave a span{
  margin-left: 5%;
}

.jdtopdivcolor{
  height: 180px;
  background-image: linear-gradient(to top, #1498ac, #117a8b);
  position: fixed;
  width: 100%;
}

.criresumediv a{
  color: rgb(80, 80, 80);
  font-weight: 500;
}

.jdjobtitle a{
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.jdjobtitle span{
  font-size: 15px;
  font-weight: 450;
}

.jddesdivpad{
  padding: 5px;
  overflow: hidden;
  margin-top: 1%;
}

.recomjobs{
  padding: 10px;
  border: 0.1px solid rgba(0, 139, 139, 0.261);
}

.recomjobs a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 184, 184);
}

.jdinfodiv{
  position: fixed;
  left: 0;
  top: 0%;
  width: 55px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 12px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
}

.jdinfodiv a{
  position: relative;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  margin: 15px 0;
}

.jdinfodiv a:hover{
  background-color: #00335f;
  color: white;
  width: 100%;
}

.jdinfodivahover{
  background-color: #00335f;
  color: white;
  width: 100%;
}
.jdinfodiv .sidelogo{
  height: 50px;
  width: 50px;
  margin-top: 20px;
}
.jdinfodiv .sidelogo img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-style: none; 
  image-rendering: auto;
  -webkit-transform: scale(0.999);
  transform: scale(0.999);
  object-fit: cover;
  object-position: 50% 50%;
}

a.sidebarinfo:hover {
  position: relative
}
a.sidebarinfo span {
  display: none;
  z-index: 999;
}
a.sidebarinfo:hover span {
  border-radius: 3px;
  border-bottom-left-radius: 0%;
  border-top-left-radius: 0%;
  padding: 18px;
  display: block;
  color: white;
  background-color: #00335f;
  margin: 2px;
  width: 120px;
  max-height: 55px;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  left: 100%;
  z-index: 999;
  box-shadow: 2px 2px 12px rgba(114, 148, 250, 0.185);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.jdicontop{
  font-size: 80px;
  background-color: rgba(232, 232, 232, 0.364);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 12px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
}

.jdcountdiv a{
  font-size: 20px;
  font-weight: 500;
}

.jdbtn a{
  padding: 7px 25px;
  border: 1px solid #0059ffcb;
  border-radius: 3px;
  cursor: pointer;
  color: #0059ffcb;
  box-shadow: 1px 1px 12px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  1px 1px 5px rgba(0, 68, 255, 0.185); 
}

.jdbtn a:hover{
  color: white;
  background-color: #0059ffcb;
}

.prpoavdiv{
  position: relative;
  margin-top: 4%;
  margin-bottom: 4%;
  height: 50px;
  width: 50px;
  background-color: rgb(243, 243, 243);
  border-radius: 3px;
  box-shadow: 2px 2px 12px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
}

.prpoavdiv a{
  font-size: 18px;
  font-weight: 500;
  color: #0059ff;
}

.prpoavdivemail{
  position: relative;
  margin-top: 4%;
  margin-bottom: 4%;
  height: 50px;
  width: 400px;
  background-color: rgb(243, 243, 243);
  border-radius: 3px;
  box-shadow: 2px 2px 12px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
  overflow: hidden;
}

.prpoavdivemail a{
  font-size: 18px;
  font-weight: 500;
  color: #0059ff;
}

.tblpad{
  padding: 20px;
}

#profileresdiv, #profilejobsdiv, #profileinterviewsdiv, #profilejbaltdiv, #profilesupportdiv, #profilelogoutdiv{
  display: none;
}

.toppagetagdiv{
  height: 45px;
  background-color: #0041a9d2;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(191, 191, 191, 0.185);
  -moz-box-shadow: 2px 2px 5px rgba(191, 191, 191, 0.185);
  -webkit-box-shadow:  2px 2px 5px rgba(191, 191, 191, 0.185); 
}

.toppagetagdiv a{
  color: white;
  font-size: 15px;
  position: relative;
  font-weight: 650;
}

.appjobabout{
  background-color: #f3f3f398;
  border-radius: 3px;
  padding: 5px;
  margin-top: 1%;
}

.appjobabout a{
  font-weight: 400;
  display: flex;
  font-size: 13px;
  margin-left: 3%;
}

.appjobabout a span{
  color: #0058fc;
  margin-left: 3%;
  font-weight: 500;
}

.appjobaboutspane{
  color: var(--red);
}

.appcansdiv{
  margin-top: 5%;
  position: relative;
}
.appcansdiv a{
  padding: 5px;
  border: 1px solid white;
  background-color: var(--blue);
  cursor: pointer;
  display: flex;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.appcansdiv a:hover{
  color: var(--blue);
  background-color: white;
  border: 1px solid var(--blue);
}

.error_msg{
  color: var(--red);
  font-size: 14px;
}

.success_msg{
  color: var(--green);
  font-size: 14px;
}

.proaddcda{
  background-color: rgb(255, 255, 255);
  padding: 5px;
  margin-top: 5%;
  border: 2px dashed rgb(150, 150, 150);
  border-radius: 3px;
  cursor: pointer;
}

.proaddcda:hover{
  border: 2px dashed rgb(0, 0, 0);
  color: rgb(150, 150, 150);
}

.proaddcda a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.upresbtndivs{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jobsearchtopdiv{
  height: 180px;
  background-image: linear-gradient(to top, #1498ac, #117a8b);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jobsearchtopdiva{
  top: 14%;
  bottom: 10%;
  background-color: white;
  position: relative;
  height: 100px;
  width: 90%;
  border-radius: 5px;
}

.jobsearchtopdiva a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: bolder;
  font-size: 30px;
  color: #117a8b;
}

.jobscol7div{
  left: 21%;
  position: absolute;
}

.categoryleft{
  position: absolute;
  left: 0%;
  width: 100%;
}

.categorydivsco{
  height: 100%;
  margin-top: 1%;
}

.noresults{
  position: relative;
}

.noresults a{
  color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultscountdiv{
  margin-top: 2%;
  margin-bottom: 2%;
  width: 100%;
  border: 0.1px solid rgba(0, 139, 139, 0.261);
  border-radius: 3px;
  box-shadow: 2px 2px 12px rgba(0, 68, 255, 0.185);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 
  background-color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.resultscountdiv a{
  color: darkcyan;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.morejobsbtn{
  position: relative;
}

.morejobsbtn a{
    padding: 8px 15px;
    border: 1px solid #3B5998;
    border-radius: 3px;
    background-color: #3B5998;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.morejobsbtn a:hover{
  color: #3B5998;
  background-color: white;
  border: 1px solid #3B5998;
  box-shadow: 2px 2px 12px rgba(45, 81, 128, 0.316);
  -moz-box-shadow: 1px 1px 5px rgba(45, 81, 128, 0.316);
  -webkit-box-shadow:  1px 1px 5px rgba(45, 81, 128, 0.316); 
} 

.intervdediv{
  position: relative;
  padding: 10px;
  width: 100%;
}
.intervdediv a{
  padding: 7px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid white;
}

.intervdediv a:hover{
  color: #007bff;
  border: 1px solid #007bff;
  background-color: white;
}
.indivtop a{
  font-size: 14px;
  font-weight: 500;
  color: rgb(94, 94, 94);
  text-decoration: underline;
}

.indivtop span{
  color: #1498ac;
  margin-left: 2%;
  font-size: 15px;
  font-weight: 600;
}

.adddiv{
  padding: 12px;
  background-color: rgba(242, 242, 242, 0.604);
  border-radius: 3px;
  margin-top: 2%;

  width: 100%;
}

.adddiv h6{
  font-size: 13px;
  font-weight: 600;
  position: relative;
  color: rgb(94, 94, 94);
  text-transform: uppercase;
}

.adddiv span{
  position: relative;
  color: #000;
  font-size: 15px;
}

.adddiv a{
  color: #1498ac;
}

.indivclosebtn{
  position: absolute;
  top: 0%;
  right: 4%;
}

.indivclosebtn a{
  color: var(--red);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .toppagetagdiv{
    width: 100%;
  }
}

.iconsrightleftshow{
  position: fixed;
  bottom: 5%;
  right: 0%;
}

.iconsrightleftshow a{
  font-size: 20px;
  font-weight: 500;
  color: black;
  display: flex;
  margin-top: 3%;
  background-color:  rgb(158, 230, 253);
  padding: 4px 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


.col12ctoptext{
  margin-top: 2%;
  background-color: rgb(248, 248, 248);
  border-radius: 3px;
  box-shadow: 3px 3px 10px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  1px 1px 5px rgba(0, 68, 255, 0.185);
}

.tohedjobsbla{
  height: 50px;
  background-color: white;
  border-bottom: 1px solid rgb(226, 226, 226);
  padding: 10px;
  border-radius: 3px;
  margin-top: 1%;
  box-shadow: 1px 1px 2px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  1px 1px 2px rgba(0, 68, 255, 0.185);
}

.tohedjobsbla a{
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  padding: 20px;
  position: relative;
}

.tohedjobsbladiv{
  padding: 12px;
}

.tohedjobsbladiv a{
  padding: 0px;
  display: flex;
  margin-top: 1%;
  padding: 2px;
  color: black;
}

.tohedjobsbladiv a:hover{
  color: var(--blue);
}

.browsjbsdiv{
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
  padding: 15px;
  margin-bottom: 0%;
  margin-top: 1%;
  position: relative;
}

.jbbylltodivbg{
  background-color: rgb(248, 248, 248);
  position: fixed;
  width: 100%;
  height: 350px;
}

.resupnames{
  height: 50px;
  width: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resupnames a{
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 175, 117);
}

#gjggugbubgugb{
  position: absolute;
  width: 100%;
  bottom: 13%;
}

.resupjobsbtn{
  padding: 8px 18px;
  margin-left: 2%;
  border: 1px solid white;
  background-color: var(--blue);
  color: white;
  border-radius: 3px;
  font-weight: 500;
}

.samprescol8{
  margin-top: 2%;
}

.samprescol8 img{
  width: 100%;
  box-shadow: 2px 2px 10px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185);
  border-radius: 10px;
  background-color: white;
  border: 0.5px solid rgba(57, 65, 88, 0.07);
}

.samprescol41{
  margin-top: 20%;
  position: relative;
}

.samprescol42{
  box-shadow: 4px 4px 10px rgba(57, 65, 88, 0.185);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  4px 4px 5px rgba(0, 68, 255, 0.185);
  border-radius: 3px;
  min-height: 51%;
  max-width: auto;
  background-image: linear-gradient(to bottom left, rgba(173, 216, 230, 0.357), rgba(130, 224, 255, 0.522));
}

.samprescol42pad{
  padding: 10px;
}

.samprescol42pad h1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
}

.samprescol42pad a{
  font-weight: 500;
  position: relative;
}

.samprescol42pad p{
  font-weight: 600;
  padding: 10px;
}

.samprescol42paddivmargintopa a{
  margin-top: 1%;
  display: flex;
}

.sampresrightbdiv{
  background-image: linear-gradient(to bottom left, rgba(173, 216, 230, 0.357), rgba(130, 224, 255, 0.522));
  border-radius: 3px;
  height: 95px;
  position: absolute;
  margin-top: 25%;
  left: 70%;
  width: 400px;
  opacity: 0.9;
  background-color: white;
}

.sampresleftbdiv{
  background-image: linear-gradient(to bottom left, rgba(72, 200, 243, 0.357), rgba(48, 198, 248, 0.522));
  border-radius: 3px;
  height: 105px;
  position: absolute;
  margin-top: 0%;
  left: -30%;
  width: 600px;
  opacity: 0.9;
  background-color: white;
  display: flex;
}

.bg-lights{
  background-color: rgb(248, 248, 248);
  position: relative;
  height: 100%;
  width: 100%;
}

.sampcolmixdivbtm{
  height: 100%;
  width: 105px;
  background-image: linear-gradient(to bottom left, rgba(72, 200, 243, 0.357), rgba(48, 198, 248, 0.522));
  position: absolute;
  left: 70%;
  border-radius: 3px;
}

.sampcolmixdivbtmb{
  height: 100%;
  width: 105px;
  background-image: linear-gradient(to bottom left, rgba(72, 200, 243, 0.357), rgba(48, 198, 248, 0.522));
  position: absolute;
  left: 20%;
  margin-top: 20%;
  border-radius: 3px;
}

#supportmsgdiv{
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  position: fixed;
  background-color: rgba(184, 184, 184, 0.371);
  display: none;
}
  #supportmsgdivdiv{
  height: 100%;
  width: 450px;
  top: 0%;
  right: 0%;
  position: fixed;
  background-color: white;
  overflow-x: hidden;
  overflow-y: scroll;
  }
  #supportmsgdivpad{
  padding: 10px;
  margin-top: 20%;
  position: relative;
  }
  #supportmsgdivbtn{
  position: absolute;
  margin-top: 12%;
  top: 0%;
  right: 5%;
  }
  #supportmsgdivbtn a{
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: var(--red);
  }
#supportmsgdivdiv::-webkit-scrollbar{
  width: 0px;
}
  #messsucdivhide{
  display: none;
  }
  #error_form{
    padding-bottom: 30px;
    border-radius: 3px;
    outline: none;
    width: 100%;
  }
  #error_form input{
  width: 90%;
  height: 50px;
  margin: 3px 5%;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  }
  #error_form input:focus{
    border: 1.4px solid black;
  }
  
  #error_form textarea{
    width: 90%;
    margin: 3px 5%;
    padding: 10px;
    font-size: .9em;
    border-radius: 3px;
  }  
  #error_form textarea:focus{
    border: 1.4px solid black;
  }

  .jobsupporttitle{
    width: 90%;
    margin: 3px 5%;
    font-weight: 500;
  }
  .loginbtn{
  height: 35px;
  width: 80%;
  margin: 5px 10%;
  padding: 8px;
  color: white;
  border: 1px solid rgb(7, 50, 143);
  background: rgb(7, 50, 143);
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  text-transform: uppercase;
  }
  
  .loginbtn:hover{
  background:  rgba(7, 50, 143, 0.131);
  color:  rgb(7, 50, 143);
  border: 1px solid rgb(7, 50, 143);
  }
.loginutextdivsginup{
    width: 90%;
    margin: 5px 5%;
}
    
.loginutextdivsginup a{
    font-size: 18px;
    font-weight: 600;
    display: flex;
}
.loginutextdivsginup span{
  color: darkseagreen;
  font-weight: 500;
}

.form_errorjbsupport{
	color:  var(--red);
  }
.form_successjbsupport{
	color: var(--green);
}

#subbtnsubmit{
  height: 35px;
  width: 90%;
  margin: 3px 5%;
  color: white;
  border: 1px solid rgb(7, 50, 143);
  background: rgb(7, 50, 143);
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  }
  
  #subbtnsubmit:hover{
  background:  rgba(7, 50, 143, 0.131);
  color:  rgb(7, 50, 143);
  border: 1px solid rgb(7, 50, 143);
  }

.sidesuggestdiv{
  position: fixed;
  width: 55px;
  height: 300px;
  top: 32%;
  left: 0%;
}
.sidesuggestdiv a{
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
  background-color: rgb(105, 176, 186);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  margin-top: 4%;
  display: flex;
  cursor: pointer;
  height: 44px;
}
a.sidesuggestahover:hover {
  position: relative
}
a.sidesuggestahover span {
  display: none;
  justify-content: center;
  align-items: center;
}
a.sidesuggestahover:hover span {
  border-radius: 3px;
  height: 44px;
  display: flex;
  color: white;
  background-color: rgb(105, 176, 186);
  margin: 1px;
  width: 100px;
  max-height: 55px;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  left: 10%;
  box-shadow: 2px 2px 12px rgba(114, 148, 250, 0.185);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  2px 2px 5px rgba(0, 68, 255, 0.185); 

}

.appliedjobsrightsug{
  width: 350px;
  position: fixed;
}

.appliedjobheader{
  background-color: #0041a9d2;
  background: #0041a9d2;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0px 0px 1px rgba(114, 148, 250, 0.185);
  -moz-box-shadow: 0px 0px 1px rgba(0, 68, 255, 0.185);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 68, 255, 0.185); 
  color: white;
  width: 100%;
  height: 45px;
  border-radius: 8px;
}
.applieddivscroll{
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
  margin-top: 3%;
}
.applieddivscrolldiv{
  height: 540px;
  overflow-x: hidden;
  overflow-y: scroll;

}
.applieddivscrolldiv::-webkit-scrollbar{
  width: 0px;
}
.applieddivimg{
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 5px;
}
.applieddivimg img{
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; 
  cursor: pointer;
}
.applieddivimg span{
  position: relative;
}
@media only screen and (max-width: 600px) { 
  .navbar{
    display: none;
  }
  .jdinfodiv{
    display: none;
  }
  .locdivjobs{
    width: 100%;
    left: 0%;
    top: 2%;
    height: 100%;
    position: relative;
  }

  .jddivdsplnone{
      display: none;
  }
  .divpaddingtop{
  height: 60px;
}
.sampresrightbdiv{
  position: absolute;
  margin-top: 25%;
  left: 0%;
  width: 100%;
}

.sampresleftbdiv{
  height: 105px;
  position: absolute;
  margin-top: 0%;
  left: 0%;
  width: 100%;
}

.samprescol42{
  height: 100%;
}

.sampcolmixdivbtm{
  left: 60%;
  height: 32%;
}

.sampcolmixdivbtmb{
  left: 60%;
  height: 100%;
}
}

@media only screen and (min-width: 600px) { 

  .navbar{
    display: none;
  }

  .col7divmid{
    top: 0%;
    position: absolute;
    width: 90%;
    left: 0%;
  }
  #cr_form {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 30px;
    }
    .cr_leftdiv{
      position: absolute;
      left: 0%;
    }
    .jdinfodiv{
      display: none;
    }

.uploadresumediv{
  margin-top: 55%;
  position: absolute;
  padding: 10px;
}    
#psw_form {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 30px;
  border-radius: 3px;
  display: none;
}
.samprescol42{
  min-height: 60%;
  max-height: 100%;
}
.areapaddingresup{
  position: relative;
  height: 500px;
  width: 100%;
}
.arearesup {
  width: 98%;
  height: 300px;
  top: 1%;
  left: 1%;
}
.locdivjobs{
  width: 80%;
  left: 10%;
  margin-top: 2%;
  height: 100%;
}
  .jddivdsplnone{
      display: none;
  }
}

.veriicondiv a{
  padding: 5px;
  background-color: rgba(0, 128, 0, 0.063);
  color: rgb(13, 87, 13);
  border-radius: 3px;
  font-size: 13px;
}

.veriicondiv span{
  font-weight: 600;
  font-size: 13px;
  margin-left: 1%;
  color: rgb(13, 87, 13);
}

.veriicondivnone{
  display: none;
}

.col-md-11{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .navbar{
    display: none;
  }
  .jdinfodiv{
    display: none;
  }
  .col7divmid{
    left: 5%;
    position: relative;
    width: 100%;
  }

  .lefthomefdiv{
    width: 99%;
  }
  .lefthomelocdiv{
    width: 99%;
  }

.locdivjobs{
  width: 80%;
  left: 10%;
  margin-top: 2%;
  height: 100%;
}
  .jdjobsby{
    width: 99%;
  }
  .jdjobalerdiv{
    width: 99%;
  }
  #cr_form {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 30px;
    }
    .cr_leftdiv{
      position: absolute;
      left: 15%;
    }

.uploadresumediv{
  margin-top: 25%;
  position: absolute;
  padding: 10px;
}
#psw_form {
  width: 90%;
  margin: 50px auto;
  padding-bottom: 30px;
  border-radius: 3px;
  display: none;
}
.samprescol42{
  min-height: 60%;
  max-height: 100%;
}
.areapaddingresup{
  position: relative;
  height: 500px;
  width: 100%;
}
.arearesup {
  width: 98%;
  height: 300px;
  top: 1%;
  left: 1%;
}
  .jddivdsplnone{
      display: none;
  }
 .divpaddingtop2{
display: none;
}
}

@media only screen and (min-width: 992px) {
  .navbar{
    display: flex;
  }
  .jdinfodiv{
    display: inline;
  }
    .jddivdsplnone{
      display: inline;
  }
  .col7divmid{
    top: 20%;
    left: 36%;
    position: absolute;
    width: 80%;
  }

  .lefthomefdiv{
    width: 99%;
  }
  .lefthomelocdiv{
    width: 99%;
  }

  .jdjobsby{
    width: 99%;
  }
  .jdjobalerdiv{
    width: 99%;
  }
  .homefor2{
    display: none;
  }
  #downbtnshow{
    display: none;
  }
  .imglogotopmob{
    display: none;
  }
  .iconsrightleftshow{
    display: none;
  }
  .locdivjobs{
    width: 100%;
    position: absolute;
    left: 0%;
    margin-top: 1%;
    height: 100%;
  }
  .citysbg{
    height: 150px;
    width: 150px;
    margin: 2px auto;
  }
  #cr_form {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 30px;
    }
    .cr_leftdiv{
      position: absolute;
      left: 21%;
    }

    .uploadresumediv{
      margin-top: 10%;
      position: absolute;
      padding: 10px;
    }
    #psw_form {
      width: 80%;
      margin: 50px auto;
      padding-bottom: 30px;
      border-radius: 3px;
      display: none;
    }
    .samprescol42{
      min-height: 70%;
      max-width: auto;
    }
    .areapaddingresup{
      position: relative;
      height: 500px;
      width: 100%;
    }
    .arearesup {
      width: 98%;
      height: 300px;
      top: 1%;
      left: 1%;
    }

  #imglogotopmob{
      display: none;
  }

 .divpaddingtop2{
display: inline;
}
}

@media only screen and (min-width: 1200px) {
  .divwidthjobs{
  width: 750px;
  }

  .col7divmid{
    top: 20%;
    left: 30%;
    width: 91%;
  }
  .col72divmid{
    left: 15%;
  }

  .lefthomefdiv{
    width: 99%;
  }
  .lefthomelocdiv{
    width: 99%;
  }

  .jdjobsby{
    width: 99%;
  }
  .jdjobalerdiv{
    width: 99%;
  }
  .homefor2{
    display: none;
  }
  #downbtnshow{
    display: none;
  }
  .imglogotopmob{
    display: none;
  }
  .iconsrightleftshow{
    display: none;
  }
  .locdivjobs{
    width: 100%;
    position: absolute;
    left: 0%;
    margin-top: 1%;
    height: 100%;
  }
  .citysbg{
    height: 120px;
    width: 120px;
    margin: 2px auto;
  }
  .citysbgdiv{
    left: 0%;
    top: 15%;
    position: relative;
  }
  
  .citysbg a{
    margin-top: 20%;
    font-size: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .citysbg span{
   font-size: 14px;
   font-weight: 500;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
  }
  #cr_form {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 30px;
    }
    .cr_leftdiv{
      position: absolute;
      left: 21%;
    }
    .uploadresumediv{
      margin-top: 10%;
      position: absolute;
      padding: 10px;
    }
    #psw_form {
      width: 70%;
      margin: 50px auto;
      padding-bottom: 30px;
      border-radius: 3px;
      display: none;
    }
    .samprescol42{
      min-height: 51%;
      max-width: auto;
    }
    .areapaddingresup{
      position: relative;
      height: 500px;
      width: 100%;
    }
    .arearesup {
      width: 98%;
      height: 300px;
      top: 1%;
      left: 1%;
    }

  #imglogotopmob{
      display: none;
  }

 .divpaddingtop2{
display: inline;
}
}

@media only screen and (min-width: 1400px) {
  .divwidthjobs{
  width: 750px;
  }

  .col7divmid{
    top: 20%;
    left: 28%;
    width: 95%;
  }
  .col72divmid{
    left: 15%;
  }

  .lefthomefdiv{
    width: 99%;
  }
  .lefthomelocdiv{
    width: 99%;
  }

  .jdjobsby{
    width: 99%;
  }
  .jdjobalerdiv{
    width: 99%;
  }
  .homefor2{
    display: none;
  }
  #downbtnshow{
    display: none;
  }
  .imglogotopmob{
    display: none;
  }
  .iconsrightleftshow{
    display: none;
  }
  .locdivjobs{
    width: 100%;
    position: absolute;
    left: 0%;
    margin-top: 1%;
    height: 100%;
  }
  .citysbg{
    height: 170px;
    width: 170px;
  }
  .citysbgdiv{
    left: 0%;
    top: 17%;
    position: relative;
  }
  
  .citysbg a{
    margin-top: 20%;
    font-size: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .citysbg span{
   font-size: 15px;
   font-weight: 500;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
  }
  .cr_leftdiv{
    position: absolute;
    left: 21%;
  }
  #cr_form {
  width: 80%;
  margin: 50px auto;
  padding-bottom: 30px;
  }
  .uploadresumediv{
    margin-top: 10%;
    position: absolute;
    padding: 10px;
  }
  #psw_form {
    width: 70%;
    margin: 50px auto;
    padding-bottom: 30px;
    border-radius: 3px;
    display: none;
  }
  .samprescol42{
    min-height: 51%;
    max-width: auto;
  }
  .areapaddingresup{
    position: relative;
    height: 500px;
    width: 100%;
  }
  .arearesup {
    width: 98%;
    height: 300px;
    top: 1%;
    left: 1%;
  }

  #imglogotopmob{
      display: none;
  }
 .divpaddingtop2{
display: inline;
}
}

   .location{
    z-index: 999;
    top:1%;
    position: relative;        
    width: 100%;
    background: white;
    box-shadow: 1px 1px 15px rgba(0, 68, 255, 0.185);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  1px 1px 15px rgba(0, 68, 255, 0.185); 
    border-radius: 3px;
  }

  .location p{
      margin: 0;
      padding: 10px;
      cursor: pointer;
      color: black;
      font-weight: 600;
      font-size: 16px;
  }
  .location p:hover{
      background: #04aaa719;
  }

  .jobtitle{
  position: relative;        
  top: 1%;
  z-index: 999;
  width: 100%;
  background: white;
  box-shadow: 1px 1px 15px rgba(0, 68, 255, 0.185);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow:  1px 1px 15px rgba(0, 68, 255, 0.185); 
  border-radius: 3px;
  }

  .jobtitle p{
      margin: 0;
      padding: 10px;
      cursor: pointer;
      color: black;
      font-weight: 600;
      font-size: 16px;
  }
  .jobtitle p:hover{
      background: #04aaa719;
  }

.resupdiv{
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resupdiv img{
  width: 100%;
  height: 100%;
}
.indextopuploaddiv{
  margin-top: 4%;
  }
  .indextopuploaddiv span{
  display: flex;
  font-weight: 500;
  }
  .indextopuploaddivdiv{
  border: 2px dashed black;
  height: 40px;
  width: 100%;
  margin-top: 1%;
  cursor: pointer;
  font-size: 16px;
  color: black;
  }
  .indextopuploaddivdiv:hover{
  border: 2px dashed rgb(24, 24, 24);
  background-color: rgba(184, 184, 184, 0.104);
  color: rgb(0, 0, 0);
}
.paginationdivpro{
  width: 100%;
  height: 50px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgba(174, 174, 174, 0.412);
}

.pagesdiv{
  width: 50%;
  position: relative;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pagesdiv a{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: white;
  color: #000000;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 4px 4px;
  margin: 0px 1%;
  cursor: pointer;
}
.pagesdiv a:hover{
  background-color: rgba(79, 79, 79, 0.104);
}
#previous2, #next2, #pagesubmit{
  display: none;
}
.nopre{
  cursor: not-allowed;
}
.pagesdiv .pageactive{
  background-color: rgba(21, 21, 21, 0.789);
  color: white;
}
.pagesdiv .pageactive:hover{
  background-color: rgba(21, 21, 21, 0.789);
  color: white;
}
.displaynone{
  display: none;
}
.homesearchform_error{
  color: var(--red);
  font-weight: 500;
}

.homedivdiv{
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #88888813;
  box-shadow: 1px 1px 3px #8888883c;
  -moz-box-shadow: 1px 1px 3px #8888883c;
  -webkit-box-shadow:  1px 1px 3px #8888883c;
  width: 100%;
  height: 170px;
  margin-top: 5%;
}
.homedivdiv i{
  font-size: 50px;
  height: 60px;
  margin-top: 5%;
  transition: transform 0.3s ease;
}
.homedivdiv:hover i{
  transform: scale(1.1);
  color: #00335f;
}
.homedivdiv h6{
  margin-top: 2%;
}
.homedivdiv button{
	height: 35px;
	width: 80%;
	color: white;
	background-color: #00335f;
	border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  position: absolute;
  bottom: 5%;
}
.homedivdiv button:hover{
  background-color: #00335fe0;
}
.addnewlead{

}
#addnewleadtypediv{
  margin-top: 3%;
}
#addnewleadtypediv label{
  font-weight: 500;
}
#addnewleadtypediv .addnewleadtypeicon{
  margin: 0 2%;
  cursor: pointer;
}
#addnewleadtypediv .addnewleadtypeicon:hover i{
  font-size: 100px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#addnewleadtypediv .addnewleadtypeicon span{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#addnewleadtypediv .icon-fire-div{
  height: 150px;
  width: 150px;
  background-color: #d6023012;
  border-radius: 5px;
}
#addnewleadtypediv .icon-fire-div i{
  font-size: 90px;
  color: #d60230dc;
}
#addnewleadtypediv .icon-snowflake-o-div{
  height: 150px;
  width: 150px;
  background-color: #02c8d612;
  border-radius: 5px;
}
#addnewleadtypediv .icon-snowflake-o-div i{
  font-size: 90px;
  color: #02b2bfde;
}
#pleasewaitaddlead{
  display: none;
}
#addnewleadconfirmbtn{
  margin-top: 3%;
  display: none;
}
#addnewleadconfirmbtn label{
  font-weight: 500;
}
#addnewleadconfirmbtn p{
  font-size: 16px;
  font-weight: 500;
  color: cadetblue;
}
#addnewleadconfirmbtn button{
	color: white;
	background-color: #00335f;
	border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 5px 25px;
  display: flex;
}
#addnewleadconfirmbtn button:hover{
  background-color: #00335fe0;
}
#addnewleadform{
  margin-top: 2%;
}

#addnewleadform label{
  display: flex;
  width: 90%;
  font-weight: 500;
}
#addnewleadform input{
	width: 90%;
	height: 42px;
	padding: 7px;
	font-size: 14px;
  border-radius: 4px;
  }
#addnewleadform input:focus {
  border: 1px solid black;
} 
#addnewleadform textarea{
  width: 90%;
	margin: 5px 5%;
	padding: 7px;
	font-size: 14px;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 4px;
}
#addnewleadform textarea:focus{
  border: 1px solid black;
}
#addnewleadform select{
  width: 90%;
	height: 42px;
	margin: 5px 5%;
	padding: 7px;
	font-size: 14px;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 4px;
}
#addnewleadform button{
	color: white;
	background-color: #00335f;
	border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 5px 25px;
  margin-top: 5px;
}
#addnewleadform button:hover{
  background-color: #003350;
}
#addnewleadform p{
  margin: 5px 5%;
  font-size: 16px;
  font-weight: 500;
  color: #2196F3;
}
.add-input-br{
  border: 1px solid rgb(155, 155, 155);
}
#newleadaddeddiv, #confirmaddwait{
  display: none;
}
#newleadaddeddiv button{
  color: white;
  background-color: #00335f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  padding: 5px 25px;
}
#newleadaddeddiv button:hover{
  background-color: #00335fe0;
}
  #viewtable {
	border-collapse: collapse;
	width: 100%;
	overflow:hidden;
  border-radius: 2px;
  background-color: white;
  }
  #viewtable td, #viewtable th {
	border: 1px solid rgba(182, 182, 182, 0.289);
	padding: 7px;
	text-align: center;
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  position: relative;
  }
  
  #viewtable tr:nth-child(even){background-color: #f2f2f2;}
  
  #viewtable tr:hover {background-color: #ddd;}
  
  #viewtable th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #00335f;
	color: #ffffff;
  font-weight: 500;
  }
  #viewtable button{
    color: white;
    background-color: #00335f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    padding: 5px 25px;
  }
  .viewtable h1{
    font-weight: 700;
    font-size: 20px;
  }
  #leadviededitdiv{
    margin-top: 2%;
  }
  #leadviededitdiv button{
    color: white;
    background-color: #00335f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    padding: 5px 25px;
    display: flex;
  }
  #leadviededitdiv button:hover{
    background-color: #00335fe0;
  }
  #searchform{
    display: none;
  }
  #searchform input{
    width: 90%;
    height: 42px;
    margin: 5px 5%;
    padding: 7px;
    font-size: 14px;
    border: 1px solid rgb(155, 155, 155);
    border-radius: 4px;
  }

  #searchform button{
    height: 35px;
    width: 90%;
    color: white;
    background-color: #00335f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    position: relative;
    margin: 5px 5%;
  }
  #searchform button:hover{
    background-color: #00335fe0;
  }
  .new-companies{
    width: 100%;
    max-height: 100vh;
    position: static;
    top: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .new-companies .company-tab{
    width: 100%;
    overflow-x: scroll;
    max-height: 80vh; /* Adjust this value to set the desired max height based on viewport height */
    overflow-y: auto;

  }
  .new-companies .company-tab >table {
    width: 100%;
    border-collapse: collapse;
  }
  .new-companies .company-tab table th, td {
    border: 1px solid #bbbbbb;
    padding: 8px;
  }
  .new-companies .company-tab > table th {
    background-color: #e4e4e4;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    position: sticky;
    top: -1px; /* Stick to the top when scrolling vertically */
    border: 1px solid #bbbbbb;
    max-height: 50px;
    white-space: nowrap;

  }
  .new-companies > table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .new-companies > table tr:hover {
    background-color: #ddd;
  }
  .new-companies > table th, td {
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .new-companies .action-button {
    background-color: #007ba7; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 4px;
  }
  .cpay-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background-color: #6c949b8a;
    width: auto;
  }
  .cpay-top h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .cpay-top>span {
    margin: 0;
    font-size: 14px;
  }
  .cpay-top>span>a{
    background-color: #007ba7; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 4px;
  }
  .tab-top-pad{
    margin-top: 10px;
  }
  .noresults{
    padding: 5px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .noresults img{
    width: 120px;
  }
  .noresults p{
    padding: 5px 0;
}
.noresults a{
  text-transform: uppercase;
  color: #327973;
  font-weight: 600;
}
.p-10{
  padding: 10px;
}
.p-15{
  padding: 15px;
}
.add-email-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--light);
}

.add-email-top h1{
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

#scm-btn-d{
  display: none;
}
.scm-btn{
  background-color: #007ba7; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}
.filters {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background-color: #003350;
}

.filters input[type="text"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  height: 35px;
}

.filters select {
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  height: 35px;
}

.filters input[type="text"]:focus,
.filters select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.filters select option {
  font-size: 14px;
  padding: 5px;
}
.filters button{
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  height: 35px;
  outline: none;
}
.paginationdiv{
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}
#paginationContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

/* Previous and Next buttons */
#paginationContainer button {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
  outline: none;
}

#paginationContainer button.disabled {
  background-color: #ccc; /* Disabled button style */
  cursor: not-allowed;
}

/* Center pagination numbers */
#paginationNumbers {
  display: flex;
  justify-content: center;
}

#paginationNumbers button {
  padding: 3px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  color: #007bff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

#paginationNumbers button.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}
#paginationNumbers button:hover{
  border: 1px solid #007bff !important;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
  #paginationContainer {
      flex-direction: column;
  }
  #paginationNumbers {
      margin-top: 10px;
  }
}
.corp-content {
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms;
	background-color: #ffffff;
	padding: 80px 30px 20px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	z-index: 1;
	margin-top: 70px; }
	.corp-content .chosse-us-icon {
	  -webkit-transition-duration: 800ms;
	  -o-transition-duration: 800ms;
	  transition-duration: 800ms;
	  height: 150px;
	  width: 150px;
	  border-radius: 3px;
	  background-color: #ffffff;
	  display: inline-block;
	  text-align: center;
	  line-height: 76px;
	  color: #ffffff;
	  font-size: 30px;
	  position: absolute;
	  top: -75px;
	  left: 12%;
	  margin-left: -38px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: 4px solid rgb(250, 250, 250); 
	}
	  .corp-content .chosse-us-icon img{
		border-radius: 3px;
		width: 100%;
		height: 100%;
	  }
	.corp-content h4 {
	  font-size: 22px;
	  font-weight: 550;
	  margin: 10px 0;
	  -webkit-transition-duration: 800ms;
	  -o-transition-duration: 800ms;
	  transition-duration: 800ms;
	color: #0058b1; }
	.corp-content p {
	  -webkit-transition-duration: 800ms;
	  -o-transition-duration: 800ms;
	  transition-duration: 800ms;
	  font-size: 14px;
	  margin-bottom: 0;
	font-weight: 400; }
  .corp-content .button button{
	border-radius: 4px;
	cursor: pointer;
	width: 40%;
	height: 35px;
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #266ae8;
	background-color: #266ae8;
	color: white;
	text-transform: uppercase;
  }
  .corp-content button:focus{
	outline: none;
  }

  .corp-des-top{
	margin: 12px 0;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	padding: 10px 10px 5px 15px;
  }
  .corp-des-mid{
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	width: 100%;
	padding: 10px 10px 5px 15px;
	margin: 15px 0;
  }
  .corp-des-mid table{
	width: 100%;
  }
  .corp-des-mid table tr{
	width: 100%;
	padding: 2px 0;
  border: none;
  }
  .corp-des-mid table th{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  border: none;
  }
  .corp-des-mid table td{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  border: none;
  }
  .corp-des-mid table tr:nth-child(even) {
  background-color: #d6eeee45;
  }
  .corp-des-mid-2{
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	width: 100%;
	padding: 10px 10px 5px 15px;
	margin-top: 70px;
  }

  .corp-des-mid-2 table{
	width: 100%;
  }
  .corp-des-mid-2 table tr{
	width: 100%;
	padding: 2px 0;
  }
  .corp-des-mid-2 table th{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  }
  .corp-des-mid-2 table td{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  border: none;
  }
  .corp-des-mid-2 table tr:nth-child(even) {
  background-color: #d6eeee45;
  }
  .corp-des-mid-2 h5{
	padding: 5px 0;
  }
  .corp-des-mid-3{
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	width: 100%;
	padding: 10px 10px 5px 15px;
	margin: 15px 0;
  overflow: scroll;
  margin-top: 70px;
  }
  .corp-des-mid-3 table{
	width: 100%;
  }
  .corp-des-mid-3 table tr{
	width: 100%;
	padding: 2px 0;
  }
  .corp-des-mid-3 table th{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  }
  .corp-des-mid-3 table td{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  border: none;
  }
  .corp-des-mid-3 table tr:nth-child(even) {
  background-color: #d6eeee45;
  }
  .corp-des-bal{
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #8888883c;
	-moz-box-shadow: 1px 1px 3px #8888883c;
	-webkit-box-shadow:  1px 1px 3px #8888883c;
	position: relative;
	width: 100%;
	padding: 10px 10px 5px 15px;
	margin: 15px 0;
  }

  .corp-des-bal table{
	width: 100%;
  }
  .corp-des-bal table tr{
	width: 100%;
	padding: 2px 0;
  }
  .corp-des-bal table th{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  }
  .corp-des-bal table td{
	padding: 7px;
	font-size: 17px;
	font-weight: 400;
  border: none;
  }
  .corp-des-bal table tr:nth-child(even) {
  background-color: #d6eeee45;
  }
  .corp-des-bal h5{
	padding: 5px 0;
  }
  .pre-next-btn:hover{
    border: 1px solid #007bff !important;
}
.htag{
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
  background-color: #003350;
}
.htag h5{
  margin: 0 10px;
  font-size: 18px;
  color: #f7f9ff;
}

.data-tb{
  width: 100%;
  /* overflow-x: scroll;
  max-height: 80vh;
  overflow-y: auto;
  position: relative; */
}
.data-tb >table {
  width: 100%;
  border-collapse: collapse;
}
.data-tb > table th, td {
  border: 1px solid #bbbbbb;
  padding: 3px;
}

.data-tb > table thead {
  border: 1px solid #bbbbbb;
}
.data-tb > table > tbody{
  user-select: text;
}
.data-tb > table tr th{
  font-size: 14px;
  background: #ccc;
  color: #252525;
  text-transform: uppercase;
}
.data-tb > table th {
  background-color: #e4e4e4;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  position: sticky;
  top: -1px; /* Stick to the top when scrolling vertically */
  z-index: 1; /* Ensure headers are above other content */
  border: 1px solid #bbbbbb;
}
.data-tb > table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.data-tb > table tr:hover {
  background-color: #ddd;
}
.data-tb > table th, td {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 300px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}
.data-tb > table > tbody th, td::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.data-tb .action-button {
  background-color: #007ba7; /* Green */
  border: none;
  color: white;
  padding: 1px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
}
.btn-hide{
  display: none;
}
.no-results{
  padding: 15px;
}
.w-100{
  width: 100%;
}