* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-Light.ttf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../../WebDesign1/fonts/Rubik-Black.ttf");
  font-weight: 900;
  font-display: swap;
}

:root {
  --primary-color: #0469f4;
  --secondary-color: #e35811;
  --white-color: #fff;
  --primary-text: #1f1c1b;
  --secondary-text: #111111;
  --third-text: #62605f;
  --four-text: #707070;
}

body {
  background-color: #ffffff;
  color: var(--primary-text);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--primary-text);
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: normal;
}

p,
body {
  font-size: 16px;
  line-height: 24px;
}

.small-para {
  font-size: 14px;
  line-height: 20px;
}

.large-para {
  font-size: 18px;
  line-height: 32px;
}

.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  max-width: 1310px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 4px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-xl {
  border-radius: 12px !important;
}

.rounded-xxl {
  border-radius: 16px;
}

.rounded-xxxl {
  border-radius: 32px;
}

.primary-text {
  color: #0469f4 !important;
}

.text-primary {
  color: #1f1c1b !important;
}

.text-secondary {
  color: #62605f !important;
}

.text-third {
  color: #808080 !important;
}

.bg-primary {
  background-color: #0469f4 !important;
}

.bg-secondary {
  background-color: #1d3c4d !important;
}

.bg-third {
  background-color: #f3f6fb !important;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

hr:not([size]) {
  height: 1px;
  background: #f0f0f0;
  opacity: 1;
}

.border2 {
  border: 1px solid #e4e4e4;
}

.bttn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 40px;
  min-width: 130px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}

.bttn:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.8s;
}

.bttn-secondary {
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.bttn-secondary:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.bttn-primary {
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 0px;
}

.bttn-primary:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.bttn-third {
  color: var(--white-color);
  background-color: var(--secondary-color);
  border: 0px;
}

.bttn-third:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.bttn-primary.bttn-large {
  padding: 16px 32px;
  font-size: 16px;
  border: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.8s;
}

.bttn-text i {
  font-size: 18px;
}

.d-grid {
  gap: 30px;
}

.tr-badge {
  background-color: var(--third-color);
  line-height: normal;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
}

.plan-bttn {
  color: var(--primary-color);
}

.plan-bttn i {
  font-size: 20px;
}

.bttn-text {
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-top: 4px;
  display: block;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.spacer {
  height: 24px;
  display: block;
  width: 100%;
}

.spacer-st {
  height: 80px;
  display: block;
  width: 100%;
}

.section-head h6 {
  color: #08813c;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 0;
  margin: 0 5px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
}

.accordion-button::after {
  content: "\EA13";
  background-image: none;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
  font-size: 18px;
  background-image: none;
  transform: none;
  width: auto;
  height: auto;
}

.accordion-button * {
  font-size: 18px;
  font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
  content: "\EB99";
  background-image: none;
  transform: none;
}

.breadcum-custom li.selected-li a {
  color: rgba(98, 96, 95, 1);
}

.breadcum-custom li,
.breadcum-custom li a {
  line-height: normal;
  display: flex;
  align-items: center;
  color: rgba(98, 96, 95, 0.5);
  font-size: 14px;
}

.accordion-button {
  color: var(--primary-text) !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.breadcum-custom li a i {
  margin-right: 10px;
}

.breadcum-custom li:not(:last-child):after {
  content: "/";
  margin: 0px 5px;
  position: relative;
  top: 1px;
}

.translate-y-50 {
  transform: translateY(-50%);
}

.register-page .cards {
  border-radius: 16px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 8px 16px !important;
  outline: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0 16px;
}

.select2-container .select2-selection--multiple {
  min-height: 56px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #86b7fe !important;
}

b,
strong {
  font-weight: 500;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gap-30 {
  gap: 30px;
}

p:last-child {
  margin: 0;
}

p:empty {
  display: none;
}
