@font-face {
  font-family: "PlusJakartaSans Light";
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: "PlusJakartaSans Regular";
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: "PlusJakartaSans Medium";
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: "PlusJakartaSans SemiBold";
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 700;
}

html, body {
  font-family: 'PlusJakartaSans Regular' !important;
  margin: 0;
  padding: 0;
}

input::placeholder {
  color: #D1D5D9!important;
  font-weight: 400;
}

/* h1 {
  font-size: 3.75rem!important;
  line-height: 72px!important;
  letter-spacing: -2%;
}

h2 {
  font-size: 2.5rem!important;
  line-height: 52px!important;
  letter-spacing: -2%;
}

h3 {
  font-size: 1.5rem!important;
  line-height: 32px!important;
  letter-spacing: 0%;
}

h4 {
  font-size: 1.25rem!important;
  line-height: 30px!important;
  letter-spacing: 0%;
}

h5 {
  font-size: 1.125rem!important;
  line-height: 28px!important;
  letter-spacing: 2px;
} */

/* A tags */
a {
  text-decoration: none!important;
}

/* Font Family */
.ff-light {
  font-family: "PlusJakartaSans Light", sans-serif !important;
}

.ff-medium {
  font-family: "PlusJakartaSans Medium", sans-serif !important;
}

.ff-semibold {
  font-family: "PlusJakartaSans SemiBold", sans-serif !important;
}

/* Background primary */
.bg-primary-gradient {
  background-image: linear-gradient(90deg, #0C498E, #1371DB);
}
.bg-color-primary {
  background-color: #0C498E!important;
}
/* Background secondary */
.bg-color-secondary {
  background-color: #B78C3C!important;
}
/* Background tertiary */
.bg-tertiary {
  background-color: #D01A15!important;
}
/* Background light grey */
.bg-light-grey {
  background-color: #D1D5D9!important;
}
/* Background medium grey */
.bg-medium-gray {
  background-color: #888F97!important;
}
/* Background dark grey */
.bg-dark-gray {
  background-color: #2C2C2C!important;
}
/* Background dark grey */
.bg-white {
  background-color: #FFFFFF!important;
}

/* Background color primary list */
.bg-primary-100 {
  background-color: #F2F5F9!important;
}
.bg-primary-200 {
  background-color: #D1E7FF!important;
}
.bg-primary-300 {
  background-color: #62A2EB!important;
}
.bg-primary-400 {
  background-color: #3C75B7!important;
}
.bg-primary-500 {
  background-color: #626F7F!important;
}
.bg-primary-600 {
  background-color: #3B4C5E!important;
}
.bg-primary-700 {
  background-color: #011D32!important;
}
.bg-primary-800 {
  background-color: #1B222B!important;
}

/* ==== Text color primary list ==== */
.text-primary-100 {
  color: #F2F5F9!important;
}
.text-primary-200 {
  color: #D1E7FF!important;
}
.text-primary-300 {
  color: #62A2EB!important;
}
.text-primary-400 {
  color: #3C75B7!important;
}
.text-primary-500 {
  color: #626F7F!important;
}
.text-primary-600 {
  color: #3B4C5E!important;
}
.text-primary-700 {
  color: #011D32!important;
}
.text-primary-800 {
  color: #1B222B!important;
}

/* text color primary */
.text-color-primary {
  color: #0D4C94!important;
}
/* text color secondary */
.text-secondary {
  color: #B78C3C!important;
}
/* text color tertiary */
.text-tertiary {
  color: #D01A15!important;
}
/* text color light grey */
.text-light-grey {
  color: #D1D5D9!important;
}
/* text color medium grey */
.text-medium-gray {
  color: #888F97!important;
}
/* text color dark grey */
.text-dark-gray {
  color: #2C2C2C!important;
}
/* text color dark grey */
.text-white {
  color: #FFFFFF!important;
  fill: #FFFFFF;
}

/* COL SPAN */
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 4 / span 4;
}
.col-span-1 {
  grid-column: span 5 / span 5;
}
.col-span-1 {
  grid-column: span 6 / span 6;
}

/* HOVER CSS */
.hover-bg-primary-200:hover {
  background-color: #D1E7FF!important;
}

/* CIRCLE CHEV ICON CSS */
#circle-chev-icon {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  display: inline-flex;
  text-align: right;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 5px;
  box-shadow: 0px 1px #1E2630;
}

/* PRIMARY BUTTON CSS */
#primary-btn {
  /* background-color: #0C498E; */
  background-image: linear-gradient(90deg, #0C498E, #1371DB);
  border: none;
  width: 282px;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  position: relative;
  box-shadow: 0px 8px 16px -4px #0C498E80;
}

#primary-btn:hover {
  background-image: linear-gradient(90deg, #1479EB, #398EEE);
  box-shadow: inset -6px -6px 12px -4px #0D76C9, inset 6px 6px 24px 0px #FFFFFF40,0px 8px 16px -4px #0C498E80;
}

.primary-btn-gradient {
  background-image: linear-gradient(90deg, #0C498E, #1371DB);
  border: none;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  position: relative;
  box-shadow: 0px 8px 16px -4px #0C498E80;
}

.primary-btn-gradient:hover {
  background-image: linear-gradient(90deg, #1479EB, #398EEE)!important;
  box-shadow: inset -6px -6px 12px -4px #0D76C9, inset 6px 6px 24px 0px #FFFFFF40,0px 8px 16px -4px #0C498E80;
}
.pimary-btn-outline {
  border: 3px solid #0C498E!important;
  color: #0C498E!important;
}

.pimary-btn-outline:hover {
  border: 3px solid #3C75B7!important;
  color: #3C75B7!important;
  background-color: #F2F5F9!important;
}

#primary-btn-100 {
  background-color: #F2F5F9!important;
  border: none;
  width: 282px;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  position: relative;
  color: #0C498E;
}

#primary-btn-100:hover {
  background-color: #D1E7FF;
}

.primary-btn-200 {
  background-color: #D1E7FF!important;
  padding: 0px 32px 0px 32px!important;
  height: 60px;
  font-size: 18px!important;
  text-align: center;
  line-height: 28px!important;
  font-weight: 800!important;
}

.primary-btn-200:hover {
  background-color: #62A2EB!important;
  color: white!important;
}

.primary-btn-300 {
  background-color: #62A2EB!important;
  color: white!important;
  padding: 0px 32px 0px 32px!important;
  height: 60px;
  font-size: 18px!important;
  text-align: center;
  line-height: 28px!important;
  font-weight: 800!important;
}

.primary-btn-300:hover {
  background-color: #D1E7FF!important;
  color: #0C498E!important;
}

/* === HEADER CONTAINER CSS === */
.container {
  padding: 8px 16px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

/* Header */
header .btn-get-started {
  padding: 15px 25px;
}

header .container-fluid {
  padding: 10px 15px;
}

header .account-menu button:focus {
  box-shadow: none;
  border: 0;
}
header .account-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  right: 2px;
}

header .account-menu .dropdown-menu a {
  padding: 8px 15px !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #626F7F;
  transition: none;
}

header .account-menu .dropdown-menu a svg,
#mobileMenu .modal-section .modal-menu ul li a svg {
  width: 18px;
  height: 18px;
}

header .account-menu .dropdown-menu a svg,
header .account-menu .dropdown-menu a svg rect, 
header .account-menu .dropdown-menu a svg path,
#mobileMenu .modal-section .modal-menu ul li a svg,
#mobileMenu .modal-section .modal-menu ul li a svg rect,
#mobileMenu .modal-section .modal-menu ul li a svg path {
  fill: #626F7F;
}

header .account-menu .dropdown-menu a:hover,
header .account-menu .dropdown-menu a.active,
#mobileMenu .modal-section .modal-menu .profile-menu ul li a.active {
  background-color: #3B4C5E;
  color: #FFF!important;
}
header .account-menu .dropdown-menu a:hover svg,
header .account-menu .dropdown-menu a:hover svg rect,
header .account-menu .dropdown-menu a:hover svg path,
header .account-menu .dropdown-menu a.active svg,
header .account-menu .dropdown-menu a.active svg rect,
header .account-menu .dropdown-menu a.active svg path,
#mobileMenu .modal-section .modal-menu ul li a:hover svg,
#mobileMenu .modal-section .modal-menu ul li a:hover svg rect,
#mobileMenu .modal-section .modal-menu ul li a:hover svg path,
#mobileMenu .modal-section .modal-menu ul li a.active svg,
#mobileMenu .modal-section .modal-menu ul li a.active svg rect,
#mobileMenu .modal-section .modal-menu ul li a.active svg path {
  background-color: #3B4C5E;
  fill: #FFF;
  color: #FFF;
}

header .account-menu .dropdown-menu a.btn-message:hover svg,
header .account-menu .dropdown-menu a.btn-message:hover svg path,
header .account-menu .dropdown-menu a.btn-message:hover svg rect,
header .account-menu .dropdown-menu a.btn-message.active svg,
header .account-menu .dropdown-menu a.btn-message.active svg path,
header .account-menu .dropdown-menu a.btn-message.active svg rect,
#mobileMenu .modal-section .modal-menu ul li a.btn-message:hover svg,
#mobileMenu .modal-section .modal-menu ul li a.btn-message:hover svg path,
#mobileMenu .modal-section .modal-menu ul li a.btn-message:hover svg rect,
#mobileMenu .modal-section .modal-menu ul li a.btn-message.active svg,
#mobileMenu .modal-section .modal-menu ul li a.btn-message.active svg path,
#mobileMenu .modal-section .modal-menu ul li a.btn-message.active svg rect {
  fill: #3B4C5E !important;
  color: #3B4C5E !important;
}

header .account-menu .dropdown-toggle::after {
  display: none;
}

header .btn-bar {
  display: none;
}

header .btn-bar button {
  padding: 6px;
  width: 30px;
  height: 30px;
  border: 0;
}

/* Mobile Menu */
#mobileMenu .modal-section .btn {
  width: 36px;
  height: 36px;
}
#mobileMenu .modal-dialog-slideout {
  min-height: 100%; 
  margin: 0 0 0 auto;
}
#mobileMenu .modal-content {
  background-color: transparent;
}
#mobileMenu .modal-section {
  min-height: 100%; 
  box-shadow: 0px 8px 18px 0px #051D3880; 
  border-radius: 32px 0px 0px 32px;
}
#mobileMenu .modal-section .btn-close {
  width: 25px;
  height: 25px;
}
#mobileMenu .modal-section .modal-menu {
  height: 86vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#mobileMenu .modal-section .modal-menu ul li {
  list-style: none;
}
#mobileMenu .modal-section .modal-menu ul li a {
  font-size: 18px;
  line-height: 28px; 
  text-decoration: none;
  width: 100%;
  color: #626F7F;
}
#mobileMenu .modal-section .modal-menu ul li a:hover {
  background-color: #3B4C5E;
  color: #FFF !important;
}
#mobileMenu .modal-section .modal-menu .btn-get-started {
  border: 1px solid #3B4C5E; 
  border-radius: 8px; 
  width: 150px; 
  height: 48px;
}
#mobileMenu .modal-section .modal-menu .profile-menu ul li a {
  font-size: 14px;
  line-height: 17px;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%,0)scale(1);
  transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}

@media only screen and (max-width: 1230px) {
  header .nav-menu,
  header .account-menu {
    display: none !important;
  }
  header .btn-bar {
    display: block;
  }
  .menu-section {
    display: none !important;
  }
}

/* Navbar CSS */
.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.nav-menu-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

/* RADIO BUTTON */
input[type="radio"]:checked +  label {
  background-color: #0C498E!important;
  color: white!important;
}
input[type="radio"]:checked + div  #continue-btn {
  background-color: #D1E7FF;
}

/* Form Style */
.btn-google {
  box-shadow: 0px 1px 16px 0px #1577BD4D;
}

.form-section {
  max-width: 620px;
  margin: 0 auto;
}

.form-section input,
.form-section textarea {
  border-radius: 4px !important;
}

.form-section select {
  width: 100%;
  padding: 0 22px 0 12px;
}

.form-section input:focus,
.form-section textarea:focus {
  border-style: solid !important;
}

.form-section label {
  font-size: 14px;
  line-height: 17px; 
  letter-spacing: -0.2px;
}

.form-section .btn-forgot {
  color: #524B45; 
  font-size: 12x;
}

/* Stepper Style */
.stepper .progress {
  height: 2px;
}

.stepper .progress-info {
  width: 40px;
  height: 40px; 
  bottom: -20px; 
  border: 1px solid #62A2EB; 
  box-shadow: 0px 2px 4px 0px #6382A666;
}

.stepper .progress-info:nth-child(2) {
  left: 10%;
}

.stepper .progress-info:nth-child(3) {
  left: 30%;
}

.stepper .progress-info:nth-child(4) {
  left: 50%;
}

.stepper .progress-info:nth-child(5) {
  left: 70%;
}

.stepper .progress-info:nth-child(6) {
  left: 90%;
}

.stepper .progress-info .progress-info-text {
  top: 45px; 
  width: 171px; 
  font-size: 14px;
}

.stepper .progress-info .progress-eye {
  width: 12px;
  height: 12px;
}

/* Progress Bar Style */
.simple-progress-bar {
  width: 100%;
}

.simple-progress-bar .text-percent {
  font-size: 12px; 
  line-height: 18px;
}

.simple-progress-bar .progress-bar {
  background-image: linear-gradient(90deg, #0C498E, #1371DB);
}

/* Button Style */
.qsi-btn-primary {
  border-radius: 50px !important;
  min-width: 300px;
  padding: 10px 20px !important;
  font-size: 18px !important;
  color: #3C75B7 !important;
}
.qsi-btn-primary:hover {
  background-color: #ADCFFF !important;
}

.qsi-btn-secondary {
  border-radius: 50px !important;
  min-width: 300px;
  padding: 10px 20px !important;
}

/* QSI Role Selector Style */ 
.qsi-role-selector label {
  height: 350px !important;
  font-size: 1.75rem !important;
  color: #0D4C94 !important;
}

.qsi-role-selector .frm_opt_container {
  grid-gap: 30px !important;
}

.qsi-role-selector .frm_label_button_container {
    border-radius: 10px;
    text-align: center;
}

.frm_error_style {
  display: none !important;
} 

/* Search Matching Records Style */
.steps .icon {
  background-color: aliceblue;
  width: 60px;
  height: 60px;
  border: gray solid;
}

.steps .step.current .icon {
  background-color: #0041A3;
}

.steps .step.done .icon {
  background-color: gray;
}

.steps .step.current svg,
.steps .step.done svg {
  fill: white;
}

/* Search Business Industry Style */
.search-industry {
  position: relative;
} 

.search-industry .frm_fields_container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0;
}

.search-industry .search-industry-container {
  margin-bottom: 0 !important;
}

.search-industry select {
  width: 522px;
  height: 56px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-industry .btn-submit button {
  width: 150px !important;
  height: 57px !important;
  padding: 0 !important;
  background-image: linear-gradient(90deg, #0C498E, #1371DB) !important;
  color: white !important;
  font-family: 'PlusJakartaSans SemiBold', sans-serif;
  font-size: 20px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  box-shadow: none !important;
  border: 0 !important;
}

.search-industry .btn-submit button .icon {
  display: none;
  width: 25px;
  height: 25px;
}

/* Insurance Request Style */
#request-search-filter > input[type="radio"]:checked + label,
#request-search-filter button:hover,
#request-search-filter button:active,
#request-search-filter button.active {
  background-color: #D1E7FF!important;
  border: 2px solid #D1E7FF;
  color: #011D32!important;
}

#request-search-filter > input[type="radio"] + label,
#request-search-filter button {
  background-color: white;
  border: 2px solid #011D32;
  color: #011D32;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/* ====  EXCLUSIVE  MEMBERS  CSS ====  */
.card-container {
  border-radius: 16px!important;
  width: 352px;
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
}

.card-container .sub-title {
  font-size: 12px;
  line-height: 18px;
}

.card-container, .premium-member {
  box-shadow: 0px 8px 16px 0px #6C5B3D4D;
  background-color: #FDF9F1!important;
  border-radius: 16px!important;
}

.premium-member > .card-content {
  background-color: #FDF9F1!important;
  padding: 13px 16px 16px 16px;
}


.premium-member > .card-header {
  background-image: linear-gradient(90deg, #A8720E, #DB9513);
  height: 49.56px;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: left;
  color: white;
  padding: 14px 24px 10px 24px;
  border-radius: 16px 16px 0px 0px!important;
}

.premium-member > div .listing-insurance {
  background-color: #FFEFD1;
  color: #B78C3C;
  padding: 7px 15px 7px 15px;
  border-radius: 40px;
  font-size: 9px;
  line-height: 14px;
  cursor: pointer;
}

.premium-member > .card-footer {
  height: 49.56px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(90deg, #A8720E, #DB9513);
  color: white;
  padding: 14px 24px 14px 24px;
  border-radius: 0px 0px 16px 16px!important;
}

/* ======  STANDARD MEMBERS CSS  ===== */
.card-container, .standard-member {
  box-shadow: 0px 8px 16px 0px #84B2E666;
  border-radius: 16px!important;
  background-color: #FFFFFF!important;
}
.standard-member > .card-content {
  background-color: #FFFFFF!important;
  padding: 13px 16px 16px 16px;
  height: 100%;
  cursor: pointer;
}

.standard-member > .card-header {
  background-color: #011D32;
  text-align: left;
  color: white;
  position: absolute;
  width: 100%;
  top: 0;
  height: 49.56px;
  padding: 14px 24px 10px 24px;
  border-radius: 16px 16px 0px 0px!important;
  cursor: pointer;
}

.standard-member > div .listing-insurance {
  background-color: #D1E7FF;
  color: #3C75B7;
  padding: 7px 15px 7px 15px;
  border-radius: 40px;
  font-size: 9px;
  line-height: 14px;
  cursor: pointer;
}

.standard-member > .card-footer {
  height: 49.56px;
  background-color: #011D32;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 14px 24px 14px 24px;
  border-radius: 0px 0px 16px 16px!important;
}

.standard-member > .card-footer .favorite.active svg path {
  fill: #D01A15 !important;
}

/* CIRCLE Progress Bar */
.circular-progress {
  --size: 250px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 20px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  animation: progress-animation 1s linear 0s 1 forwards;
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #B8CBEA;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #104DA9;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: 88;
  }
}

/* COMPARISON TABLE CSS */
table thead .bg-primary-300 {
  background-color: #62A2EB!important;
}

.ast-container {
  background-color: #fff;
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* Progress Bar */
.progress .progress-bar {
  border-radius: 20px;
}


/* ==================== THIS IS PRICING SECTION CSS ====================   */
/* PRICING CSS */
/* MONTHLY CSS */
#monthlyCheckbox {
  cursor: pointer;
  border-radius: 100%;
  height: 42px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

input:checked + #monthlyCheckbox {
  background-color: #D1E7FF!important;
  border-radius: 50px;
  height: 42px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #62A2EB!important;

}

/* ANNUAL CSS */
#annualCheckbox {
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  height: 42px;
  width: 180px;
  align-items: center;
  justify-content: center;
  background-color: white;
}


input:checked + #annualCheckbox {
  background-color: #D1E7FF!important;
  border-radius: 50px;
  display: flex;
  height: 42px;
  width: 180px;
  align-items: center;
  justify-content: center;
  color: #0C498E!important;
}

/* PAY AS YOU GO */
#payAsYouGoCheckbox {
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  height: 42px;
  width: 180px;
  align-items: center;
  justify-content: center;
  background-color: white;
}

input:checked + #payAsYouGoCheckbox {
  background-color: #D1E7FF!important;
  border-radius: 50px;
  display: flex;
  height: 42px;
  font-size: 14px;
  width: 180px;
  align-items: center;
  justify-content: center;
  color: #0C498E!important;
}

@media only screen and (max-width: 580px) {
  /* PRICING CSS */
  /* MONTHLY CSS */
  #monthlyCheckbox {
    cursor: pointer;
    border-radius: 100%;
    height: 42px;
    width: 110px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background-color: white;
  }

  input:checked + #monthlyCheckbox {
    background-color: #D1E7FF!important;
    border-radius: 50px;
    height: 42px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #62A2EB!important;

  }

  /* ANNUAL CSS */
  #annualCheckbox {
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    height: 42px;
    width: 110px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background-color: white;
  }


  input:checked + #annualCheckbox {
    background-color: #D1E7FF!important;
    border-radius: 50px;
    display: flex;
    height: 42px;
    width: 110px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #0C498E!important;
  }

  /* PAY AS YOU GO */
  #payAsYouGoCheckbox {
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    height: 42px;
    width: 110px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background-color: white;
  }

  input:checked + #payAsYouGoCheckbox {
    background-color: #D1E7FF!important;
    border-radius: 50px;
    display: flex;
    height: 42px;
    width: 110px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #0C498E!important;
  }
}

@media only screen and (max-width: 767px) {
  .search-industry select {
    width: 100%;
    font-size: 16px;
  }

  .search-industry .btn-submit button {
    width: auto !important;
    padding: 0 16px !important;
  }

  .search-industry .btn-submit button .text {
    display: none;
  }

  .search-industry .btn-submit button .icon {
    display: block;
  }
}

/* Plans Subscription */
#starterPlan {
  cursor: pointer;
  border-radius: 100%;
  height: 42px;
  width: 98px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background-color: white;
}

input:checked + #starterPlan {
  background-color: #0C498E!important;
  border-radius: 50px;
  height: 42px;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF!important;

}

/* ANNUAL CSS */
#proPlan {
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  height: 42px;
  width: 98px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background-color: white;
}


input:checked + #proPlan {
  background-color: #0C498E!important;
  border-radius: 50px;
  display: flex;
  height: 42px;
  width: 98px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  color: #FFF!important;
}

/* PAY AS YOU GO */
#standardPlan {
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  height: 42px;
  width: 98px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background-color: white;
}

input:checked + #standardPlan {
  background-color: #0C498E!important;
  border-radius: 50px;
  display: flex;
  height: 42px;
  width: 98px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  color: #FFF!important;
}

/* ==================== THIS IS THE END OF PRICING SECTION CSS ====================   */

/* Account Profile Style */
.menu-section {
  display: flex;
  background-color: #011D32;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  border-radius: 16px;
  color: white;
  overflow: auto;
} 

.menu-section a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.menu-section a:hover,
.menu-section a.active {
  background-color: transparent;
  color: #62A2EB !important;
}

.menu-section a:hover svg path,
.menu-section a:hover svg rect,
.menu-section a.active svg,
.menu-section a.active svg path,
.menu-section a.active svg rect {
  fill: #62A2EB;
}

.menu-section a.btn-message:hover svg path,
.menu-section a.btn-message.active svg path {
  fill: #011d32 !important;
  stroke: #62A2EB;
}

.menu-section a .icon {
  position: relative;
  top: -1px;
}

.profile-info .license {
  font-size: 12px;
}

.profile-progress .info {
  font-size: 14px;
}

.profile-rating .rating {
  color: #4E4638;
  font-size: 24px;
}

.profile-rating .info {
  color: #4E4638;
  font-size: 10px;
}

.profile-rating .reviews {
  color: #CEC5B2;
  font-size: 8px;
}

.profile-individual-rating {
  width: 230px;
}

.profile-credit {
  border-radius: 20px;
  margin-bottom: 10px;
}

.profile-credit .number {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.profile-card {
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
}

.profile-card .icon {
  background-color: white;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  border-radius: 15px;
}

.profile-img {
  font-size: 14px;
}

.profile-img .profile-container {
  cursor: pointer;
}

.btn-credit {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 24px;
}


.table-credit {
  font-size: 12px;
  border: 0;
}

.table-credit .main-title {
  padding: 15px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-credit .sub-title {
  color: #888F97;
}

/* Hide elements */
body.assured .qsi-hide,
body.risk_advisor .qsi-hide {
  display: none;
}

/* Message */
#cometchat_alertsicon, 
#cometchat_moduleslist,
#cometchat_newchat,
#cometchat_groupstab,
#cometchat_self_right,
.cometchat_vline {
  display: none !important;
}