.text-ash-100 {
  color: #506e86 !important;
}

.text-ash-75 {
  color: #839eb3 !important;
}

.text-ash-50 {
  color: #c2cacf !important;
}

.bg-dark-blue-3 {
  background-color: #0e305b !important;
}

.text-blue-100 {
  color: #0078ff;
}

.btn-blue-100 {
  background-color: #0078ff;
  color: white;
}

.btn-blue-100:hover {
  background-color: #0067dd;
}

.bg-blue-100 {
  background-color: #0078ff;
  color: white;
}

.rounded-50 {
  border-radius: 50px;
}

.banner {
  height: 630px !important;
}

.slider-1 {
  background-image: url("../img/slider-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon-set {
  bottom: -5rem;
  margin: auto;
  left: 0;
  right: 0;
}

.icon-set h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.icon-set p {
  font-size: 14px;
}

.vr {
  height: 50px;
  width: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #fff;
}

header,
nav,
.navbar-brand img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shrink {
  background-color: #0e305b;
}

.shrink nav {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.shrink .navbar-brand img {
  width: 70px;
}

.pc-img {
  position: relative;
  max-width: 380px;
  z-index: 0;
}

.pc-img .pc-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0e305b;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pc-img:hover::after {
  right: -30px;
  bottom: -30px;
}

.sec-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-padding-bottom {
  padding-bottom: 100px;
}

.package-item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.25));
}

.w-80 {
  width: 80px;
}

.bg-new-light {
  background-color: #d6dce5;
}

.bg-new .text-dark-blue {
  color: #004d8d !important;
}

.text-dark-blue {
  color: #004d8d !important;
}

.bg-grey {
  background-color: #ebedf3 !important;
}

.bg-primary {
  background-color: #004d8d !important;
}

.btn-primary {
  background-color: #004d8d !important;
  border-color: #004d8d !important;
}

.btn-primary:hover {
  background-color: #003c6d !important;
}

.btn-outline-primary {
  color: #004d8d !important;
  border-color: #004d8d !important;
}

.btn-outline-primary:hover {
  background-color: #003c6d;
  color: white !important;
}

.btn-outline-primary-lite {
  color: #004d8d;
  border: 1px dashed #004d8d;
  background-color: #e5f2fd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-outline-primary-lite:hover {
  background-color: #003c6d;
  color: white;
}

.pc-nav-btn-outline-white {
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 10px !important;
}

.btn-outline-blue-100 {
  border: 1px solid #0078ff;
  color: #0078ff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-outline-blue-100:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: white;
}

.text-primary {
  color: #004d8d !important;
}

.shadow {
  -webkit-box-shadow: 0 15px 30px -10px #0000004d;
          box-shadow: 0 15px 30px -10px #0000004d;
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 1px #0000004d;
          box-shadow: 0 1px 1px #0000004d;
}

.hover-shadow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 15px 30px -10px #0000004d;
          box-shadow: 0 15px 30px -10px #0000004d;
}

.bg-primary-light {
  background-color: #e5f2fd;
}

a {
  text-decoration: none !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #ececf4;
  padding-bottom: 6rem;
}

.label {
  font-size: 12px;
}

img {
  max-width: 100%;
  height: auto;
}

.login-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-box {
  padding: 2rem;
  background-color: #fff;
  border-radius: 6px;
}

.input-group-solid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f6f9;
  border-radius: 0.42rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #f3f6f9;
  background-clip: padding-box;
  border: 1px solid #f3f6f9;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  outline: 0;
  background-color: #ebedf3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control-solid {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
}

.form-group label {
  font-size: 1rem;
  font-weight: 400;
  color: #3f4254;
}

.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ebedf3;
  border-color: #ebedf3;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.contDiv {
  display: none;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
}

header {
  position: relative;
}

header .navbar-brand {
  position: absolute;
  padding: 0;
  top: 0;
}

header .navbar-brand img {
  width: 120px;
}

header .navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

header .navbar-nav .nav-link {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 5px;
  color: #004d8d !important;
}

header .navbar-nav .nav-link:hover {
  color: #003c6d !important;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-header .navbar-nav .nav-link {
  color: white !important;
}

.home-header .navbar-nav .nav-link:hover {
  color: #f5f5f5 !important;
}

.home-header nav {
  padding: 2rem 0;
}

.pt-8 {
  padding-top: 8rem;
}

.login-img {
  width: 400px;
}

.rounded {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 2rem;
}

.bb-1 {
  border-bottom: 1px solid #eee;
}

.input-group-text {
  border: none;
}

.form-control:disabled,
.form-control[readonly],
.input-group-text {
  background-color: #f3f6f9;
}

.custom-file-label {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}

.icon-circle {
  border: 2px solid;
  border-radius: 50%;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.payinfo {
  top: 5rem;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.15rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.5rem;
  width: 2.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.ck-content {
  min-height: 300px;
}

.label {
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background-color: #004d8d;
  color: white;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem !important;
  display: inline-block;
}

.label svg {
  color: white !important;
  font-size: 14px;
  margin-left: 0.5rem;
}

.label-sm {
  padding: 3px 6px !important;
}

.table td {
  white-space: nowrap;
}

.table th {
  font-size: 12px;
  text-transform: uppercase;
}

.custom-input {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  cursor: pointer !important;
}

.custom-input span.custom-file-img {
  background-image: url("https://www.profilecheck.net/assests/site/img/user.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  cursor: pointer !important;
}

.custom-input input.custom-file-input-pc {
  font-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer !important;
}

.new-custom-input {
  height: 200px !important;
  width: 200px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  cursor: pointer !important;
}

.new-custom-input span.custom-input-text {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  cursor: pointer !important;
}

.new-custom-input span.custom-file-img {
  width: 150px;
  height: 150px;
  cursor: pointer !important;
  overflow: hidden !important;
  border-radius: 50% !important;
}

.new-custom-input span.custom-file-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.new-custom-input input.custom-file-input-pc {
  font-size: 130px;
  cursor: pointer !important;
}

.settings-custom-input {
  height: 130px;
  width: 110px;
}

.font-12 {
  font-size: 12px;
}

.border-primary {
  border-color: #004d8d !important;
}

.min-w-250 {
  min-width: 250px;
}

.skill-meter span {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #004d8d;
  border-radius: 20px;
  margin-right: 10px;
}

.skill-meter span.meter-fill {
  background-color: #004d8d;
}

.border-3 {
  border: 1px solid #c2cacf !important;
}

.border-5 {
  border-left: 5px solid #004d8d !important;
}

.v-line {
  width: 1px;
  height: 50px;
  display: block;
  background-color: #ccc;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.theme-grey {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.pdf-header {
  height: 100px;
}

.pdf-header .pc-id {
  margin-right: calc(100px + 10px);
  margin-bottom: 0;
}

.pdf-logo {
  background-color: #fff;
  border-radius: 50%;
  border: 20px solid #fff;
  position: absolute;
  right: -10px;
}

.pdf-logo img {
  width: 100px;
}

.label-new-bg {
  background-color: #d6dce5 !important;
  color: #000;
}

.profile-dp {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.profile-dp-lg {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
}

.w-200 {
  max-width: 200px;
}

.h-45 {
  height: 45px;
}

.w-300 {
  width: 300px;
}

.form-control-outline {
  background-color: transparent !important;
  border: 1px solid #3f72b4 !important;
  border-radius: 0 !important;
}

.form-control-outline-blue {
  border: 1px solid #3f72b4 !important;
  color: white !important;
}

.footer-textarea {
  width: 100%;
  min-height: 100px;
  resize: none;
}

header .navbar-light .navbar-toggler-icon {
  background-image: url("../img/navbar-toggler-icon.svg") !important;
}

header .navbar-light .navbar-toggler {
  border: none;
}

.select2-container .select2-selection--single {
  height: 46px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #3f4254 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.w-87 {
  width: 87% !important;
}

.w-110px {
  width: 110px !important;
}

.phcode {
  width: 110px !important;
  margin-right: 0.5rem !important;
}

.mxw-150px {
  max-width: 150px !important;
}

.othType {
  margin-right: 1rem !important;
}

.othType input {
  width: 150px !important;
}

.country {
  width: 100% !important;
}

.select-input-full .select2-container {
  width: 80% !important;
}

.select-input-full .select2-container .select2-selection--multiple {
  min-height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0 !important;
  background-color: #cce3f7 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-color: #88b0d2 !important;
  color: #88b0d2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #a5d4ff !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #234d8d;
  border-color: #234d8d;
}

.page-link {
  color: #234d8d;
}

.ck.ck-balloon-panel {
  z-index: 1060 !important;
}

/******************************************************
                    Responsive
******************************************************/
/* Small devices (landscape phones) */
/* Medium devices (tablets) */
/* Large devices (desktops) */
/* Extra large devices (large desktops) */
/* The given screen size or smaller */
/* Extra small devices (portrait phones)*/
@media (max-width: 575px) {
  header .nav-item.dropdown a {
    background-color: #0e305b !important;
    border: none;
    color: white !important;
  }
  .banner {
    height: 400px !important;
  }
  .v-line {
    display: none;
  }
  .w-25 {
    width: 100% !important;
  }
  .login-box {
    margin: 2rem 1rem;
    min-height: 100%;
  }
  .login-body {
    margin-bottom: 3rem;
  }
  .btn-sm-block {
    display: block;
  }
  .form-bottom {
    padding-bottom: 6rem;
  }
  .w-sm-100 {
    width: 100%;
  }
  .navbar-brand img {
    width: 80px !important;
  }
  header .navbar-nav li {
    border-bottom: 1px solid #ccc !important;
  }
  header .navbar-nav li:last-child {
    border-bottom: none !important;
  }
  header .navbar-nav li .nav-link {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-size: 18px !important;
  }
  header .navbar-nav li .dropdown-menu a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 16px !important;
    text-align: right !important;
  }
  body {
    margin-bottom: 6rem;
  }
  .pt-8 {
    padding-top: 4rem;
  }
  .select-input-full .select2-container {
    width: 65% !important;
  }
}

/* Small devices (landscape phones)*/
/* Medium devices (tablets)*/
/* Large devices (desktops)*/
/*# sourceMappingURL=style.css.map */