@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
h1, h2, h3, h4, h5 {
  font-weight: 500;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 500;
}

.main-heading {
  font-size: 28px;
}

* {
  font-family: "Roboto";
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0e2841;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

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

.highlight-text {
  color: #1177bb;
}

.text-blue {
  color: #1177bb !important;
}

.text-section {
  font-size: 20px;
}

.section-space-top {
  padding-top: 120px;
}

.common-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 18px;
  color: #0e2841;
  background-color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  max-width: 300px;
  text-align: center;
  width: 100%;
}
.common-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.common-btn.blue-btn {
  background-color: #1177bb;
  border: 1px solid #1177bb;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  max-width: 100%;
}
.common-btn.blue-btn:hover {
  background-color: transparent;
  color: #1177bb;
}

.profile-save-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 18px;
  color: #fff;
  background-color: #1177bb;
  transition: 0.3s ease;
  border: 1px solid #1177bb;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  min-width: 200px;
}
.profile-save-btn:hover {
  background-color: #ffffff;
  color: #1177bb;
}
@media (max-width: 767px) {
  .profile-save-btn {
    width: 100%;
  }
}

.label-form {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.form-control:disabled {
  background-color: #bbb !important;
}

.helper-text {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.helper-text a {
  color: #4892dc;
}

.upload-field {
  width: 100%;
  display: block;
  padding: 20px;
  border: 2px dashed #ffffff;
}
.upload-field.dragover {
  background-color: #222;
}

.drag-drop-area {
  width: 100%;
  padding: 10px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #ffffff;
}

.overtooltip-wrapper {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.overtooltip-wrapper .overtooltip-custom {
  position: absolute;
  top: 90%;
  left: 0px;
  margin-top: 10px;
  width: 350px;
  height: auto;
  padding: 10px;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.overtooltip-wrapper .overtooltip-custom::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 6px;
  width: 20px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 767px) {
  .overtooltip-wrapper .overtooltip-custom.right-side {
    left: initial;
    right: 10%;
  }
  .overtooltip-wrapper .overtooltip-custom.right-side::before {
    left: initial;
    right: 6px;
  }
}
.overtooltip-wrapper:hover .overtooltip-custom {
  display: block;
}
.overtooltip-wrapper p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.cursor-pointer {
  cursor: pointer;
}

.blue-link {
  color: #4892dc;
}

.flash-errors-list {
  padding: 0;
  margin: 0;
}
.flash-errors-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #0e2841;
}
.header-main a img {
  max-width: 240px;
}
.header-main .header-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.header-main .header-link.active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.header-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section .inner-hero {
  min-height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.hero-section .inner-hero .section-logo {
  max-width: 250px;
}
.hero-section .hero-video video {
  width: 100%;
  height: 350px;
  background-color: #000;
}
.hero-section .hero-heading {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 10px;
}
.hero-section .hero-slider .slider-img img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .section-video video {
  max-width: 711px;
  width: 100%;
  height: 400px;
}
.hero-section .grid-card {
  text-align: center;
}
.hero-section .grid-card .grid-icon {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 26px;
}
.hero-section .grid-card .grid-heading {
  color: #ffffff;
  font-size: 22px;
}
.hero-section .grid-card .grid-text {
  color: #ffffff;
  font-size: 18px;
}

.pricing-section .pricing-card {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-section .pricing-card .website-price-logo {
  max-width: 200px;
}
.pricing-section .pricing-card .pricing-text {
  padding: 10px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  font-size: 24px;
  display: flex;
  font-weight: 700;
  align-items: flex-end;
  justify-content: center;
}
.pricing-section .pricing-card .pricing-text span {
  font-size: 16px;
  font-weight: 400;
}
.pricing-section .pricing-card .pricing-text .old-price {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}
.pricing-section .pricing-card .pricing-text .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c00;
  transform: translateY(-50%) rotate(-14deg);
  border-radius: 40px;
}
.pricing-section .pricing-card .pricing-text .new-price {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}
.pricing-section .pricing-card .pricing-text.best-price-text {
  background-color: #12b55c;
  color: #ffffff;
}
.pricing-section .pricing-card .features-plan {
  padding: 0 20px;
  color: #ffffff;
}
.pricing-section .pricing-card .features-plan li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.pricing-section .pricing-card .features-plan li i {
  color: #1177bb;
}
.pricing-section .pricing-card .features-plan li i.list-check {
  font-size: 20px;
}
.pricing-section .pricing-card .start-trail-wrapper {
  padding: 0 20px;
}
.pricing-section .pricing-card .start-trail-wrapper .common-btn {
  max-width: 100%;
  text-align: center;
}

.pricing-tabs .pricing-tab-item .pricing-tab {
  color: #aeaeae;
  padding: 0px 10px;
  border-radius: 0px;
  font-weight: 700;
}
.pricing-tabs .pricing-tab-item .pricing-tab.active {
  background-color: transparent;
  color: #0f78bc;
}
.pricing-tabs .pricing-tab-item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.integration-grid img {
  max-width: 200px;
}

.terms-conditions ol {
  padding: 0;
  padding-left: 20px;
}
.terms-conditions ol li {
  font-size: 16px;
  margin-bottom: 10px;
}

.booking-section {
  min-height: calc(100vh - 65px);
}
.booking-section .step-card {
  min-height: 500px;
}
.booking-section .info-step-card {
  color: #ffffff;
  padding: 20px;
}
.booking-section .info-step-card p {
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.booking-section .info-step-card a {
  color: #159bf5;
}
.booking-section .info-step-card table {
  border: solid thin #fff;
}
.booking-section .info-step-card table tr td, .booking-section .info-step-card table tr th {
  color: #ffffff;
}
.booking-section .info-step-card table tr:nth-child(odd) {
  background-color: #1177bb;
}
.booking-section .info-step-card table tr:nth-child(odd) th {
  border-right: solid thin #fff;
}
.booking-section .info-step-card table tr:nth-child(even) {
  background-color: #fff;
}
.booking-section .info-step-card table tr:nth-child(even) td, .booking-section .info-step-card table tr:nth-child(even) th {
  color: #1177bb;
}
.booking-section .info-step-card table tr:nth-child(even) th {
  border-right: solid thin #1177bb;
}
.booking-section .info-step-card ul li, .booking-section .info-step-card ol li {
  color: #ffffff;
}
.booking-section .faq-link {
  font-size: 16px;
  font-weight: 700;
  color: #4892dc;
  text-decoration: none;
  display: inline-block;
}
.booking-section .next-btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #4892dc;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  min-width: 150px;
  border: none;
  outline: none;
  text-align: center;
  border: 1px solid #1177bb;
  transition: 0.3s ease;
}
.booking-section .next-btn:hover {
  color: #4892dc;
  background-color: transparent;
}
.booking-section .step-heading {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.booking-section .col-heading {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.booking-section .grid-background {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-section .grid-background {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.booking-section .video-col {
  border-right: 1px solid #ffffff;
}
.booking-section .background-card {
  position: relative;
  text-align: center;
}
.booking-section .background-card .bg-radio {
  display: none;
}
.booking-section .background-card .bg-label {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
}
.booking-section .background-card .bg-radio:checked + .bg-label {
  border-color: #4892dc;
}
.booking-section .background-card .bg-label.active {
  border-color: #4892dc;
}
.booking-section .background-card .cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.booking-section .background-card a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.booking-section .background-card .tooltip-custom {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 250px;
  display: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.booking-section .link-text {
  font-weight: 700;
  color: #1177bb;
}

.custom-progress {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  padding: 2px;
  border-radius: 20px;
}
.custom-progress .progress-bar {
  font-weight: 600;
  background-color: #1177bb;
  border-radius: 20px;
}

.form-field {
  border-radius: 0px;
  padding: 10px;
}
.form-field.medical-field {
  border: 2px solid #1177bb;
}
.form-field.health-medical-field {
  border: 2px solid #11c975;
}
.form-field.life-medical-field {
  border: 2px solid #ffa463;
}

.medical-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  min-height: 46px;
  background: linear-gradient(to bottom, #4892dc, #1177bb);
}
.medical-badge.health-badge {
  background: linear-gradient(to bottom, #11c975, #006e3b);
}
.medical-badge.life-badge {
  background: linear-gradient(to bottom, #ffa463, #ab581d);
}
.medical-badge svg {
  width: 30px;
  height: 30px;
}

.success-icon {
  font-size: 60px;
}

.btn.btn-main {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #1177bb;
  text-align: center;
  border-radius: 8px;
  transition: all linear 0.3s;
}
.btn.btn-main:hover {
  background-color: #fff;
  color: #1177bb;
}
.btn.btn-danger {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #DC3545;
  text-align: center;
  border-radius: 8px;
  transition: all linear 0.3s;
}
.btn.btn-danger:hover {
  background-color: #fff;
  color: #DC3545;
}
.btn.btn-success {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: #198754;
  text-align: center;
  border-radius: 8px;
  transition: all linear 0.3s;
}
.btn.btn-success:hover {
  background-color: #fff;
  color: #198754;
}
.btn.btn-warning, .btn.btn-primary {
  text-decoration: none;
  padding: 8px 15px;
  text-align: center;
  border-radius: 8px;
  transition: all linear 0.3s;
}

.radio-button-group {
  display: flex;
  gap: 10px;
}
.radio-button-group > div.d-flex {
  gap: 20px;
  width: 100%;
}
.radio-button-group .radio {
  display: none; /* Hide radio buttons */
}
.radio-button-group .btn {
  flex: 1;
  padding: 10px 20px;
  border: 2px solid #ccc;
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.radio-button-group .btn.active {
  background-color: #1177bb;
  color: white;
  border-color: #1177bb;
}

.flash-message {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.flash-message .alert {
  min-width: 500px;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  min-height: 200px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flash-message .alert .close-x-popup {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #a00;
}
.flash-message .close-message {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #1177bb;
  color: #ffc0c0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .flash-message .alert {
    min-width: 90%;
  }
}

.popup-buttons .btn {
  background-color: #0e2841;
  color: #fff;
}

.social-media-group .sm-name {
  width: 200px;
  display: inline-block;
}
.social-media-group .sm-url {
  width: 400px;
  display: inline-block;
}
.social-media-group .sm-icon {
  width: 300px;
  display: inline-block;
}
.social-media-group .sm-icon-preview {
  height: 40px;
  width: 40px;
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-media-group .remove-sm {
  display: flex;
  background: transparent;
  border-radius: 20px;
  outline: none;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #f55;
  text-align: center;
  margin-left: 10px;
  border: solid 2px #f55;
  justify-content: center;
  align-items: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.social-media-group .remove-sm:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .social-media-group .remove-sm {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .social-media-group {
    text-align: center;
  }
  .social-media-group .sm-name {
    width: 100%;
  }
  .social-media-group .sm-url {
    width: 100%;
  }
  .social-media-group .sm-icon {
    width: 100%;
  }
}

.carrier-icon-preview {
  height: 100px;
  width: 100px;
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.remove-purl {
  display: flex;
  background: transparent;
  border-radius: 20px;
  outline: none;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #f55;
  text-align: center;
  margin-left: 10px;
  margin-top: 40px;
  border: solid 2px #f55;
  justify-content: center;
  align-items: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.remove-purl:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .remove-purl {
    margin-top: 0;
  }
}

.license-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #0f78bc;
  color: #fff;
}
.license-btn:hover {
  color: #fff;
}

.license-field {
  text-align: center;
}

.top-spacer {
  height: 100px;
}

.sub-navigation {
  display: flex;
  justify-content: center;
  background-color: #eee;
  margin-bottom: 40px;
}
.sub-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-navigation ul li {
  display: inline-block;
  padding: 10px 15px 6px 15px;
}
.sub-navigation ul li.active {
  border-bottom: solid 4px #0e2841;
}
.sub-navigation ul li a {
  color: #000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sub-navigation ul li a {
    font-size: 14px;
  }
}

.forgot-password {
  color: #fff;
  text-decoration: none;
}
.forgot-password:hover {
  color: #ccc;
}

.account-section {
  min-height: calc(100vh - 270px);
}
.account-section table thead td, .account-section table thead th {
  background-color: #1177bb;
  color: #fff;
}
.account-section table tbody td, .account-section table tbody th {
  background-color: #fff;
}
.account-section .badge {
  font-weight: 400;
  letter-spacing: 0.5px;
}
.account-section .badge.badge-success {
  background-color: #080;
}
.account-section .badge.badge-info {
  background-color: #FFC107;
  color: #000;
}
.account-section .badge.badge-blue {
  background-color: #0B78BC;
  color: #fff;
}

.dashboard-card {
  border-left: 0.25rem solid #1177bb;
}
.dashboard-card a {
  color: #1177bb;
  text-decoration: none;
}
.dashboard-card a:hover {
  color: #000;
}
.dashboard-card .card-text small {
  color: #888;
  font-size: 18px;
}

.dashboard-btn {
  padding: 8px 20px;
  width: 100%;
  display: block;
  font-size: 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #0e2841;
  text-decoration: none;
  margin-bottom: 20px;
  border-left: solid 5px #0e2841;
  transition: all linear 0.3s;
}
.dashboard-btn:hover {
  background-color: #0e2841;
  color: #fff;
}
.dashboard-btn.btn-one {
  color: #00a84d;
  border-color: #00a84d;
}
.dashboard-btn.btn-one:hover {
  background-color: #00a84d;
  color: #fff;
}
.dashboard-btn.btn-two {
  color: #e46e31;
  border-color: #e46e31;
}
.dashboard-btn.btn-two:hover {
  background-color: #e46e31;
  color: #fff;
}
.dashboard-btn.btn-three {
  color: #0c78bb;
  border-color: #0c78bb;
}
.dashboard-btn.btn-three:hover {
  background-color: #0c78bb;
  color: #fff;
}
.dashboard-btn.edit-exclamation {
  position: relative;
}
.dashboard-btn.edit-exclamation:after {
  content: "";
  right: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  background-image: url("../img/red-exclamation.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1000;
}

.password-container {
  position: relative;
}
.password-container .switch-password {
  position: absolute;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
}

.copy-field .fa-copy {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 24px;
  color: #0e2841;
  cursor: pointer;
}
.copy-field .fa-copy:hover {
  color: #1177bb;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}

.sidebar {
  position: sticky;
  top: 120px;
  margin-bottom: 50px;
}
.sidebar .preview-url {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  background: #00b050;
  text-align: center;
  margin-top: 20px;
  border-radius: 8px;
  transition: all linear 0.3s;
}
.sidebar .preview-url:hover {
  background-color: #fff;
  color: #00b050;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid thin #ccc;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  padding: 8px 15px;
  background-color: #eee;
  border-bottom: solid thin #ccc;
  color: #0f78bc;
  text-decoration: none;
  transition: all linear 0.3s;
}
.sidebar ul li a:hover {
  background-color: #0f78bc;
  color: #fff;
}
.sidebar ul li.active a {
  background: #0f78bc;
  color: #fff;
}

footer {
  background-color: #0E2841;
  color: #fff;
  padding: 20px;
}
footer .col-2 {
  text-align: right;
}
footer a {
  color: #fff;
}
@media (max-width: 767px) {
  footer .col-1, footer .col-2 {
    text-align: center;
  }
  footer .col-2 {
    margin-top: 5px;
    font-size: 14px;
  }
}

.copy-invite-link {
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ccc;
}
.copy-invite-link:hover {
  background-color: #fff;
}

.ad-image-heading {
  background-image: url("../img/rsc-herobg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 200px;
  position: relative;
}
.ad-image-heading:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  content: "";
}
.ad-image-heading > * {
  z-index: 3;
}
.ad-image-heading h3 {
  font-size: 44px;
  font-weight: 500;
}

.social-media-assets-container {
  background-image: url("../img/iStock-1552359020.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}
.social-media-assets-container .item {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 5px #0E2841;
}
.social-media-assets-container .item a {
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.social-media-assets-container .item a:hover {
  text-decoration: underline;
}

.slide-arrow {
  position: absolute;
  top: calc(50% - 13px);
  cursor: pointer;
  background: #0068AD;
  color: #fff;
  height: 26px;
  border-radius: 20px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-arrow.next-slide {
  right: -5px;
}
.slide-arrow.prev-slide {
  left: -5px;
}

.pdf-slider .item {
  height: auto;
}
.pdf-slider .item .item-wrapper {
  border: solid 3px #000;
  border-radius: 2px;
}
.pdf-slider .item h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.rsc-hero-top {
  min-height: 520px;
  padding-top: 100px;
  background-color: #0068AD;
  background-image: url("../img/rsc-herobg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.rsc-hero-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068AD;
  opacity: 0.5;
}

.rsc-hero-top .row {
  position: relative;
  z-index: 1;
}

.rsc-hero-top h1 {
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
}

.rsc-hero-top p {
  font-size: 18px;
}

.rsc-hero-top p b {
  font-size: 22px;
}

ul.custom-btns {
  list-style: none;
}

ul.custom-btns a.btn {
  background: #0068AD;
  border-color: #0068AD;
  transition: 0.4s ease-in-out;
}

ul.custom-btns a.btn:hover {
  background: transparent;
  color: #0068AD;
}

ul.custom-btns {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

@media (max-width: 991px) {
  ul.custom-btns {
    justify-content: center;
  }
  ul.custom-btns li {
    width: 100%;
  }
  ul.custom-btns li a {
    margin-left: auto;
    margin-right: auto;
  }
}
ul.custom-btns a.btn {
  min-height: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  white-space: pre-wrap;
}

@media (max-width: 767px) {
  ul.custom-btns a.btn {
    width: 100%;
  }
}
.career-agent-login h3 {
  color: #0068AD;
}

.career-agent-login ul {
  list-style: none;
}

.career-agent-login .career-links ul a {
  text-decoration: underline;
  transition: 0.4s ease-in-out;
  word-break: break-all;
  margin-bottom: 10px;
  display: inline-block;
  line-height: normal;
  font-size: 22px;
}

.career-agent-login .career-links ul a:hover {
  color: #ddd !important;
}

.career-agent-login .career-links h2 {
  font-size: 24px;
  margin-bottom: 24px !important;
}

header {
  z-index: 5;
}

.career-agent-login h3 span {
  font-size: 22px;
}

.text-green {
  color: #FEFE00 !important;
}

.custom-btns-2 {
  text-align: center;
  margin-top: 20px;
}
.custom-btns-2 ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #0068AD;
}
.custom-btns-2 ul li a {
  color: #0068AD;
  text-decoration: underline;
  font-size: 22px;
}
@media (max-width: 991px) {
  .custom-btns-2 ul {
    padding-left: 0;
  }
  .custom-btns-2 ul li {
    width: 100%;
  }
}

.video-bg-sec {
  position: relative;
}

.video-bg-sec > .container {
  position: relative;
  z-index: 10;
}

.video-bg-sec video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

@media (max-width: 1024px) {
  .video-bg-sec {
    overflow: hidden;
  }
  .video-bg-sec video {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .video-bg-sec {
    overflow: hidden;
  }
  .video-bg-sec video {
    width: 100%;
    height: auto;
  }
}
.add-other-carrier .fa-circle-minus {
  display: none;
}
.add-other-carrier .fa-circle-plus {
  display: inline-block;
}
.add-other-carrier .add-other-desc {
  display: inline-block;
}
.add-other-carrier .remove-other-desc {
  display: none;
}

.remove-other-carrier .fa-circle-minus {
  display: inline-block;
}
.remove-other-carrier .fa-circle-plus {
  display: none;
}
.remove-other-carrier .add-other-desc {
  display: none;
}
.remove-other-carrier .remove-other-desc {
  display: inline-block;
}

.open-carrier-popup-btn {
  color: #fff;
  text-decoration: none;
}

.noti-count {
  position: absolute;
  background-color: #ffc107;
  color: #000;
  min-width: 18px;
  height: 18px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  top: 5px;
  right: -4px;
  font-size: 10px;
}

.toggle-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 20px;
  width: 120px;
  height: 30px;
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-radio .toggle-input {
  display: none;
}
.toggle-radio .toggle-label {
  flex: 1;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  z-index: 1;
}
.toggle-radio .toggle-input:checked + .toggle-label {
  color: #fff;
}
.toggle-radio #yes:checked ~ .toggle-label[for=yes] {
  background-color: #0F78BC;
}
.toggle-radio #no:checked ~ .toggle-label[for=no] {
  background-color: #f44336;
}
.toggle-radio .toggle-label:first-of-type {
  border-radius: 20px 0 0 20px;
}
.toggle-radio .toggle-label:last-of-type {
  border-radius: 0 20px 20px 0;
}

h2.contact-links {
  font-size: 24px;
}
@media (max-width: 767px) {
  h2.contact-links {
    font-size: 18px;
  }
}

.active-if-medicare-link {
  color: #fff;
}
.active-if-medicare-link .text-red {
  color: #f00;
}
.active-if-medicare-link input[type=number] {
  width: 70px;
  font-size: 20px;
  text-align: center;
}

.expiry-date {
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
.expiry-date.expiry-date-future {
  background-color: #00a84d;
}
.expiry-date.expiry-date-past {
  background-color: #e46e31;
}

.team-member-card {
  background-color: transparent;
  color: #fff;
  border: none;
  text-align: center;
}
.team-member-card .card-img-top {
  max-width: 140px;
  margin: 0 auto;
}
.team-member-card h5.card-title {
  margin-bottom: 0;
}
.team-member-card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.team-member-card .member-title, .team-member-card .member-email, .team-member-card .member-phone {
  margin-bottom: 0;
}
.team-member-card .member-title {
  font-size: 14px;
  margin-bottom: 8px;
}

.add-member-popup label.label-form, .edit-member-popup label.label-form {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.add-member-popup .upload-field, .edit-member-popup .upload-field {
  border-color: #ccc;
}
.add-member-popup .helper-text, .edit-member-popup .helper-text {
  color: #000;
}
.add-member-popup .drag-drop-area, .edit-member-popup .drag-drop-area {
  background-color: #eee;
  color: #000;
}
.add-member-popup .common-btn, .edit-member-popup .common-btn {
  background-color: #eee;
  color: #000;
  font-size: 16px;
}

.team-display {
  background-color: #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
}
.team-display input[type=checkbox] {
  transform: translateY(2px);
}/*# sourceMappingURL=style.css.map */