@charset "UTF-8";
/* Colors */
/* Section Heights and Paddings/Margins */
@font-face {
  font-family: "glorich-black";
  src: url("../fonts/Glorich/Glorich-Black.ttf") format("truetype");
}
@font-face {
  font-family: "glorich-regular";
  src: url("../fonts/Glorich/Glorich-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "glorich-bold";
  src: url("../fonts/Glorich/Glorich-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "glorich-medium";
  src: url("../fonts/Glorich/Glorich-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "glorich-light";
  src: url("../fonts/Glorich/Glorich-Light.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-regular";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-light";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Light.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-light";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Light.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-italic";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-semibold-italic";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-extralight";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-bold";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-semibold";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "sourcesans-black";
  src: url("../fonts/Source_Sans_3/static/SourceSans3-Black.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-regular";
  src: url("../fonts/Outfit/static/Outfit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-medium";
  src: url("../fonts/Outfit/static/Outfit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-light";
  src: url("../fonts/Outfit/static/Outfit-Light.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-semibold";
  src: url("../fonts/Outfit/static/Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "outfit-bold";
  src: url("../fonts/Outfit/static/Outfit-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "worksans-regular";
  src: url("../fonts/Work_Sans/static/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "worksans-bold";
  src: url("../fonts/Work_Sans/static/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "worksans-semibold";
  src: url("../fonts/Work_Sans/static/WorkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "worksans-light";
  src: url("../fonts/Work_Sans/static/WorkSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "worksans-italic";
  src: url("../fonts/Work_Sans/static/WorkSans-Italic.ttf") format("truetype");
}
.relative {
  position: relative;
}

.glorich-bold {
  font-family: "glorich-bold" !important;
}

.glorich-medium {
  font-family: "glorich-medium" !important;
}

.glorich-black {
  font-family: "glorich-black" !important;
}

.glorich-regular {
  font-family: "glorich-regular" !important;
}

.glorich-light {
  font-family: "glorich-light" !important;
}

.sourcesans-light {
  font-family: "sourcesans-light";
}

.sourcesans-semibold-italic {
  font-family: "sourcesans-semibold-italic";
}

.sourcesans,
.sourcesans-regular {
  font-family: "sourcesans-regular" !important;
}

.sourcesans-extralight {
  font-family: "sourcesans-extralight" !important;
}

.sourcesans-semibold {
  font-family: "sourcesans-semibold" !important;
}

.sourcesans-bold {
  font-family: "sourcesans-bold" !important;
}

.sourcesans-italic {
  font-family: "sourcesans-italic" !important;
}

.sourcesans-black {
  font-family: "sourcesans-black" !important;
}

.font-bold {
  font-family: "worksans-bold";
}

.font-semibold,
.worksans-semibold {
  font-family: "worksans-semibold";
}

.outfit-semibold {
  font-family: "outfit-semibold" !important;
}

.outfit-bold {
  font-family: "outfit-bold";
}

.outfit-medium {
  font-family: "outfit-medium" !important;
}

.outfit-light {
  font-family: "outfit-light" !important;
}

.worksans-italic {
  font-family: "worksans-italic";
}

.black {
  color: black !important;
}

.gray {
  color: gray;
}

.font-light,
.worksans-light {
  font-family: "worksans-light" !important;
}

.blue {
  color: #001b69 !important;
}

.red {
  color: #cb1334 !important;
}

.green {
  color: #46768a !important;
}

.golden {
  color: #ab925b !important;
}

.blue-dim {
  color: #0c6f9e !important;
}

.bg-blue-light {
  background-color: #eaeaea;
}

.bg-blue-light2 {
  background-color: #bcc5cf;
}

.bg-blue {
  background-color: #001b69;
  color: white;
}

.bg-red {
  background-color: #cb1334;
  color: white;
}

.underline {
  text-decoration: underline;
}

.p-content-container p {
  margin: 10px 0px;
}
.p-content-container p:first-child {
  margin-top: 0px;
}
.p-content-container .the-title {
  margin-top: 20px;
  margin-bottom: -10px;
}

body,
html {
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
}
body p,
body div,
body a,
body input,
body .form-control,
body li,
html p,
html div,
html a,
html input,
html .form-control,
html li {
  font-size: 1.3rem;
  font-family: "sourcesans-regular";
}
body button,
body .btn,
html button,
html .btn {
  font-size: 1.5rem;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "worksans-bold";
}
body div,
html div {
  font-family: "outfit-regular";
}
body a,
html a {
  text-decoration: none;
  color: black;
}

p {
  line-height: 1.8;
  margin: 0px;
}

.nopadding-top {
  padding-top: 0px !important;
}

.nopadding-bottom {
  padding-bottom: 0px !important;
}

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hidden {
  display: none;
}

.the-button {
  font-family: "sourcesans-bold";
  background-color: #001b69;
  color: white;
  border-radius: 5px;
  padding: 5px 40px;
  font-size: 1.3rem;
  border-width: 0px;
  border: 3px solid #001b69;
}

.the-button.bordered {
  background-color: transparent;
  color: #001b69;
}

.the-button:hover {
  color: white;
  background-color: #001b69;
  opacity: 0.7;
}

.the-link {
  color: #001b69;
  text-decoration: underline;
  font-family: "sourcesans-semibold";
}

ul.the-ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0; /* Remove default padding */
}

ul.the-ul-simple li {
  margin: 15px 0px;
}

ul.the-ul li {
  position: relative;
  padding-left: 2em; /* Space for bullet */
  margin-bottom: 0.5em; /* Adjust space between list items */
  line-height: 1.5em; /* Vertical alignment */
  margin: 15px 0px;
}

ul.the-ul li .sec-sub-title {
  font-family: "sourcesans-semibold";
}

ul.semibold li {
  font-family: "sourcesans-semibold";
}

/* Custom bullet using background-image */
ul.the-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Center the bullet vertically */
  width: 25px; /* Adjust size of bullet */
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.the-ul.blue-bullet li::before {
  background-image: url("../../img/icons/bullet.png");
}

.the-ul.red-bullet li::before {
  background-image: url("../../img/icons/bullet-red.png");
}

.the-ul.flag-bullet li::before {
  background-image: url("../../img/icons/bullet-flag.png");
}

.the-input::-moz-placeholder {
  color: gray;
}

.the-input::placeholder {
  color: gray;
}

.uppercase {
  text-transform: uppercase;
}

.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.x-center {
  display: flex;
  justify-content: center;
}

.text-section p {
  margin: 10px 0px;
}

.the-form-group {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}

.the-input {
  border-radius: 13px;
  background-color: white;
}

.the-icon-input {
  position: relative;
  z-index: 10;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.the-icon-input input {
  padding-right: 50px;
}
.the-icon-input::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 10px;
  top: calc(50% - 15px);
  background-size: contain;
  z-index: 20;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.the-label {
  font-family: "sourcesans-semibold";
}

.the-icon-input.icon-user::after {
  background-image: url("../../img/icons/icon-user.png");
}

.the-icon-input.icon-lock::after {
  background-image: url("../../img/icons/icon-lock.png");
}

.the-icon-input.icon-email::after {
  background-image: url("../../img/icons/icon-email.png");
}

.black-gradient-overlay {
  background: linear-gradient(to left, black, transparent);
}

header {
  position: relative;
  padding: 10px;
  background-color: #eaeaea;
}
header .the-logo {
  max-width: 300px;
}
header .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #cb1334;
  position: relative;
}
header .navbar-nav .nav-item .nav-link {
  color: black;
  font-size: 1.1rem;
}
header .navbar-nav .book-btn-container .nav-link {
  color: white;
  background-color: #001b69;
  padding: 1px 15px;
  border-radius: 5px;
}

.navbar-brand img {
  position: relative;
  z-index: 1000;
}

.cover-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #eaeaea;
}

.cover-section img.cover-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  z-index: 0;
}
.home-cover-section img.cover-image {
    /*display:none;*/
}
.cover-section .content {
  font-family: "sourcesans-light";
}
.cover-section .content,
.cover-section .content span {
  font-size: 1.6rem;
}
.cover-section .content-container {
  display: flex;
  row-gap: 30px;
}
.cover-section .cover-title {
  font-family: "glorich-black";
}
.cover-section .cover-title span {
  display: block;
}
.cover-section .red-line {
  background-color: #cb1334;
  opacity: 1;
  margin: 0px;
  height: 2px;
  width: 20%;
}

.sec-title {
  line-height: 1.4;
}

.sec-title,
.sec-title span,
.cover-title,
.cover-title span {
  font-size: 2.8rem;
  font-family: "glorich-black";
}

.sec-title2,
.sec-title2 span {
  font-family: "sourcesans-bold";
  font-size: 2.4rem;
}

.sec-large-title {
  position: relative;
  margin-bottom: 30px;
}
.sec-large-title .line-image {
  position: absolute;
}
.sec-large-title .verticle-top {
  bottom: 65%;
}
.sec-large-title .verticle-bottom {
  top: 90%;
  left: 50%;
}

.sec-large-title,
.sec-large-title span {
  font-size: 4.5rem;
  font-family: "glorich-black";
  display: block;
  line-height: 1.3;
}

.sec-sub-title {
  font-family: "sourcesans-bold";
  font-size: 1.5rem;
}

/* Slick Slider Start */
/* Hide numeric pagination and show only dots */
.slick-dots {
  display: flex;
  justify-content: center;
  margin-left: 0px;
  padding-left: 0px;
}

.slick-dots li {
  list-style: none; /* Remove default list style */
  display: inline-block;
  margin: 0 3px; /* Adjust spacing between dots if needed */
  text-align: center;
}

.slick-dots li button {
  font-size: 0; /* Hide the button text */
  line-height: 0; /* Ensure no extra space */
  width: 10px; /* Adjust the dot size if needed */
  height: 10px;
  border-radius: 50%; /* Rounded dots */
  background-color: #00aced; /* Color of the dots */
  border: none; /* Remove any border */
  padding: 5px; /* Adjust padding for clickable area */
}

/* Optional: Adjust the active dot style */
.slick-dots li.slick-active button {
  background-color: #fff; /* Color of the active dot */
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%; /* Ensure images take the full width of their container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any inline padding/margin */
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  width: 304px;
  margin: 30px 10px;
}

.advertisers-logos-section .slick-initialized .slick-slide {
  margin: 30px 30px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Slider End */
/* Home Page Start */
/* Compliance Section Start */
.compliance-section .container-fluid .sec-title {
  font-size: 2.6rem;
}

/* Compliance Section End */
/* Key Features Section Start */
.key-features-section .features-container .row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 20px 0px;
}
.key-features-section .features-container .row-container .feature-detail {
  line-height: 1.4;
}
.key-features-section .features-container .row-container:nth-child(even) {
  flex-direction: row-reverse;
}
.key-features-section .features-container .row-container:nth-child(even) p {
  text-align: right;
}
.key-features-section .features-container .row-container:nth-child(odd) {
  margin-left: auto;
}
.key-features-section .features-container .row-container .features-icon {
  width: 75px;
}

.features-slick .row-container:nth-child(even) {
  flex-direction: row !important;
}
.features-slick .row-container p {
  text-align: left !important;
}

/* Key Features Section End */
/* Licensed Sponsored Section Start */
.licensed-sponsors-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.licensed-sponsors-section .sponsors-container {
  max-height: 415px;
  overflow-y: scroll;
  direction: rtl;
  text-align: left;
  padding-left: 30px;
}
.licensed-sponsors-section ul {
  list-style: none;
}
.licensed-sponsors-section ul li,
.licensed-sponsors-section ul a {
  font-family: "sourcesans-bold";
}
.licensed-sponsors-section .map-bg-container {
  background-image: url("../../img/home/map.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

/* Licensed Sponsored Section End */
/* Blogs Section Start */
.home-blogs-section .slick-initialized .slick-slide{
    margin:20px 15px;
}
.home-blogs-section .blog-container {
  margin: 0px 0px;
}
.home-blogs-section .blog-image {
  border-radius: 5px;
  min-height:280px;
  height: 100%;
  object-fit:cover;
}
.home-blogs-section .blog-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.home-blogs-section .read-more {
  font-family: "sourcesans-bold";
  text-decoration: underline;
  color: blue;
}

/* Blogs Section End */
/* SW Alerts Section Start */
/*.sw-alerts-section {*/
/*  background-image: url("../../img/home/alerts-bg.png");*/
/*}*/

/* SW Alerts Section End */
/* Home Page End */
/* About Page Start */
/*.about-cover-section {*/
/*  background-image: url("../../img/about/cover.png");*/
/*}*/

.be-audit-section .content-container {
  padding-bottom: 30px;
}

.about-compliance-section .bg-blue-light {
  padding: 30px;
  position: relative;
  border-top: 3px solid #b6b2b2;
  height: 100%;
}
.about-compliance-section .bg-blue-light li {
  margin: 20px 0px;
}
.about-compliance-section .bg-blue-light::before {
  content: "";
  position: absolute;
  height: calc(100% + 3px);
  width: 100vw;
  background-color: #eaeaea;
  border-top: 3px solid #b6b2b2;
  top: -3px;
}
.about-compliance-section .left-col .bg-blue-light::before {
  right: 100%;
}
.about-compliance-section .right-col .bg-blue-light::before {
  left: 100%;
}

.about-bottom-section {
  background-image: url("../../img/about/bg-bottom-section.jpg");
  background-size: cover;
  background-color: #eaeaea;
}

/* About Page End */
/* Blogs Page Start */
/*.blog-cover-section,*/
/*.blogs-cover-section {*/
/*  background-image: url("../../img/blogs/cover.png");*/
/*}*/

.blog-search-container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  position:relative;
}
.blog-search-container .search-label {
  flex: 0 0 auto;
  width: auto;
}

.the-search-input {
  background-color: white;
  border: 1px solid gray;
}

.search-btn {
  background-color: white;
  color: black;
  border-width: 0px;
}

.search-btn:hover {
  color: black;
  background-color: white;
  opacity: 0.7;
}

.blog-content-section .main-content {
  padding: 50px 10px;
  padding-top: 0px;
}
.blog-content-section .blog-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-content-section .blog-bottom-content .tags span {
  color: #001b69;
  font-family: "sourcesans-regular";
}
.blog-content-section .blog-social-icons-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.blog-content-section .blog-social-icons-container .icons-container {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.blog-content-section .blog-social-icons-container .icons-container img {
  width: 40px;
}

/* Blogs Page Start */
.filter-select {
  border-width: 0px;
  background-color: transparent;
  appearance: none; /* Remove default browser arrow */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  background-image: url("../../img/icons/icon-filter-select.png"); /* Replace with actual path */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Adjust as needed */
  background-size: 15px; /* Adjust icon size */
  padding-right: 40px; /* Space for icon */
  margin-top: -12px;
}

.blogs-section .filter-container {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
.blogs-section .blog-container {
  margin-bottom: 30px;
}
.blogs-section .blog-date {
  margin-bottom: 20px;
  margin-top: 10px;
}
.blogs-section .blog-image {
  border-radius: 7px;
  
}
.blog-content-section .blog-image{
    width:100%;
}
.blogs-section .image-container {
  margin-bottom: 20px;
}
.blogs-section hr {
  height: 2px;
  margin: 20px 0px;
}
.blogs-section .tags {
  font-family: "sourcesans-bold" !important;
}
.blogs-section .tags span {
  font-family: "sourcesans-regular";
}
.blogs-section .load-more-btn-container {
  margin-top: 50px;
}

/* Blogs Page End */
/* Blogs Page End */
/* Login Page Start */
/*.login-cover-section {*/
/*  background-image: url("../../img/login/cover.png");*/
/*}*/

.login-form-section .the-form-group,
.login-form-section .form-group {
  margin-bottom: 30px;
}
.login-form-section .form-group:last-child {
  margin-bottom: 10px;
}

.login-form-section .the-button {
  min-width: 290px;
}

/*.subscribe-cover-section {*/
/*  background-image: url("../../img/subscribe/cover.png");*/
/*}*/
.subscribe-cover-section .black-gradient-overlay {
  padding: 15px 0px;
  margin-top: 20px;
}
.subscribe-cover-section .black-gradient-overlay p {
  color: white;
  text-align: right;
  text-transform: uppercase;
}
.subscribe-cover-section .black-gradient-overlay a {
  font-family: "sourcesans-black" !important;
  color: white;
  position: relative;
}

.icon-gov {
  height: 25px;
  margin-left: 20px;
  margin-top: -10px;
}

/* Login Page End */
/* Main Benefits Page Start */
/*.benefits-cover-section {*/
/*  background-image: url("../../img/main-benefits/cover.png");*/
/*}*/

.mf-bg-section .content-container {
  padding-bottom: 30px;
}

.bg-blue-light {
  padding: 50px 10px;
}
.bg-blue-light .img-benefits {
  box-shadow: 0px 10px 15px #777;
}

.main-benefits-section .group {
  margin-top: 30px;
}
.main-benefits-section .group .heading {
  margin: 10px 0px;
  position: relative;
  margin-top: -2px;
}
.main-benefits-section .group .heading::before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url("../../img/icons/bullet-red.png");
  background-size: cover;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: -5px;
}

/* Main Benefits Page End */
/* Pricing Page Start */
/*.pricing-cover-section {*/
/*  background-image: url("../../img/pricing/cover.png");*/
/*}*/

.pricing-plans-section .bg-blue {
  padding: 30px 10px;
}
.pricing-plans-section .plans-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-plans-section .plans-header .left-col {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.pricing-plans-section .plans-header .left-col .sw-container .skilled-label {
  font-size: 3.2rem;
}
.pricing-plans-section .plans-header .left-col .sw-container p {
  line-height: 1.1;
}
.pricing-plans-section .plans-header .right-col {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.pricing-plans-section .plans-header .right-col .save-label,
.pricing-plans-section .plans-header .right-col .save-label span {
  font-size: 1.1rem;
}

.plans-container .left-col {
  position: relative;
  padding-right: 0px;
}
.plans-container .left-col .heading-container {
  background-color: white;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.plans-container .left-col .heading-container .sourcesans-semibold {
  line-height: 1.4;
  font-size: 1.1rem;
}
.plans-container .most-popular {
  width: 150px;
  margin-top: 25px;
}
.plans-container .right-col {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}
.plans-container li {
  margin: 10px 0px;
}

.know-more-section {
  background-color: #bcc5cf;
  margin: 30px 0px;
  margin-bottom: 50px;
}

.circle-container {
  border: 4px solid red;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-width: 180px;
  height: 180px;
  align-self: center;
  justify-self: center;
}
.circle-container p {
  line-height: 1.3;
}
.circle-container .price::before {
  content: "£";
  margin-right: 3px;
  font-size: 1.5rem;
  color: black;
  font-family: "sourcesans-regular";
  padding-bottom: 3px;
}
.circle-container .emp-count,
.circle-container .emp-label {
  color: black;
  font-size: 1rem;
}

.circle-container.green {
  border-color: #46768a;
}
.circle-container.green .price {
  color: #46768a;
}

.circle-container.golden {
  border-color: #ab925b;
}
.circle-container.golden .price {
  color: #ab925b;
}

.circle-container.blue-dim {
  border-color: #0c6f9e;
}
.circle-container.blue-dim .price {
  color: #0c6f9e;
}

.white-outline {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.switch-container {
  position: relative;
  display: inline-flex;
  background-color: white; /* Dark blue background */
  border-radius: 50px;
  padding: 5px;
  width: 180px;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-family: sans-serif;
}

.switch-container input[type=radio] {
  display: none;
}

.switch-container label {
  flex: 1;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  opacity: 0.5;
  font-weight: 500;
  line-height: 40px;
  transition: opacity 0.3s ease;
  font-size: 1rem;
}

.switch-container input[type=radio]:checked + label {
  opacity: 1;
}

.switch-container input#monthly:checked ~ .switch-indicator {
  left: 5px;
}

.switch-container input#yearly:checked ~ .switch-indicator {
  left: calc(50% + 5px);
}

.switch-container .switch-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  height: 40px;
  background-color: #001b69;
  color: white;
  border-radius: 50px;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Pricing Page End */
/* Privacy Page Start */
/*.privacy-cover-section {*/
/*  background-image: url("../../img/privacy/cover.png");*/
/*}*/
.privacy-cover-section .cover-title span {
  display: inline;
}

/*.terms-cover-section {*/
/*  background-image: url("../../img/terms/cover.png");*/
/*}*/

/* Privacy Page End */
/* Guidelines Page Start */
/*.guidelines-cover-section {*/
/*  background-image: url("../../img/guidelines/cover.png");*/
/*}*/

.risk-prevention-sections .bottom-row {
  padding-top: 30px;
}

.with-red-arrow {
  position: relative;
  line-height: 1.4;
}
.with-red-arrow::before {
  content: "";
  background-image: url(../../img/guidelines/triangle-red.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  top: calc(50% - 50px);
  position: absolute;
  right: calc(100% + 5px);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.with-red-arrow.right::before {
  right: unset;
  left: 100%;
  transform: rotate(0deg);
}

.shadow-card {
  background-color: white;
  padding: 30px;
  box-shadow: 10px 10px 12px #e4e4e4;
}

.shadow-card.right {
  box-shadow: -10px 10px 12px #e4e4e4;
}

.line-manager-section .container-fluid {
  background-image: url("../../img/guidelines/bg-resp.jpg");
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
.line-manager-section .bottom-row {
  padding-top: 30px;
}

.stay-compliant-row {
  padding-top: 30px;
}
.stay-compliant-row .the-button {
  margin-top: 30px;
}

/* Guidelines Page End */
/* Audit Preparation Page Start */
.preparation-cover-section {
  /*background-image: url("../../img/preparation/cover.png");*/
  z-index: 10;
}

/* Audit Preparation Page End */
/* Sponsor SW Page Start */
/*.sponsor-cover-section {*/
/*  background-image: url("../../img/sponsor/cover.png");*/
/*}*/

.common-issues-section .container {
  background-color: white;
  position: relative;
  z-index: 10;
}

.best-practices-section .features-container .row-container:nth-child(even) {
  justify-content: flex-start;
}

.best-practices-section .features-container .row-container:nth-child(odd) {
  justify-content: flex-start;
}

.proactive-management-section .bg-blue {
  padding: 30px;
  border: 1px solid white;
  box-shadow: 10px 10px 15px gray;
}

/* Sponsor SK Page End */
/* Register Sponsors Page Start */
/*.register-sponsor-cover-section {*/
/*  background-image: url("../../img/register-sponsors/cover.png");*/
/*}*/

.sponsor-search-container {
  padding: 30px 0px;
}
.sponsor-search-container .search-label {
  color: black;
}
.sponsor-search-container .the-search-input {
  background-color: #e3ebee;
}
.sponsor-search-container .the-button {
  height: 50px;
  padding-top: unset;
  padding-bottom: unset;
}

.sponsor-search-section .alphabets-container {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}
.sponsor-search-section .alphabets-container .character {
  padding-right: 15px;
}
.sponsor-search-section .alphabets-container .character.active {
  color: #46768a;
}
.sponsor-search-section .filter-by-label {
  margin-top: 30px;
}
.sponsor-search-section .filters-container {
  padding: 10px;
}
.sponsor-search-section .filter-result-container {
  padding: 30px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-height: 550px;
  overflow-y: scroll;
  direction: rtl;
}
.sponsor-search-section .filter-result-container .filter-result-content {
  direction: ltr;
}
.sponsor-search-section .filter-result-container .result-row {
  margin: 20px 0px;
}

.sponsers-alerts-section .heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.map-section .sec-sub-title {
  padding: 30px 0px;
}
.map-section .bg-red {
  padding: 15px 0px;
  margin-top: -10px;
}
.map-section .bg-red p,
.map-section .bg-red span,
.map-section .bg-red a {
  color: white;
  text-align: center;
}

/* Register Sponsors Page End */
/* Product Page Start */
/*.product-cover-section {*/
/*  background-image: url("../../img/product/cover.png");*/
/*}*/

.boxes-row {
  padding-top: 30px;
}

.left-col .box-header::before,
.left-col .box-body::before {
  right: 100%;
}
.left-col .box-header {
  border-top-right-radius: 5px;
}
.left-col .box-body {
  border-bottom-right-radius: 5px;
}

.right-col .box-header::before,
.right-col .box-body::before {
  left: 100%;
}
.right-col .box-header {
  border-top-left-radius: 5px;
}
.right-col .box-header p {
  padding-left: 15px;
}
.right-col .box-body {
  border-bottom-left-radius: 5px;
}

.blue-head-box {
  margin: 15px 0px;
}
.blue-head-box .box-header,
.blue-head-box .box-body {
  position: relative;
}
.blue-head-box .box-header::before,
.blue-head-box .box-body::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  width: 100vw;
}
.blue-head-box .box-header {
  padding: 5px 0px;
}
.blue-head-box .box-header::before {
  background-color: #001b69;
}
.blue-head-box .box-body::before {
  background-color: #eaeaea;
}

.wif-section {
  position:relative;
  /*background-image: url("../../img/product/wif-bg.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.wif-section .wif-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
.wif-section .white-gradient-bars {
  margin-top: 30px;
}
.wif-section .white-transparent-gradient {
  box-shadow: -10px 0px 15px rgba(128, 128, 128, 0.6509803922);
  margin: 20px 0px;
  padding: 5px 20px;
}

.security-int-section .sec-logos-container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.security-int-section .sec-logos-container .sec-logo {
  width: 45%;
}

.simplify-sponsorship-section {
  margin-bottom: 0px;
  min-height: 400px;
}
.simplify-sponsorship-section .btns-container {
  margin-top: 30px;
}
.simplify-sponsorship-section .btns-container .the-button {
  margin: 10px;
}

.hiw-section .bg-blue-light {
  border-radius: 5px;
  text-align: center;
}
.hiw-section .icon-image-container {
  text-align: center;
  margin-top: -100px;
}
.hiw-section .icon-image-container .icon-image {
  max-width: 250px;
  width: 100%;
}
/* Product Page End */
/* Footer Start */
footer {
  padding: 50px 10px;
  background-color: white;
  box-shadow: 0px 0px 5px gray;
}
footer p,
footer div,
footer span,
footer a {
  font-size: 1.2rem;
}
footer .logo-container {
  padding: 0px 30px;
}
footer .logo-container .the-logo {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #cb1334;
}
footer .links-container .links-heading {
  color: #cb1334;
  text-transform: uppercase;
  font-family: "glorich-bold";
  font-size: 1.7rem;
}
footer .links-container ul {
  list-style: none;
  padding-left: 0px;
}
footer .links-container ul li {
  list-style: none;
}
footer .links-container ul li a {
  font-family: "sourcesans-semibold";
  font-size: 1.2rem;
}
footer .copyright-container,
footer .copyright-container a {
  font-size: 1.2rem;
}
footer .copyright-container {
  text-align: right;
}

.social-icons-container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.social-icons-container img {
  width: 40px;
}
.autocomplete-suggestions{
    width:100%;
    background-color:#ffffffd6;
    position:absolute;
    z-index:100;
}
.suggestions{
    border:1px solid lightgray;
    border-radius:5px;
    margin-top:5px;
}
.autocomplete-suggestion{
    padding: 6px 11px;
    border-bottom: 1px inset lightgray;
    cursor: pointer;
}
/* Footer End *//*# sourceMappingURL=main.css.map */