/****************************** Coman css Start ********************************************************/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Montserrat";
}

p {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #003869;
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="button"],
textarea,
button,
input[type="submit"],
select {
  outline: none;
}

select {
  cursor: pointer;
}

body {
  position: relative;
  max-width: 100%;
  margin: auto;
  font-family: "Raleway", sans-serif;
}

body .container {
  width: 100%;
  max-width: 1200px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control::placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}
.login-pages .select2-search--dropdown {
  display: none;
}
label {
  margin: 0px;
  padding: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  outline: none;
}

input::-ms-clear,
input::-ms-reveal,
select::-ms-expand {
  display: none;
}

img {
  outline: 0px;
  border: 0px;
  max-width: 100%;
  height: auto;
}

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

label {
  font-weight: normal;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}

.form-control::-moz-placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}

.form-control::-moz-placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}

.form-control::placeholder {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Montserrat";
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.form-control:focus {
  border-color: #007cb7;
  box-shadow: none;
  color: #555;
}

/****************************** Coman css End **************************************/

body {
  font-size: 14px;
  line-height: 25px;
  color: #555555;
  font-weight: 400;
  font-family: "Montserrat";
  background-color: #fff;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.login-pages .logo img {
  width: 176px;
}

body.login-pages {
  background-color: #fafbfc;
}

.login-pages header {
  border-top: 5px solid #007cb7;
}

.signinbox-wrap {
  max-width: 510px;
  width: 100%;
  margin: 50px auto 50px;
}

footer p {
  font-size: 13px;
  color: #b8b8b8;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

footer {
  padding-bottom: 40px;
}

.singinbox {
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #dadee4;
  padding: 25px 39px;
}

.box-title h4 {
  font-size: 28px;
  color: #1e2a4e;
  font-weight: 700;
  line-height: 42px;
}

.box-title p {
  font-size: 15px;
  color: #77889a;
  font-weight: 500;
  line-height: 21px;
}

.logo {
  text-align: center;
  margin: 0 auto 29px;
  display: inherit;
}

.box-title {
  padding-bottom: 19px;
}

.socialaccount {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.socialaccount-box {
  width: calc(50% - 15px);
}

.socialaccount-box.linkedin {
  margin-right: 15px;
  border-radius: 5px;
  background-color: #0077b5;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  padding: 11px 0;
}

.socialaccount-box.linkedin i {
  padding-right: 9px;
  font-size: 18px;
}

.socialaccount-box.google {
  margin-left: 15px;
  border-radius: 5px;
  background-color: #f5f5f6;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  border: 1px solid #d6d8d9;
  text-align: center;
  line-height: 24px;
  padding: 11px 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialaccount-box.google img {
  padding-right: 9px;
  margin-bottom: 4px;
}

.form-label {
  font-size: 14px;
  color: #2c385c;
  font-weight: 600;
  padding-bottom: 3px;
}

.form-control {
  border-radius: 5px;
  background-color: #fcfdfe;
  border: 1px solid #cfd4dc;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}
.mt-36 {
  margin-top: 37px;
}
.form-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-label-wrap a {
  font-size: 14px;
  color: #4164e3;
  font-weight: 600;
}

.form-label-wrap a:hover,
.form-link a:hover {
  color: #0591d4;
}

.form-icon {
  position: relative;
}

.form-icon-left i {
  line-height: 46px;
  position: absolute;
  top: 15px;
  right: 21px;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}

.form-icon.form-icon-left .form-control {
  padding-right: 40px;
}

.button-blue {
  border-radius: 5px;
  background-color: #007cb7;
  border: 1px solid #007cb7;
  color: #fff;
}

.button-blue:hover {
  background: #0591d4;
  border: 1px solid #0591d4;
}

.button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 19px;
  padding: 17px 30px;
}

.form-link {
  font-size: 14px;
  color: #77889a;
  font-weight: 400;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 0;
}

.form-link a {
  color: #007cb7;
  font-weight: 700;
  padding-left: 5px;
}

.divide {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 17px;
}

.divide span {
  width: 35px;
  height: 35px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #c1cdd9;
  display: inline-block;
  line-height: 33px;
  font-size: 12px;
  color: #77889a;
  font-weight: 500;
  z-index: 7;
  position: relative;
}

.divide:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c1cdd9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-half {
  width: calc(50% - 15px);
}

header {
  background-color: #003869;
  display: flex;
  justify-content: space-between;
  padding: 0 41px;
}

header .logo {
  margin: 20px 0 19px;
}

.step-title {
  text-align: center;
}

.step-title h3 {
  font-size: 50px;
  color: #021f49;
  font-weight: 700;
  line-height: normal;
}

.step-title p {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.step-box-wrap {
  max-width: 1184px;
  border-radius: 15px;
  background-color: #fbfcfc;
  border: 1px solid #e8e8e8;
  margin: 25px auto 55px;
  padding: 30px;
}

.step-numbering {
  max-width: 794px;
  width: 100%;
  margin: 49px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.step-numbering span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #abd3e6;
  font-size: 18px;
  color: #3c7c9a;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.step-numbering:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #007cb7;
  z-index: 0;
}

.step-numbering span.active {
  background-color: #007cb7;
  color: #fff;
}

.plan-wrap {
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-box {
  width: calc(33.33333% - 30px);
  margin: 30px 15px;
  border-radius: 15px;
  background-color: #e6ebff;
  border: 2px solid #afbfff;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.plan-box h6 {
  font-size: 18px;
  color: #33499e;
  font-weight: 600;
}

.plan-img {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  background-color: #afbfff;
  margin: 17px auto 27px;
}

.price,
.pricing-content-wrap .container .plan-box-wrap p.price {
  font-size: 35px;
  color: #33499e;
  font-weight: 700;
}

.price span {
  font-size: 15px;
}

.plan-box ul {
  margin-top: 20px;
  padding-top: 2px;
  border-top: 1px solid rgb(51 73 158 / 0.2);
}

.plan-box ul li {
  position: relative;
  padding-left: 25px;
  text-align: left;
  font-size: 16px;
  color: #33499e;
  line-height: 18px;
  font-weight: 500;
  margin-top: 16px;
}

.plan-box ul li:before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 0;
  left: 0;
}

.plan-img i {
  font-size: 38px;
  color: #33499e;
}

.plan-img i:before {
  line-height: 74px;
}

.plan-box.active {
  -webkit-box-shadow: 0px 7px 8px rgba(255, 182, 31, 0.43);
  box-shadow: 0px 7px 8px rgba(255, 182, 31, 0.43);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdd00),
    to(#fbb034)
  );
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
  color: #021f49;
  position: relative;
}

.plan-box.active h6 {
  color: #021f49;
}

.plan-box.active .price {
  color: #021f49;
}

.plan-box.active ul {
  border-top-color: rgb(255 255 255 / 0.36);
}

.plan-box.active ul li {
  color: #021f49;
}

.plan-box.active .plan-img {
  background-color: #fff;
}

.plan-box.active .plan-img i {
  color: #021f49;
}

.plan-box.active:before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 19px;
  right: 18px;
  font-size: 27px;
}

.plan-button-box .f-right {
  float: right;
}

.plan-button-box:after {
  content: "";
  display: block;
  clear: both;
}

.plan-button-box {
  max-width: 918px;
  margin: 0 auto;
}

.plan-button-box .button {
  font-size: 18px;
  min-width: 170px;
}

.button i {
  font-size: 15px;
  padding-left: 10px;
}

.steps-wrap {
  padding-top: 35px;
}

.stepform-wrap {
  max-width: 920px;
  margin: 25px auto 0;
}

span.msg {
  font-size: 12px;
  color: #a6adb5;
  font-weight: 500;
  padding: 5px 3px 0;
  line-height: 14px;
  display: inline-block;
}

.stepform-wrap .form-group {
  margin-bottom: 38px;
}

.stepform-wrap .plan-button-box {
  margin-top: 77px;
}

.stepform-wrap .plan-button-box .button {
  padding: 17px 50px;
}

.button-gray {
  background-color: #77889a;
  border: 1px solid #77889a;
  border-radius: 5px;
}

.button.button-icon-left i {
  padding-left: 0;
  padding-right: 10px;
}

.stepform-wrap .plan-button-box .button {
  width: 170px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.step-numbering span.active.done {
  font-size: 0;
}

.step-numbering span.active.done:before {
  content: "\65";
  font-family: "cal-state" !important;
  font-size: 19px;
  color: #fff;
}

.membership-box {
  border-radius: 15px;
  background-color: #e6ebff;
  border: 2px solid #afbfff;
  height: 100%;
  padding: 21px 48px 60px 18px;
  cursor: pointer;
}

.membership-box h3 {
  font-size: 35px;
  color: #33499e;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 7px;
}

.membership-box h3 i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  line-height: normal;
}

.membership-box h3 i:before {
  line-height: 58px;
}

.membership-box p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
  padding-top: 12px;
  border-top: 1px solid #cbd2e6;
  padding-left: 2px;
}

.membership-box.active {
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
  position: relative;
}

.membership-box.active h3 {
  color: #021f49;
}

.membership-box.active:before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 27px;
  color: #021f49;
}

.card-details {
  max-width: 655px;
}

.card-details h4 {
  font-size: 23px;
  color: #1e2a4e;
  font-weight: 700;
  padding-bottom: 21px;
}

.card-numbr {
  width: 46%;
}

.card-date {
  width: calc(27% - 30px);
  margin-left: 30px;
}

.card-numbering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-cvv {
  width: calc(27% - 30px);
  margin-left: 30px;
}

.stepform-wrap .card-details .form-group {
  margin-bottom: 30px;
}

.stepform-wrap .card-details .card-numbering .form-group {
  margin-bottom: 20px;
}

.custom-checkbox span {
  font-size: 15px;
  color: #2c385c;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.custom-checkbox span:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #bcbcbc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox input:checked ~ span:before {
  font-family: "cal-state" !important;
  content: "\65";
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #007cb7;
  color: #fff;
  border-color: #007cb7;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
}

.navbar-nav .nav-item.dropdown {
  position: relative;
}

#profile-dropdown .user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #004e92;
  display: inline-block;
  border: 2px solid #004e92;
  overflow: hidden;
}
#profile-dropdown .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 6px;
}

.navbar-nav .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: #004078;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

nav.navbar {
  padding: 0;
}

.select2-container {
  outline: none;
}

a.removeLicense {
  color: red;
}

.gj-datepicker {
  font-family: "Montserrat";
}

.select2-container--default .select2-selection--single {
  border-radius: 5px;
  background-color: #fcfdfe;
  border: 1px solid #cfd4dc;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 51px 8px 20px;
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border-radius: 0 5px 5px 0;
  background-color: #dadee4;
  height: 44px;
  width: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 7px 3.5px 0 3.5px;
  border-color: #77889a transparent transparent transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.select2-container--default:focus .select2-selection--single,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #007cb7;
  outline: none;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #007cb7;
  outline: none;
}

.dashboard-sidebar {
  -webkit-box-shadow: 0px 4px 8.5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8.5px rgba(0, 0, 0, 0.16);
  background-color: #fbfcfd;
  width: 269px;
  z-index: 5;
}

.dashboard-content {
  width: calc(100% - 269px);
  padding: 25px 41px 80px 29px;
}
.custom-checkbox a {
  font-weight: bold;
  color: #2c385c;
}
.custom-checkbox a:hover {
  text-decoration: underline;
}
.dashboard-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: calc(100vh - 97px);
  background-color: #eff2f8;
}

.dashboard-sidebar ul {
  padding: 30px 6px;
}

.dashboard-sidebar ul li a {
  font-size: 15px;
  color: #77889a;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding: 21px 0 20px 58px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.dashboard-sidebar ul li a i {
  position: absolute;
  left: 28px;
  font-size: 17px;
}

.dashboard-sidebar ul li a:hover,
.dashboard-sidebar ul li a.active {
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 3.5px rgba(0, 124, 183, 0.38);
  box-shadow: 0px 3px 3.5px rgba(0, 124, 183, 0.38);
  background-color: #007cb7;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.dashboard-content h3 {
  font-size: 30px;
  color: #1e2a4e;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}

.dash-countbox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 41px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  border: 2px solid #afbfff;
  background-color: #e6ebff;
  -webkit-box-shadow: 0px 10px 8.5px rgba(51, 73, 158, 0.15);
  box-shadow: 0px 10px 8.5px rgba(51, 73, 158, 0.15);
}

/*.dash-countrow .col-md-3:nth-child(4n+1) .dash-countbox {
    -webkit-box-shadow: 0px 10px 8.5px rgba(10, 197, 28, 0.28);
    box-shadow: 0px 10px 8.5px rgba(10, 197, 28, 0.28);
    background-color: #0ac51c;
}
.dash-countrow .col-md-3:nth-child(4n+2) .dash-countbox {
    -webkit-box-shadow: 0px 10px 8.5px rgba(136, 106, 240, 0.28);
    box-shadow: 0px 10px 8.5px rgba(136, 106, 240, 0.28);
    background-color: #886af0;
}
.dash-countrow .col-md-3:nth-child(4n+3) .dash-countbox {
    -webkit-box-shadow: 0px 10px 8.5px rgba(251, 160, 33, 0.28);
    box-shadow: 0px 10px 8.5px rgba(251, 160, 33, 0.28);
    background-color: #fba021;
}
.dash-countrow .col-md-3:nth-child(4n+4) .dash-countbox {
    -webkit-box-shadow: 0px 10px 8.5px rgba(246, 64, 99, 0.28);
    box-shadow: 0px 10px 8.5px rgba(246, 64, 99, 0.28);
    background-color: #f64063;
}*/

.count-content h5 {
  font-size: 60px;
  color: #33499e;
  font-weight: 700;
  padding-bottom: 10px;
}

.count-content p {
  font-size: 18px;
  /*color: rgb(255 255 255 / 0.80);*/
  color: #33499e;
  font-weight: 600;
}

.dash-tbl-wrap h4 {
  font-size: 23px;
  color: #1e2a4e;
  font-weight: 700;
  margin-bottom: 25px;
}

.dash-countrow {
  margin: -4px 0 36px;
}

.dataTables_wrapper .row:first-child {
  display: none;
}

#renewal_table_wrapper.dataTables_wrapper .row:last-child {
  display: none;
}

.dataTables_wrapper .row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.dataTables_wrapper .row .col-sm-12 {
  padding: 0;
}

table.table {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-collapse: collapse !important;
  margin: 0 !important;
}

table.table thead th {
  border: none;
  background-color: #e0e4eb;
  border-bottom: 1px solid #dadee4;
  border-collapse: unset !important;
  font-size: 18px;
  color: #1e2a4e;
  font-weight: 600;
  padding: 22px 10px 20px !important;
  vertical-align: middle;
}

.dataTables_wrapper .col-sm-12,
.all-tabel {
  border-radius: 10px;
  overflow: hidden;
}

table.dataTable tbody tr.even,
table.table tbody tr:nth-child(2n + 0) {
  background-color: #fafbfc;
  border: 1px solid #e4e7ec;
  border-top: none;
  border-bottom: none;
}

table.table td,
table.table th {
  padding-left: 40px;
  padding-right: 40px;
}

.table-outer {
  /*background-color: #fff;*/
  border-radius: 10px 10px 0 0;
  /*padding-bottom: 10px ;*/
}

.button.button-transparent {
  background-color: transparent;
  border: none;
  font-size: 15px;
  color: #007cb7;
  font-weight: 600;
  display: block;
  margin: 0 auto;
}

.dashboard-page footer {
  padding: 25px 0;
}

.table tbody td {
  font-size: 16px;
  color: #1e2a4e;
  font-weight: 500;
  padding: 12px 10px 11px;
  vertical-align: middle;
}

.offcanvas-btn {
  position: absolute;
  top: 2px;
  z-index: 8;
  background-color: #003869;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  border-radius: 50%;
  height: 60px;
  left: -30px;
  width: 60px;
  padding-left: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 19px;
  display: none;
  border: 1px solid #fff;
  color: #fff;
}

.dashboard-page {
  position: relative;
}

.button-action {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #ced9e5;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #77889a;
}

table.dataTable > tbody > tr.child span {
  display: inline-block;
}

.button.button-icon-right.button-transparent i {
  font-size: 8px;
  display: inline-block;
  vertical-align: initial;
}

.company-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.company-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

table.dataTable td a {
  display: inline-block;
}

.button-action-edit i {
  color: #77889a;
}

.button-action-edit {
  margin-right: 8px;
}

.button-industry {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 0px;
  line-height: normal;
  width: 112px;
  text-align: center;
}

.button-plaster {
  background-color: #0ac51c;
}

.button-welf {
  background-color: #886af0;
}

.button-welf {
  background-color: #fba021;
}

.button-welf {
  background-color: #886af0;
}

.button-electrical {
  background-color: #fba021;
}

.button-carpentry {
  background-color: #f64063;
}

.button.button-add {
  border-radius: 5px;
  background-color: #007cb7;
  border: none;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 8px;
  display: flex;
  align-items: center;
}

.dashboard-content h3 i {
  font-size: 24px;
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.dashboard-content h3 i {
  font-size: 24px;
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.button.button-add i {
  padding-right: 9px;
  display: flex;
}

.dashboard-content .d-flex h3 {
  margin: 0 139px 0 0;
}

.datatable-search form {
  width: 459px;
}

.dashboard-content .d-flex {
  margin-bottom: 24px;
}

.button.button-add:hover {
  opacity: 0.7;
}

.button-action-edit:hover i {
  color: #000;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 35px 0 35px;
}

.paginate_button a {
  border-radius: 7px;
  background-color: #c2e7f8;
  border: 1px solid #219bd5;
  display: block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #007cb7;
  font-weight: 600;
}

.paginate_button.previous a,
.paginate_button.next a {
  font-size: 0;
}

.paginate_button.previous a:before {
  content: "\76";
  font-family: "cal-state" !important;
  font-size: 27px;
}

.paginate_button.previous a,
.paginate_button.next a {
  width: 72px;
}

.paginate_button.next a:before {
  content: "\75";
  font-family: "cal-state" !important;
  font-size: 27px;
}

.paginate_button.active a {
  background-color: #007cb7;
  color: #fff;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

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 {
  line-height: 1.1em;
  text-align: center;
}

.table-box {
  border-radius: 7px;
  background-color: #ffffff;
  border: 0.71px solid #e0e4eb;
  margin-bottom: 45px;
}

.table-box-header {
  border-radius: 7px 7px 0 0;
  background-color: #e0e4eb;
  border: 0.7px solid #dadee4;
  line-height: 18px;
  font-size: 20px;
  color: #1e2a4e;
  font-weight: 700;
  padding: 22px 29px;
}

.table-box-content {
  padding: 20px;
}

.custom-col-3 {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.custom-col-9 {
  width: calc(100% - 300px);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.table-box-content .col-md-4.d-flex {
  margin: 0;
}

.newuser {
  margin-top: 15px;
}

.newuser span {
  font-size: 12px;
  color: #2c385c;
  font-weight: 600;
  padding-right: 15px;
}

.newuser p {
  font-size: 11px;
  line-height: 16px;
  color: #77889a;
  font-weight: 500;
  padding-top: 10px;
}

.fileupload-wrap .file-upload {
  width: 100%;
  height: 250px;
  border-radius: 7px;
  background-color: #ebeef2;
  border: 2px dashed #b2bbc8;
  position: relative;
  overflow: hidden;
}

.choosefile-btn {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: rgb(51 51 51 / 0.3);
  font-weight: 700;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.choosefile-btn span {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #77889a;
  font-weight: 600;
}

.choosefile-btn small {
  font-size: 12px;
  line-height: 20px;
  color: #77889a;
  font-weight: 500;
}

.fileupload-wrap .form-label {
  display: block;
  text-align: center;
  padding-top: 5px;
}

.fileupload-wrap {
  max-width: 250px;
}

.choosefile-btn i {
  font-size: 55px;
  color: #77889a;
}

.table-btn-wrap .button {
  width: 114px;
  height: 36px;
  border-radius: 4px;
  line-height: 34px;
  padding: 0;
  margin: 0 7px;
  font-size: 13px;
  font-weight: 600;
}

.table-btn-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.button-green {
  background-color: #0fab48;
  color: #fff;
  border: 1px solid #0fab48;
}

.button.button-gray {
  background-color: #77889a;
  border: 1px solid #77889a;
  color: #fff;
}

.dashboard-content .table-box ~ .table-btn-wrap {
  margin-top: -10px;
}

.dashboard-content footer {
  background-color: #e0e4eb;
  padding: 27px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 269px;
}

.button-green:hover,
.button-green:focus {
  background-color: transparent;
  color: #0fab48;
}

.button.button-gray:hover,
.button.button-gray:focus {
  background-color: #fff;
  color: #77889a;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  color: #77889a;
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-size: 12px;
  right: 10px;
}

div.dataTables_wrapper div.dataTables_length {
  display: none;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 33px;
  border-radius: 4px;
  background-color: #fcfdfe;
  border: 0.7px solid #cfd4dc;
  font-size: 10px;
  color: #7a7a7a;
  font-weight: 400;
  padding: 0 12px;
  width: 100%;
  max-width: 327px;
}

div.dataTables_wrapper div.dataTables_filter label {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.dataTables_wrapper .row:first-child .col-sm-6 {
  padding-right: 0;
}

.datatable-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 143px);
}

.form-search {
  border-radius: 4px;
  background-color: #fcfdfe;
  border: 0.71px solid #cfd4dc;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.form-search input {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 12px;
  color: #7a7a7a;
  font-weight: 400;
  padding: 7px 45px 7px 12px;
  height: 44px;
}

.form-search button {
  position: absolute;
  border-radius: 0 4px 4px 0;
  background-color: #dadee4;
  border: 0.711px solid #d5d9df;
  width: 49px;
  top: 0;
  right: 0;
  height: 100%;
  color: #9ba8b5;
  font-size: 18px;
}
.form-search button:hover {
  background: #007cb7;
  color: #fff;
}
.table thead th[align="center"] {
  text-align: center;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 5px;
  background-color: #fcfdfe;
  border: 1px solid #cfd4dc;
  height: auto;
  padding: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0px 13px 6px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 4px;
  background-color: #e0e4eb;
  border: 0.71px solid #b8c7d9;
  font-size: 12px;
  color: #77889a;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  padding: 0 30px 0 10px;
  margin-top: 14px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  width: 12px;
  height: 12px;
  background-color: #77889a;
  color: #e0e4eb;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 12px;
  line-height: 12.5px;
  text-align: center;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

.button-yes {
  width: 52px;
  height: 21px;
  border-radius: 4px;
  background-color: #0ac51c;
  text-align: center;
  line-height: 21px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
}

.button-no {
  width: 52px;
  height: 21px;
  border-radius: 4px;
  background-color: #f64747;
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
}

.button-yes:hover,
.button-no:hover,
.button-yes:focus,
.button-no:focus {
  opacity: 0.7;
}

table.dataTable thead tr th:first-child:after,
table.dataTable thead tr th:last-child:after {
  display: none;
}

.tabl-url {
  color: #1a4ee8;
  text-decoration: underline;
}

.form-radio-group-wrap .form-label {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 0;
}

.form-radio-group-wrap .form-radio-group {
  display: inline-block;
}

.cutom-radio span {
  font-size: 12px;
  color: #2c385c;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}

.cutom-radio {
  cursor: pointer;
}

.custom-checkbox {
  cursor: pointer;
}

.form-radio-group .cutom-radio {
  margin-right: 30px;
}

.cutom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.cutom-radio span:before {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 2px solid #bcbcbc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.cutom-radio input:checked ~ span:before {
  font-family: "cal-state" !important;
  content: "\65";
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  background-color: #007cb7;
  color: #fff;
  border-color: #007cb7;
}

.form-radio-group .cutom-radio:last-child {
  margin-right: 0;
}

.form-group.form-radio-group-wrap {
  margin-bottom: 7px;
}

.form-icon .form-control {
  position: relative;
}

.form-icon-right i {
  position: absolute;
  top: 12px;
  right: 15px;
  line-height: 48px;
  color: #77889a;
  font-size: 17px;
}

.form-icon.form-icon-right .form-control {
  padding-right: 35px;
}

.form-control.form-file-upload {
  min-height: 46px;
  padding: 0;
  line-height: 44px;
  position: relative;
}

.form-control.form-file-upload .custom-file-upload {
  background-color: #007cb7;
  border-radius: 0 4px 4px 0;
  float: right;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  cursor: pointer;
}

.form-control.form-file-upload .custom-file-upload i {
  font-size: 12px;
  padding-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.file-name {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
  padding-left: 20px;
}

.tip-content {
  position: absolute;
  bottom: 0;
  left: 45%;
  -webkit-transform: translate(-50%, calc(-100% - 20px));
  transform: translate(-50%, calc(-100% - 20px));
  -ms-transform: translate(-50%, -100%);
  color: #fff;
  padding: 4px 0px;
  min-width: 127px;
  max-width: 200px;
  font-size: 13px;
  line-height: 19px;
  pointer-events: none;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 7px;
  background-color: #000000;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
}

.tip {
  background-color: transparent;
  border: none;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  left: auto;
  padding-left: 5px;
  vertical-align: sub;
}

.tip:hover .tip-content {
  -webkit-transform: translate(-50%, calc(100% - 60px));
  transform: translate(-50%, calc(100% - 60px));
  opacity: 1;
  visibility: visible;
}

.tip-content:after {
  content: "";
  position: absolute;
  left: 50%;
  font-size: 22px;
  background-color: #000;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  bottom: -8px;
  top: auto;
}

.tip i {
  color: #77889a;
  font-size: 14px;
  line-height: 22px;
}

.links {
  font-size: 13px;
  color: #1a4ee8;
  font-weight: 500;
  text-decoration: underline;
}

.steps-wrap.dashboard-plan {
  padding-top: 0;
}

.dashboard-plan .step-box-wrap {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.dashboard-plan .step-box-wrap .title {
  font-size: 16px;
  color: #021f49;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}

.dashboard-plan .step-numbering {
  margin-top: 25px;
  max-width: 550px;
}

.dashboard-plan .plan-wrap {
  max-width: 705px;
}

.dashboard-plan .plan-box ul li {
  font-size: 12px;
  padding-left: 20px;
}

.dashboard-plan .price {
  font-size: 25px;
}

.dashboard-plan .price span {
  font-size: 12px;
  text-transform: capitalize;
}

.dashboard-plan .plan-img {
  width: 53px;
  height: 53px;
  line-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 15px;
}

.dashboard-plan .plan-img i {
  font-size: 28px;
  line-height: 53px;
  padding: 0;
  margin: 0;
  display: block;
}

.dashboard-plan .current-plan {
  position: absolute;
  width: calc(100% + 2px);
  border-radius: 11px 11px 0 0;
  background-color: #021f49;
  position: absolute;
  top: -2px;
  left: -1px;
  height: 44px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  display: none;
  text-transform: uppercase;
}

.dashboard-plan .plan-box {
  position: relative;
  padding: 12px;
  margin: 20px 15px;
}

.dashboard-plan .plan-box.active {
  padding-top: 50px;
}

.dashboard-plan .plan-box.active:before {
  display: none;
}

.dashboard-plan .plan-box.active .current-plan {
  display: block;
}

.dashboard-plan .button-upgrade {
  font-size: 11px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  background-color: #007db7;
  border: none;
  width: 101px;
  height: 32px;
  margin-top: 6px;
  text-transform: uppercase;
}

.dashboard-plan .plan-box.active .button-upgrade {
  display: none;
}

.custom-col-2 {
  max-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.custom-col-2 .fileupload-wrap {
  max-width: 200px;
}

.custom-col-2 .fileupload-wrap .file-upload {
  height: 200px;
  overflow: hidden;
}

.custom-col-5 {
  max-width: 608px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row.change-psw-row {
  max-width: 517px;
}

.button.button-delete {
  border-radius: 4px;
  background-color: #eff2f8;
  border: 0.71px solid #021f49;
  font-size: 13px;
  color: #021f49;
  font-weight: 600;
  padding: 10px 10px;
}

.button.button-delete i {
  padding-left: 0;
  padding-right: 5px;
}

.button.button-delete:hover,
.button.button-delete:focus {
  background-color: #021f49;
  color: #eff2f8;
}

/*********************Home Page*******************/

.home header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 9;
}

.cms-pages header {
  background-color: #fff;
  box-shadow: 0px 1px 3.5px rgb(0 0 0 / 16%);
  z-index: 9;
  position: relative;
  padding: 0;
}

.home header .container,
.cms-pages header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .logo-sticky {
  display: none;
}
header .logo-img {
  width: 250px;
}
header.stickyheader .logo-sticky {
  display: block;
  position: fixed;
  background-color: #fff;
  width: 250px;
}

header.stickyheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: fadeincustom 0.8s linear;
  animation: fadeincustom 0.8s linear;
  background-color: #fff;
  box-shadow: rgb(189, 189, 189) 0px 4px 10px;
}

@-webkit-keyframes fadeincustom {
  from {
    top: -86px;
    opacity: 0;
    visibility: hidden;
  }
  to {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeincustom {
  from {
    top: -86px;
    opacity: 0;
    visibility: hidden;
  }
  to {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

header.stickyheader ul.navbar-nav li.nav-item a {
  color: #3a3a3a;
}

.toggle-btn {
  display: none;
}

.toggle-btn span {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  position: relative;
}

.toggle-btn span:before {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: -9px;
}

.toggle-btn span:after {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: -9px;
}

.home header .logo,
.cms-pages header .logo {
  margin: 30px 0 34px;
}

.home header.stickyheader .logo,
.cms-pages header.stickyheader .logo {
  margin-top: 8px;
  margin-bottom: 8px;
}

.banner-wrapper {
  background-color: #003869;
  background-position: center top;
  position: relative;
}

.banner-content {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 265px;
  padding-bottom: 220px;
  color: #fff;
  text-align: center;
  z-index: 5;
  position: relative;
}

ul.navbar-nav li.nav-item a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  margin-left: 60px;
  position: relative;
}

.navbar ul.navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.navbar-nav li.nav-item:first-child a {
  margin-left: 0;
}

.banner-content h3 {
  font-size: 40px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 25px;
  line-height: 35px;
  color: #feffff;
  font-weight: 500;
  font-family: "Montserrat";
}

.button-gradient {
  height: 45px;
  border-radius: 10px;
  background-image: linear-gradient(-38deg, #fbaf33 0%, #ffdd00 100%);
  border: none;
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  font-family: "Montserrat";
  padding: 0 33px;
  margin-top: 7px;
}

.about-content h4 {
  font-size: 30px;
  line-height: 35px;
  color: #1e2a4e;
  font-weight: 600;
  max-width: 90%;
  margin-bottom: 27px;
}

.about-content p {
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 20px;
}

.about-content .listing li {
  font-size: 16px;
  line-height: 35px;
  color: #1e2a4e;
  font-weight: 600;
  font-family: "Montserrat";
  position: relative;
  padding-left: 22px;
}

.about-content .listing li:before {
  width: 9px;
  height: 9px;
  border-radius: 4px;
  background-color: #007cb7;
  content: "";
  position: absolute;
  top: 13px;
  left: 1px;
}

.section-title {
  font-size: 30px;
  line-height: 35px;
  color: #1e2a4e;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
}

.workbox h5 {
  font-size: 20px;
  line-height: 28px;
  color: #1e2a4e;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  max-width: 85%;
  margin: 10px auto;
}

.workbox p {
  font-size: 14px;
  line-height: 21px;
  color: #484848;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

.home-pricingwrap {
  background-color: #f5f7ff;
  padding: 58px 0 53px;
}

.home-pricingwrap .container > p {
  font-size: 16px;
  line-height: 35px;
  color: #1e2a4e;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  margin-top: -20px;
}

.home-pricingwrap .container > p a {
  text-decoration: underline;
  color: #003869;
}

.home footer,
.cms-pages footer {
  background-color: #003869;
  padding-bottom: 0;
}

.home footer ul.footer-menu li,
.cms-pages footer ul.footer-menu li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.home footer ul.footer-menu li a,
.cms-pages footer ul.footer-menu li a {
  font-size: 14px;
  color: #fffefe;
  font-weight: 500;
  font-family: "Montserrat";
  position: relative;
  display: block;
  padding-left: 20px;
}

.home footer ul.footer-menu li a:before,
.cms-pages footer ul.footer-menu li a:before {
  font-family: "cal-state" !important;
  content: "\62";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
}
.footer-contactdetails {
  margin-top: 8px;
}
.home footer .container,
.cms-pages footer .container {
  padding-top: 55px;
  padding-bottom: 43px;
}

.footer-box .footer-logo {
  text-align: center;
  display: inline-block;
}

.home footer .container .col-md-4:nth-child(2) .footer-box,
.cms-pages footer .container .col-md-4:nth-child(2) .footer-box {
  text-align: center;
}

.footer-bottom {
  background-color: #144c7e;
  padding: 5px 0 7px;
}

.footer-bottom p {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat";
}

.home-aboutwrap {
  position: relative;
  padding-top: 90px;
  padding-bottom: 190px;
}

.home-aboutwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/home-shape.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-position: center 95%;
  background-repeat: no-repeat;
}

.home-aboutwrap:after {
  width: 168px;
  height: 658px;
  background-color: #003869;
  content: "";
  position: absolute;
  right: 0;
  top: 55px;
  z-index: -1;
}

.about-img {
  margin-top: 72px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
ul.footer-menu {
  margin-top: 9px;
}
.social-icon li a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 5px;
  text-align: center;
  color: #003869;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.footer-contactdetails p,
.footer-contactdetails a {
  font-size: 14px;
  line-height: 25px;
  color: #fffefe;
  font-weight: 500;
  font-family: "Montserrat";
  text-align: left;
}

.footer-contactdetails i {
  color: #fff;
  font-size: 19px;
  width: 30px;
  line-height: 30px;
}

.footer-contactdetails li {
  display: flex;
  margin-bottom: 22px;
  position: relative;
  padding-left: 31px;
}

.footer-contactdetails li:last-child {
  margin-bottom: 0px;
}

.footer-contactdetails li i {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-contactdetails p {
  max-width: 210px;
}

.home-howitworkswrap {
  padding-top: 75px;
  padding-bottom: 62px;
}

.workbox {
  text-align: center;
  margin-bottom: 33px;
}

.home-howitworkswrap button.button-blue {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  height: 45px;
  padding: 0 26px;
}

.home-howitworkswrap .section-title {
  margin-bottom: 70px;
}

.work-img {
  width: 95px;
  margin: 0 auto 15px;
  position: relative;
}

.banner-contactdetails {
  width: 467px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/contactbg.png);
  text-align: center;
  padding-top: 10px;
  z-index: 7;
}

.banner-contactdetails a {
  font-size: 18px;
  color: #003869;
  font-weight: 600;
  font-family: "Montserrat";
}

.banner-contactdetails a i {
  color: #003869;
  font-size: 21px;
  display: inline-block;
  vertical-align: text-top;
  padding-right: 5px;
}

.banner-contactdetails p {
  font-size: 18px;
  color: #232323;
  font-weight: 600;
  font-family: "Montserrat";
}

.banner-contactdetails p span {
  color: #003869;
}

.home header .navbar-nav .nav-link.dropdown-toggle,
.cms-pages header .navbar-nav .nav-link.dropdown-toggle {
  padding: 0;
  background-color: transparent;
}

.home header .navbar-nav .nav-link.dropdown-toggle::after,
.cms-pages header .navbar-nav .nav-link.dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin-left: 10px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu a {
  margin: 0;
  font-size: 14px;
  color: #232323;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  padding: 0;
  margin: 2px 0;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 6px;
  background-color: #e1e1e1;
  border: none;
  padding: 8px 10px;
  width: 163px;
  right: 0;
  left: auto;
  margin-top: 9px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu a.active,
.navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  border-radius: 4px;
  background-color: #cbcbcb;
}

.navbar-nav .nav-item.dropdown .dropdown-menu:before {
  width: 13px;
  height: 13px;
  background-color: #e1e1e1;
  content: "";
  margin: -14px auto 0;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home header .navbar-nav .nav-link.dropdown-toggle .user-name,
.cms-pages header .navbar-nav .nav-link.dropdown-toggle .user-name {
  padding: 0;
}

.home header.stickyheader .navbar-nav .nav-link.dropdown-toggle .user-name {
  color: #3a3a3a;
}

/*ul.navbar-nav li.nav-item a:before {

    content: '';

    width: 0;

    height: 2px;

    background-color: #fff;

    position: absolute;

    bottom: -4px;

    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    border-radius: 7px;

    -webkit-transition: 0.6s ease-in-out;

    transition: 0.6s ease-in-out;

}*/

ul.navbar-nav li.nav-item a:hover::before {
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

ul.navbar-nav li.nav-item.dropdown a:before {
  display: none;
}

header.stickyheader .navbar-nav li.nav-item a:before {
  background-color: #3a3a3a;
}

.button-gradient:hover,
.button-gradient:focus {
  background-image: linear-gradient(-38deg, #ffdd00 0%, #fbaf33 100%);
  color: #fff;
}

.banner-contactdetails a:hover,
.banner-contactdetails a:focus,
.banner-contactdetails a:hover i,
.banner-contactdetails a:focus i {
  color: #000;
}

.home-howitworkswrap button.button-blue:hover,
.home-howitworkswrap button.button-blue:focus {
  background-color: transparent;
  color: #007cb7;
}

.home footer ul.footer-menu li a:hover,
.cms-pages footer ul.footer-menu li a:hover,
.home footer ul.footer-menu li a.active,
.cms-pages footer ul.footer-menu li a.active {
  color: #ffc935;
}

.home footer ul.footer-menu li a:hover i,
.cms-pages footer ul.footer-menu li a:hover i {
  padding-right: 10px;
}

.home footer ul.footer-menu li a:hover:before,
.cms-pages footer ul.footer-menu li a:hover:before {
  padding-right: 12px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.social-icon li a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.footer-contactdetails a:hover,
.footer-contactdetails a:focus {
  color: #ffc935;
}

.plan-box-wrap {
  width: calc(33.33333% - 30px);
  margin: 30px 15px;
}

.plan-box-wrap .plan-box {
  width: 100%;
  margin: 0;
  position: relative;
}

.pricing-content-wrap .plan-box-wrap {
  margin: 0px;
}

.plan-box-wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.plan-box-wrap input:checked ~ .plan-box {
  -webkit-box-shadow: 0px 7px 8px rgba(255, 182, 31, 0.43);
  box-shadow: 0px 7px 8px rgba(255, 182, 31, 0.43);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdd00),
    to(#fbb034)
  );
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
  color: #021f49;
}

.plan-box-wrap input:checked ~ .plan-box h6,
.plan-box-wrap input:checked ~ .plan-box .price,
.plan-box-wrap input:checked ~ .plan-box ul li {
  color: #021f49;
}

.plan-box-wrap input:checked ~ .plan-box .plan-img {
  background-color: #fff;
}

.plan-box-wrap input:checked ~ .plan-box .plan-img i {
  color: #021f49;
}

.plan-box-wrap input:checked ~ .plan-box:before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 19px;
  right: 18px;
  font-size: 27px;
}

.banner-wrapper:after {
  content: "";
  width: 100%;
  height: 79px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  background-image: url(../images/banner-shape.png);
  z-index: 1;
  background-position: center center;
}

.banner-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.18);
}

.membership-box-wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.membership-box-wrap input:checked ~ .membership-box {
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
  position: relative;
}

.membership-box-wrap input:checked ~ .membership-box:before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 27px;
  color: #021f49;
}

.membership-box-wrap input:checked ~ .membership-box h3 {
  color: #021f49;
}

/****/

.fileupload-wrap .file-upload .user-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.fileupload-wrap .file-upload input#userimgInout {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

.choosefile-btn {
  z-index: 0;
}

.fileupload-wrap .file-upload {
  z-index: 4;
}

.fileupload-wrap .file-upload .user-img img {
  background-color: #ebeef2;
}

label.error {
  font-size: 13px;
  color: red;
  line-height: 20px;
}

.work-img:before {
  width: 26px;
  height: 26px;
  position: absolute;
  content: "" counter(section) "";
  left: -18px;
  bottom: 0;
  background-color: #ffffff;
  border: 1px solid #40acf4;
  border-radius: 50%;
  font-size: 18px;
  line-height: 24px;
  color: #4697fa;
  font-weight: 500;
  font-family: "Montserrat";
}

.home-howitworkswrap .col-md-3 {
  counter-increment: section;
}

.item-actions-dropdown {
  width: 28px;
  position: relative;
  display: flex;
  height: 28px;
}

.item-actions-dropdown .item-actions-toggle-btn {
  color: #9ba8b5;
  font-size: 11px;
  cursor: pointer;
  width: 100%;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-actions-dropdown .item-actions-toggle-btn span.active {
  display: none;
}

.item-actions-dropdown .item-actions-block {
  height: 30px;
  max-width: 0px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  right: 100%;
  background-color: #d7dde4;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.item-actions-dropdown.active .item-actions-toggle-btn .inactive {
  display: none;
}

.item-actions-dropdown.active .item-actions-toggle-btn .active {
  display: block;
}

.item-actions-dropdown.active .item-actions-block {
  max-width: 65px;
  width: 65px;
}

.item-actions-dropdown .item-actions-block .item-actions-list li a {
  font-size: 14px;
}

.item-actions-dropdown .item-actions-block .item-actions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.item-actions-dropdown .item-actions-block .item-actions-list li a:hover,
.item-actions-dropdown .item-actions-block .item-actions-list li a:focus {
  color: #007cb7;
}

header.header .logo img {
  width: 142px;
}

/*.home header .logo img.logo-img, .cms-pages header .logo img.logo-img {
    width: 141px;
}*/

.footer-logo img {
  width: 141px;
}

/*.home header .logo img.logo-sticky, .cms-pages header .logo img.logo-sticky {
    width: 141px;
}*/

.form-icon.form-icon-left input[type="text"] ~ i:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 9px;
  background-color: #555;
  top: -1px;
  transform: rotate(20deg);
}
.not-sure:hover {
  -webkit-box-shadow: 0px 7px 8px rgb(255 182 31 / 43%);
  box-shadow: 0px 7px 8px rgb(255 182 31 / 43%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdd00),
    to(#fbb034)
  );
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
}
.plan-box:hover {
  -webkit-box-shadow: 0px 7px 8px rgb(255 182 31 / 43%);
  box-shadow: 0px 7px 8px rgb(255 182 31 / 43%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffdd00),
    to(#fbb034)
  );
  background-image: linear-gradient(180deg, #ffdd00 0%, #fbb034 100%);
  border-color: transparent;
  color: #021f49;
  position: relative;
}

.plan-box:hover::before {
  content: "\66";
  font-family: "cal-state" !important;
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 27px;
}

.plan-box:hover h6 {
  color: #021f49;
}

.plan-box:hover .plan-img {
  background-color: #fff;
}

.plan-box:hover .plan-img i {
  color: #021f49;
}

.plan-box:hover .price {
  color: #021f49;
}

.plan-box:hover ul {
  border-top-color: rgb(255 255 255 / 0.36);
}

.plan-box:hover ul li {
  color: #021f49;
}

.step-box-wrap > p {
  max-width: 948px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.fileupload-wrap.hasimg .file-upload .user-img img {
  /* width: 100%;

    height: 100%;*/
  object-fit: cover;
  border-radius: 7px;
}

.step-title p span {
  color: #309f34;
  font-size: 20px;
  font-weight: 700;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  align-items: center;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 150px;
  line-height: 17px;
}

ul.navbar-nav li.nav-item.active a,
ul.navbar-nav li.nav-item.active a,
.cms-pages ul.navbar-nav li.nav-item.active a {
  color: #fcc121;
}

header.stickyheader ul.navbar-nav li.nav-item.active a {
  color: #003869;
}

.home footer ul.footer-menu li.active a,
.cms-pages footer ul.footer-menu li.active a {
  color: #000;
}

ul.navbar-nav li.nav-item.active a:before {
  width: 100%;
  background-color: #000;
}

header.stickyheader ul.navbar-nav li.nav-item.active a:before {
  background-color: #003869;
}

.signinbox-wrap .logo {
  display: inline-block;
}

.signinbox-wrap {
  text-align: center;
}

.singinbox {
  text-align: left;
}

.fileupload-wrap.hasimg .file-upload .user-img {
  /*background-color: #ebeef2;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.fileupload-wrap.hasimg .file-upload .user-img img {
  width: 100%;
  /* height: 100%; */
}

/**CMS PAGES***/

.page-title {
  padding: 48px 15px;
  text-align: center;
  background-color: #f0f3f6;
}

.page-title h3 {
  font-size: 36px;
  color: #003869;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 44px;
  text-transform: capitalize;
}

.cms-pages header .logo img.logo-img {
  display: none;
}

.cms-pages header .logo img.logo-sticky {
  display: block;
  width: 160px;
}

.cms-pages header .logo {
  margin: 13px 0 12px;
}

.cms-pages ul.navbar-nav li.nav-item a,
.cms-pages .user-name {
  color: #1e294d;
}

.content-box h3 {
  font-size: 30px;
  line-height: 42px;
  color: #1e294d;
  font-weight: 600;
  font-family: "Montserrat";
}

.content-box.about-content h3 {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.content-box.about-content h3:after {
  max-width: 243px;
  height: 3px;
  content: "";
  width: 100%;
  background-image: linear-gradient(180deg, #fed904 0%, #fab035 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-box p {
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  font-weight: 400;
  font-family: "Montserrat";
}

.content-box.about-content p {
  max-width: 505px;
  width: 100%;
  margin-bottom: 70px;
  word-break: break-word;
}

ul.work-count li h5 {
  font-size: 28px;
  line-height: 30px;
  color: #1e294d;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 12px;
}

ul.work-count li p {
  font-size: 20px;
  line-height: 22px;
  color: #484848;
  font-weight: 400;
  font-family: "Montserrat";
}

ul.work-count li {
  float: left;
  margin-right: 70px;
}

ul.work-count li:last-child {
  margin-right: 0;
}

.page-content-wrap {
  padding: 111px 0 78px;
  position: relative;
}
.about-content-wrap {
  background: url(../images/about-bg.png) no-repeat center center;
}

.cms-pages .toggle-btn span,
.cms-pages .toggle-btn span:before,
.cms-pages .toggle-btn span:after {
  background-color: #0d4271;
}
.aboutpage-img {
  margin-top: 107px;
}
.aboutpage-img img {
  width: 100% !important;
  height: auto !important;
}

.howitwork-box {
  display: flex;
  align-items: center;
}

.work-content h5 {
  font-size: 24px;
  color: #1e294d;
  font-weight: bold;
  font-family: "Raleway";
  margin-bottom: 35px;
  background: #ffdc26;
  border-radius: 10px;
  width: 300px;
  line-height: 35px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .work-content h5 {
    font-size: 22px;
    width: 250px;
    height: 80px;
  }
}
.howitwork-box:nth-child(even) .work-content h5 {
  margin-left: auto;
}
.work-content p {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-family: "Raleway";
}

.work-content {
  position: relative;
  height: auto;
}
.howitwork-box .work-content ul {
  list-style: inherit;
  background: #ffffff;
  border: 4px solid #d7e7f8;
  border-radius: 10px;
  margin-left: 0;
  padding: 0.5rem 1.7rem 0.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.howitwork-box .work-content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  font-family: "Raleway";
  color: #000000;
  text-align: left;
}

.page-content-wrap.howitwork-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-content-title {
  text-align: center;
  margin-bottom: 31px;
}

.page-content-title h3 {
  font-size: 36px;
  color: #003869;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 11px;
}

.page-content-title p {
  font-size: 18px;
  line-height: 28px;
  color: #484848;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.howitwork-box-wrap .howitwork-box {
  margin: 7rem 0;
  padding: 0 1rem;
  position: relative;
  counter-increment: section;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .howitwork-box-wrap .howitwork-box {
    margin: 3rem 0;
  }
}

.howitwork-box-wrap .howitwork-box:nth-child(even) {
  flex-direction: row-reverse;
}

.howitwork-box-wrap .howitwork-box:nth-child(even) .work-content {
  margin-left: 0;
  margin-right: 98px;
}

.howitwork-box-wrap .howitwork-box:nth-child(even)::before {
  right: 90px;
  left: auto;
  top: -2px;
}
.work-content-wrap {
  position: relative;
}
.howitwork-box-wrap .howitwork-box:first-child::after,
.howitwork-box-wrap .howitwork-box:last-child::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -206px;
  z-index: -1;
  width: 400px;
  height: 400px;
  background: rgba(215, 231, 248, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.howitwork-box-wrap .howitwork-box:last-child::after {
  top: -100px;
}
.howitwork-box-wrap .howitwork-box:nth-child(2):after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -120px;
  width: 400px;
  height: 400px;
  background: rgba(215, 231, 248, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .howitwork-box-wrap .howitwork-box:nth-child(2):after {
    bottom: -109px;
    width: 300px;
    height: 300px;
  }
}
.howitwork-box-wrap .howitwork-box:nth-child(3):after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -44px;
  top: -170px;
  width: 200px;
  height: 200px;
  background: rgba(215, 231, 248, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .howitwork-box-wrap .howitwork-box:nth-child(3):after {
    top: auto;
    bottom: -74px;
  }
}
.howitwork-box-wrap .howitwork-box:nth-child(4):after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -207px;
  bottom: -133px;
  width: 200px;
  height: 200px;
  background: rgba(215, 231, 248, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .howitwork-box-wrap .howitwork-box:nth-child(4):after {
    left: 0;
  }
}
.howitwork-wrap .button-blue {
  border-radius: 8px;
  width: 150px;
  height: 45px;
  font-weight: 700;
  margin-top: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.howitwork-img img {
  height: 240px;
  width: 100%;
}
@media (min-width: 991px) {
  .howitwork-img {
    width: 45%;
  }
  .work-content-wrap {
    width: 55%;
  }
}
/*.pricing-content-wrap .container p {
    font-size: 16px;
    color: #1e2a4e;
    font-weight: 400;
    font-family: "Montserrat";
    margin-top: 27px;
}*/

.pricing-content-wrap .container p a {
  font-weight: 500;
  text-decoration: underline;
}

.pricing-content-wrap {
  padding: 49px 0 79px;
}

.faq-wrap .card .card-header .btn {
  font-size: 22px;
  color: #003869;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  display: block;
  width: 100%;
  text-align: left;
  padding: 9px 0 9px;
}

.faq-wrap .card .card-header .btn i {
  float: right;
}

.faq-wrap .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.faq-wrap .card {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
  padding-top: 26px;
  border-radius: 0;
}

.faq-wrap .card .card-header .btn:hover,
.faq-wrap .card .card-header .btn {
  text-decoration: none;
  box-shadow: none;
}

.faq-wrap .card-body {
  padding: 0;
}

.faq-wrap .card-body p {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-family: "Raleway";
}

.faq-wrap .card .card-header .btn:not(.collapsed) i:before {
  content: "\46";
}

.faq-wrap {
  max-width: 995px;
  margin: 0 auto;
}

.faq-content-wrap {
  padding-top: 35px;
  padding-bottom: 79px;
}

.privacy-content .nav {
  width: 350px;
  padding-left: 20px;
  position: relative;
  float: left;
}

.privacy-content .tab-content {
  width: calc(100% - 350px);
  float: left;
  padding-left: 23px;
}

.privacy-content {
  display: block;
  width: 100%;
}

.privacy-content .nav .nav-link {
  font-size: 20px;
  color: rgb(72 72 72 / 49%);
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 24px;
  padding: 0;
  border-radius: 0;
  display: block;
  padding-bottom: 30px;
}

.privacy-content .nav .nav-link.active {
  background-color: transparent;
  color: #003869;
}

.privacy-content .nav:before {
  content: "";
  width: 4px;
  height: 100%;
  background-image: linear-gradient(180deg, #fed904 0%, #fab035 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-content .nav .nav-link:last-child {
  padding-bottom: 0;
}

.privacy-content .tab-content h4 {
  font-size: 20px;
  color: #484848;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 21px;
  margin-top: 46px;
}

.privacy-content .tab-content p {
  font-size: 18px;
  line-height: 30px;
  color: #707070;
  font-family: "Raleway";
  margin-bottom: 17px;
}

.privacy-content .tab-content h4:first-child {
  margin-top: 0;
}

.privacy-content-wrap {
  padding-top: 68px;
  padding-bottom: 60px;
  position: relative;
  overflow-x: hidden;
}

.privacy-content-wrap:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url("../images/shape-tnc.png");
  background-repeat: no-repeat;
  width: 435px;
  height: 383px;
  z-index: -1;
}

ul.navbar-nav li.nav-item a:hover {
  color: #fecd08;
}

header.stickyheader ul.navbar-nav li.nav-item a:hover,
header.stickyheader ul.navbar-nav li.nav-item a:focus {
  color: #ffcd05;
}

.home
  header.stickyheader
  .navbar-nav
  .nav-link.dropdown-toggle
  .user-name:hover {
  color: #ffcd05;
}

.user-name:hover,
.user-name:focus {
  color: #fecd08;
}

/****27-4**/

.home-pricingwrap .plan-wrap {
  margin-left: -5px;
  margin-right: -5px;
  max-width: 100%;
  align-items: initial;
}

.home-pricingwrap .plan-wrap .plan-box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 18px 18px 80px;
  position: relative;
}

.home-pricingwrap .plan-wrap .plan-box a {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.home-pricingwrap .plan-wrap .plan-box.active h6 {
  padding-top: 0;
}

.home-pricingwrap .plan-wrap .plan-col {
  padding-left: 5px;
  padding-right: 5px;
  margin: 30px 0;
}

.home-pricingwrap .plan-wrap .button-blue {
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  padding: 0 13px;
  margin-top: 20px;
}

.home-pricingwrap .plan-wrap .plan-box ul li {
  font-size: 14px;
}

.steps-wrap .step-box-wrap {
  max-width: 1184px !important;
}
.width-150 {
  width: 150px;
  padding: 0 15px;
}
.steps-wrap .step-box-wrap.payment-step-box-wrap {
  max-width: 715px;
}

.steps-wrap .step-box-wrap.payment-step-box-wrap {
  max-width: 715px;
}

.payment-step-box-wrap .stepform-wrap .plan-button-box {
  margin-top: 47px;
}

.platinum-title {
  background-image: url(../images/platinum-page-banner.jpg);
  background-color: transparent;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
}

/***/

.platinum-title h3 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  text-transform: capitalize;
}

.platinum-wrap h4 {
  font-size: 24px;
  line-height: 30px;
  color: #003869;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 10px;
  text-transform: uppercase;
}

ul.platinum-list > li > p {
  font-size: 18px;
  line-height: 30px;
  color: #202020;
  font-weight: 600;
  font-family: "Montserrat";
  padding-bottom: 10px;
}

ul.platinum-list > li {
  margin-top: 25px;
}

ul.platinum-list li ol li {
  list-style-type: decimal-leading-zero;
  font-size: 16px;
  line-height: 28px;
  color: #003869;
  font-weight: 500;
  font-family: "Montserrat";
  padding-bottom: 7px;
}

ul.platinum-list li ol {
  padding-left: 30px;
}

.capture-form {
  border-radius: 8px;
  box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px;
}

.capture-form .button-primary {
  width: 100%;
  height: 48px;
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
}

.capture-form .button-primary:hover,
.capture-form .button-primary:focus {
  background-color: transparent;
  color: #007cb7;
}

.platinum-wrap {
  padding-top: 69px;
}

.faq-wrap .card .card-header i {
  font-size: 26px;
  color: #003869;
}

.faq-wrap .card .card-header .btn.collapsed {
  color: #a5a5a5;
}

.plan-img svg {
  width: 40px;
  height: 42px;
  line-height: 84px;
}

.home-pricingwrap .plan-wrap .plan-box .plan-img svg {
  fill: #33499e;
}

.home-pricingwrap .plan-wrap .plan-box:hover .plan-img svg {
  fill: #021f49;
}

.plan-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-content .step-box-wrap {
  width: 100%;
  max-width: 100% !important;
}

.home-pricingwrap .plan-wrap .plan-col:last-child .plan-box:hover::before {
  content: "";
}

#compnies_table th:nth-child(2):after {
  display: none;
  pointer-events: none;
}

/***/

.socialaccount-box.linkedin {
  display: none;
}

.contact__content {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 25px 0px rgb(31 31 31 / 13%);
  -webkit-box-shadow: 0px 0px 25px 0px rgb(31 31 31 / 13%);
  -moz-box-shadow: 0px 0px 25px 0px rgba(31, 31, 31, 0.13);
}

.contact_img {
  display: flex;
}

.contact_img img {
  object-fit: cover;
  object-position: center;
}

.contact_form {
  display: flex;
  flex: 0 0 calc(100% - 515px);
  flex-wrap: wrap;
  padding: 40px 46px 35px 38px;
}

/*********************** Edit by Abhishek 02-07-2021 Start ****************************/

#UserRegisterForm a[data-target="#planmodal"] {
  color: #007cb7;
  font-weight: 500;
  font-size: 12px;
}

#planmodal .modal-dialog {
  max-width: 900px;
  width: 100%;
}

#planmodal .container {
  padding: 0;
}

#planmodal .home-pricingwrap {
  padding: 0;
}

#planmodal .home-pricingwrap .plan-wrap .plan-col {
  margin: 30px 0 0;
}

/*********************** Edit by Abhishek 02-07-2021 End ****************************/

.gj-datepicker-md [role="right-icon"] {
  display: none;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #007cb7;
}

.not-sure {
  width: 100%;
  max-width: 570px;
  border: 2px solid #afbfff;
  border-radius: 15px;
  padding: 30px 20px;
  margin: auto;
  text-align: center;
  background-color: #e6ebff;
}
.not-sure h4 {
  color: #33499e;
  font-weight: 600;
  font-size: 24px;
}
.pricing-content-wrap .container .not-sure p {
  color: #33499e;
  line-height: 22px;
  font-weight: 500;
  margin: 15px 0;
  font-size: 14px;
}
.not-sure .button-blue {
  padding: 9px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.dash-img img {
  width: 80px;
}
.all-table {
  padding: 0 25px 25px;
}
#confirm-modal .modal-footer {
  justify-content: center;
}
#confirm-modal .modal-footer .button {
  padding: 6px 20px;
  border-radius: 6px;
}
#confirm-modal .modal-dialog {
  max-width: 600px;
}
#confirm-modal .modal-body {
  padding: 30px 15px;
}
#confirm-modal .modal-title {
  font-size: 18px;
  color: #021f49;
  font-weight: 700;
}

/* ========== New Home Create v ========== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.banner-main {
  background: url(../images/home-banner.png) no-repeat top center / cover;
  padding: 360px 0 265px;
}
.banner-content-box h1 {
  font-size: 66px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
  margin-bottom: 49px;
}
.banner-content-box p {
  font-size: 34px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
  margin-bottom: 74px;
}
body .container-1920 {
  max-width: 1710px;
}
.home-btn {
  display: flex;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  background: #fecd08;
  border: 2px solid #fecd08;
  border-radius: 20px;
  padding: 20px 54px 19px;
}
.home-btn:hover {
  background: #fff;
  color: #fecd08;
}
.missing-a-license {
  padding: 175px 0 50px;
  background: url(../images/about-bg.png) no-repeat bottom center / 100% auto;
}
.missing-content h3 {
  font-size: 42px;
  color: #000000;
  position: relative;
  text-align: center;
  padding-bottom: 19px;
  margin-bottom: 83px;
}
.missing-content h3 span {
  position: relative;
}

.licenses-content p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.licenses-content p b {
  font-family: "Roboto", sans-serif;
  color: #fecd08;
  font-weight: bold;
}
.view-plans {
  margin-top: 133px;
}
.make-life-section {
  background: #f2f2f2 url(../images/about-bg-2.png) no-repeat center center /
    100% auto;
  padding: 86px 0;
  margin-top: 125px;
}
.make-life-content h3 {
  font-size: 42px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
}
.make-life-box-main {
  margin: 78px 0 0;
}
.make-life-box {
  position: relative;
  padding-left: 94px;
  margin-bottom: 57px;
}
.experience-head {
  padding-bottom: 1px;
  position: relative;
}
.experience-head::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon-path.svg) no-repeat center center / 100% auto;
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.make-life-box::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url(../images/caret-square.svg) no-repeat center center / cover;
  position: absolute;
  left: 6px;
  top: 4px;
  border-radius: 5px;
}
.make-life-box h4 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.make-life-box p {
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding-right: 15px;
}
.sign-up-btn {
  margin-top: 78px;
}
.stop-worrying-section {
  background: #fecd08;
  margin-bottom: 13px;
  padding: 37px 0 25px 0;
}
.stop-worrying-section .sign-up-btn a {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
body .stop-worrying-section .container-1920 {
  max-width: 1720px;
}
.stop-worrying-main h3 {
  text-align: center;
  font-size: 42px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
.stop-worrying-main h3 span {
  position: relative;
}
.stop-worrying-main p {
  font-size: 32px;
  text-align: center;
  color: #000000;
}
.stop-worrying-main .sign-up-btn {
  margin-top: 60px;
}
.we-understand-section {
  background: #fecd08;
  padding: 85px 0 108px;
}
.experience-section {
  padding: 147px 0 179px 0;
}
.we-understand p {
  text-align: center;
  font-size: 42px;
  color: #000000;
  line-height: 52px;
  font-weight: bold;
}
.experience-head h3 {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 252px;
  padding-bottom: 20px;
}
.experience-head h3 span {
  position: relative;
}
.experience-box {
  border: 1px solid #fecd08;
  text-align: center;
  padding: 54px 54px 70px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.experience-box-main {
  max-width: 80%;
  margin: auto;
}
.experience-img {
  width: 145px;
  height: 145px;
  position: relative;
  margin: 0 auto 38px;
}
.experience-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 60px;
}
.experience-box h4 {
  color: #fecd08;
  font-size: 27px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}
.experience-box span {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}
.experience-box p {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  color: #212121;
  line-height: 30px;
}
body .experience-section .container-1920 {
  max-width: 1760px;
}
.starts-btn .home-btn {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.getting-started-section {
  padding: 166px 0 0 0;
}
.starts-btn {
  margin-top: 103px;
}
.getting-started-main h4 {
  font-size: 42px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 69px;
  text-align: center;
  padding-bottom: 20px;
}
.getting-started-main h4 span {
  position: relative;
}
.getting-started-main ul {
  padding: 0 41px;
  counter-reset: li;
}
.getting-started-main ul li {
  font-size: 32px;
  line-height: 52px;
  color: #000000;
  padding-left: 97px;
  position: relative;
  padding-top: 9px;
  padding-bottom: 5px;
  margin-bottom: 32px;
  counter-increment: li;
}
.getting-started-main ul li::before {
  content: counter(li);
  width: 69px;
  height: 69px;
  position: absolute;
  left: 0;
  background: rgb(78, 199, 251);
  background: linear-gradient(
    90deg,
    rgba(78, 199, 251, 1) 0%,
    rgba(14, 159, 220, 1) 100%
  );
  border-radius: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
}
.download-section {
  margin: 151px 0 166px;
}
body .download-section .container-1920 {
  max-width: 1742px;
}
.download-main {
  border: 5px solid #fecd08;
  padding: 113px 96px 58px;
}
.download-content h4 {
  font-size: 42px;
  color: #000000;
  line-height: 52px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 52px;
}
.download-content h4 b {
  color: #fecd08;
  font-weight: bold;
}
.download-content p {
  color: #000000;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 95px;
}
.book-img {
  text-align: right;
}
.right-img {
  text-align: right;
  margin-top: 16px;
}
.right-img img {
  border: 5px solid #fecd08;
  border-radius: 46px;
  box-shadow: -14px -13px 5px rgb(0 0 0 / 10%);
}
.banner-box-list {
  padding: 0 15px;
  width: 100%;
  max-width: 310px;
}
.banner-box-list .banner-box {
  text-align: center;
  min-height: 280px;
  background: #fff;
  border: 1px solid #fecd08;
  border-radius: 26px;
  padding: 70px 10px 0;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.banner-box-list .banner-box p {
  color: #000000;
  line-height: 41px;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 39px 0 0;
}
.banner-box-section {
  margin-top: -143px;
}
.banner-box-main {
  max-width: 1132px;
  margin: auto;
}
.make-life-content h3 span {
  position: relative;
}
.missing-content h3 span::after,
.make-life-content h3 span::after,
.experience-head h3 span::after,
.getting-started-main h4 span::after,
.stop-worrying-main h3 span::after {
  content: "";
  height: 3px;
  background: #fecd08;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.stop-worrying-main h3 span::after {
  background: #fff;
}
body header .container {
  max-width: 1860px;
}
.starts-btn .home-btn:hover,
.stop-worrying-section .sign-up-btn a:hover {
  background: #fecd08;
  color: #fff;
}
/* ========== New Home Create v ========== */
