@charset "UTF-8";
/* CSS Document */

/*==============================================================
    Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #1e1f21;
  background: #eaeff2;
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: #1e1f21;
}

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

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: "Open Sans", sans-serif;
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

.bg_img {
  display: none;
}

/*==============================================================
    Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-control:-moz-placeholder {
  opacity: 1;
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}

/*==============================================================
    Custom Style
==============================================================*/

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
}

.h1,
.h2,
.h3,
.h4,
.h4,
.h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 0;
}

.h2 {
  font-size: 32px;
  line-height: 1.34;
  font-weight: 700;
}
.h3 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
}
.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.h5 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.h6 {
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
}

.content-wrap p:last-child {
  margin-bottom: 0;
}
.content-wrap.content-sm p {
  font-size: 14px;
  line-height: 1.71;
}
.content-gray {
  color: #6d6d6d;
}

.login-page {
  height: 100%;
}
.login-page-wrap {
  height: 100%;
  background-color: #4190a2;
}
.login-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
}
.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.login-form {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}
.login-form .logo-wrap {
  text-align: center;
  line-height: 0;
  padding-bottom: 18px;
}
.login-form-title {
  padding-bottom: 32px;
  text-align: center;
}
.login-form-title .h4 {
  font-weight: 400;
}
.login-form .form-group {
  margin-bottom: 16px;
  position: relative;
}
.login-form .form-group:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  z-index: 1;
  margin: 0 auto;
  opacity: 0.5;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.login-form .form-group.is-active:after {
  width: 100%;
  opacity: 1;
}
.login-form .form-group span.help {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #f00;
}
.login-form .form-group span.help {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #f00;
}
.login-form .form-group label {
  font-size: 14px;
  line-height: 19px;
  color: #6d6d6d;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 26px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.login-form .form-group.is-active label {
  top: 2px;
}
.login-form .form-control {
  font-size: 18px;
  color: #383838;
  height: 44px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #b0b0b0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.login-form .form-options {
  margin-top: 20px;
}

.login-form .forgot-password {
  font-size: 16px;
  line-height: 1.375;
}
.login-form .forgot-password a {
  color: #3d90a3;
}
.login-form .form-btn {
  padding-top: 40px;
}
.login-form .form-btn .cta-btn {
  display: block;
  width: 100%;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
} 
.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox label {
  font-size: 16px;
  line-height: 22px;
  padding-left: 31px;
  margin-bottom: 0;
  color: #6d6d6d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -moz-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox input:checked + label {
  color: #1e1f21;
}
.custom-checkbox input:checked + label:before {
  opacity: 0;
}
.custom-checkbox input:checked + label:after {
  opacity: 1;
}

.custom-checkbox.no-label {
  width: 40px;
  height: 40px;
}
.custom-checkbox.no-label label {
  font-size: 20px;
  line-height: 0px;
  padding-left: 40px;
}
.custom-checkbox.no-label label:before {
  background-color: #fff;
  border-color: #b2b6b8;
}
.custom-checkbox.no-label label:before,
.custom-checkbox.no-label label:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.checkbox-inline {
  margin-bottom: -10px;
}
.checkbox-inline .custom-checkbox {
  margin-right: 16px;
  margin-bottom: 10px;
}
.checkbox-inline .custom-checkbox:last-child {
  margin-right: 0;
}
.checkbox-inline.checkbox-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.checkbox-inline.checkbox-cols .custom-checkbox {
  margin-right: 0;
  width: 100%;
  margin: 5px;
  width: calc(100% - 10px);
}
.checkbox-inline.checkbox-cols .custom-checkbox label {
  font-size: 14px;
  display: block;
}

.checkbox-full .custom-checkbox {
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}

.cta-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #563378;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px !important;
  outline: none;
  /*border: 0;
    -webkit-box-shadow: inset 0px 0px 0px 2px #563378;
    -moz-box-shadow: inset 0px 0px 0px 2px #563378;
    box-shadow: inset 0px 0px 0px 2px #563378;*/
  border: 2px solid #563378;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-btn:hover {
  color: #fff;
  background-color: #563378;
}
.cta-btn.cta-fill {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
  border: 0;
  padding: 14px 30px;
  background-image: -moz-linear-gradient(
      rgba(234, 239, 242, 0),
      rgba(234, 239, 242, 0)
    ),
    -moz-linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(61, 144, 163, 1)
          100%);
  background-image: -webkit-linear-gradient(
      rgba(234, 239, 242, 0),
      rgba(234, 239, 242, 0)
    ),
    -webkit-linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(
            61,
            144,
            163,
            1
          )
          100%);
  background-image: -o-linear-gradient(
      rgba(234, 239, 242, 0),
      rgba(234, 239, 242, 0)
    ),
    -o-linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(61, 144, 163, 1)
          100%);
  background-image: -ms-linear-gradient(
      rgba(234, 239, 242, 0),
      rgba(234, 239, 242, 0)
    ),
    -ms-linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(61, 144, 163, 1)
          100%);
  background-image: linear-gradient(
      rgba(234, 239, 242, 0),
      rgba(234, 239, 242, 0)
    ),
    linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(61, 144, 163, 1) 100%);
  color: #fff;
}
.cta-btn.cta-fill.cta-red {
  background-image: none;
  background-color: #dc5050;
}
.cta-btn.cta-fill:hover {
  background-size: 200%;
}

.cta-btn.cta-sm {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 13px;
}
.cta-btn.cta-fill.cta-sm {
  padding: 11px 15px;
}

.cta-inline {
  margin: -4px -4px;
}
.cta-inline .cta-btn {
  margin: 4px 4px;
}

.copyright-wrap {
  font-size: 16px;
  line-height: 1.375;
  color: #898989;
  text-align: center;
  padding: 37px 0 33px;
  background-color: #22152e;
}
.copyright-wrap span {
  display: inline-block;
}

.header-wrap {
  background-color: #563378;
  height: 68px;
}
.header-wrap header {
  padding: 12px 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 68px;
  background-color: #563378;
}
.logo a {
  display: inline-block;
}
.logo a img {
  width: 218px;
}
.header-right {
  padding-left: 15px;
}
.header-search {
  width: 100%;
  max-width: 350px;
  position: relative;
}
.header-search .search-icon {
  display: none;
}
.header-search .form-control {
  font-size: 14px;
  width: 100%;
  height: 44px;
  border: 0;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-search .form-control::-webkit-input-placeholder {
  color: #a7a7a7;
}
.header-search .form-control::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.header-search .form-control:-ms-input-placeholder {
  color: #a7a7a7;
}
.header-search .form-control:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.header-search .form-control:placeholder {
  color: #a7a7a7;
}
.header-search .form-control::placeholder {
  color: #a7a7a7;
}
.header-right .notification-icon {
  line-height: 0;
  padding-left: 32px;
  position: relative;
}
.header-right .notification-icon a {
  display: inline-block;
}
.header-user {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
}
.header-user > a {
  display: inline-block;
  color: #fff;
}
.header-user > a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #b4a5c3;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.header-user > a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.header-right .notifications-list,
.header-right .header-user .user-menu {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 9px;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-right .notifications-list:hover,
.header-right .notification-icon a:hover + .notifications-list,
.header-right .header-user .user-menu:hover,
.header-right .header-user > a:hover + .user-menu {
  opacity: 1;
  visibility: visible;
}
.header-right .notifications-list ul,
.header-right .header-user .user-menu ul {
  background-color: #fff;
  padding: 5px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
  -moz-box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
  box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
}
.header-right .notifications-list li,
.header-right .header-user .user-menu li {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
  border-bottom: 1px solid #e3e8eb;
}
.header-right .notifications-list li:last-child,
.header-right .header-user .user-menu li:last-child {
  border-bottom: 0;
}
.header-right .notifications-list li a,
.header-right .header-user .user-menu li a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-right .notifications-list li a:hover,
.header-right .header-user .user-menu li a:hover {
  color: #563378;
}

.main-container {
  padding: 50px 0 56px;
}

.menu-wrap {
  padding-top: 30px;
}

.menu-wrap .menu-inner {
  max-width: 940px;
  width: 100%;
  padding-top: 8px;
  padding-left: 6px;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
.menu-wrap ul li {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  color: #fff;
  width: 20%;
}
.menu-wrap ul li a {
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 11px 5px 16px 46.5%;
  background: -moz-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(170, 154, 188, 1)),
    color-stop(100%, rgba(158, 199, 209, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA9ABC', endColorstr='#9EC7D1',GradientType=1 );
}
.menu-wrap ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-wrap ul li.active a:before,
.menu-wrap ul li a.active:before {
  opacity: 1;
  visibility: visible;
}
.menu-wrap ul li + li {
  margin-left: -32px;
}
.menu-wrap ul li a > span {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}
.menu-wrap ul li a .icon-wrap {
  display: block;
  padding-bottom: 2px;
  height: 40px;
}
.menu-wrap ul li a .icon-wrap img {
  max-height: 100%;
}

.main-content-box {
  position: relative;
  z-index: 1;
  padding: 40px 32px 40px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
  -moz-box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
  box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.08);
}

.main-box-title {
  padding-bottom: 24px;
}
.main-box-title .title {
  width: 59.57%;
  padding-right: 30px;
}

.main-box-title .search-enquiry {
  width: 40.43%;
}
.main-box-title .add-job {
  padding-left: 20px;
}
.main-box-title .add-job .cta-btn {
  min-width: 128px;
}
.search-enquiry .form-control {
  font-size: 14px;
  padding-left: 36px;
  padding-right: 15px;
  height: 50px;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  box-shadow: none;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: left 12px center;
}
.search-enquiry .form-control::-webkit-input-placeholder {
  color: #a7a7a7;
}
.search-enquiry .form-control::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.search-enquiry .form-control:-ms-input-placeholder {
  color: #a7a7a7;
}
.search-enquiry .form-control:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.search-enquiry .form-control:placeholder {
  color: #a7a7a7;
}
.search-enquiry .form-control::placeholder {
  color: #a7a7a7;
}

.form-box {
  background-color: #eaeff2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 22px 20px 30px;
}
.form-row {
  margin-left: -8px;
  margin-right: -8px;
}
.form-col {
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
}
.form-wrap .form-group {
  margin-bottom: 18px;
  position: relative;
}
.form-wrap .form-group span.help,
.form-wrap .form-group span.help-block,
.form-wrap .form-group span.error {
  font-size: 12px;
  line-height: 14px;
  color: #f00;
  /*position: absolute;*/
  left: 0;
  top: 100%;
  margin-top: 2px;
}
.form-wrap .form-group .input-group span.help,
.form-wrap .form-group .input-group span.help-block,
.form-wrap .form-group .input-group span.error {
  width: 100%;
}
.form-wrap .form-group > label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #3d474f;
  display: block;
  margin-bottom: 7px;
}
.form-wrap .form-col > label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #3d474f;
  display: block;
  margin-bottom: 7px;
}
.form-wrap .form-control,
.form-wrap .form-control.bootstrap-select .dropdown-toggle {
  font-size: 14px;
  height: 50px;
  background-color: #fff;
  color: #1e1f21;
  border: 1px solid #d9dee0;
  box-shadow: none;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-wrap .form-control.bootstrap-select {
  padding: 0;
}
.form-wrap .form-control.bootstrap-select .dropdown-menu {
  width: 100%;
  max-height: 290px;
}
.form-wrap .form-control.bootstrap-select .dropdown-item {
  white-space: normal;
  word-break: break-word;
}
.form-wrap .form-control[disabled] {
  background-color: #dee3e6;
}
.form-wrap .form-control.datepicker {
  padding-right: 40px;
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form-wrap .form-control.bootstrap-select .dropdown-toggle {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
.form-wrap .form-control.bootstrap-select .dropdown-toggle .filter-option {
  height: auto;
}
.form-wrap .form-control.bootstrap-select .dropdown-item {
  padding: 10px 12px;
}
.form-wrap .form-control.bootstrap-select .dropdown-item.active,
.form-wrap .form-control.bootstrap-select .dropdown-item:active {
  background-color: #563378;
}
.form-wrap .form-control.bootstrap-select .dropdown-toggle::after {
  width: 14px;
  height: 8px;
  right: 12px;
  margin-left: 0;
  border: 0;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.form-wrap .form-control.bootstrap-select.dropup .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-wrap .input-group-prepand + .form-control {
  border-left: 0;
}
.form-wrap .input-group-prepand .input-group-text {
  border-color: #d9dee0;
  background-color: #eaeff2;
  line-height: 38px;
  padding: 5px 15px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
.form-wrap textarea.form-control {
  height: 80px;
}
.form-wrap .form-checkbox {
  padding-top: 15px;
}
.form-wrap .form-file {
  padding-top: 24px;
}
.form-wrap .form-actions {
  padding-top: 28px;
  text-align: right;
}
.form-wrap .form-submit {
  padding-top: 12px;
}

.form-wrap .content-wrap.description {
  font-size: 12px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #d9dee0;
  color: #1e1f21;
  max-height: 350px;
  overflow: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.enquiry-table {
  padding-top: 40px;
}
.main-box-title + .enquiry-table {
  padding-top: 0;
}
/*.data-table-wrap{
    overflow: auto;
}*/
table.data-table-style,
table.data-table-style.dataTable {
  width: 100%;
  background-color: #fff;
  border-bottom: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
table.data-table-style th,
table.data-table-style.dataTable th {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  color: #1e1f21;
  padding: 26px 20px 22px;
  border-bottom: 0;
  background-color: #eaeff2;
}
table.data-table-style th:first-child,
table.data-table-style.dataTable th:first-child {
  -webkit-border-radius: 8px 0px 0px 0px;
  -moz-border-radius: 8px 0px 0px 0px;
  border-radius: 8px 0px 0px 0px;
}
table.data-table-style th:last-child,
table.data-table-style.dataTable th:last-child {
  -webkit-border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  border-radius: 0px 8px 0px 0px;
}
table.data-table-style th + th,
table.data-table-style.dataTable th + th {
  border-left: 1px solid #cacfd1;
}
table.data-table-style th sub {
  font-size: 14px;
  vertical-align: baseline;
  bottom: 0;
}
table.data-table-style td,
table.data-table-style.dataTable td {
  font-size: 14px;
  line-height: 19px;
  padding: 16px 20px;
  border: 1px solid #e3e8eb;
  outline: none;
}
table.data-table-style tr:last-child td:first-child,
table.data-table-style.dataTable tr:last-child td:first-child {
  -webkit-border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  border-radius: 0px 0px 0px 8px;
}
table.data-table-style tr:last-child td:last-child,
table.data-table-style.dataTable tr:last-child td:last-child {
  -webkit-border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  border-radius: 0px 0px 8px 0px;
}
table.data-table-style td a,
table.data-table-style.dataTable td a {
  color: #563378;
}
table.data-table-style td a[href^="mailto:"],
table.data-table-style.dataTable td a[href^="mailto:"] {
  text-decoration: underline;
}

.data-table-wrap .dataTables_wrapper .dataTables_paginate {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  margin-top: 0;
}
.data-table-wrap .dataTables_wrapper .dataTables_paginate ul.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
}
.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button a {
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  color: #3d474f !important;
  text-align: center;
  background-color: transparent !important;
  width: 32px;
  height: 32px;
  padding: 0 5px;
  box-shadow: none !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.data-table-wrap
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.active
  a {
  font-weight: 800;
  color: #fff !important;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  ) !important;
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  ) !important;
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  ) !important;
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  ) !important;
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 ) !important;
}
.data-table-wrap
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous
  a,
.data-table-wrap
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next
  a {
  font-size: 0px;
  background-image: url("../images/prev-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 5px !important;
}
.data-table-wrap
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next
  a {
  background-image: url("../images/next-arrow.svg") !important;
  margin-right: 0px !important;
  margin-left: 5px !important;
}
.dataTables_wrapper .row:last-child > div:first-child {
  display: none;
}
.dataTables_wrapper .row:last-child > div:last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th.dtr-control:before {
  border: 0;
  box-shadow: none;
  margin-top: -7px;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
}
.action-icons {
  display: inline-block;
  line-height: 0;
}
.action-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.action-icons a:last-child {
  margin-right: 0;
}
a.toggle-data {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
}
a.toggle-data:after {
  content: "";
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/plus-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: 48%;
}
a.toggle-data.open:after {
  background-image: url("../images/minus-icon.svg");
}
table.data-table-style td span.name-toggle {
  display: block;
  position: relative;
  padding-right: 40px;
}
table.data-table-style td span.name-toggle a.toggle-data {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.form-box.table-form {
  margin: -16px -20px;
  max-width: 1078px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 2px;
  -webkit-box-shadow: inset 0px 8px 22px rgba(30, 31, 33, 0.07);
  -moz-box-shadow: inset 0px 8px 22px rgba(30, 31, 33, 0.07);
  box-shadow: inset 0px 8px 22px rgba(30, 31, 33, 0.07);
}

table.data-table td.child,
table.data-table.dataTable td.child {
  padding: 0;
  border: 0;
}
table.dataTable > tbody > tr > td.child ul.dtr-details {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: -1px 0;
}
table.dataTable > tbody > tr > td.child ul.dtr-details > li {
  display: table-row;
  padding: 0;
}
table.dataTable > tbody > tr > td.child ul.dtr-details > li > span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #e3e8eb;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(30, 31, 33, 0.64);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.popup-table {
  display: table;
  width: 100%;
  height: 100%;
}
.popup-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.popup-close {
  position: absolute;
  right: -20px;
  top: -20px;
}
.popup-close a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
}
.popup-close a img {
  vertical-align: middle;
  margin-top: -2px;
}
.popup-content {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 32px 24px 32px;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.popup-content.popup-content-smart-update {
  max-width: 830px;
}
.popup-content .popup-title {
  padding-bottom: 8px;
}
.popup-content .popup-title .smart-update-title {
  text-align: center;
}
.popup-content .content-wrap p.h6 {
  font-weight: 400;
}
.popup-content .cta-wrap {
  padding-top: 24px;
  text-align: right;
}
.popup-img {
  text-align: center;
}
.popup-img img {
  max-width: 545px;
}
.add-job-popup .popup-content {
  max-width: 440px;
}

.add-job-tab {
  width: 136px;
  background-color: #fff;
}
.add-job-tab li {
  font-size: 14px;
  line-height: 1.36;
  width: 100%;
  position: relative;
}
.add-job-tab li + li {
  margin-top: -1px;
}
.add-job-tab li a {
  font-family: "Roboto Slab", sans-serif;
  display: block;
  padding: 16px 10px 16px 16px;
  border: 1px solid #e3e8eb;
  color: #6d6d6d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.add-job-tab li:first-child a {
  -webkit-border-radius: 8px 0px 0px 0px;
  -moz-border-radius: 8px 0px 0px 0px;
  border-radius: 8px 0px 0px 0px;
}
.add-job-tab li:last-child,
.add-job-tab li:last-child a {
  -webkit-border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  border-radius: 0px 0px 0px 8px;
}
.add-job-tab li a.active {
  font-weight: 700;
  background-color: #eaeff2;
  color: #563378;
  border-color: transparent;
}
.add-job-tab li a span.error-info {
  color: #f00;
  margin-left: 2px;
}
.add-job-tab li.add-job-icon {
  border: 1px solid #e3e8eb;
  padding: 9px 16px;
  line-height: 0;
}
.add-job-tab li.add-job-icon a {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  padding: 0;
  border: 0;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
}
.add-job-tab li.add-job-icon a img {
  display: inline-block;
  vertical-align: middle;
}
.add-job-tab li a.remove-tab {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
}
.add-job-tab li a.remove-tab img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
}
.add-job-content {
  width: calc(100% - 136px);
}
.add-job-content .form-box {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.datepicker table tr td.active.active {
  font-weight: 700;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
}

.title-with-cta {
  margin: -10px;
}
.title-with-cta .h3 {
  padding: 10px;
}
.title-with-cta .cta-wrap {
  padding: 10px;
}
.popup .form-box {
  padding-bottom: 12px;
}
table.data-row-select td,
table.data-row-select.dataTable td,
table.dataTable
  > tbody
  > tr.row-selected
  + tr
  > td.child
  ul.dtr-details
  > li
  > span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
table.data-row-select td:first-child,
table.data-row-select.dataTable td:first-child {
  cursor: pointer;
}
table.data-table-style tr.row-selected td,
table.data-table-style.dataTable tr.row-selected td,
table.dataTable
  > tbody
  > tr.row-selected
  + tr
  > td.child
  ul.dtr-details
  > li
  > span {
  background-color: #563378;
  border-color: #7d58a0;
  color: #fff;
}
table.data-table-style tr.row-selected td a,
table.data-table-style.dataTable tr.row-selected td a,
table.dataTable
  > tbody
  > tr.row-selected
  + tr
  > td.child
  ul.dtr-details
  > li
  > span
  a {
  color: #d0acf3;
}

.upload-btn {
  position: relative;
  overflow: hidden;
}
.upload-btn > input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.upload-btn .cta-btn {
  position: relative;
  z-index: 1;
}
.file-badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  background-color: #dee3e6;
  border: 1px solid #d4d8db;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.file-badge span {
  font-size: 14px;
  line-height: 20px;
  color: #6d6d6d;
}
.file-badge span a strong {
  font-weight: 700;
}
.file-badge > a {
  margin-left: 24px;
}
.file-badge > a + a {
  margin-left: 8px;
}

.form-file-wrap {
  margin: -6px;
}
.form-file-wrap > * {
  margin: 6px;
}
.form-file-wrap .upload-btn .cta-btn {
  margin-right: 8px;
}

.create-quote-popup .popup-content {
  max-width: 800px;
}
.create-quote-popup .popup-content .cta-wrap {
  padding-top: 10px;
}

.disable {
  pointer-events: none;
  cursor: default;
}

.view-job-tools {
  max-width: 40.43%;
}
.icons-inline li {
  line-height: 32px;
}
.icons-inline li a {
  display: inline-block;
}
.icons-inline li img {
  display: inline-block;
  vertical-align: middle;
}
.icons-inline li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e3e8eb;
}

.view-jobs-table {
  overflow: hidden;
  border: 1px solid #eaeff2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.view-jobs-table .data-table-wrap {
  overflow: auto;
  margin: -1px;
}
.view-jobs-table table.data-table-style td,
.view-jobs-table table.data-table-style.dataTable td {
  min-width: 330px;
}
.view-jobs-table table.data-table-style td strong,
.view-jobs-table table.data-table-style.dataTable td strong {
  font-weight: 700;
}
.view-jobs-table table.data-table-style td a,
.view-jobs-table table.data-table-style.dataTable td a {
  font-weight: 600;
  color: #563378;
}

.view-jobs-table table.data-table-style tr:last-child td:first-child,
.view-jobs-table table.data-table-style.dataTable tr:last-child td:first-child,
.view-jobs-table table.data-table-style tr:last-child td:last-child,
.view-jobs-table table.data-table-style.dataTable tr:last-child td:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.view-jobs-table .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.view-jobs-table .mCSB_scrollTools {
  opacity: 1;
}
.view-jobs-table .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 25px;
  padding: 6px 8px;
  background-color: #eaeff2;
  -webkit-box-shadow: inset 0px -4px 8px rgba(30, 31, 33, 0.08),
    inset 0px 4px 8px rgba(30, 31, 33, 0.08);
  -moz-box-shadow: inset 0px -4px 8px rgba(30, 31, 33, 0.08),
    inset 0px 4px 8px rgba(30, 31, 33, 0.08);
  box-shadow: inset 0px -4px 8px rgba(30, 31, 33, 0.08),
    inset 0px 4px 8px rgba(30, 31, 33, 0.08);
}
.view-jobs-table .mCSB_scrollTools .mCSB_draggerContainer {
  left: 8px;
  right: 8px;
  top: 6px;
  bottom: 6px;
  cursor: pointer;
}
.view-jobs-table
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  margin: 0 auto;
  height: 100%;
  background-color: #cdd1d4;
}
.view-jobs-table
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_draggerRail {
  opacity: 0;
  margin: 0;
  height: 100%;
}

.view-jobs-table ~ .form-box {
  margin-top: 15px;
}

.form-box > .title {
  padding-bottom: 5px;
}
.title ~ .form-wrap {
  padding-top: 28px;
}
.add-files-btn {
  min-width: 166px;
}
.add-files-btn img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.upload-files-btn {
  min-width: 149px;
}
.upload-files-btn img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.document-box-wrap {
  padding: 24px;
  background-color: #eaeff2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.document-box {
  background-color: #fff;
  border: 1px solid #d9dee0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.document-box .box-title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #3d474f;
  background-color: #f7f8f8;
  padding: 11px 15px 14px;
  border-bottom: 1px solid #d9dee0;
}
.document-box .box-content {
  padding: 0px 16px;
}
.document-box .box-content-row {
  border-bottom: 1px solid #d9dee0;
}
.document-box .box-content-row:last-child {
  border-bottom: 0;
}
.document-box .list-name {
  position: relative;
  padding: 16px 20px 16px 0px;
}
.document-box .list-name > span {
  font-size: 14px;
  line-height: 19px;
  display: block;
  position: relative;
  padding-left: 24px;
}
.document-box .list-name > span > img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.document-box .list-name > span > a {
  line-height: 0;
  margin-left: 4px;
}
.document-box .list-name > a {
  position: absolute;
  display: block;
  line-height: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}
.document-box .list-name > a img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.document-box .list-name > a.open img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.document-box .list-content {
  padding: 16px 0;
  border-top: 1px solid #d9dee0;
  display: none;
}
.document-box .list-content-row {
  font-size: 14px;
  line-height: 19px;
  color: #3d474f;
  padding-bottom: 9px;
}
.document-box .list-content-row:last-child {
  padding-bottom: 0;
}
.document-box .list-content-row span:first-child {
  word-break: break-word;
}
.document-box .list-content-row span:last-child {
  padding-left: 10px;
  margin-left: auto;
  line-height: 0;
  min-width: 58px;
}
.document-box .list-content-row span:last-child a {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.document-box .list-content-row span:last-child a + a {
  margin-left: 12px;
}

.document-box-list {
  margin: -8px;
}
.document-box-list li {
  padding: 8px;
  width: 33.33%;
}

label.label-icon {
  position: relative;
  padding-right: 50px;
}
label.label-icon a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
label.label-icon a img {
  width: 40px;
}
label.label-icon.tooltip-icon {
  padding-right: 30px;
}
label.label-icon.tooltip-icon a img {
  width: 20px;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #426d93;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #426d93;
}
.tooltip-inner {
  max-width: 420px;
  background-color: #426d93;
}

.custom-radio {
  position: relative;
  display: inline-block;
}
.custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-radio label {
  font-size: 16px;
  line-height: 22px;
  padding-left: 26px;
  margin-bottom: 0;
  color: #6d6d6d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-radio label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 12px;
  height: 12px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -moz-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-radio input:checked + label {
  color: #1e1f21;
}
.custom-radio input:checked + label:before {
  border-color: #563378;
}
.custom-radio input:checked + label:after {
  opacity: 1;
}

.custom-radio.no-label {
  width: 40px;
  height: 40px;
}
.custom-radio.no-label label {
  font-size: 20px;
  line-height: 0px;
  padding-left: 40px;
}
.custom-radio.no-label label:before {
  background-color: #fff;
  border-color: #b2b6b8;
}
.custom-radio.no-label label:before,
.custom-radio.no-label label:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.radio-inline {
  margin-bottom: -10px;
}
.radio-inline .custom-radio {
  margin-right: 16px;
  margin-bottom: 10px;
}
.radio-inline .custom-radio:last-child {
  margin-right: 0;
}
.radio-inline.radio-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.radio-inline.radio-cols .custom-radio {
  margin-right: 0;
  width: 100%;
  margin: 5px;
  width: calc(100% - 10px);
}
.radio-inline.radio-cols .custom-radio label {
  font-size: 14px;
  display: block;
}
.radio-inline + .form-control,
.radio-inline + .row {
  margin-top: 10px;
}

.custom-checkbox + .form-row {
  margin-left: 25px;
}
.plus-icon a,
.plus-icon button {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 31px;
  text-align: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.plus-icon a img,
.plus-icon button img {
  display: inline-block;
  vertical-align: middle;
}

.row-lists {
  position: relative;
}
.row-lists span.help {
  position: absolute;
}
.invoice-table table.data-table-style th,
.invoice-table table.data-table-style.dataTable th {
  font-size: 14px;
  background-color: #563378;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.invoice-table .view-jobs-table .data-table-wrap {
  margin: 0;
}
.invoice-table table.data-table-style td,
.invoice-table table.data-table-style.dataTable td {
  font-size: 14px;
  padding: 15px;
}
.invoice-table {
  overflow: auto;
}
.invoice-table .data-table-wrap {
  max-height: 500px;
}
.invoice-table .row {
  margin: 0;
}
.invoice-table .row > div {
  padding: 0 !important;
}
.invoice-table table .action-icons {
  min-width: 65px;
}
.invoice-data-table {
  min-width: 500px;
}

.no-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.upload-file-name {
  word-break: break-word;
}

.form-sub-checkbox.custom-checkbox {
  margin-bottom: 18px;
  margin-top: -10px;
  display: block;
  line-height: 0;
}
.form-sub-checkbox.custom-checkbox label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 26px;
}
.form-sub-checkbox.custom-checkbox label:before,
.form-sub-checkbox.custom-checkbox label:after {
  width: 18px;
  height: 18px;
}

.smart-update-reminder-popup .popup-content {
  max-width: 760px;
}
.smart-update-reminder-popup .form-box {
  text-align: center;
}
.smart-update-reminder-popup .form-box .img-wrap {
  padding-bottom: 20px;
}
.smart-update-reminder-popup .form-box .img-wrap img {
  max-width: 420px;
}
.smart-update-reminder-popup .form-box .content-wrap p {
  margin-bottom: 15px !important;
}
.smart-update-reminder-popup .form-box .content-wrap p:last-child {
  margin-bottom: 0 !important;
}
.smart-update-reminder-popup .popup-content .cta-wrap {
  text-align: center;
}

.form-row-inline.smart-update-wrap {
  flex-wrap: wrap !important;
}
.smart-update-first-col {
  width: 100% !important;
}
.form-row-inline.smart-update-wrap .form-col {
  margin-bottom: 15px;
}
.form-row-inline.smart-update-wrap .cta-inline {
  padding-bottom: 15px;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  font-weight: 600;
}

/* design css */

.sub-menu-wrap {
  /* height: 85px; */
  margin-top: -25px;
  overflow: hidden;
  padding: 10px;
  margin-left: 35px;
}

.sub-menu-wrap a img {
  height: 25px;
  width: 30px;
}

.sub-menu-wrap a {
  /* transform-origin: top left; */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: -7px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 25px 10px 34px;
  background: -moz-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(170, 154, 188, 1)),
    color-stop(100%, rgba(158, 199, 209, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(170, 154, 188, 1) 0%,
    rgba(158, 199, 209, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA9ABC', endColorstr='#9EC7D1',GradientType=1 );
}

.sub-menu-wrap .active {
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
}

/* 
.sub-menu-wrap::before{
    content: '';
    background: #fff;
    height: 10px;
    width: 100%;
} */
.job-service {
  margin-bottom: -20px !important;
}

.job-service button {
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
}

.job-service .dropdown-menu .dropdown-item.active {
  background-color: #563378 !important;
}

.view-jobs-table.surveying-details-table table.data-table-style td {
  min-width: 120px;
}

/*Admin Page 12-08-21*/

.admin-tab li a {
  padding: 15px 32px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #6d6d6d;
  font-family: "Roboto slab", sans-serif;
  border: 0;
}

.admin-tab {
  display: inline-flex;
  border: 1px solid #e3e8eb;
}

.admin-tab li a.nav-link.active {
  color: #563378;
  background-image: linear-gradient(
    to left,
    rgba(61, 144, 163, 0.1),
    rgba(86, 51, 120, 0.1)
  );
  border-top: 2px solid #563378;
}

.admin-content-box .user-table {
  padding: 25px;
  border: 1px solid #e3e8eb;
}

.admin-content-box .admin-tabs {
  border: none;
}

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

.user-table .actions a:not(:last-child) {
  margin-right: 15px;
  display: inherit;
}

.add-enquiry-popup .popup-content {
  max-width: 750px;
}

.password-field,
.confirmpass-field {
  position: relative;
}

.confirmpass-field .action-box,
.password-field .action-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 5px;
}

.admin-pricing-box .title {
  margin-bottom: 10px;
}

.admin-pricing-box {
  border: 1px solid #e3e8eb;
}

.admin-pricing-box .form-box {
  margin: 24px 24px 20px 24px;
  border-radius: 0;
  background-color: #edf0f2;
  padding: 25px 30px 12px 30px;
}

.admin-pricing-box .form-row {
  margin-left: -5px;
  margin-right: -5px;
}

.modal#forgotpass_user_popup {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

.admin-tab .nav-link {
  border-radius: 0;
}

.admin-tabs-main .admin-pricing-box .submit-btn {
  margin: 8px 24px 42px 24px;
}

.admin-tabs-main .admin-pricing-box .form-wrap .form-group > label {
  line-height: 22px;
}


.form-wrap textarea.two-times-larger{
  height: 140px
}

.form-wrap textarea.three-times-larger{
  height: 210px
}

.form-wrap textarea.four-times-larger{
  height: 270px
}

.form-wrap textarea.six-times-larger{
  height: 400px
}

.form-wrap textarea.ten-rows-longer{
  height: 230px
}

.form-wrap textarea.eight-rows-longer{
  height: 190px
}

.sticky-bottom-btn{
  position: sticky;
  bottom: 10px;
}

.google-copy-count{
  position: relative;
  margin-top: 15px;
  display: inline-block;
}
.google-copy-count span{
  top: -6px;
  position: absolute;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );  
  color: #fff;
  padding: 5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -15px;
  border-radius: 50%;
}
.google-copy-count img{
  width: 25px;
  height: 25px
}
.enquiry-form-box .external-sources-checkbox{
    display: flex;
    justify-content: space-between;
}
.enquiry-form-box .external-sources .external-sources-checkbox{
  width: 100% !important;
}



.custom-checkbox-new {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.custom-checkbox-new input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox-new label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #6d6d6d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 31px; 
}
.custom-checkbox-new label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox-new label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -moz-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(86, 51, 120, 1)),
    color-stop(100%, rgba(61, 144, 163, 1))
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -o-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(86, 51, 120, 1) 0%,
    rgba(61, 144, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563378', endColorstr='#3D90A3',GradientType=1 );
  -webkit-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -moz-box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  box-shadow: 0px 2px 12px rgba(86, 51, 120, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-checkbox-new input:checked + label {
  color: #1e1f21;
}
.custom-checkbox-new input:checked + label:before {
  opacity: 0;
}
.custom-checkbox-new input:checked + label:after {
  opacity: 1;
}

/* Adjustments for no-label and other classes if needed */
.custom-checkbox-new.no-label {
  width: 40px;
  height: 40px;
}
.custom-checkbox-new.no-label label {
  font-size: 20px;
  padding-right: 40px;
}
.custom-checkbox-new.no-label label:before,
.custom-checkbox-new.no-label label:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.checkbox-inline {
  margin-bottom: -10px;
}
.checkbox-inline .custom-checkbox-new {
  margin-right: 16px;
  margin-bottom: 10px;
}
.checkbox-inline .custom-checkbox-new:last-child {
  margin-right: 0;
}
.checkbox-inline.checkbox-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.checkbox-inline.checkbox-cols .custom-checkbox-new {
  margin-right: 0;
  width: 100%;
  margin: 5px;
  width: calc(100% - 10px);
}
.checkbox-inline.checkbox-cols .custom-checkbox-new label {
  font-size: 14px;
  display: block;
}

.checkbox-full .custom-checkbox-new {
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}
.custom-checkbox-new + .form-row {
  margin-left: 25px;
}
.form-sub-checkbox.custom-checkbox-new {
  margin-bottom: 18px;
  margin-top: -10px;
  display: block;
  line-height: 0;
}
.form-sub-checkbox.custom-checkbox-new label {
  font-size: 14px;
  line-height: 18px;
  padding-right: 26px;
}
.form-sub-checkbox.custom-checkbox-new label:before,
.form-sub-checkbox.custom-checkbox-new label:after {
  width: 18px;
  height: 18px;
}

.action-cta {
  cursor: pointer;
  padding: 2px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

/* .action-cta:is(:hover, :focus, :focus-visible, :active) {
	background-image: linear-gradient(rgba(234, 239, 242, 0.5), rgba(234, 239, 242, 0.5)), linear-gradient(90deg, rgba(86, 51, 120, 1) 0%, rgba(61, 144, 163, 0.5) 100%);
} */