body {
  font-family: "DM Sans", sans-serif;
}
p {
  font-size: 14px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-50 {
  padding-top: 48px;
}
.pb-50 {
  padding-bottom: 48px;
}
.btn.btn-primary {
  background-color: #0071bd;
  border-color: #0071bd;
}
/* Header CSS Start */

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
}
header {
  background-color: #0071bd;
}
/* Header CSS End */

/* Banner CSS Start */

.banner {
  background-size: cover;
  background-position: right;
}
.banner-text {
  padding-top: 54px;
  padding-bottom: 101px;
}
.banner-text h1 {
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 35px;
}
.banner-text h1 span {
  font-weight: 600;
  color: #0071bd;
}
.banner-text p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.banner-text p span {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.banner-text .btn {
  height: 40px;
}
/* Banner CSS End */

/* Post Job Opening CSS Start */

.post-job-opening-text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42.53px;
}
.post-job-opening-text h2 span {
  font-weight: 700;
  color: #0071bd;
}
.post-job-opening-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.93px;
  color: #333333;
}
.post-job-opening-img img {
  width: 100%;
}
/* Post Job Opening CSS End */

/* Browse Jobs CSS Start */
.browsejobs,
.Success-stories-main {
  background-color: #ecfbf9;
}
.browsejobs-form input.form-control {
  margin-bottom: 0;
}
.profile-details.candidate {
  margin-top: 0;
  padding: 30px;
}
.section-title h2 {
  color: #333333;
  font-size: 32px;
}
.section-title h2 span {
  color: #0071bd;
  font-weight: 600;
}
.browsejobs-form .form-group {
  position: relative;
}
.browsejobs-form .form-group img {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.browsejobs-form .form-select {
  margin-bottom: 0;
  padding-left: 40px;
}
.banner-text .browsejobs-form .form-group .form-control {
  margin-bottom: 0;
}
.browsejobs-form .form-group .form-control {
  padding-left: 40px;
}
.browsejobs-form .btn-primary {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 54px;
}
.browsejobs-form .form-control {
  background-color: #fff;
  color: #333333;
  height: 54px;
}
.browsejobs-form .form-control::placeholder {
  color: #333333;
}
/* Browse Jobs CSS End */

/* Featured Jobs CSS Start */
.featured-jobs-box {
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 20px 12px;
}
.featured-jobs-titleand-logo {
  display: flex;
  gap: 15px;
}
.featured-jobs-titleand-logo img {
  width: 70px !important;
  height: 70px;
  object-fit: contain;
}
.featured-jobs-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.31px;
  color: #000000;
}
.featured-jobs-box p {
  border-top: 1px solid #f3f3f3;
  padding-top: 14px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.72px;
  color: #8c96a3;
}
.featured-jobs-heading a {
  color: #0071bd;
  text-decoration: none;
}
.featured-jobs-location-and-salary ul {
  padding: 0;
  margin: 0;
}
.featured-jobs-location-and-salary ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 7px 0;
}
.featured-jobs-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.featured-jobs-footer .btn-primary {
  height: 40px;
  border-radius: 8px;
}
/* Featured Jobs CSS End */

/* Success Stories CSS Start */
.Success-stories-profile {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
}
.Success-stories-profile img {
  width: 70px !important;
  height: 70px;
}
.Success-stories-profile-heading h3 {
  font-size: 18px;
}
.Success-stories-profile-heading span {
  color: #0071bd;
  font-size: 14px;
}
.Success-stories-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.Success-stories-box p {
  margin: 0;
}
.owl-nav button span {
  background-color: #0071bd;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  line-height: 18px;
  border-radius: 20px;
}
.owl-nav {
  justify-content: center;
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
/* Success Stories CSS End */

/* Jobs by Category CSS Start */

.job-category-box img {
  width: 36px !important;
  height: 36px;
}
.job-category-box {
  text-align: left;
  text-decoration: none;
}
.job-category-box .a-decor-none {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  box-shadow: 0px 4px 25px 0px #0000002b;
  border-radius: 10px;
  padding: 20px;
  background-color: aliceblue;
}
.job-category-slider .owl-item {
  padding-bottom: 19px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
}
.job-category-heading h3 {
  font-size: 20px;
  padding-top: 0;
  color: #333;
}
/* Jobs by Category CSS End */

/* Jobs by Location CSS Start */

.jobsby-location-text h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  background: #00000047;
  padding: 12px 30px;
  line-height: 30px;
  margin: 0;
  border-radius: 4px;
  color: #fff;
}
.jobsby-location-text {
  text-align: center;
}
.jobsby-location-text span {
  font-size: 16px;
  color: #8c96a3;
}
.jobsby-location-img img {
  width: 100%;
  border-radius: 10px;
}
.jobsby-location-box {
  padding: 12px;
  box-shadow: 0px 4px 25px 0px #0000002b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  background-color: #0071bd24;
}
.jobsby-location-main .owl-item {
  padding: 15px;
}
/* Jobs by Location CSS End */

/* Blog CSS Start */

.jobsby-location-text span {
  font-size: 16px;
  color: #8c96a3;
  padding: 8px 0;
  display: block;
}
.jobsby-location-text p {
  margin-bottom: 0;
}
.jobsby-location-img img {
  width: 100%;
  border-radius: 10px;
}
.jobsby-location-box {
  padding: 12px;
  box-shadow: 0px 4px 25px 0px #0000001a;
  border-radius: 10px;
  margin-bottom: 15px;
}
.jobsby-location-main .owl-item {
  padding: 15px;
}
/* Blog CSS End */

/* Subscribe to Our Newsletters CSS Start */

.newsletters-box {
  background-color: #0071bd;
  text-align: center;
  border-radius: 10px;
  padding: 36px 0;
}
.newsletters-box h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42.53px;
  color: #fff;
}
.newsletters-form .btn-light {
  width: 100%;
  color: #0071bd;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 54px;
}
.newsletters-form .form-control {
  background-color: #b4e1ff;
  color: #333333;
  height: 54px;
}
.newsletters-form .form-control::placeholder {
  color: #333333;
}
/* Subscribe to Our Newsletters CSS End */

/* Footer CSS Start  */
footer {
  background-color: #002035;
}
.footer-logo-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 20px;
}
.footer-logo-section ul li {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.13px;
  padding: 6px 0;
}
.footer-logo-section ul li a {
  color: #fff;
  text-decoration: none;
}
.copyright {
  background-color: #0071bd;
  text-align: center;
}
.copyright p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
}
.footer-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 50%;
}
.footer-link li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
}
footer li a:hover {
  color: #0071bd;
}
.footer-link h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.64px;
  padding-bottom: 4px;
}
/* Footer CSS End  */

/*About*/

.innar-banner {
  background-size: cover;
}
input.form-control {
  background-color: #fff;
  color: #333333;
  height: 54px;
  margin-bottom: 24px;
}
textarea.form-control {
  background-color: #fff;
  color: #333333;
  margin-bottom: 24px;
}
.contact-section .btn.btn-primary {
  height: 54px;
  width: 160px;
}
.login-form .btn.btn-primary {
  height: 54px;
  width: 100%;
}

/*login Page*/

.login-form .nav-item {
  width: 50%;
}
.login-form .nav-item .btn.btn-primary {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #002035;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
.login-form .nav-item .btn.btn-primary.active {
  background-color: #002035;
  border-color: #002035;
  color: #ffffff;
  position: relative;
}
.login-details {
  padding: 15px 0;
}
.login-form .nav-item .btn.btn-primary.active:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002035;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.login-details ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.login-details ul li {
  float: left;
}
.login-details ul li a {
  /* width: 40px;
  height: 40px;
  background-color: #0071bd;
  display: block;
  border-radius: 30px;
  line-height: 41px;
  text-decoration: none;
  color: #ffffff; */
  width: 70px;
  height: 70px;
  background-color: #0071bd;
  display: block;
  border-radius: 50px;
  line-height: 90px;
  text-decoration: none;
  color: #ffffff;
}

.login-details ul li span {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #0071bd;
  display: block;
  border-radius: 50px;
  line-height: 90px;
  text-decoration: none;
  color: #ffffff;
}
.login-details ul li a:hover {
  background-color: #002035;
}
.login-details h3 {
  font-weight: 700;
}
.login-details p {
  position: relative;
}
.login-details p span {
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 0 15px;
  font-size: 16px;
}
.login-details p::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #e0e6f6;
  top: 50%;
  left: 0;
  z-index: 1;
}
.login-form form .text-center.pt-3 a {
  text-decoration: none;
  color: #0071bd;
  font-weight: 600;
}
.login-form .col-lg-6.offset-lg-3 {
  border: 1px solid #f2f2f2;
  padding: 30px;
  border-radius: 15px;
}
.forgot-password a {
  text-decoration: none;
  color: #0071bd;
  font-weight: 600;
}

.resetpassword.login-form {
  height: 60vh;
  display: flex;
  align-items: center;
}
.left-menu {
  background-color: #002035;
  border-radius: 10px;
}
.left-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-menu li a {
  padding: 15px 15px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.left-menu li.active a {
  background: #0071bd;
}
.left-menu li:first-child a {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.left-menu li:last-child a {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
.left-menu li a i {
  margin-right: 5px;
}
.dashboard-box {
  text-align: center;
  border: 1px dashed #002035;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.4s ease 0s;
}
.dashboard-box:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
}
.dashboard-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.dashboard-box i {
  font-size: 26px;
  background-color: #0071bd;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}
.edit-profile {
  border: 1px dashed #002035;
  border-radius: 8px;
  padding: 15px;
}
.form-select {
  height: 54px;
  margin-bottom: 24px;
}
.submit-button .btn {
  width: 100%;
}
#datepicker input.form-control {
  border-radius: 4px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  height: 54px;
}
.company-packages {
  text-align: center;
  border: 1px dashed #002035;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.4s ease 0s;
}
.company-packages ul {
  margin: 0;
  padding: 0;
}
.company-packages li {
  font-size: 20px;
  list-style: none;
  padding: 5px;
}
.company-packages i {
  font-size: 56px;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #0071bd;
}

/* 19-02-24 */

.user-profile-tab {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-profile-name-photo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tab-content .user-profile-name-photo {
  background: #e6e6e6;
  padding: 5px 10px;
}
.chatbot .tab-content {
  border: 1px solid #e6e6e6;
}
.user-profile-name-photo img {
  border-radius: 55px;
  border: 2px solid #fff;
  width: 50px;
}
.user-profile-tab span {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #002035;
  color: #fff;
}
.chatbot .chat {
  position: relative;
  overflow: hidden;
  padding: 0 35px 92px;
  justify-content: flex-end;
  flex-direction: column;
}
.chatbot .tab-content {
  width: 100%;
}
.chatbot .nav-pills .nav-link {
  width: 320px;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
}
.chatbot .nav-pills .nav-link.active {
  background-color: #0071bd;
}
.chatbot .d-flex.align-items-start {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.conversation-start {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  text-align: center;
}
.conversation-start span {
  font-size: 14px;
  display: inline-block;
  color: #999;
}
.bubble.you {
  float: left;
  color: white;
  background-color: #0071bd;
  align-self: flex-start;
}
.bubble.me {
  float: right;
  color: #1a1a1a;
  background-color: #eceff1;
  align-self: flex-end;
}
.bubble {
  font-size: 16px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 13px 14px;
  vertical-align: top;
  border-radius: 5px;
}
.chatbot .write {
  height: 42px;
  border-radius: 5px;
  position: absolute;
  bottom: 24px;
  width: calc(100% - 48px);
  left: 24px;
  right: 24px;
}
.chatbot .write input[type="text"] {
  width: 100%;
  border: 0;
  height: 50px;
  padding: 0 40px;
  border: 1px solid #e6e6e6;
}
.write-chat {
  position: relative;
}
.write-chat .fa-paperclip {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #002035;
}
.write-chat .fa-paper-plane-o {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #0071bd;
}

.banner-text .browsejobs-form {
  background-color: #dcf1ff;
  padding: 20px;
  border-radius: 16px;
}

.heading-label {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.group-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.group-box ul li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.sidebar-wrapper {
  background-color: #f5f7fc;
  padding: 26px 30px 30px;
  border-radius: 8px;
}
.group-box .view-more {
  text-decoration: none;
  padding-top: 15px;
  display: inline-block;
  color: #0071bd;
}
.group-box input.form-control {
  margin-bottom: 14px;
}
.jobs-alert-ordering-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobs-ordering .form-select {
  margin: 0;
  width: 172px;
}
form.jobs-ordering {
  display: flex;
  gap: 15px;
}
.job-list {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 15px;
}
.btn-follow {
  top: 20px;
  right: 20px;
}
.job-list .employer-logo {
  float: left;
}
.job-list.default .employer-logo + .job-list-content {
  padding: 0 20px;
}
.cover-profile img {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.profile-photo {
  display: flex;
  gap: 15px;
}
.profile-photo img {
  width: 180px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.profile-details {
  margin-top: -80px;
  padding: 0 30px;
  z-index: 999;
  position: relative;
}
.profile-name h3 span {
  background: #c9ffbe;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 4px;
  color: #439f31;
}
.candidate-detail ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.candidate-detail ul li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.candidate-detail ul li span:last-child {
  font-weight: 600;
}
.candidate-detail ul li .current-salary {
  color: #0071bd;
}
.candidate-detail ul li .expected-salary {
  color: #f07200;
}
.cover-profile {
  position: relative;
}
.profile-name h3,
.profile-name p {
  color: #fff;
}
.cover-profile::after {
  position: absolute;
  content: "";
  background-color: #00000065;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.Skills span {
  background-color: #e9e9e9;
  color: #444;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0071bd;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/download-2.svg");
}
.blog-sidebar {
  background: #f5f6f8;
  padding: 20px;
  border-radius: 8px;
}
.blog-sidebar ul {
  padding: 0;
  margin: 0;
}
.blog-sidebar li {
  padding: 4px 0;
  list-style: inside;
}
.blog-sidebar li a {
  text-decoration: none;
  color: #0071bd;
}
.innar-banner {
  padding: 100px 0 0 0;
  background: url(../images/banner.jpg) no-repeat bottom right;
  position: relative;
  overflow: hidden;
}

/*messages*/
.messageWrap {
  padding: 40px 0px;
  position: relative;
}
.message-body {
  /* background-color: #f0f0f0; */
  overflow: hidden;
}

.message-body .row {
  margin: 0;
}
.message-body .col-lg-4,
.message-body .col-lg-8 {
  padding: 0;
}

.messages::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  transition: 0.3s background;
}
.messages::-webkit-scrollbar-thumb {
  background: transparent;
}
.messages:hover::-webkit-scrollbar-thumb {
  background: #adb5bd;
}

.message-history::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  transition: 0.3s background;
}
.message-history::-webkit-scrollbar-thumb {
  background: transparent;
}
.message-history:hover::-webkit-scrollbar-thumb {
  background: #adb5bd;
}

.message-inbox {
  border-right: 4px solid #eee;
}
.message-header {
  padding: 0;
}
.message-header h4 {
  display: inline-block;
  font-size: 18px;
  color: #232323;
  margin: 0;
}
.message-inbox .message-header span {
  float: right;
}
.message-inbox .message-header span + span {
  margin-right: 10px;
}
.message-inbox .message-header span a {
  color: #232323;
}
.message-inbox .message-header span a.active {
  color: #e52d27;
}
.message-inbox .list-wrap {
  position: relative;
  height: 550px;
  overflow: hidden;
  background: #fff;
}
.message-history {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.message-history li {
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.message-history li a {
  display: block;
  overflow: hidden;
  padding: 15px 2px;
  text-decoration: none;
}
.message-history .active {
  background-color: #f8f8f8;
}
.message-history li:hover {
  background-color: #f8f8f8;
}
.message-history li .user-name p {
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  margin-top: 5px;
}
.message-history li .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.message-history li .image img {
  width: 100%;
}
.message-history li .user-name {
  position: relative;
  margin-left: 45px;
}
.message-history li .user-name .author {
  margin-top: 13px;
}
.message-history .message-grid .user-name .author span {
  color: #232323;
}
.message-history li .user-name .author span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.message-history .message-grid .user-name .author .user-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2db82d;
  border-radius: 50%;
  margin-left: 5px;
}
.message-history li .user-name .time {
  position: absolute;
  top: 2px;
  right: 0;
}
.message-history li .user-name .time span {
  font-size: 13px;
  color: #777;
}
.icon-envelope {
  content: "\f003";
  font-family: "FontAwesome";
}
.ps-scrollbar-x-rail {
  display: none;
}
.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  right: 0;
  width: 5px;
  height: 100%;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 3px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.message-details .list-wraps {
  position: relative;
  height: 590px;
  overflow: hidden;
}
.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container:active > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  opacity: 1;
}
.message-details {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.message-details .author {
  overflow: hidden;
}
.message-details .author .image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-right: 18px;
}
.message-details .author .author-name {
  display: block;
  font-size: 16px;
  color: #232323;
  line-height: 1.5em;
  font-weight: 600;
}
.message-details .author em {
  font-size: 14px;
  font-style: italic;
  color: #666;
}
.message-details h2 {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  text-transform: capitalize;
}
.message-details h2 a {
  color: #232323;
}
.message-details .list-wraps {
  position: relative;
  height: 590px;
  overflow: hidden;
}
.messages {
  list-style: outside none none;
  margin: 0;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 440px;
}
.messages > li {
  margin-bottom: 10px;
}
.friend-message .profile-picture {
  float: left;
}
.messages .profile-picture {
  height: 40px;
  margin: 0;
  width: 40px;
}
.messages .profile-picture img {
  border: medium none;
  border-radius: 50%;
}
.friend-message .message {
  background-color: #fff;
  margin-left: 50px;
}
.friend-message .message::before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  border-top: 0 solid transparent;
  content: "";
  height: 0;
  left: -10px;
  top: 10px;
  position: absolute;
  width: 0;
}
.friend-message .message::before {
  border-right-color: #fff;
}
.messages .message .time {
  font-size: 12px;
  line-height: 10px;
  margin-top: 0;
  text-align: right;
}
.messages .message {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 40px;
  padding: 15px 20px;
  position: relative;
}
.my-message .profile-picture {
  float: right;
}
.my-message .message .messages .profile-picture img {
  border-radius: 50%;
  border: medium none;
}
.my-message .message {
  background-color: #0071bd;
  color: #fff;
  margin-right: 50px;
}
.my-message .message::before {
  border-left-color: #0071bd;
}
.my-message .message::before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
  border-top: 0 solid transparent;
  border-left-color: #0071bd;
  content: "";
  height: 0;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
}
.chat-form {
  /* background-color: #eff0f4; */
  clear: both;
  margin-top: 15px;
  padding: 10px 0px 10px 10px;
}
.chat-form .form-group {
  width: 100%;
}
.chat-form .form-group textarea {
  width: 100%;
  padding: 5px 11px;
}
.chat-form .input-wrap {
  width: 100%;
  position: relative;
}
.chat-form .input-group-prepend {
  position: absolute;
  top: 7px;
  right: 6px;
}
.chat-form .input-group-prepend .input-group-text {
  -webkit-appearance: none;
  background: #0071bd;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 75px;
  display: block;
  border: none;
  line-height: 17px;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}

.chat-form .btn {
  padding: 15px 25px;
}
.chat-form {
  /* background-color: #dcdcdc; */
  clear: both;
  margin-top: 15px;
  padding: 10px;
}
.message-history li .user-name .count-messages {
  float: right;
  margin-top: -22px;
  margin-right: 2px;
}

.count-messages {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  background: #002035;
  color: #fff;
}

.a-decor-none {
  text-decoration: none;
  color: #0071bd;
}

.jobButtons a {
  margin-right: 10px;
  color: #0071bd;
  font-weight: 600;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 40px;
  border: 1px solid #0071bd;
  margin-bottom: 10px;
}
.jobButtons a:hover {
  color: #fff;
  background-color: #0071bd;
}

.switchbox {
  padding: 25px;
  text-align: center;
  background: #f58b4f;
  border-radius: 7px;
  margin-bottom: 10px;
}
.switchbox .txtlbl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.switchbox .txtlbl i {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.switchbox strong {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px !important;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 33px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.text-main {
  color: #0071bd;
}

.bottom-dash {
  border-bottom: 1px dotted #000;
  padding-bottom: 8px;
}
.profile-details.candidate .profile-name h3,
.profile-details.candidate .profile-name p {
  color: #002035;
}
.followinglist {
  margin: 0;
  padding: 0;
}
.followinglist li {
  list-style: none;
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.followinglist li span {
  font-size: 24px;
}
.followinglist li a {
  text-decoration: none;
  color: #0071bd;
}
select.form-control {
  background-color: #fff;
  color: #333333;
  height: 54px;
  margin-bottom: 24px;
}
.fade:not(.show) {
  opacity: 5;
}
.uploadphotobx {
  text-align: center;
}
.uploadphotobx i {
  font-size: 54px;
}
.custom-style-container h1,
.custom-style-container h6,
.custom-style-container td strong,
.custom-style-container td span,
.custom-style-container td strong a {
  color: #fff;
}
.custom-style-container .name {
  padding: 20px 0;
}
.description .jbdetail {
  padding: 0;
}
.resume-content-section .column-container {
  margin-bottom: 30px;
}
.resume-content-section .section-header {
  font-size: 24px;
}
.largebanner .adin img {
  width: 100%;
}
.companylogo img {
  width: 140px;
}
.jobdetail ul.jbdetail {
  padding: 0;
  margin: 0;
}
.job-header {
  padding: 24px;
  background-color: #f5f5f5;
  margin: 15px 0;
  border-radius: 6px;
}
.skillslist li {
  list-style: none;
}
ul.skillslist {
  list-style: none;
  padding: 0;
}
.skillslist li a {
  text-decoration: none;
  color: #000;
}
.companyinfo .title a {
  text-decoration: none;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.companyinfo .opening a {
  text-decoration: none;
  color: #000;
}
.relatedJobs ul.searchList {
  padding: 0;
  list-style: none;
}
.relatedJobs ul.searchList li .jobinfo a {
  text-decoration: none;
  color: #2189cf;
}
.contact-form-button {
  text-align: end;
}
.mobile-dashboard-menu {
  display: none;
}
.featured-jobs-box .company-logo img {
  width: 50px;
}
.featured-jobs-box {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #b9d9d5;
  margin: 12px 0;
}
.featured-jobs-box h4 a {
  text-decoration: none;
  color: #0071bd;
}
.featured-jobs-box .ftjobcomp a {
  text-decoration: none;
  color: #0071bd;
}
.jobButtons .social-icon a {
  color: #0071bd;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  border-radius: 40px;
  border: 1px solid #0071bd;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
}
.jobButtons .social-icon a:hover {
  color: #fff;
}
.jobButtons .social-icon {
  padding-bottom: 15px;
}
.jobsby-location-box img {
  width: 100px;
  border-radius: 5px;
}
#owl-carousel .item {
  padding: 1px;
}
div#owl-carousel {
  padding-top: 24px;
}
.vet-card {
  padding: 24px;
  background-color: #002035;
  border-radius: 8px;
}
.vet-card .credit {
  color: #fff;
}
label {
  font-weight: 600;
  padding-bottom: 5px;
}
.select2-container .select2-selection--single {
  height: 54px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 54px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 54px !important;
}

.dropdown.userbtn img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.dropdown.userbtn button.dropdown-toggle {
  border: 0;
  background-color: transparent;
}
.jobsby-location-img img {
  width: 100%;
}
.cover-profile::after {
  background-color: transparent;
}
.formrow label.btn.btn-primary {
  font-size: 18px;
}
textarea#video_link,
textarea#street_address {
  height: 100px;
}
.post-job-opening-main img {
  width: 100%;
}
.sidebar a img {
  width: auto;
}

/* Loading CSS Starts */

.loader {
  /* width: 100%;
  height: 100%; */
  position: fixed;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* background: linear-gradient(to bottom left, #79c7c5 40%, #f9fbff 100%); */
  z-index: 9999;
}

.dog {
  width: 100px;
  height: 100px;
  z-index: 9999;
}
.dog:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(118, 118, 118, 0.233);
  border-radius: 50%;
  -webkit-transform: translateY(-30%) scale(1.5);
  transform: translateY(-30%) scale(1.5);
}
.dog * {
  position: absolute;
}

.dog-body {
  top: -50%;
  -webkit-animation: dog-body 200ms ease-in-out infinite alternate;
  animation: dog-body 200ms ease-in-out infinite alternate;
}
.dog-body:before {
  content: "";
  position: absolute;
  bottom: 90%;
  right: 50%;
  width: 90%;
  height: 90%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 10%;
  border-top-right-radius: 10%;
  background: rgba(118, 118, 118, 0.233);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-animation: dog-tail-blur 200ms 33.3333333333ms ease-in-out infinite
    alternate both;
  animation: dog-tail-blur 200ms 33.3333333333ms ease-in-out infinite alternate
    both;
}
@-webkit-keyframes dog-tail-blur {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes dog-tail-blur {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes dog-body {
  from {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@keyframes dog-body {
  from {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

@-webkit-keyframes dog-head {
  from,
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  33.3% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  66.6% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes dog-head {
  from,
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  33.3% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  66.6% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.dog-torso {
  display: none;
  top: -20%;
  animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes dog-torso {
  from {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  to {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes dog-torso {
  from {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  to {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
.dog-eyes {
  width: 60%;
  top: 46%;
  left: 20%;
  z-index: 1;
}
.dog-eyes:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  position: absolute;
  background: #f5832c;
  top: -10px;
  left: -10px;
  z-index: 0;
  box-shadow: inset -12px -8px 40px rgba(118, 118, 118, 0.2);
  border: 4px solid #fcfcfc;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dog-eye {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #544258;
  z-index: 1;
  -webkit-animation: dog-eye 1800ms infinite;
  animation: dog-eye 1800ms infinite;
}
@-webkit-keyframes dog-eye {
  from,
  to {
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
    opacity: 1;
  }
  50%,
  55% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    opacity: 0;
  }
}
@keyframes dog-eye {
  from,
  to {
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
    opacity: 1;
  }
  50%,
  55% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    opacity: 0;
  }
}
.dog-eye:first-child {
  left: 0;
}
.dog-eye:last-child {
  right: 0;
}

.dog-muzzle {
  width: 60%;
  left: 20%;
  height: 50%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  background: #f9f9f9;
  bottom: -15%;
  box-shadow: inset -12px -8px 40px rgba(255, 255, 255, 0.233);
}

.dog-muzzle:before,
.dog-muzzle:after {
  content: "";
  display: block;
  position: absolute;
}
.dog-muzzle:before {
  width: 6px;
  height: 20px;
  bottom: 0;
  left: calc(50% - 3px);
  background: rgba(84, 66, 88, 0.233);
}
.dog-muzzle:after {
  background: #544258;
  width: 20px;
  height: 15px;
  bottom: 12px;
  left: calc(50% - 10px);
  border-bottom-left-radius: 60% 60%;
  border-bottom-right-radius: 60% 60%;
  border-top-left-radius: 50% 40%;
  border-top-right-radius: 50% 40%;
}

.dog-tongue {
  width: 40px;
  height: 100%;
  left: calc(50% - 20px);
  z-index: -1;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: dog-tongue 1800ms -50ms ease-in-out infinite;
  animation: dog-tongue 1800ms -50ms ease-in-out infinite;
}
@-webkit-keyframes dog-tongue {
  from,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  16.6666666667% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  33.3333333333%,
  66.6666666667% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%,
  83.3333333333% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes dog-tongue {
  from,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  16.6666666667% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  33.3333333333%,
  66.6666666667% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%,
  83.3333333333% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
.dog-tongue:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #fd3163;
  -webkit-animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
  animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
}
@-webkit-keyframes dog-tongue-inner {
  from {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(22%);
    transform: translateY(22%);
  }
}
@keyframes dog-tongue-inner {
  from {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(22%);
    transform: translateY(22%);
  }
}
.dog-ears {
  width: 40%;
  top: 16%;
  left: 30%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.233));
  -webkit-animation: dog-ears 1800ms 100ms ease infinite;
  animation: dog-ears 1800ms 100ms ease infinite;
}
@-webkit-keyframes dog-ears {
  42.3%,
  71.6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50.3%,
  79.6% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(-5%);
    transform: rotate(-5%);
  }
  from,
  33.3%,
  66%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes dog-ears {
  42.3%,
  71.6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50.3%,
  79.6% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(-5%);
    transform: rotate(-5%);
  }
  from,
  33.3%,
  66%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.dog-ear {
  bottom: -10px;
  height: 50px;
  width: 50px;
  background: #544258;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.dog-ear:first-child {
  border-bottom-left-radius: 95%;
  border-top-right-radius: 80%;
  right: 100%;
  box-shadow: inset -15px 8px 0 1px #cb8148;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.dog-ear:last-child {
  border-top-left-radius: 95%;
  border-bottom-right-radius: 80%;
  left: 100%;
  box-shadow: inset 15px 8px 0 0 #cb8148;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.dog-tail {
  width: 22px;
  height: 24.2px;
  background: #ffb141;
  bottom: 40%;
  border-radius: 11px;
  left: calc(50% - 11px);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.dog-tail .dog-tail {
  -webkit-animation: dog-tail-segment 200ms ease-in-out infinite alternate;
  animation: dog-tail-segment 200ms ease-in-out infinite alternate;
}
@-webkit-keyframes dog-tail-segment {
  from {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes dog-tail-segment {
  from {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.dog-body > .dog-tail {
  bottom: 90%;
  -webkit-animation: dog-tail 200ms ease-in-out infinite alternate;
  animation: dog-tail 200ms ease-in-out infinite alternate;
}
@-webkit-keyframes dog-tail {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes dog-tail {
  from {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.dog-body,
.dog-torso,
.dog-head {
  border-radius: 50%;
  background: #ffb141;
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset -12px -8px 40px rgba(118, 118, 118, 0.233);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.233)) brightness(100%);
}

.dog-body,
.dog-torso {
  /*  box-shadow: inset 0 -15px 0 0 #F5832C; */
  box-shadow: inset -12px -8px 40px #f5832c;

  background-image: url(data:image/png;base64,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);
}

.dog-head {
  -webkit-animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
  animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
  background: #ffb141;
  background-image: url(data:image/png;base64,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);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}

.dog-muzzle,
.dog-muzzle:before,
.dog-eyes:before,
.dog-ear:first-child,
.dog-ear:last-child,
.dog-tail {
  background-image: url(data:image/png;base64,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);
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  /* -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; */
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loading CSS Ends */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-box {
  display: flex;
  align-items: center;
  max-width: 300px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding-left: 0.5rem;
  overflow: hidden;
  font-family: sans-serif;
}

/* Mobile Prefix ISD Code Starts */
.prefix {
  border: 1px solid #e4e4e4;
  padding: 14px;
  border-radius: 8px;
  padding-right: 10px;
  margin-top: -1px;
  position: absolute;
}
/* Mobile Prefix ISD Code Ends */

/* Mobile Login error display Starts */
.mobile-login-error {
  margin-top: -20px;
  margin-bottom: 15px;
}
/* Mobile Login error display Ends */

.job-category-main a img {
  width: 100%;
}
.newsletters-main a img {
  width: 100%;
}
.job-category-main a.job-category-box.mb-3 {
  margin: 12px 0;
  display: block;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.job-category-main .col-md-12.text-center a img {
  height: auto !important;
  width: 1320px;
}
.newsletters-main .col-md-12.text-center a img {
  height: auto !important;
  width: 1320px;
}

.login-form a img {
  width: 100% !important;
  display: block;
}
.login-details ul li:first-child {
  display: none;
}
.login-details:nth-child(2) h3 {
    color: var(--bs-red);
}