@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

:root {
  --primary: #025da3 !important;
  --secondary: #9fa4a6 !important;
  --td-font: #2b3674 !important;
  --th-font: #9fa4a6 !important;
  --text-color-main: #213344;
  --text-yellow: #ffc700;
}

body {
  margin: 0;
  font-family: "poppins", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  -webkit-text-size-adjust: 100% !important;
}

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

a {
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.selector-for-some-widget {
  box-sizing: content-box !important;
}

.w-100.primary-btn {
  background: #025da3 !important;
  font-size: 14px !important;
  border-radius: 1rem !important;
  height: 56px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

@media screen and (min-device-width: 1600px) and (max-device-width: 1920px) {
  .left-section p {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

.left-section {
  padding: 10px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 1440px) {
  .login-bg h4 {
    font-size: 30px !important;
  }

  .login-bg .text-white p {
    color: #ffffff !important;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-text h2 {
    font-size: 25px !important;
    font-weight: 500 !important;
  }

  .form-text p {
    font-size: 13px !important;
  }

  .login-bg .login-form.p-5 .d-flex.align-items-center h5 {
    font-size: 14px !important;
    font-weight: 500;
  }

  form .form-label {
    font-size: 13px !important;
    color: #425466;
    font-weight: 600;
  }

  .form-label {
    margin-bottom: .2rem !important;
  }


  .left-section {
    padding: 20px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .table-main-heading {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .text-center.form-head {
    margin-top: 41px !important;
  }
}

/*Table css start*/
.card {
  margin-bottom: 1.875rem !important;
  background-color: #fff !important;
  transition: all 0.5s ease-in-out !important;
  position: relative !important;
  border: 0px solid transparent !important;
  border-radius: 1.75rem !important;
}

.card-header {
  border-color: #f5f5f5 !important;
  position: relative !important;
  background: transparent !important;
  padding: 1.5rem 1.875rem 1.25rem !important;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}

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

.table-main-heading {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: #45464e !important;
}

.btn.btn-primary {
  border-color: #1c2021 !important;
  background-color: #1c2021 !important;
  padding: 0.6rem 1rem !important;
  border-radius: 5px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.table-responsive thead tr th {
  color: #9fa4a6 !important;
  white-space: nowrap !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
  padding: 20px 15px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  border-color: #f5f5f5 !important;
  /* padding-left: 30px !important; */
  border-bottom: 2px solid #eeeeee !important;
  color: #2c2d33 !important;
}

.table-responsive tr td {
  color: #6e7079;
  font-weight: 400 !important;
  border-color: #eeeeee !important;
  padding: 16px 15px !important;
  font-size: 14px !important;
  vertical-align: middle !important;
  border-bottom: 0 !important;
}

.asc-desc img {
  padding-right: 6px;
}

.table-responsive thead tr .sorting {
  background-image: url("../../assets/images/sort_1.svg");
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  background-position: center left;
}

.table-responsive thead tr .sorting_asc {
  background-image: url("../../assets/images/table/sort_asc.png");
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  background-position: center left !important;
}

.table-responsive thead tr .sorting_desc {
  background-image: url("../../assets/images/table/sort_desc.png");
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  background-position: center left !important;
}

.star {
  color: #ff4b4b;
  padding-left: 1px;
}

@media only screen and (max-width: 1440px) {
  .table-main-heading {
    font-size: 18px !important;
  }

  .btn.btn-primary {
    padding: 0.628rem 1.1rem !important;
    border-radius: 0.725rem !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
  }

  .default-select.form-control.Cases-status {
    border-radius: 1.125rem !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
  }

  .default-select.form-control.Cases-status {
    background-size: 13px !important;
    border-radius: 0.725rem !important;
    padding: 0.638rem 0.8rem !important;
  }

  .right-nav-bar .avatar img {
    height: 33px;
  }

  .right-nav-bar .noti img,
  .right-nav-bar .logout img {
    height: 20px;
  }

  .nav-item .search-area .form-control {
    height: 46px !important;
    font-size: 0.775rem !important;
  }

  .table-responsive thead tr th {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #383838 !important;
  }

  .table-responsive tbody td {
    padding: 13px 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}

/*Table css end*/

.back-icon {
  position: absolute;
  left: 34px;
}

.back-icon a {
  font-size: 16px;
  color: #025da3;
  font-weight: 500;
  padding-left: 6px;
}

.default-select.form-control {
  background-image: url("../../assets/images/down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 16px 12px !important;
}

.card-body {
  padding: 1.875rem !important;
}

i form input::placeholder {
  color: #a3aed0 !important;
  opacity: 1;
  /* Firefox */
}

form input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a3aed0 !important;
}

.view.d-flex {
  padding: 12px 14px !important;
}

.view .tagline {
  width: 190px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .view .tagline {
    width: 95px !important;
  }
}

/*sidebar css start*/

:root {
  /* ===== Colors ===== */
  --body-color: #e4e9f7;
  --black: #000;
  --sidebar-color: #fff;
  --primary-color: #695cfe;
  --primary-color-light: #f6f5ff;
  --toggle-color: #ddd;
  --text-color: #707070;

  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

.content-wrapper {
  min-height: 100vh;
  background-color: #f4f5fa;
  transition: var(--tran-05);
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

/* ===== Sidebar ===== */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px;
  padding: 10px 0px;
  background: var(--sidebar-color);
  transition: var(--tran-05);
  z-index: 100;
}

.sidebar.close {
  width: 88px;
}

/* ===== Reusable code - Here ===== */
.sidebar li {
  list-style: none;
  align-items: center;
  margin-top: 10px;
}

.sidebar header .image,
.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
}

.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sidebar .text,
.sidebar .icon {
  color: #9fa4a6;
  transition: var(--tran-03);
}

.sidebar .text {
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 1;
  margin-left: 9px;
}

.sidebar.close .text {
  opacity: 0;
}

.sidebar.close .sub-list ul li a .text {
  opacity: 1;
}

/* =========================== */

.sidebar header {
  position: relative;
}

.sidebar header .image-text {
  display: flex;
  align-items: center;
}

.sidebar header .logo-text {
  display: flex;
  flex-direction: column;
}

.content-wrapper header .image-text .name {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 600;
}

.content-wrapper header .image-text .profession {
  font-size: 16px;
  margin-top: -2px;
  display: block;
}

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

.content-wrapper .sidebar header .toggle {
  position: absolute;
  top: 38%;
  right: -48px;
  transform: translateY(-50%) rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: var(--tran-05);
}

.sidebar.close .toggle {
  transform: translateY(-50%) rotate(0deg);
}

.sidebar .menu {
  margin-top: 10px;
}

.sidebar li.search-box {
  border-radius: 6px;
  background-color: var(--primary-color-light);
  cursor: pointer;
  transition: var(--tran-05);
}

.sidebar li.search-box input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--primary-color-light);
  color: var(--text-color);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  transition: var(--tran-05);
}

.sidebar li a {
  list-style: none;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  transition: var(--tran-03);
}

/* .sidebar li a:hover .icon,
.sidebar li a:hover .text {
	color: #ffffff;
} */

.sidebar .menu-bar {
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}

.menu-bar::-webkit-scrollbar {
  display: none;
}

.content-body {
  position: absolute;
  top: 0;
  top: 0;
  left: 250px;
  /*	height: 100vh;*/
  width: calc(100% - 250px);
  background-color: #f4f5fa;
  transition: all 0.3s ease;
}

.content-body .main-container {
  /*font-size: 30px;
	font-weight: 500;*/
  color: var(--text-color);
  /*padding: 12px 60px;
	padding-right: 18px;*/
}

.container-fluid.pd {
  padding: 12px 60px;
  padding-right: 18px;
}

.sidebar.close~.content-body {
  left: 78px !important;
  height: 100vh;
  width: calc(100% - 78px);
}

.sidebar header {
  background: white;

  padding: 22px;
}

/* .menu-links>li:hover>a img {
	filter: invert(1) sepia(7) saturate(5) hue-rotate(-167deg);
} */

.sidebar.close .image img {
  display: none;
}

.sidebar.close header .toggle {
  position: absolute;
  top: 41%;
  right: 37px;
}

.sidebar .main-tabs {
  padding: 15px 20px;
}

.sidebar .menu-links {
  padding-left: 10px;
  padding-right: 10px;
}

.sidebar.close .sub-list .collapse.show {
  display: none;
}

/* .menu-bar .side-drop .accordion-collapse .active a span{color:red !important;}
.menu-bar .menu-links .nav-link.active a>.active span{color:red !important;} */

/*.sidebar .menu-links .collapse {padding-left: 50px !important;}*/

.side-drop:after {
  border-top: 5px solid #025da3 !important;
  border-left: 5px solid #025da3 !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  right: 1.875rem !important;
  top: 48% !important;
  -webkit-transform: rotate(-135deg) translateY(-50%) !important;
  transform: rotate(-135deg) translateY(-50%) !important;
}

.side-drop.collapsed:after {
  border-top: 5px solid #9fa4a6 !important;
  border-left: 5px solid #9fa4a6 !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  right: 1.875rem !important;
  top: 48% !important;
  -webkit-transform: rotate(-225deg) translateY(-50%) !important;
  transform: rotate(-225deg) translateY(-50%) !important;
}

.menu-links>li:hover>.collapsed:after {
  border-top: 5px solid #025da3 !important;
  border-left: 5px solid #025da3 !important;
}

.side-drop:after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

.sidebar.close .side-drop:after {
  display: none;
}

.sidebar.close .collapsed {
  pointer-events: none;
}

.sidebar.close .sub-list:hover>ul {
  height: auto !important;
  padding: 10px;
  display: block;
  height: auto;
  overflow: visible;
  position: absolute;
  left: 3.5rem;
  width: max-content;
  z-index: 1001;
  padding-left: 10px !important;
  height: auto !important;
  box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
  border-radius: 6px;
  margin-left: 0;
  border: 0;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

/* .sidebar .menu-links li:hover>.main-tabs {
	border-radius: 9px important;
	background: #1C2021 !important;
	color: #ffffff !important;
}

.sidebar .menu-links li:hover>a img {
	filter: invert(2) sepia(8) saturate(8) hue-rotate(126deg);
} */

.sidebar li .active .text.nav-text {
  color: #025da3 !important;
}

.sidebar li .active img {
  filter: invert(1) sepia(7) saturate(5) hue-rotate(-167deg);
}

/* ===== Sidebar ===== */

.content-body .search-area .form-control {
  border: 0 !important;
  background: #ffffff !important;
  border-top-left-radius: 42px !important;
  border-bottom-left-radius: 42px !important;
  height: 68px !important;
  padding: 5px 30px !important;
  font-size: 16px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.content-body .input-group-text {
  border-top-right-radius: 42px !important;
  border-bottom-right-radius: 42px !important;
  background: #ffffff !important;
  padding: 0 30px !important;
  border: 1px solid transparent !important;
  min-width: 50px !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #969ba0 !important;
  text-align: center;
  white-space: nowrap;
}

/* .form-control:focus {
	border-color: #025DA3 !important;
	box-shadow: none !important;
} */

.right-nav-bar .nav-link {
  position: relative !important;
  color: var(--primary) !important;
  border-radius: 1.75rem !important;
  line-height: 1 !important;
  /*padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;*/
  padding: 0.5rem !important;
  display: block !important;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out !important;
}

.right-nav-bar {
  background: #fff !important;
  padding: 4px 7px !important;
  border-radius: 80px !important;
}

/*.copyright p {
	text-align: center;
	margin: 0;
	color: black;
	font-size: 14px;
	padding: 0.9375rem;
	background: #f4f5fa;
}*/

.footer.fixed-bottom {
  z-index: 0;
}

.avatar .dropdown-menu {
  margin: 0px;
  border-width: 0.5px !important;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  border-radius: 8px;
  margin-top: 5px !important;
}

.avatar .dropdown-item a {
  font-size: 16px;
  color: #969ba0;
  padding: 0.5rem 0.75rem;
}

.dropdown-item .fa {
  color: var(--body-color);
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .main-container .bg-body-tertiary .nav-item {
    display: none;
  }

  .main-container .navbar.bg-body-tertiary .container-fluid {
    justify-content: end;
  }

  /*	.content-body .main-container {
		padding: 12px 16px;
	}*/

  .btn.btn-primary {
    padding: 0.628rem 1.1rem !important;
    border-radius: 0.725rem !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    margin-top: 10px;
  }

  .mobile-sidebar .btn.btn-primary {
    padding: 0.938rem 1rem !important;
    border-radius: 1.125rem !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1440px) {

  .table tr td:nth-child(1),
  .table tr th:nth-child(1) {
    width: 150px !important;
    min-width: 160px !important;
  }

  /*.table tr td:nth-child(2),
	.table tr th:nth-child(2) {
		width: 200px !important;
		min-width: 200px !important;
	}*/

  /*	.table tr td:nth-child(3),
	.table tr th:nth-child(3) {
		width: 170px !important;
		min-width: 170px !important;
	}*/

  .table tr td:nth-child(4),
  .table tr th:nth-child(4) {
    /*width: 150px !important;
		min-width: 150px !important;*/
    text-align: center;
  }

  .table tr td:nth-child(5),
  .table tr th:nth-child(5),
  .table tr td:nth-child(6),
  .table tr th:nth-child(6),
  .table tr td:nth-child(7),
  .table tr th:nth-child(7),
  .table tr td:nth-child(8),
  .table tr th:nth-child(8),
  .table tr td:nth-child(9),
  .table tr th:nth-child(9) {
    /*	width: 150px !important;
		min-width: 150px !important;*/
    text-align: center;
  }

  .add-user-role .table tr td:nth-child(1),
  .add-user-role .table tr th:nth-child(1) {
    /*width: 200px !important;
		min-width: 200px !important;*/
    text-align: center;
  }

  .add-user-role .table tr td:nth-child(2),
  .add-user-role .table tr th:nth-child(2) {
    /*width: 60px !important;
		min-width: 60px !important;*/
    text-align: center;
  }

  .add-user-role .table tr td:nth-child(3),
  .add-user-role .table tr th:nth-child(3) {
    /*width: 60px !important;
		min-width: 60px !important;*/
    text-align: center;
  }

  /* .add-user-role .table tr td:nth-child(4),
	.add-user-role .table tr th:nth-child(4) {
		width: 60px !important;
		min-width: 60px !important;
	} */
}

@media screen and (min-device-width: 320px) and (max-device-width: 1920px) {

  .table tr td:nth-child(4),
  .table tr th:nth-child(4),
  .table tr td:nth-child(5),
  .table tr th:nth-child(5),
  .table tr td:nth-child(6),
  .table tr th:nth-child(6),
  .table tr td:nth-child(7),
  .table tr th:nth-child(7),
  .table tr td:nth-child(8),
  .table tr th:nth-child(8),
  .table tr td:nth-child(9),
  .table tr th:nth-child(9) {
    text-align: center;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1440px) {
  .table-main-heading {
    font-size: 20px;
  }
}

.user-roles .nav-tabs .nav-link {
  border: 0 !important;
  /*	border-bottom: 2px solid #E9EDF7 !important;*/
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #342e59 !important;
  display: flex !important;
  align-items: center !important;
  padding: 12px 18px !important;
  margin-bottom: -1px !important;
  background: none !important;
}

/*.user-roles .nav-link.active {
	border-color: #205ea5 !important;
	border-bottom: 4px solid #205ea5 !important;

}*/

.user-roles .card-action.coin-tabs {
  padding: 0px 29px;
}

.add-user-role .table.permit thead tr th:first-child {
  width: 80% !important;
}

.add-user-role table.permit .pl-0 {
  padding-left: 0px !important;
}

.add-user-role .table-responsive tr td {
  color: #2b3674 !important;
  font-weight: 600 !important;
  border-color: #eeeeee !important;
  padding: 16px 0 !important;
}

.user-roles.top-tabs .nav-tabs .nav-link {
  color: #394a5d !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  background: #f6f7fa !important;
  border-radius: 5px;
}

.user-roles .nav-link.active {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  background: #50c9ed !important;
}

.card-action .nav .nav-item {
  padding-right: 15px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .nav-item .search-area .form-control {
    height: 50px !important;
    font-size: 0.775rem !important;
  }

  .sidebar .text.nav-text {
    font-size: 14px;
  }

  .user-roles .card .nav-tabs .nav-link {
    padding: 12px 9px !important;
  }

  .user-roles .card .nav-link.active {
    border-color: #205ea5 !important;
    border-bottom: 3px solid #205ea5 !important;
  }

  .p-head {
    font-size: 1.2rem !important;
  }
}

/*moobile header css start*/
@media only screen and (max-width: 575px) {
  .mobile-sidebar {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .mobile-sidebar {
    display: block !important;
    position: absolute;
    z-index: 99;
  }

  .content-body {
    position: absolute !important;
    top: 0 !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh;
    width: 100%;
    background-color: #f7f9fd;
    transition: all 0.3s ease;
    z-index: 0;
  }

  .mobile-sidebar .btn.btn-primary {
    margin-left: 30px;
    margin-top: 10px;
  }

  .mobile-sidebar .offcanvas {
    max-width: 74%;
  }

  .mobile-sidebar .menu-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-sidebar li {
    list-style: none;
    align-items: center;
    margin-top: 10px;
  }

  .mobile-sidebar .main-tabs {
    padding: 15px 20px;
  }

  .mobile-sidebar li a {
    list-style: none;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--tran-03);
  }

  .mobile-sidebar .text {
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 1;
    margin-left: 9px;
  }

  .mobile-sidebar .text,
  .mobile-sidebar .icon {
    color: #9fa4a6;
    transition: var(--tran-03);
  }

  .mobile-sidebar .menu-bar .menu {
    padding-left: 0px !important;
  }

  .no-data-image img {
    height: 250px;
    width: 100%;
  }
}

@media only screen and (max-width: 430px) {
  .mobile-sidebar .offcanvas {
    max-width: 84%;
  }
}

@media only screen and (max-width: 320px) {
  .mobile-sidebar .offcanvas {
    max-width: 94%;
  }

  .offcanvas-body {
    padding: 0px !important;
  }
}

/*moobile header css end*/

.top-tabs .table-responsive.third-c .table tr td:nth-child(3),
.top-tabs .table-responsive.third-c .table tr th:nth-child(3) {
  text-align: end !important;
}

.open-btn {
  padding: 8px 20px;
  border-radius: 9px;
  background: #dbf8ef;
  color: #377f60;
}

.pending-btn {
  padding: 8px 20px;
  border-radius: 9px;
  background: #fdefdc;
  color: #9e5603;
}

.Close-btn-1 {
  padding: 8px 20px;
  border-radius: 9px;
  background: #fdecec;
  color: #9b1212;
}

@media only screen and (max-width: 1440px) {

  .open-btn,
  .pending-btn,
  .Close-btn-1 {
    font-size: 13px;
  }
}

/*.footer.text-center {
	position: absolute;
	
	width: 100%;
}


@media screen and (min-device-width: 1900px) and (max-device-width: 2500px) {
	.footer.text-center {
		bottom: 0;
	}
}*/

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .d-flex.mobile-block {
    display: block !important;
  }

  .mobile-block .action-btn .btn.btn-primary {
    width: 100%;
  }

  .mobile-block .action-btn {
    margin-left: 0px !important;
  }
}

/*.sidebar .accordion-collapse.collapse.show li a .text.nav-text{font-size: 13px !important;}*/

@media only screen and (max-width: 1440px) {
  .accordion.Permission .accordion-button {
    font-size: 0.775rem !important;
    height: 43px !important;
  }

  .accordion-button::after {
    background-size: 17px !important;
  }

  /*    .sidebar .accordion-collapse.collapse.show li a .text.nav-text{font-size: 11px !important;}*/
}

/*box start*/

.box-col {
  border: 1px solid #e0e5f2 !important;
  border-radius: 16px !important;
  padding: 30px !important;
}

.box-col .box-main-content .table-main-heading {
  font-size: 24px !important;
  color: #2b3674 !important;
  font-weight: 500 !important;
}

.box-col p {
  font-size: 20px !important;
}

.box-col .content {
  font-size: 17px !important;
}

@media only screen and (max-width: 1440px) {
  .box-col .box-main-content .table-main-heading {
    font-size: 16px !important;
    color: #2b3674 !important;
    font-weight: 500 !important;
  }

  .box-col p {
    font-size: 16px !important;
    color: #9fa4a6 !important;
    font-weight: 500 !important;
  }

  .box-col .content p {
    font-size: 13px !important;
    color: #8d8d8d !important;
    font-weight: 500 !important;
  }

  .bg-eye-icon {
    top: 40px;
  }
}

/*box end*/

.sorting.last-col-commom {
  width: 210px !important;
  min-width: 210px !important;
}

.btn.btn-primary.danger-btn {
  background: #9b1212 !important;
  border-color: #940e0b !important;
}

.photo-content .cover-photo {
  background: url("../../assets/images/profile-bg.Jpg");
  background-size: cover;
  background-position: center;
  min-height: 160px;
  width: 100%;
}

.rounded {
  border-radius: 14px !important;
}

.profile .profile-photo {
  max-width: 160px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.profile-photo .img-fluid.rounded-circle {
  border: 6px solid white;
}

.profile-info .profile-name h4 {
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.2;
  color: #205ea5 !important;
}

@media only screen and (max-width: 1024px) {
  .card.profile .profile-details.align-items-center {
    display: block !important;
  }

  .card.profile .profile-info.d-flex {
    display: block !important;
  }
}

@media only screen and (max-width: 1440px) {
  .profile-info .profile-name h4 {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1440px) {
  .user-roles .card .nav-tabs .nav-link {
    padding: 12px 27px !important;
  }

  .avatar .dropdown-item a {
    font-size: 14px;
  }
}

.side-drop.collapsed .text.nav-text {
  color: #9fa4a6 !important;
}

.side-drop.collapsed img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(10%) saturate(105%) hue-rotate(152deg) brightness(87%) contrast(91%);
}

.side-drop img {
  filter: invert(1) sepia(7) saturate(5) hue-rotate(-167deg);
}

.side-drop .text.nav-text {
  color: #025da3 !important;
}

.card .has-search .form-control-feedback {
  position: absolute !important;
  z-index: 2 !important;
  display: block !important;
  width: 2.375rem !important;
  height: 2.375rem !important;
  line-height: 3.575rem !important;
  text-align: center !important;
  pointer-events: none !important;
  color: #205ea5 !important;
}

@media only screen and (max-width: 1440px) {
  .card .has-search .form-control {
    padding-left: 2.075rem !important;
  }

  .card .has-search .form-control-feedback {
    position: absolute !important;
    z-index: 2 !important;
    display: block !important;
    width: 2.375rem !important;
    height: 2.375rem !important;
    line-height: 2.675rem !important;
    text-align: center !important;
    pointer-events: none !important;
    color: #205ea5 !important;
  }

  .filter .default-select.form-control {
    background-position: right 13px center !important;
  }

  .filter .form-control.Cases-status {
    height: 41px !important;
  }

  .action-btn-icons {
    width: 150px;
    min-width: 150px;
  }
}

.container-fluid.user-roles.top-tabs {
  position: relative;
}

.d-flex.mobile-block.filter {
  justify-content: space-between;
  position: absolute;
}

@media only screen and (max-width: 1300px) {
  .d-flex.mobile-block.filter {
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
  }
}

.filter .case-no .default-select.Cases-status {
  color: #ffffff !important;
  background-color: #205ea5 !important;
  background-clip: padding-box !important;
  border: 1px solid #025da3 !important;
  background-image: url(../../assets/images/case-dropdown-white.svg) !important;
}

@media only screen and (max-width: 768px) {
  .tab-pane .card .card-header.d-sm-flex.d-block {
    display: block !important;
  }

  .d-flex.mobile-block.filter {
    display: flex !important;
  }
}

.steps .filter .form-control.Cases-status {
  background-color: #f8f9fa !important;
}

.index-s .nav .badge {
  color: #205ea5;
  line-height: 0px;
  padding-right: 0px;
}

.steps .filter-p span img {
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #cbd0dd !important;
  padding: 17px;
  border-radius: 1.125rem;
  height: 56px;
  width: auto;
}

@media only screen and (max-width: 1440px) {
  .steps .filter-p span img {
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #cbd0dd !important;
    padding: 13px;
    border-radius: 0.725rem !important;
    height: 41px;
    width: 41px;
  }

  .form-group.has-search .form-control {
    font-size: 0.775rem !important;
    height: 41px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .steps .card-header .d-flex.mobile-block.three-item {
    display: flex !important;
    justify-content: flex-end;
  }

  .mobile-block.three-item .action-btn .btn.btn-primary {
    margin-top: 0px;
  }

  .mobile-block.three-item .action-btn {
    margin-left: 10px !important;
  }
}

.card.cases-box .text-left .invoice-num {
  font-size: 29px;
  margin-bottom: 0 !important;
}

.cases-box .border-start img {
  margin-left: 12px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .card.cases-box .card-body.d-flex.align-items-center {
    display: block !important;
  }

  .cases-box .border-start img {
    margin-left: 0px;
    border: none !important;
  }

  .cases-box .border-start {
    border: none !important;
  }

  .cases-box .d-flex.align-items-center {
    margin-bottom: 20px;
  }
}

.navbar.bg-body-tertiary.bg-white {
  background-color: #ffffff !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .container-fluid.pd {
    padding: 0px 12px;
    padding-right: 18px;
  }
}

.albert {
  font-size: 13px;
  color: #53545c;
  padding-left: 6px;
  padding-right: 6px;
}

.card.steps {
  border-radius: 12px !important;
  min-height: calc(100vh - 190px);
}

.user-roles.top-tabs .card-action.coin-tabs .justify-content-center {
  justify-content: left !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .mobile-block.three-item .action-btn {
    padding-top: 15px;
    margin-left: 0px;
  }

  .card.steps .card-header.d-sm-flex {
    display: block !important;
  }

  .user-roles .card-action.coin-tabs {
    padding: 0;
    padding-top: 15px;
  }

  .card-action .nav .nav-item {
    padding-right: 9px;
  }

  .action-btn .btn.btn-primary {
    border-radius: 5px !important;
  }

  .right-nav-bar .avatar .albert img {
    height: 19px;
  }
}

.table-responsive tr .Available {
  color: #f7cb4e !important;
}

.table-responsive tr .Approved {
  color: #377f60 !important;
}

.table-responsive tr .Progress {
  color: #92cb4d !important;
}

.card-action.coin-tabs .nav-item .nav-link.active {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 575px) {
  .card.steps .card-header.d-sm-flex {
    display: block !important;
    padding: 24px 15px !important;
  }

  .user-roles .nav-tabs .nav-link {
    padding: 12px 10px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1920px) {
  .right .modal-dialog {
    max-width: 440px !important;
    margin-right: 20px !important;
    margin-left: auto;
  }
}

.lead-popup {
  color: #6e7079 !important;
}

.Progress-box {
  background: #fef4f6;
  border-radius: 22px;
  padding: 40px 35px;
}

.Progress-data {
  border-radius: 22px;
  padding: 25px 25px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}

.Progress-value {
  margin-left: 10px;
}

.Progress-value .table-main-heading {
  margin-bottom: 0px !important;
}

.Progress-box .btn.btn-primary {
  background-color: #d33d53 !important;
  border: 1px solid #d33d53 !important;
}

.ProductIQ form .form-select {
  font-size: 14px;
  color: #7a828a;
  font-weight: 400;
}

.ProductIQ form .form-label {
  color: #425466 !important;
  font-weight: 400 !important;
  font-size: 13px;
}

.ProductIQ .match {
  background: #fbfbfb;
  padding: 15px;
  border-radius: 7px;
}

.Approved-btn .btn-primary {
  font-size: 11px;
  color: #81b83f !important;
  background: #e0f4c7 !important;
  border-color: #e0f4c7 !important;
}

.Approved-btn .btn.btn-primary {
  padding: 0.4rem 1rem !important;
}

.span-number {
  font-size: 12px;
  background: #f6b546;
  padding: 10px;
  border-radius: 100px;
  line-height: 7px;
  margin-left: 12px;
  color: #fff;
}

.tab-content.company-dashboard .table-responsive thead tr th {
  padding-left: 0px !important;
}

.tab-content.company-dashboard .table-responsive tr td {
  padding-left: 0px !important;
}

.tab-content.company-dashboard .table-responsive .dropdown .dropdown-item {
  font-size: 13px;
  font-weight: 300;
}

.tab-content.company-dashboard .dropdown .active-b {
  background: #81c87a !important;
  border-color: #81c87a !important;
}

.tab-content.company-dashboard .dropdown .progress-b {
  background: #ffdd5a !important;
  border-color: #ffdd5a !important;
  color: #1c2021 !important;
}

.tab-content.company-dashboard .dropdown .decline {
  background: #e60000 !important;
  border-color: #e60000 !important;
}

.right-nav-bar .avatar .albert img {
  height: 19px !important;
}

/*    .right-nav-bar .avatar img {
        height: 16px;
    }*/

@media (min-width: 992px) {
  .ProductIQ.ind .modal-lg {
    --bs-modal-width: 1300px;
  }
}

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

/*form css start*/
.form-bg {
  background-color: #f5f7f9;
  font-family: poppins, sans-serif;
}

.form-container {
  max-width: 550px !important;
  min-height: 80vh;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  /* border-top: 8px solid #50C9ED; */
  border-top: 8px solid var(--primary-color);
}

.login-page .form-container {
  max-width: 550px !important;
  min-height: 57vh !important;
}

.form-container .form-heading {
  text-align: center;
  font-weight: 600;
  color: #213344;
  font-size: 23px;
}

.form-container .form-subheading {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #072720;
}

.form-container .form-control {
  height: 45px;
  border-radius: 0px;
}

.form-container .form-control:focus {
  box-shadow: 0 0 0 2px #e7e9ec !important;
  border-color: #cccfd3 !important;
}

.form-control:focus {
  box-shadow: 0 0 0 2px #e7e9ec !important;
  border-color: #cccfd3 !important;
}

.form-container .form-select {
  height: 45px;
}

.form-container .btn-submit {
  /* background-color: #1C2021; */
  background-color: var(--btn-color);
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  border-radius: 9px;
}

.form-container .btn-submit:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.form-container .input-group-text {
  background-color: #ffffff;
  border: none;
}

.form-container .input-group:focus-within {
  /* box-shadow: 0 0 0 2px #1c20211f !important;
	border-color: #1C2021; */
  box-shadow: 0 0 0 2px #e7e9ec !important;
  border-color: #cccfd3 !important;
  border-radius: 6px;
}

.form-container .info-icon {
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
}

.form-container .info-icon:hover {
  color: #ff7b00;
}

.form-container form label {
  font-size: 13px !important;
  color: #425466;
  font-weight: 600;
}

.form-container .form-control,
.form-container .form-select {
  /* background: #FAFBFC;
	border: 0px !important;
	border-bottom: 1px solid #CED4DA !important;
	font-size: 14px;
	color: #7A828A;
	border-radius: 0; */

  background-color: #fff;
  font-size: 14px;
  color: #272c2d !important;
  border-radius: 6px;
  border: 2px solid #e7e9ec;
}

.form-container .form-heading-underline {
  width: 50px;
  height: 3px;
  /* background-color: #50C9ED; */
  background-color: var(--primary-color);
  margin: 10px auto 10px auto;
  border-radius: 10px;
}

.form-container .form-select {
  padding-right: 30px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* border: none; */
  background-size: 12px !important;
  background-image: url(../images/svg/down-arrow.svg) !important;
  background-position: right 13px top 53% !important;
  background-repeat: no-repeat !important;
}

.form-container .form-select:focus {
  box-shadow: 0 0 0 2px #e7e9ec !important;
  border-color: #cccfd3 !important;
}

/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: none !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
} */

@media only screen and (max-width: 767px) {
  .form-container {
    margin: 50px 15px;
  }
}

.form-container .d-flex .info-icon {
  margin-left: 6px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e7e9ec !important;
}

/*form css start*/

.form-container .step-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px !important;
}

.form-container .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-container .step-circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dcdcdc;
  color: #6c757d;
}

.form-container .step-circle.active {
  background-color: #1c2021;
  color: #fff;
}

.form-container .step-line {
  flex-grow: 1;
  height: 2px;
  background-color: #e9ecef;
}

.form-container .step-line.active {
  background-color: #1c2021;
}

.form-container .step-indicator {
  width: 120px;
  justify-content: center;
  margin: auto;
  text-align: center;
}

.form-container .prev-btn {
  color: #5d6c7c;
  font-size: 13px;
  text-decoration: none;
}

.form-container .Owned {
  font-size: 17px;
  color: #263649;
}

.form-container .loan-card {
  border: 1px solid #ced4da;
  border-radius: 9px;
  padding: 11px 11px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
  min-height: 129px;
}

.form-container .loan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-container .loan-icon {
  margin-bottom: 10px;
}

.form-container .loan-title {
  font-size: 14px;
  font-weight: 500;
  color: #7a828a;
  line-height: 17px;
}

.form-container .Choose-category {
  font-size: 15px;
  color: #425466;
  text-align: left;
  font-weight: 600;
}

.form-container .loan-card.active {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}

.form-container .loan-card.active .loan-icon {
  color: white;
}

.form-container .loan-card.active .loan-title {
  color: #ffffff;
}

.form-container .loan-card.active .d-none {
  display: block !important;
  margin: auto;
}

.form-container .loan-card.active .d-block {
  display: none !important;
}

.form-container .loan-card .d-block {
  margin: auto;
}

.form-container .category-sub-heading {
  font-size: 13px;
  color: #5d6c7c;
}

.form-container .step-content .input-group .input-group-text {
  /* position: absolute; */
  top: 8px;
  z-index: 99;
  background: #d2d2d28a !important;
}

/* .form-container .form-control.icon {
	padding-left: 35px;
} */

.form-container .form-select option:checked {
  background-color: #0c1524;
  /* Orange color for selected option */
  color: white;
  /* Change text color if needed */
}

.form-container .form-select option:hover {
  background-color: #0c1524;
  /* Orange color for selected option */
  color: white;
  /* Change text color if needed */
}

.form-container .next-btn.w-auto {
  background-color: #1c2021;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  height: 43px;
  border-radius: 9px;
}

.form-container .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: #0c1524 !important;
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

:not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: #273437;
  border-color: var(--bs-btn-active-border-color);
}

.form-container .step-content .input-group-text.years-bg {
  position: absolute;
  top: 0px;
  z-index: 99;
  background: #f5f5f5;
  right: 0;
  padding: 12px 15px;
  font-size: 13px;
  color: #606b75;
}

.form-container.mortgage {
  position: relative;
}

.mortgage .step-indicator {
  position: absolute;
  left: -200px;
  display: block;
  width: 3px;
  justify-content: center;
  margin: auto;
  text-align: center;
  margin-top: -35px !important;
}

.mortgage .step-line {
  flex-grow: 1;
  height: 52px;
  background-color: #e9ecef;
}

.form-check-input:checked {
  background-color: #1c2021;
  border-color: #1c2021;
}

@media only screen and (max-width: 1024px) {
  .mortgage .step-indicator {
    position: revert-layer;
    display: flex;
    width: 230px;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 23px;
  }

  .mortgage .step-line {
    flex-grow: 1;
    height: 3px;
    background-color: #e9ecef;
  }

  .mortgage .step-circle span {
    display: none !important;
  }
}

.form-container .form-check-input:focus {
  border-color: #6c757d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(79 79 79 / 25%);
}

/*.step-indicator.before{
    width: 70px;
}*/

.form-container .step-indicator .step-circle span {
  position: absolute;
  left: 21px;
  width: 110px;
  color: #072720;
}

.copyright a {
  color: #50c9ed;
}

/*Form css End*/

.form-select:focus {
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ced4da4f !important;
}

/*homepage css start*/

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
  --primary-color: #0c1b4d;
  --secondary-color: #f5f7fa;
  --text-color: #4a5567;
  --accent-color: #ff8159;
  --divider-color: #dbdfea;
  --dark-divider-color: #ffffff30;
  --white-color: #ffffff;
  --error-color: rgb(230, 87, 87);
  --body-color: #2553dd;
  --btn-color: #ffc700;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--text-color) !important;
  background-color: var(--white-color);
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

/*@media screen and (min-device-width: 1400px) and (max-device-width: 1920px) {
	.container{
		max-width: 1600px !important;
	}
}*/

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutters>* {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-default {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--primary-color);
  background: var(--btn-color);
  text-transform: capitalize;
  padding: 15px 36px 15px 15px;
  border-radius: 8px;
  border: none;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-left: 10px;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  /* background-color: var(--white-color); */
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-6px, -50%);
  transition: 0.4s ease-in-out;
}

.btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 106%;
  border-radius: 8px;
  background: var(--primary-color);
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn-default.log-in {
  color: #0c1b4d;
  background: #ffffff;
  border: 2px solid #0c1b4d;
  padding: 13px 36px 13px 15px;
  border-radius: 9px;
}

.btn-default.log-in:hover {
  background-color: #0c1b4d !important;
}

.btn-default.partner {
  background: #0c1b4d;
  color: #fff;
}

.btn-default:hover::after {
  width: 106%;
}

.btn-default:hover {
  background-color: transparent;
  color: #fff !important;
}

.btn-default.btn-highlighted {
  margin-left: 20px;
  color: #0c1b4d;
  background: var(--btn-color);
  border: 2px solid transparent;
}

.btn-default.btn-highlighted::before {
  background-color: transparent;
  background-image: url(../images/arrow-white.svg);
}

.nav-item .btn-default.log-in::before,
.home .btn-default.btn-highlighted::before {
  background-image: url(../images/home/login-icon.svg) !important;
}

.nav-item .btn-default:hover.log-in::before,
.home .btn-default:hover.btn-highlighted::before {
  background-image: url(../images/home/btn-arrow.png) !important;
}

.btn-default.btn-highlighted::after {
  background-color: var(--primary-color);
}

.btn-default.btn-highlighted:hover {
  background-color: transparent;
  color: #fff;
}

.btn-large {
  font-size: 20px;
  padding: 20px 65px 20px 20px;
}

.btn-default.btn-large::before {
  width: 40px;
  height: 40px;
  background-size: 15px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #65caef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-anime-style-3.animation::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 16px;
  width: 520px;
  height: 293px;
  background-image: url(../images/home/busi0.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}

.section-row {
  margin-bottom: 60px;
}

.section-row .section-title {
  margin-bottom: 0;
}

.section-btn {
  text-align: end;
}

.section-btn .btn-default.btn-highlighted {
  margin: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

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

.section-title h1,
.section-title h2 {
  font-size: 50px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #213344;
}

.section-title-content p {
  margin: 0;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
  background-color: var(--white-color);
  position: relative;
  z-index: 100;
}

.home .navbar {
  padding: 25px 0 !important;
  align-items: center !important;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
}

.main-menu .nav-menu-wrapper>ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0 5px;
  position: relative;
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px !important;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-color);
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 210px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}

.main-menu ul ul li a:hover {
  color: var(--accent-color);
  background-color: transparent;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 0;
  position: relative;
}

.slicknav_btn {
  background: var(--accent-color);
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: var(--accent-color);
}

.slicknav_menu ul {
  margin: 5px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_menu ul ul li a {
  padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
  transform: rotate(-180deg);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.google-rating {
  margin-bottom: 20px;
}

.google-rating ul {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 6px 20px;
}

.google-rating ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 10px;
}

.google-rating ul li:last-child {
  margin-right: 0;
}

.google-rating ul li span {
  color: var(--accent-color);
  margin-left: 5px;
}

.google-rating ul li i {
  font-size: 14px;
  color: var(--accent-color);
}

.hero-content-body {
  margin-bottom: 30px;
}

.hero-image {
  height: 100%;
}

.hero-image img {
  height: 100%;
  width: -webkit-fill-available;
  object-fit: cover;
}

.home .btn-default::before {
  background-image: url("../images/home/btn-arrow.png") !important;
}

.home h1 {
  color: #0d1525;
  line-height: 76px;
}

.home .hero-content-body p {
  font-size: 18px;
  color: #4a5567;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.feature-icon {
  color: #000;
  /* Change to suit the desired color */
}

.row.check {
  margin-bottom: 30px;
}

.hero-content .btn-default.partner {
  background: white;
  border: 2px solid transparent;
  color: var(--text-color-main);
}

/*homepage css end*/

.about-content {
  margin-left: 50px;
}

.about-content-body {
  margin-bottom: 30px;
}

.about-content-body p {
  margin: 0;
}

.about-company-service {
  display: flex;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-company-service:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-company-service .icon-box {
  position: relative;
  background-color: var(--accent-color);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.about-company-service .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.about-company-service:hover .icon-box:before {
  transform: scale(1);
}

.about-company-service .icon-box img {
  position: relative;
  z-index: 1;
}

.company-service-content {
  width: calc(100% - 90px);
}

.company-service-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.company-service-content p {
  margin: 0;
}

.our-clients {
  padding: 60px 0;
}

.client-logo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 40px;
  align-items: center;
  justify-content: center;
}

.company-planning-image {
  margin-right: 50px;
}

.company-planning-content {
  margin-top: 60px;
}

.company-planning-body {
  margin-bottom: 30px;
}

.company-planning-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.company-planning-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.company-planning-body ul li:last-child {
  margin-bottom: 0;
}

.company-planning-body ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  background-color: transparent;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 0;
}

.our-team {
  padding: 100px 0 70px;
}

.team-member-item {
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 30px;
}

.team-member-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg,
      transparent 52.34%,
      var(--primary-color) 100%);
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.team-member-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 20px;
}

.team-member-item .team-image img {
  width: 100%;
  border-radius: 40px;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
  transform: scale(1.1);
}

.team-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  transition: all 0.4s ease-out;
  z-index: 2;
}

.team-content {
  margin-bottom: 20px;
}

.team-content h3 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.team-content p {
  text-transform: capitalize;
  color: var(--white-color);
  margin: 0;
}

.team-social-icon {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.section-title.heading h1,
.section-title.heading h2 {
  font-size: 40px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 0;
  color: #213344;
  text-transform: capitalize;
}

/* .our-clients .section-title p {
	text-transform: lowercase;
} */

.our-choose .tab-content {
  /*            background-color: #f8f9fa;*/
  padding: 20px;
  border-radius: 8px;
  /* margin-top: 20px; */
  padding-bottom: 70px;
  padding-top: 0px;
}

.our-choose .tab-btn {
  border-radius: 30px;
  padding: 10px 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #ffffff !important;
  font-size: 18px;
  background-color: #50c9ed !important;
}

.our-choose .tab-btn {
  border-radius: 30px !important;
  padding: 12px 30px;
  font-size: 18px;
  color: #030303 !important;
}

.our-choose .nav.nav-pills {
  background: #e5e8ec;
  width: max-content;
  margin: auto;
  padding: 11px 14px;
  border-radius: 170px;
}

.our-choose .container {
  /* background: #F5F7F9; */
  padding: 60px 60px;
  border-radius: 38px;
}

.our-choose .bg-white {
  padding: 40px 20px;
  border-radius: 40px;
}

.our-choose .tab-pane h3 {
  font-size: 27px;
  color: #082720;
}

.our-choose .tab-pane p {
  font-size: 16px;
  color: #3e4653;
}

.our-choose ul {
  list-style-type: none;
  padding-left: 0px;
}

.our-choose li {
  font-size: 17px;
  margin-bottom: 10px;
  color: #0d1525;
}

/************************************/
/***    07. State Counter css     ***/
/************************************/

.counter-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.counter-box {
  text-align: center;
  padding: 20px;
}

.counter-number {
  font-size: 40px;
  font-weight: 600;
  color: #213344;
}

.counter-text {
  font-size: 1.2rem;
  /*            margin-top: 10px;*/
}

.container.counter-section {
  max-width: 1200px !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.container.counter-section {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  margin-top: 80px;
}

.our-choose {
  position: relative;
}

.container.counter-section {
  padding: 35px 30px;
}

/************************************/
/***    08. Contact     ***/
/************************************/

.container.contact-us .section-title {
  margin-bottom: 25px;
}

/************************************/
/***        15. Footer css        ***/
/************************************/

.main-footer {
  width: 100%;
  /*	max-width: 1600px;*/
  margin: 0 auto;
  background: var(--black);
  /*    border-radius: 40px;*/
  padding: 40px 0 0;
}

.footer-about {
  margin-bottom: 50px;
}

.footer-title h2 {
  font-size: 50px;
  color: var(--white-color);
}

.footer-body {
  margin-bottom: 20px;
}

.newsletter-title {
  margin-bottom: 30px;
}

.newsletter-title h3 {
  font-size: 24px;
  color: var(--white-color);
  text-transform: capitalize;
}

.newsletters-form .mail-box {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid var(--dark-divider-color);
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.newsletters-form .mail-box .form-control {
  background-color: transparent;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  padding: 0;
}

.newsletters-form .mail-box .form-control::placeholder {
  color: var(--white-color);
}

.subscribe-btn .btn-default:hover {
  color: var(--accent-color);
}

.subscribe-btn .btn-default::after {
  background: var(--white-color);
}

.subscribe-btn .btn-default:hover:before {
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-15px, -50%);
  background-color: var(--accent-color);
}

.footer-links h2 {
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px !important;
  font-weight: 400;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover {
  color: var(--accent-color);
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: inherit;
}

.footer-contact h2 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact ul li {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 15px;
}

.footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-contact ul li a {
  color: inherit;
}

.footer-copyright {
  border-top: 1px solid var(--dark-divider-color);
  text-align: center;
  padding: 30px 0;
}

.footer-copyright-text p {
  margin: 0;
  text-transform: capitalize;
  color: var(--white-color);
}

.footer-contact .text {
  font-size: 17px;
  color: #ffffff;
}

.footer-contact .feature-icon {
  padding-right: 10px;
}

.footer-contact .strip .line {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #ffffff;
}

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

.footer-contact .strip a {
  font-size: 14px;
}

.strip .social-media {
  padding-left: 20px;
}

.copy .footer-copyright {
  background: var(--black);
}

.Testimonials .card {
  border-radius: 13px !important;
  border-left: 3px solid #50c9ed !important;
}

.Testimonials .bsb-blockquote-icon {
  font-size: 16px;
  color: #5d6873;
}

.Testimonials .name {
  font-size: 18px;
  color: #242e4e;
}

.Testimonials .name .span {
  font-size: 15px;
  color: #9a9eab;
  font-weight: 400;
  padding-left: 8px;
}

.Testimonials .theading {
  font-size: 20px;
  color: #242e4e;
}

.Testimonials .star {
  font-size: 15px;
  color: #ffffff;
  background: #5bc0de;
  padding: 5px 4px;
}

.Testimonials .quote-image {
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.Testimonials figcaption {
  position: relative;
}

.Testimonials {
  padding-top: 350px !important;
}

.container.contact-us.tab-sec {
  padding-top: 320px !important;
  padding-bottom: 30px;
}

.our-choose .green {
  /* color: #50C9ED !important; */
  color: var(--body-color) !important;
  padding-left: 7px;
  font-weight: 600;
}

.green-input input {
  width: 170px;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-bottom: 2px solid var(--body-color);
  border-radius: 10px;
  font-size: 36px;
  color: var(--body-color);
  text-align: center;
  font-weight: 600;
}

.input-field::placeholder {
  color: #50c9ed;
  /* Custom placeholder color */
  /*            opacity: 0.7; */
}

/************************************/
/***      25. responsive css      ***/
/************************************/

@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 0;
  }

  .hero-content-footer .btn-default.btn-highlighted {
    margin-left: 10px;
    margin-top: 10px;
  }

  .our-service .section-title-content {
    margin-left: 70px;
  }

  .service-content {
    right: 65px;
    left: 65px;
  }

  .employee-content {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1100px) {
  .text-anime-style-3.animation::before {
    content: "";
    position: absolute;
    top: -74px;
    left: 1px;
    width: 500px;
    height: 263px;
    background-image: url(../images/home/busi0.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
  }
}

@media only screen and (max-width: 991px) {
  #magic-cursor {
    display: none !important;
  }

  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .header-btn .btn-default {
    display: none;
  }

  .section-row {
    margin-bottom: 40px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 36px;
  }

  .section-title-content {
    margin-top: 15px;
  }

  .section-btn {
    text-align: left;
    margin-top: 20px;
  }

  .hero-content {
    width: 100%;
    max-width: 500px;
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
  }

  .text-anime-style-3.animation::before {
    content: "";
    position: absolute;
    top: -317px;
    left: 324px;
    width: 490px;
    height: 483px;
  }

  .features-list {
    justify-content: center;
  }

  .features-list.li {
    margin-top: 15px;
  }

  .section-title.heading h1,
  .section-title.heading h2 {
    font-size: 38px;
  }

  .container.contact-us .text-center {
    margin: auto;
  }

  .hero-content-footer .btn-default.btn-highlighted {
    margin-left: 20px;
    margin-top: 0px;
  }

  .hero-image {
    text-align: center;
  }

  .about-us {
    padding: 50px 0 20px;
  }

  .about-company-item .icon-box {
    margin-bottom: 15px;
  }

  .about-company-content p {
    font-size: 20px;
  }

  .our-service .section-title-content {
    margin-left: 0px;
  }

  .service-content {
    right: 10px;
    left: 10px;
  }

  .service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service-footer-btn {
    margin-top: 10px;
  }

  .state-counter {
    padding: 50px 0;
  }

  .counter-contact-btn {
    margin-bottom: 30px;
  }

  .state-image-counter-2 .counter-box:first-child,
  .state-image-counter-1 .counter-box:first-child {
    margin-left: 0px;
  }

  .why-choose-us.light-bg-section {
    padding: 50px 0 20px;
  }

  .why-choose-image img {
    aspect-ratio: 1 / 0.4;
  }

  .why-choose-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .why-choose-title h2 {
    font-size: 36px;
  }

  .why-choose-title {
    width: 100%;
    max-width: 500px;
  }

  .why-choose-counter {
    width: calc(100% - 500px);
  }

  .why-choose-counter h3 {
    font-size: 36px;
  }

  .why-choose-counter p {
    font-size: 16px;
  }

  .why-choose-item {
    padding: 30px;
  }

  .why-choose-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .our-employee {
    padding: 50px 0;
  }

  .employee-content {
    margin-top: 0px;
  }

  .employee-image {
    text-align: center;
    margin-bottom: 30px;
  }

  .employee-content {
    margin-left: 0px;
  }

  .employee-counter-box h3 {
    font-size: 36px;
  }

  .we-help {
    padding: 50px 0;
  }

  .we-help-title {
    max-width: 100%;
  }

  .we-help-title h3 {
    font-size: 20px;
  }

  .our-pricing.light-bg-section {
    padding: 50px 0 20px;
  }

  .pricing-item {
    padding: 30px 20px;
  }

  .pricing-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-header .icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .pricing-content h3 {
    font-size: 20px;
  }

  .pricing-body h2 {
    font-size: 36px;
  }

  .pricing-body {
    margin-bottom: 20px;
  }

  .client-testimonials {
    padding: 50px 0 0;
  }

  .client-testimonials .section-row {
    padding-bottom: 50px;
    margin: 0;
  }

  .client-testimonials-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .author-content h2 {
    font-size: 22px;
  }

  .testimonial-header {
    margin-bottom: 20px;
  }

  .our-blog {
    padding: 50px 0 20px;
  }

  .post-item-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main-footer {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 50px 0 0;
    border-radius: 0;
  }

  .footer-about {
    margin-bottom: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-title h2 {
    font-size: 36px;
  }

  .subscribe-newsletter {
    margin-bottom: 30px;
  }

  .footer-body {
    margin-bottom: 40px;
  }

  .newsletter-title h3 {
    font-size: 22px;
  }

  .footer-links h2 {
    font-size: 20px;
  }

  .footer-contact h2 {
    font-size: 20px;
  }

  .footer-copyright {
    padding: 20px 0;
  }

  .page-header.light-bg-section::before {
    width: 200px;
    height: 180px;
    background-size: cover;
  }

  .page-header-box h1 {
    font-size: 36px;
  }

  .page-header-box ol {
    padding: 5px 15px;
  }

  .page-about {
    padding: 50px 0;
  }

  .page-about-image {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .satisfied-client-content h3 {
    font-size: 22px;
  }

  .about-content {
    margin-left: 0px;
  }

  .about-company-service {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .about-company-service .icon-box {
    margin-right: 15px;
  }

  .company-service-content {
    width: calc(100% - 75px);
  }

  .company-service-content h3 {
    font-size: 20px;
  }

  .our-clients {
    padding: 50px 0;
  }

  .client-logo {
    column-gap: 50px;
    row-gap: 30px;
  }

  .company-planning-image {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .company-planning-content {
    margin-top: 0px;
  }

  .company-planning-body ul li {
    margin-bottom: 15px;
  }

  .our-team {
    padding: 50px 0 20px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .page-services {
    padding: 50px 0 20px;
  }

  .cta-box.service-cta {
    margin-bottom: 50px;
  }

  .page-service-single {
    padding: 50px 0;
  }

  .service-single-content {
    margin-right: 0px;
  }

  .service-entry {
    margin-bottom: 40px;
  }

  .service-entry h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .service-entry h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .service-benefits-item .icon-box {
    margin-right: 10px;
  }

  .service-benefits-content {
    width: calc(100% - 70px);
  }

  .service-benefits-item {
    padding: 20px;
  }

  .service-benefits-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .services-step-box {
    padding: 20px 15px;
  }

  .services-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .customer-Benefit-content h3 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .service-catagery-list {
    padding: 30px;
  }

  .service-catagery-list h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1/0.4;
    object-fit: cover;
  }

  .sidebar-cta-content h3 {
    font-size: 24px;
  }

  .page-blog {
    padding: 50px 0;
  }

  .post-pagination {
    margin-top: 10px;
  }

  .post-single-meta ul li {
    margin-right: 20px;
  }

  .post-single-meta ul li i {
    font-size: 16px;
    margin-right: 5px;
  }

  .page-single-post {
    padding: 50px 0;
  }

  .post-image {
    margin-bottom: 20px;
  }

  .post-entry {
    padding: 30px;
  }

  .post-entry blockquote {
    padding: 20px;
    margin-bottom: 20px;
  }

  .post-entry blockquote p {
    font-size: 28px;
  }

  .post-entry h2 {
    font-size: 36px;
  }

  .post-entry ul li {
    font-size: 16px;
  }

  .post-tag-links {
    padding: 0 0px;
  }

  .post-tags {
    margin-bottom: 10px;
  }

  .tag-links {
    font-size: 26px;
  }

  .post-social-sharing {
    text-align: left;
  }

  .contact-information {
    padding: 50px 0;
  }

  .contact-info-box {
    bottom: 20px;
    left: 10px;
    right: 10px;
  }

  .contact-info-item:hover .contact-info-box {
    bottom: 30px;
  }

  .contact-info-box .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .contact-info-content p {
    font-size: 16px;
  }

  .location-map .section-title {
    max-width: 100%;
  }

  .location-map {
    padding: 50px 0;
  }

  .google-map iframe {
    height: 350px;
  }

  .page-pricing {
    padding: 50px 0 20px;
  }

  .pricing-box {
    padding: 30px;
  }

  .pricing-box-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .pricing-box-title h2 {
    font-size: 36px;
  }

  .pricing-box-title h2 sup {
    top: -1em;
  }

  .pricing-box-content h3 {
    font-size: 20px;
  }

  .page-faqs {
    padding: 50px 0;
  }

  .faq-sidebar {
    margin-bottom: 30px;
  }

  .faq-category-box {
    padding: 30px 20px;
  }

  .faq-section {
    margin-bottom: 30px;
  }

  .faq-section .our-faqs-title h2 {
    font-size: 34px;
  }

  .error-page {
    text-align: center;
    padding: 50px 0;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }

  .error-page-content-heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-row {
    margin-bottom: 30px;
  }

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

  .section-title h3 {
    font-size: 16px;
  }

  /*	.section-title h1,
	.section-title h2{
		font-size: 30px;
	}*/

  .section-title-content {
    text-align: center;
  }

  .section-btn {
    text-align: center;
    margin-top: 20px;
  }

  .btn-large {
    font-size: 16px;
    padding: 15px 55px 15px 15px;
  }

  .btn-default.btn-large::before {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  .google-rating ul {
    display: block;
  }

  .hero-content-footer .btn-default.btn-highlighted {
    margin-left: 0px;
    margin-top: 10px;
  }

  .about-image img {
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
  }

  .about-video-btn {
    bottom: 20px;
    padding: 5px 10px 5px 5px;
  }

  .about-company-item .icon-box {
    margin-bottom: 10px;
  }

  .about-company-content p {
    font-size: 18px;
  }

  .service-content {
    right: 70px;
    left: 70px;
  }

  .counter-contact-btn {
    text-align: center;
  }

  .state-image-counter-1 {
    margin-bottom: 20px;
  }

  .state-image-counter-2,
  .state-image-counter-1 {
    display: block;
  }

  .state-image-counter-2 .counter-box,
  .state-image-counter-1 .counter-box {
    width: 100%;
    height: 100%;
    padding: 40px 10px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .state-image-counter-2 .counter-box:last-child,
  .state-image-counter-1 .counter-box:last-child {
    margin-bottom: 0;
  }

  .state-image-counter-2 .counter-image,
  .state-image-counter-1 .counter-image {
    display: block;
    background-color: transparent;
    padding: 0;
    width: 100%;
  }

  .why-choose-image img {
    aspect-ratio: 1 / 1;
  }

  .why-choose-content {
    display: block;
  }

  .why-choose-title {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .why-choose-title h2 {
    font-size: 26px;
  }

  .why-choose-counter h3 {
    font-size: 30px;
  }

  .why-choose-counter {
    width: 100%;
    text-align: left;
  }

  .why-choose-item {
    padding: 20px;
  }

  .why-choose-body h3 {
    font-size: 18px;
  }

  .employee-counter-box h3 {
    font-size: 30px;
  }

  .employee-counter-box {
    margin-right: 30px;
  }

  .we-help-content {
    display: block;
  }

  .we-help-box {
    border-right: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .we-help-box:last-child {
    margin-bottom: 0;
  }

  .we-help-box .icon-box {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }

  .we-help-title h3 {
    font-size: 18px;
  }

  .pricing-content h3 {
    font-size: 18px;
  }

  .pricing-body h2 {
    font-size: 30px;
  }

  .client-testimonials-content .section-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .author-content h2 {
    font-size: 20px;
  }

  .post-item-body h2 {
    font-size: 18px;
  }

  .footer-logo img {
    max-width: 147px;
  }

  .footer-title h2 {
    font-size: 30px;
  }

  .newsletter-title {
    margin-bottom: 20px;
  }

  .newsletter-title h3 {
    font-size: 20px;
  }

  .footer-links {
    margin-bottom: 30px;
  }

  .footer-links h2 {
    font-size: 18px;
  }

  .footer-contact h2 {
    font-size: 18px;
  }

  .page-header-box h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .page-about-image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
  }

  .page-about-image::before {
    top: 15%;
    width: 90px;
    right: 0;
    background-size: contain;
  }

  .about-img-1 img {
    width: 250px;
  }

  .about-img-2 img {
    width: 200px;
  }

  .satisfied-client {
    padding: 8px 15px;
    transform: translate(-50%, -75px);
  }

  .satisfied-client-icon {
    margin-right: 5px;
  }

  .satisfied-client-icon img {
    width: 30px;
  }

  .satisfied-client-content {
    width: calc(100% - 35px);
  }

  .satisfied-client-content h3 {
    font-size: 20px;
  }

  .satisfied-client-content p {
    font-size: 14px;
  }

  .about-content .section-title {
    text-align: left;
  }

  .company-service-content h3 {
    font-size: 18px;
  }

  .client-logo {
    column-gap: 45px;
    row-gap: 30px;
  }

  .client-logo .client-item img {
    width: 150px;
  }

  .company-planning-content .section-title {
    text-align: left;
  }

  .service-featured-image {
    margin-bottom: 20px;
  }

  .service-entry h2 {
    font-size: 30px;
  }

  .service-entry h3 {
    font-size: 28px;
  }

  .service-benefits-content h3 {
    font-size: 18px;
  }

  .services-step-content h3 {
    font-size: 18px;
  }

  .customer-benefit-image {
    margin-bottom: 20px;
  }

  .customer-Benefit-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .service-catagery-list {
    padding: 30px 20px;
  }

  .service-catagery-list h3 {
    font-size: 22px;
  }

  .sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1/ 0.65;
    object-fit: cover;
  }

  .sidebar-cta-content h3 {
    font-size: 22px;
  }

  .post-single-meta ul li {
    margin-right: 10px;
  }

  .post-entry {
    padding: 20px;
  }

  .post-entry blockquote p {
    font-size: 24px;
  }

  .post-entry h2 {
    font-size: 30px;
  }

  .tag-links {
    font-size: 22px;
  }

  .contact-info-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .contact-info-item:last-child {
    margin-bottom: 0;
  }

  .contact-info-box {
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .google-map iframe {
    height: 300px;
  }

  .pricing-box {
    padding: 30px 20px;
  }

  .pricing-box-title h2 {
    font-size: 30px;
  }

  .pricing-box-title h2 sup {
    top: -0.7em;
  }

  .pricing-box-content h3 {
    font-size: 18px;
  }

  .error-page-content-heading h2 {
    font-size: 30px;
  }
}

@media screen and (min-device-width: 450px) and (max-device-width: 991px) {
  .features-list {
    justify-content: left;
    padding-left: 70px;
  }
}

.contact-us.our-choose ul {
  list-style-type: none;
  padding-left: 0px;
}

.contact-us.our-choose li {
  font-size: 17px;
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

/*	 .carousel-item {
            display: flex;
            justify-content: center;
            align-items: center;
        }*/
.contact-us.our-choose .card {
  width: 200px;
  border: none;
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 11px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-us.our-choose .card img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.testimonial-slider .hero-button-next,
.testimonial-slider .hero-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #50c9ed;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .text-anime-style-3.animation::before {
    content: "";
    position: absolute;
    top: -186px;
    left: 244px;
    width: 323px;
    height: 348px;
  }

  .footer-copyright-text.text-left {
    text-align: center !important;
  }

  .footer-contact.text-right {
    text-align: center !important;
  }

  .footer-contact.text-right .justify-content-end {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .text-anime-style-3.animation::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 154px;
    width: 324px;
    height: 198px;
  }

  .footer-contact .d-flex.strip.justify-content-end {
    display: block !important;
    margin-top: 10px;
  }

  .text-anime-style-3.d-flex {
    display: block !important;
  }

  .green-input .form-control.input-field {
    margin: auto;
  }
}

@media only screen and (max-width: 425px) {
  .text-anime-style-3.animation::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 34px;
    width: 325px;
    height: 98px;
  }

  .hero-image figure img {
    height: 370px;
  }

  .typing {
    margin: AUTO;
  }

  .hero-content .hero-content-footer {
    display: grid;
  }

  /* .our-choose .container { 
		padding: 50px 0px;
	} */
}

@media only screen and (max-width: 1100px) {
  .our-choose .container {
    padding: 50px 0px;
  }
}

@media only screen and (max-width: 320px) {
  .hero-image figure img {
    height: 320px;
  }
}

@media only screen and (max-width: 999px) {
  .footer-links {
    margin-top: 30px;
  }
}

.navbar .navbar-brand img {
  height: 60px;
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1250px !important;
  }

  .home .navbar .container {
    max-width: 1320px !important;
  }

  .home .container {
    max-width: 1280px !important;
  }

  .home .container.counter-section {
    max-width: 1200px !important;
  }
}

@media screen and (min-device-width: 425px) and (max-device-width: 500px) {
  .text-anime-style-3.animation::before {
    left: 75px !important;
  }
}

@media screen and (min-device-width: 501px) and (max-device-width: 600px) {
  .text-anime-style-3.animation::before {
    left: 130px !important;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 700px) {
  .text-anime-style-3.animation::before {
    left: 165px !important;
  }
}

@media screen and (min-device-width: 701px) and (max-device-width: 800px) {
  .text-anime-style-3.animation::before {
    left: 175px !important;
  }
}

@media screen and (min-device-width: 801px) and (max-device-width: 900px) {
  .text-anime-style-3.animation::before {
    left: 270px !important;
  }
}

/*profile css start*/

.profile input,
.profile .form-control,
.profile .form-select {
  /* background: #FAFBFC;
	border: 0px !important;
	border-bottom: 1px solid #CED4DA !important;
	font-size: 14px;
	color: #7A828A;
	border-radius: 0;
	height: 45px; */
  height: 45px;
  background-color: #fff;
  font-size: 14px;
  color: #272c2d !important;
  border-radius: 6px;
  border: 2px solid #e7e9ec;
}

/* .profile .form-select { */
/* padding-right: 30px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background-image: url(../images/svg/down-arrow.svg) !important;
	background-position: right 13px top 53% !important;
	background-repeat: no-repeat !important; */
/* } */

.profile .upload-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.profile .upload-field input[type="file"] {
  display: none;
}

.profile .upload-icon {
  width: 20px;
  height: 20px;
  background: url("upload-icon.png") no-repeat center center;
  background-size: contain;
}

.profile .upload-field {
  background: #fafbfc;
  border: 0px !important;
  border-bottom: 1px solid #ced4da !important;
  font-size: 14px;
  color: #7a828a;
  border-radius: 0;
  height: 45px;
}

.profile .btn-submit {
  background-color: var(--btn-color);
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  border-radius: 9px;
}

.profile .btn-submit:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.profile-container {
  text-align: center;
}

.profile-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.profile-upload {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 2px solid #0c1b4d;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.profile-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: none; */
}

.profile-upload input {
  display: none;
}

.profile-upload label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.profile-upload .icon {
  font-size: 40px;
  color: #aaa;
}

.upload-button {
  margin-top: 20px;
  padding: 6px 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.upload-button:hover {
  background-color: #0077cc;
}

.profile-container {
  background: #fafbfc;
}

.profile .profile-container {
  border-bottom: 2px solid #ced4da;
}

.profile .upload-button:hover {
  background-color: #1c2021;
}

.profile-upload span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.doc_upload {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doc_upload img {
  width: 220px;
  height: 100%;
  object-fit: fill;
  /* display: none; */
}

.card.steps.profile .row.my-5.mx-5 {
  margin: 30px 12px !important;
}

/*.profile .upload-container .next-btn{width: calc(100% - 27px);}*/
/*.profile .upload-container{text-align: end;}*/

/* Profile Css End  */

/*Sidebar CSS*/

@media screen and (min-device-width: 320px) and (max-device-width: 1440px) {
  .sidebar {
    width: 210px;
    padding: 8px 0px;
  }

  .content-body {
    left: 170px;
    width: calc(100% - 170px);
  }

  .image-text .image img {
    height: 30px;
  }
}

/*Sidebar CSS*/

/*Nav Bar Position Top CSS*/

.content-body .navbar.bg-body-tertiary.bg-white {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.main-container .navbar.bg-body-tertiary.bg-white {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.sidebar {
  z-index: 999;
}

/*Nav Bar Position Top CSS*/

/* /	Privacy Policy CSS / */

.content-bg .card {
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
}

.container-fluid.content-manage {
  background: var(--body-color);
}

.container-fluid.content-manage .header h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

.container-fluid.content-manage .header p {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 0px;
}

.main-info .card-body h2 {
  font-size: 25px;
  font-weight: 500;
  color: #1f2937;
}

.content-bg {
  background-color: #f3f4f6;
}

.main-info .card-body p {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 6px;
}

.main-info .card-body .intro-content .dt {
  color: #28313b;
}

.container.main-info .card .card-body {
  padding: 44px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .container.main-info .card .card-body {
    padding: 23px !important;
  }
}

/* /	Privacy Policy CSS / */

.body-intro.Contact {
  background: #f3f4f6;
}

.map .form-container {
  max-width: 100% !important;
}

.body-intro.Contact {
  padding: 0px 200px;
}

.map .left {
  max-width: 550px !important;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 100% !important;
}

.left .location .w-100 {
  height: 440px;
}

/* FE changes  06-12*/

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: #ffffff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.page-link {
  color: var(--primary-color) !important;
}

.sidebar .menu-links li>.main-tabs.active {
  border-radius: 9px !important;
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

.sidebar .menu-links li>.main-tabs.active img {
  filter: invert(2) sepia(8) saturate(8) hue-rotate(126deg);
}

.sidebar .menu-links li>.main-tabs.active span {
  color: #ffffff !important;
}

.home .slider-container {
  background: #f5f7fa;
  border-radius: 25px;
  padding: 30px 25px;
}

.home .loan-tp .slick-prev {
  left: -40px !important;
}

.home .loan-tp .slick-next {
  right: -40px !important;
}

.home .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #000000 !important;
  outline: none !important;
  background: #ffffff !important;
}

.home .slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
  color: #000000 !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 4px 6px 1px #b9b9bb !important;
  z-index: 9 !important;
}

.home .slick-prev:before {
  content: url(../images/home/prev.png) !important;
}

.home .slick-next:before {
  content: url(../images/home/next.png) !important;
}

.home .slick-prev:before,
.home .slick-next:before {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: bold !important;
  opacity: 1.75 !important;
  color: #000 !important;
  font-family: none !important;
}

.home .loan-tp .slider-container img {
  height: 130px;
  box-shadow: 1px 1px 6px 0px #cbcbcb3b !important;
}

div:where(.swal2-container) button:where(.swal2-close) {
  width: 0.8em !important;
  height: 0.8em !important;
  color: #ccc !important;
  font-size: 2.2em !important;
  /* border: 1px solid #cccccc !important; */
  border-radius: 50% !important;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 7px 0px 0 0 !important;
}

.slider-container :focus-visible {
  outline: 0 !important;
}

.ancwhite a {
  color: white !important;
}

.profileBtn-primary {
  color: white !important;
  background-color: var(--primary-color) !important;
}

.profileBtn-secondary {
  background-color: rgb(233, 236, 239) !important;
}

.home .trustedSlider img {
  object-fit: none;
  width: 100% !important;
  height: 100px;
  object-position: center;
  background: transparent;
  box-shadow: none !important;
}

/* .trustedSlider .slick-prev:before,
.trustedSlider .slick-next:before {
	color: #999999 !important;
	opacity: 1 !important;
}

.trustedSlider .slick-prev,
.trustedSlider .slick-next {
	width: 25px !important;
	height: 25px !important;
	padding: 0 !important;
	color: transparent;
	border: 1px solid #999999;
	border-radius: 50%;
} */

.rotating-word span {
  color: #fff !important;
}

.profileImg {
  height: 33px;
  border-radius: 50%;
  width: 35px;
  object-fit: cover;
  object-position: top;
}

/* -----------end FE changes */

.footer.text-center {
  /* position: fixed;
	bottom: 0;
	left: 0; */
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 20px !important;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.footer .copyright p {
  margin-bottom: 0px !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .content-body {
    width: calc(100% - 0px);
  }
}

.footer.text-center {
  /* position: fixed;
	bottom: 0;
	left: 0; */
  width: 100%;
  text-align: center;
  padding: 10px 0;
  z-index: 1000;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .mobile-sidebar .btn.btn-primary {
    padding: 0.738rem 0.8rem !important;
    border-radius: 1.125rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-sidebar .btn.btn-primary {
    margin-left: 27px;
    margin-top: 7px;
  }
}

.typing {
  color: #ffffff !important;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 20ch;
  animation: typing 3s steps(20) infinite alternate,
    reverseTyping 3s steps(20) infinite alternate;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 20ch;
  }
}

@keyframes reverseTyping {
  50% {
    width: 20ch;
  }

  100% {
    width: 0;
  }
}

.section-title h1 {
  min-height: 100px;
  /* adjust as needed */
}

@media screen and (min-device-width: 1100px) and (max-device-width: 1300px) {
  .home .container {
    max-width: 1150px !important;
  }

  .home .container.counter-section {
    max-width: 1040px !important;
  }

  .home .navbar {
    padding: 25px 35px !important;
  }

  .text-anime-style-3.animation::before {
    top: -127px;
  }

  .home .hero-image img {
    height: 450px;
  }
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1100px) {
  .home .container {
    max-width: 950px !important;
  }

  .hero .container {
    padding: 19px 10px;
  }

  .hero .hero-image img {
    height: 433px;
  }

  .text-anime-style-3.animation::before {
    top: -80px;
  }

  .home .container.counter-section {
    max-width: 953px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 991px) {
  .typing {
    margin: AUTO;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1000px) {
  .text-anime-style-3.animation::before {
    top: -65px;
    left: 20px;
  }

  .hero .hero-image img {
    height: 420px;
  }

  .hero .container {
    padding: 30px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 992px) {
  .container.counter-section.MOBILE-NONE {
    display: none !important;
  }

  .counter-section.d-none.p-relative {
    display: block !important;
    position: relative !important;
  }

  .counter-section.d-none.p-relative {
    max-width: 1200px !important;
    box-shadow: NONE;

    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    transform: NONE;
    background: #ffffff;
    margin-top: 0;
  }

  .Testimonials {
    padding-top: 10px !important;
  }

  .our-choose .container {
    margin-bottom: 0px !important;
  }

  .our-choose .tab-content {
    padding-bottom: 0px;
  }

  .container.contact-us.our-choose {
    padding-bottom: 0px !important;
  }

  .home .our-clients {
    padding-bottom: 0px !important;
  }

  .container.contact-us.tab-sec {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
}

.home .loan-tp .slider-container .active-type {
  border: 2px solid var(--primary-color);
  border-radius: 7px;
  box-shadow: 0px 0px 4px 0px var(--primary-color) !important;
}

.card .card-body .table-responsive {
  min-height: 255px;
}

.table-no-data {
  height: 250px;
  margin: 42px 0px !important;
}

/*Feedbacks css start*/

.container.contact-us.top {
  padding-top: 330px !important;
  padding-bottom: 40px;
}

.top .btn-default.btn-highlighted {
  margin-left: 0px;
}

.counter-number {
  font-size: 34px;
}

/*.tab-content .tab-pane .align-items-center.bg-white{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}*/

/*.our-choose .container.remove-bg {
    background: transparent;
    padding: unset;
    border-radius: 0;
}*/

.our-choose .bg-white {
  padding: 40px 40px;
  border-radius: 40px;
}

/*Feedbacks css start*/

.field-check-icon {
  height: 24px;
  width: 24px;
  margin-left: 6px;
}

/* Theme changes */
.feature-item span {
  font-size: 15px;
  color: #ffffff !important;
  font-weight: 500;
}

.home .theme.hero-content-body p {
  font-size: 18px;
  color: #ffffff !important;
  opacity: 0.8;
}

.home h1 {
  color: #fff !important;
  line-height: 76px;
}

.btn-default:hover .whtsg {
  filter: none !important;
}

@media (min-width: 360px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

/* tooltip */
/* .core-styles-module_tooltip__3vRRp {
    left: 689px !important; 
    top: 80px !important; 
} */

.toltip .table> :not(caption)>*>* {
  color: #fff !important;
  background-color: #000000 !important;
}

.styles-module_tooltip__mnnfp {
  padding: 8px 8px !important;
  border-radius: 10px;
  font-size: 86%;
  width: 270px !important;
  text-align: center;
}

.container.contact-us.our-choose {
  padding: 60px 20px;
}

sub,
sup {
  position: relative;
  font-size: 1.1em !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: 0 !important;
  background-image: none !important;
  background-position: initial !important;
  background-size: initial !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border: 2px solid #e7e9ec !important;
  box-shadow: none !important;
}

.table tr th.proposal-th {
  background-color: #f6f7f8 !important;
  min-width: 230px !important;
  border: 1px solid #dee2e6 !important;
  padding: 12px !important;
}

.proposal-td {
  border: 1px solid #dee2e6 !important;
  padding: 12px !important;
}

.broker-tb-label {
  background-color: #f6f7f8 !important;
}

.construction-container {
  /* height: 540px; */
  padding: 10px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.text-heading {
  color: var(--text-color-main);
  font-weight: 700;
  font-size: 45px;
  padding-top: 60px;
}

.text-primary-color {
  color: var(--text-color-main);
  font-weight: 600;
}

.text-yellow-color {
  color: var(--text-yellow);
}

.success-circle-green {
  background-color: #d1fadf;
  height: 25px;
  width: 25px;
  color: #12b76a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.construction-image-section {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  position: relative;
}

.construction-image {
  height: 500px;
  width: 800px;
  position: relative;
}

.construction-image img {
  height: 100%;
  width: 100%;
}

.strip-top {
  display: flex;
  width: 90%;
}

.strip-bottom {
  display: flex;
  width: 100%;
}

.strip-top-left {
  background-color: #1f3154;
  height: 50px;
  flex-grow: 1;
}

.strip-top-right {
  background-color: #ffc700;
  height: 50px;
  flex-grow: 1;
}

.strip-bottom-left {
  background-color: #1f3154;
  height: 50px;
  flex-grow: 1;
}

.strip-bottom-right {
  background-color: #ffc700;
  height: 50px;
  flex-grow: 1;
}

.strip-section {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  margin-top: 100px;
  /* justify-content: center; */
  align-items: center;
  transform: rotate3d(1, 1, 1, -11deg);
  width: 1200px;
  z-index: 0;
}

.result {
  padding: 15px 0px 70px 0px;
}

.help-section {
  padding: 35px 250px;
}

.reverse-cards {
  flex-direction: row-reverse;
}

.benefit-img {
  height: 450px;
}

.stories-description {
  white-space: pre-line;
  width: 600px;
}

@media (max-width: 1128px) {
  .help-section {
    padding: 30px 60px;
  }

  .stories-description {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .text-heading {
    font-size: 35px;
  }

  .construction-image {
    height: 400px;
    width: 650px;
  }

  .stories-description {
    width: 100%;
  }

  .benefit-img {
    height: 400px;
  }

  .help-section {
    padding: 30px 30px;
  }
}

@media (max-width: 600px) {

  .reverse-cards,
  .benefit-section {
    flex-direction: column;
  }
}

.light-bg-section {
  position: relative;
  width: 100%;
  max-width: 1600px;
  background: var(--secondary-color);
  border-radius: 40px;
  margin: 0 auto;
  overflow: hidden;
  /* Prevent image from overflowing */
}

.image-section-hero {
  position: relative;
  z-index: 2;
}

/* Hero image container */
.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Fill the entire area */
  object-position: center;
  border-radius: 0;
  /* Remove border radius to fill completely */
}

.light-bg-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 490px;
  height: 480px;
  /* background-image: url(../images/home/icon-section-bg.svg); */
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
}

.light-bg-section .container-main {
  position: relative;
  z-index: 1;
}

/* Large screens - desktop */
@media only screen and (min-width: 1200px) {
  .image-section-hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    /* Right half of the container */
    z-index: 2;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    /* Match container border radius on right side */
    overflow: hidden;
  }

  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}

/* Medium-large screens */
@media only screen and (max-width: 1600px) {
  .light-bg-section {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}

/* Medium screens */
@media only screen and (max-width: 1199px) {
  .light-bg-section {
    width: calc(100% - 30px);
    margin: 0 15px;
  }

  .image-section-hero {
    position: relative;
    margin-top: 30px;
  }

  .hero-image {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
  }

  .hero-image img {
    object-fit: cover;
  }
}

/* Small-medium screens */
@media only screen and (max-width: 991px) {
  .light-bg-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 50px 20px;
    border-radius: 0;
  }

  .light-bg-section::before {
    width: 300px;
    height: 350px;
    background-size: cover;
  }

  .image-section-hero {
    position: relative;
    margin-top: 40px;
  }

  .hero-image {
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
  }

  .hero-image img {
    object-fit: cover;
  }

  .landing-pageform {
    width: 75% !important;
  }
}

/* Mobile screens */
@media only screen and (max-width: 768px) {
  .light-bg-section {
    padding: 40px 15px;
  }

  .hero-image {
    height: 250px;
    border-radius: 15px;
  }
}

/* Very small screens */
@media only screen and (max-width: 576px) {
  .light-bg-section {
    padding: 30px 10px;
  }

  .hero-image {
    height: 200px;
    border-radius: 10px;
  }
}

/* Specific device range */
@media screen and (min-device-width: 1300px) and (max-device-width: 1366px) {
  .home.bg-white .light-bg-section {
    position: relative;
    width: 100%;
    max-width: 1300px;
    background: var(--secondary-color);
    border-radius: 40px;
    margin: 0 auto !important;
  }

  .image-section-hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
  }
}

/* Dark theme override */
.home.bg-white .light-bg-section {
  /* background: var(--black) !important; */
  background: var(--body-color) !important;
  overflow: hidden;
}

/* Additional responsive adjustments for content balance */
@media only screen and (min-width: 1200px) {
  .hero-content {
    padding: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
}





/* Broker Fees */

.loan-amount-section {
  padding: 30px;
  background: #f8f9ff;
  border-bottom: 1px solid #e0e6ff;
}

.loan-amount {
  text-align: center;
  margin-bottom: 20px;
}

.loan-amount h2 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.amount-display {
  font-size: 3rem;
  font-weight: 800;
  color: #4facfe;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.comparison-table {
  padding: 0px;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.option-card {
  background: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.option-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #0c1b4d
}

.option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  /* border-color: #4facfe; */
}

.option-header {
  text-align: center;
  margin-bottom: 25px;
}

.option-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}


.fee-rate {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4facfe;
  margin-bottom: 5px;
}

.fee-amount {
  font-size: 1rem;
  color: #dc3545;
  font-weight: 600;
}

.payment-details {
  margin-top: 25px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: 600;
  color: #555;
}

.detail-value {
  font-weight: 700;
  color: #333;
}

.detail-value.amount {
  color: #dc3545;
}

.detail-value.na {
  color: #6c757d;
  font-style: italic;
}

.savings-badge {
  background: linear-gradient(135deg, #28a745, #0e9770);
  color: white;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: 700;
  font-size: .8rem;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
  width: 40%;
}

.cta-button {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  background: #0c1b4d;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}



@media (max-width: 768px) {
  .options-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .header h1 {
    font-size: 2rem;
  }

  .amount-display {
    font-size: 2.2rem;
  }

  .fee-rate {
    font-size: 1.6rem;
  }
}

.lead-amt-trans .form-control {
  font-size: 14px;
  color: #272c2d !important;
  border-radius: 6px;
  border: 2px solid #e7e9ec;
  height: 45px;
}

@media (min-width: 998px) {
  .broker-tb .table tr td:nth-child(1) {
    min-width: 230px !important;
  }
}

.loan-agreement ol>li {
  margin-bottom: 15px;
}

.loan-agreement ol>li ul>li {
  margin-bottom: 10px;
}

.loan-agreement ol.sets ul {
  list-style: disc;
  padding-left: 1rem !important;
}

.home-ButtonLink {
  background-color: var(--body-color);
}

.landing-pageform {
  width: 50%;
}

/* Lead setteled progress */
.progress-container { 
  font-size: 14px;
  padding: 10px;
  width: 200px;
}

.prog-level-img{
  height: 100px;
  width: 100px;;
}

.custom-progress-bar .progress-bar {
  background-color: var(--progress-color);
}
.custom-progress-bar {
  height: 15px !important;
}

.vertical-progress-bar {
  position: relative;
  height: 250px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}

.line-container {
  position: absolute;
  left: 20px;
  top: 30px;  /* Push below the first milestone */
  bottom: 30px; /* Leave space above the last milestone */
  width: 10px;
  z-index: 1;
}

.track {
  position: absolute;
  left: 10px; 
  width: 100%;
  height: 100%;
      max-height: 100%;
  background: #ccc;
  border-radius: 2px;
  z-index: 1;
}

.fill {
  position: absolute;
  left: 10px; 
  width: 100%;
      max-height: 100%;
  background: #4caf50;
  border-radius: 2px;
  z-index: 2;
  transition: height 0.4s ease;
}

.milestone {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.box {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #a5a1a1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 12px;
  border-radius: 5px;
}