@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
}

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

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

.large-h1 {
  font-size: 42px;
}

.top__bar {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.main__banner {
  width: 100%;
  height: 100vh;
  background: url(../images/jeriden-villegas-VLPUm5wP5Z0-unsplash.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.main__banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
}

.contact-detils {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 13.5px;
}

.contact-detils span {
  color: #808080;
}

.logo {
  width: 150px !important;
  /*background: url(../images/safetydrop_logo.jpeg);*/
  /*background-size: cover;*/
  height: auto !important;
  display: inline-block;
}

.logo img {
    width: 100%;
    height: 100%;
}

.index-header {
  height: 100vh;
}

.index-header .contact-detils span {
  color: #fff;
}

.index-header .logo {
  background: url(../images/safetydrop-white.png);
  background-size: cover;
}

.btn {
  padding: .375rem 1.2rem;
  border-radius: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #85be37 !important;
  border-color: #85be37;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d !important;
  border-color: #6c757d;
}

/*.table-responsive {*/
/*  display: block !important;*/
/*}*/

.header-nav {
  flex-direction: row;
  display: inline-flex;
  align-items: center;
}

.index-header .header-nav .nav-item .nav-link {
  color: #fff;
}

.header-nav .nav-item .nav-link {
  padding: .5rem;
  color: #232323;
}

.dropdown-item {
  padding: .2rem 1rem;
  font-size: 14px;
}

.provide-solution {
  margin: 0;
  padding: 0;
  margin-left: 1.5rem;
}

.provide-solution li {
  margin: 4px 0px;
  list-style: none;
  position: relative;
  color: #696969;
}

.provide-solution li::before {
  content: "";
  background: url(../images/checkmark.png) no-repeat;
  position: absolute;
  top: 2px;
  background-size: 16px 16px;
  left: -25px;
  width: 16px;
  height: 16px;
}

.dotted-texture {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-contact {
  background-color: #f5f5f5;
  padding: 3rem 0;
}

footer {
  background-color: #2d3e4e;
  padding: 15px 0;
  color: #fff;

}

.setmd {
  margin-bottom: 1rem;
}

ul.flex-column {
  background-color: rgba(255, 255, 255, 0.1);
}

.dashboard-record .card .card-body .card-title {
  color: #717171;
  font-size: 15px;
  margin-bottom: 0;
}

.dashboard-record .card .card-body h2 {
  font-weight: 600;
}

.buy-membership-card {
  display: flex;
  padding: 1rem;
  box-shadow: 0 10px 13px 0 rgba(0, 123, 255, .07);
  border-radius: 7px;
  margin-bottom: 1.3rem;
  align-items: center;
  border: 1px solid #f1f1f1;
  width: 100%;
}

.buy-membership-card .date {
  font-weight: 600;
  font-size: 17px;
  width: 15%;
}

.buy-membership-card .description {
  color: #808080;
  margin: 0 3rem;
  width: 70%;
}

.buy-membership-card .price-description {
  /*white-space: nowrap;*/
  width: 15%;
  text-align: center;

}
.multiple_select_company {
    background-image: none;
}

.buy-membership-card p {
  margin-bottom: 0;
}

.videos-list-wrapper div.card {
  border: 1px solid #ececec;
  margin: 1rem 0 0 0;
  border-radius: 4px;
  padding: 10px;
}

.home_banner {
  background: url('../images/banner.jpg');
}

.f25 {
  font-size: 25px;
}

.banner_text {
  margin: 130px 0 50px 0;
  color: #fff;
  padding: 20px 30px 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.st-pop {
  line-height: 1.15;
}

.bg-color1 {
  width: 100%;
  background-color: #85BE37;
}

.bg-color2 {
  background: url(../images/banner.jpg);
  background-repeat: round;
  background-size: cover;
}

.bg-color3 {
  width: 100%;
  background-color: #F0F7E7;
}

.bg-color4 {
  width: 100%;
  background-color: #484848;
}

.bg-color5 {
  width: 100%;
  background-color: #212121;
}

.margin-1 {
  text-align: center;
  vertical-align: middle;
  margin: 0.45rem;
}

.bg-green {
  background-color: #85be39;
}

.t-green {
  color: #85be39;
}

.t-center {
  text-align: center;
}

.f-right {
  margin-left: auto;
}

.step {
  background-color: black !important;
  color: white;
}

.check {
  color: #64d0d6;
  font-size: 13px;
}

.text-size-0 {
  font-size: 16px;
}

.text-size-01 {
  font-size: 17px;
}

.text-size-1 {
  font-size: 15px;
}

.text-size-2 {
  font-size: 25px;
}

.text-size-3 {
  font-size: 35px;
}

.text-size-4 {
  font-size: 25px;
}

.text-size-5 {
  font-size: 65px;
}

.text-color-white {
  color: #fff;
}

.text-color-white1 {
  color: #808098;
}

.text-color-green {
  color: #85BE37;
}

.text-color-black {
  color: black;
}

.text-decor {
  text-decoration: none;
}

.logo-size {
  margin-left: 15px;
  height: auto;
  width: 197px;
}

.box-size-1 {
  min-height: 60px;
  width: 100%;
}

.box-size-2 {
  min-height: auto;
  width: 100%;
}

.btn-style-1 {
  background-color: white;
  border-style: none;
}

.btn-style-2 {
  width: 100%;
  height: auto;
}

.btn1 {
  width: 100%;
  height: auto;
}

.btn1.active {
  border-color: #F15923;
  background-color: #212121;
  color: white;
}

.btn1:hover {
  border-color: #F15923;
  background-color: #212121;
  color: white;
}

.box-on-slider {
  height: auto;
  width: 100%;
  vertical-align: bottom;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
}

.img-size {
  margin-top: 20px;
  height: auto;
  width: 100%;
}

.form-caption {
  text-align: right;
}

.btn-color-green {
  background-color: #85BE37;
  color: white;
}

.span-text {
  color: #3B7EA9;
}

.img-shape {
  margin: 12px;
  background-color: #85BE37;
}

.icon-circle {
  border-radius: 50%;
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 12px;
}

table {
  border-collapse: collapse;
  line-height: 1.5;
}

.form-control {
  font-size: 15px;
  border-radius: 0;
  border-color: #71717a;
  min-height: 40px;
  cursor:pointer;
}

.f600 {
  font-weight: 600;
}

.rotate-icon {
  transform: rotate(100deg);
}

.switch {
  display: inline-block;
  height: 21px;
  position: relative;
  width: 44px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  transition: .4s;
  width: 14px;
}

input:checked+.slider {
  background-color: #0a9611;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*new*/
.bg-color-6 {
  background-color: #F0F7E7;
}

.btn-class {
  text-align: center;
  background-color: #85BE38;
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: block;
  /*width: 86%;*/
  width: 50%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.line {
  border: 1px solid #85be39;
}

.form-control-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /*border-radius: .25rem;*/
  /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.plan-box {
  background-color: #85BE38;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: .15rem;
  text-align: center;
}

.h1-size {
  font-size: 28px;
  padding-top: 6px;
}

.h2-size {
  font-size: 18px;

}

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

.h4-size {
  font-size: 16px;
  padding-bottom: 9px;
}

.btn-div {

  width: 86%;
  padding: 10px 0 10px 0;
}

.span-text {
  font-size: 12px;
  color: #3B7EA9;
}

.steps {
  margin: 2rem 0 4rem 0;
  position: relative;
}

.steps::before {
  content: "";
  border-top: 1px dashed #ddd;
  width: 100%;
  margin-bottom: 1.5rem;
}

.step-wrapper {
  position: relative;
  text-align: center;
}

.step-wrapper::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #007bff;
  top: -32px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.how-it-works {
  background: url('../images/how-it-works.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  box-shadow: rgba(0, 0, 0, 0.35) 100px 100px 100px 100px inset;
}

.work-wrapper {
  position: relative;
  height: 350px;
  margin-bottom: 1rem;
}

.work-wrapper-inner-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  text-align: center;
}

.services .card {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 5px 10px 35px -3px rgb(0 105 217 / 0.1);
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.services .card .card-header {
  margin: 0;
}

.services .card .card-header a {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: block;
}

.services .card .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #5f5f5f;
  font-size: 16px;
}

.services .card .card-body ul {
  margin-bottom: 0;
}

.services .card .card-header a::after {
  content: "\f107";
  color: #333;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

.services .card .card-header a[aria-expanded="true"]::after {
  content: "\f106";
}

.call-email {
  background-color: #e6e9ea;
  padding: 1.2rem 0;
}

input {
  overflow: hidden;
}

/* .card-body {
  padding-left: 0;
  padding-right: 0;
} */

/* -----20-10-2025-css-start-css---- */
.footer-wrapper a:hover {
  color: #85be37;
}

.form-check:has(input#remember) label {
  margin-top: 2px;
}

.login-card-wrap {
  border-radius: 10px !important;
  box-shadow: 1px 1px 10px #00000021 !important;
  border: 1px solid #f4f4f4 !important;
}

.btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.table.form-submissions-table-list-wrap {
  overflow: auto;
  white-space: nowrap;
  display: inline-table;
  overflow-y: hidden;
}

.training-videos-report-table-wrapper table{
    display:inline-block;
}

.table.create-new-form-table-wrap {
  overflow: auto;
  display: table;
  overflow-y: hidden;
}

.table.form-submissions-table-list-wrap .btn.btn-light {
  background-color: #eee;
}

.table.form-submissions-table-list-wrap .btn.btn-light:hover {
  background-color: #ddd;
}

.pagination-navigation-wrap .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.table.create-new-form-table-wrap tbody tr td:last-child {
  white-space: nowrap;
}

#result_filter_form span.select2-selection.select2-selection--single,
#result_filter_form span.select2-selection.select2-selection--multiple,
.add-user-form-wrapper span.select2-selection.select2-selection--multiple,
.user-list-form-wrapper span.select2-selection.select2-selection--multiple,
#assign_company span.select2-selection.select2-selection--multiple {
  border-color: #71717a;
  border-radius: 0;
  min-height: 40px;
  align-content: center;
  padding: 3px 10px;
}

.user-list-table-wrapper .table tbody tr td {
  vertical-align: middle;
}

.user-list-table-wrapper .table tbody tr td label {
  margin-bottom: 0px;
}

.user-list-view-card-row .card {
  background-color: #f0f0f0;
}

/* -----20-10-2025-css-end-css---- */

/* -----29-10-2025-css-start----- */
.training-videos-report-table-wrapper {
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  box-shadow: 1px 1px 10px #0000000d;
}

.training-videos-report-table-wrapper .pagination {
  justify-content: center;
}

.training-videos-report-table-wrapper .pagination .page-item a {
  color: #000;
}

.training-videos-report-table-wrapper table thead tr th {
  font-weight: bold;
}

/* -----29-10-2025-css-end----- */

/*------ 19-12-2025-css-start -----*/
.form-submission-filters-wapper .grid.grid-cols-\[--cols-default\] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.form-submission-filters-wapper .grid.grid-cols-\[--cols-default\] .fi-fo-field-wrp-label {
    background: transparent;
    padding: 0;
    margin: 0;
}

.form-submission-filter-btns-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 30px;
}

.form-submission-filters-wapper .choices,
.form-submission-filters-wapper .fi-input {
    outline-offset: 2px;
    position: relative;
    background-color: #fff;
    border-color: #71717a;
    border-width: 1px;
    padding: 2px .75rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: unset !important;
    border: 1px solid #71717a;
    border-radius: 0px;
    min-height: 42px;
    color: #495057 !important;
}

.form-submission-filters-wapper .grid.grid-cols-\[--cols-default\] .fi-input-wrp {
    box-shadow: unset;
    border-radius:0px;
}

.form-submission-filters-wapper .grid.grid-cols-\[--cols-default\] .fi-fo-field-wrp-label span {
    font-weight: 500;
}

.card-body:has(.form-submission-filters-wapper) h1 {
    font-weight: 700;
}

nav[aria-label="Pagination Navigation"] div:last-child,
nav.d-flex:has(ul.pagination) div:last-child {
    flex-direction: column-reverse;
    gap: 10px;
}

nav[aria-label="Pagination Navigation"] {
    flex-direction: column;
}

nav[aria-label="Pagination Navigation"] div:last-child span {
    cursor: pointer;
}

nav[aria-label="Pagination Navigation"] div:last-child span[aria-current="page"],
nav[aria-label="Pagination Navigation"] div:last-child span span[aria-disabled="true"] {
    display: inline-block;
}

nav[aria-label="Pagination Navigation"] div:last-child span[aria-current="page"] span,
ul.pagination li.page-item.active .page-link{
    background: #2d3e4e !important;
    color: #fff;
    border-color:#2d3e4e;
}

nav[aria-label="Pagination Navigation"] div:last-child span span[aria-disabled="true"] span {
    background-color: #ddd !important;
    pointer-events: none !important;
}

nav[aria-label="Pagination Navigation"] div:last-child span.relative.z-0 span:hover,
nav[aria-label="Pagination Navigation"] div:last-child span.relative.z-0 span:hover *,
ul.pagination li.page-item .page-link:hover{
     background: #2d3e4e !important;
    color: #fff;
    border-color:#2d3e4e;
}

ul.pagination {
    justify-content: center;
}

ul.pagination li.page-item .page-link {
    color: #212529;
}

nav.d-flex:has(ul.pagination) {
    justify-content: center !important;
}

#sidebar {
    position: sticky;
    top: 0;
}

.table.form-submissions-table-list-wrap thead tr th {
    border-bottom: 0;
}

.table td, .table th {
    vertical-align: middle;
}

.badge {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.table thead tr th {
    border-bottom: 0;
}

/*------ 19-12-2025-css-end -----*/

/*----20-12-2025-css-start-----*/
.training-video-details-tabs-wrap .nav {
    background-color: #e9f7d6;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #0000001f;
    gap: 15px;
}

.training-video-details-tabs-wrap .nav .nav-link.active {
    background-color: #85be37;
}

.training-video-details-tabs-wrap .nav .nav-link {
    background-color: #fff;
    border: 1px solid #85be3740;
}

.training-video-detail-video-body-wrap {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.company-details-col-wrap {
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 16px;
}

.company-detail-asset-wrap .card-body h2,.user-list-view-card-row .card-body h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
    color: #85be37;
}

.company-detail-asset-wrap .card-body .card-title,
.user-list-view-card-row .card-body .card-title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    line-height: normal;
    font-size: 15px;
}

.user-list-table-wrapper {
    background-color: #fff;
    white-space: nowrap;
}

#folder_data .folder img,#search_folder_div .folder img {
    margin: 0 auto;
    height: 80px;
    object-fit: cover;
}

.selected-category-tag {
    display: inline-block;
    background-color: #d5ebb6;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000;
    border: 1px solid #85bf37;
    font-weight: 600;
    border-radius: 4px;
}

.result-report-action-dropdown-btn-wrap .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 42px !important;
    border-radius: 0 !important;
    border-color: #71717a !important;
    align-content: center;
}
/*----20-12-2025-css-end-----*/

/*----24-12-2025-css-start-----*/
.quiz-title-description-detail-grid {
    display: grid;
    grid-template-columns: 10% 1fr;
    gap: 16px;
}

.quiz-title-description-detail-wrap .btn.btn-danger {
    color: #000;
}

.quiz-title-description-detail-wrap .btn.btn-danger:hover{
    color:#fff;
}
/*----24-12-2025-css-end-----*/


/*-----30-12-2025-css-start-here----*/
.edit-company-logo-wrap .remove_company_logo {
    font-size: 8px;
    height: 40px;
    width: 40px;
    background-color: #dde9cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    box-shadow: inset 1px 1px 5px #00000021;
    right: 0;
    color: #dc3545;
}

.edit-company-logo-wrap {
    display: inline-block;
    position: relative;
}

.edit-company-logo-wrap img {
    height: 100px;
    object-fit: cover;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    object-position: center;
}

.edit-add-company-logo-input {
    border: 2px dashed #b5b0b0;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.edit-add-company-logo-input input::file-selector-button {
  opacity:0;
  text-align:center;
}

.edit-add-company-logo-input #company_logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    cursor: pointer;
    align-content: center;
}

.selectpicker1,
.multiple_select_company_user,
.multiple_select_members{
    background-image:none !important;
}

.documents.document_icon {
    padding: 20px;
    background: #fff !important;
    margin-bottom: 20px;
}

.documents.document_icon img {
    margin: 0 auto 10px;
}
/*-----30-12-2025-css-end-here----*/

/*-----12-01-2026-css-start-here----*/
div#search_folder_div {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.employee-profile-search-filter-wrap .btn.search_data {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*-----12-01-2026-css-end-here----*/


/*----- 13-01-2026-css-start-here -----*/
.employee-profile-listing-searchbar-wrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:unset;
}

.btn:focus, .btn.focus{
     box-shadow:unset !important;
}
/*----- 13-01-2026-css-end-here -----*/


/*---- chat-page-css-start-here ----*/

.chat-container .left .top {
    height: auto !important;
}

.chat-container .left .top .vac-box-search {
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0;
}

.vac-icon-search {
    left: 15px !important;
}
/*---- chat-page-css-end-here ----*/

/*---- 20-01-2026-css-start-here -----*/
#preview-container #remove-btn {
    color: #000;
    display: flex;
}

#preview-container #remove-btn:hover{
    color:#fff;
}
/*---- 20-01-2026-css-end-here -----*/






/*end*/
@media screen and (max-width: 1024px) {
  .text-size-3 {
    font-size: 31px;
  }

  .text-size-2 {
    font-size: 24px;
  }

  .text-size-0 {
    font-size: 18px;
  }

  .text-size-1 {
    font-size: 14px;
  }

  .text-size-4 {
    font-size: 21px;
  }

  .box-size-1 {
    min-height: 80px;
    width: 100%;
  }
}

@media (max-width:1023px) {

  .index-header,
  .main__banner {
    height: 650px;
  }
}

@media screen and (max-width: 823px) {
  .text-size-3 {
    font-size: 26px;
  }

  .text-size-2 {
    font-size: 21px;
  }

  .text-size-1 {
    font-size: 14px;
  }

  .icon-shape {
    font-size: 46px;
  }

  .box-size-1 {
    min-height: 80px;
    width: 100%;
  }

  .text-size-4 {
    font-size: 16px;
  }

  .icon-circle {
    border-radius: 50%;
    text-align: center;
    height: 67px;
    width: 67px;
    padding: 12px;
  }

  .text-size-0 {
    font-size: 14px;
  }
}

@media screen and (max-width: 812px) {
  .text-size-3 {
    font-size: 22px;
  }

  .text-size-2 {
    font-size: 17px;
  }

  .text-size-1 {
    font-size: 12px;
  }

  .text-size-4 {
    font-size: 16px;
  }

  .text-size-0 {
    font-size: 14px;
  }

  .icon-circle {
    border-radius: 50%;
    text-align: center;
    height: 63px;
    width: 63px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  h6,
  .h6 {
    font-size: 12px;
  }

  p {
    font-size: 14px;
  }

  .large-h1 {
    font-size: 30px;
  }

  .logo {
    width: 147px !important;
    background-size: cover;
    height: 50px !important;
  }

  .btn {
    padding: .275rem 1rem;
    border-radius: 30px;
    font-size: 14px;
  }

  .dotted-texture {
    width: 100px;
  }

  .text-size-3 {
    font-size: 22px;
  }

  .text-size-0 {
    font-size: 14px;
  }

  .text-size-2 {
    font-size: 17px;
  }

  .text-size-1 {
    font-size: 12px;
  }

  .text-size-4 {
    font-size: 16px;
  }

  .box-size-1 {
    min-height: 86px;
    width: 100%;
  }

  .icon-circle {
    border-radius: 50%;
    text-align: center;
    height: 66px;
    width: 66px;
    padding: 12px;
  }

  .buy-membership-card {
    flex-direction: column;
  }

  .buy-membership-card .date,
  .buy-membership-card .description,
  .buy-membership-card .price-description {
    width: auto;
  }

  .buy-membership-card .description {
    color: #808080;
    margin: 1rem;
    text-align: center;
  }

  #sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 230px;
    left: -100%;
    overflow: auto;
    transition: all 400ms;
  }

  #sidebar.active {
    left: 0;
    transition: all 400ms;
  }

  .menu-btn .btn-line {
    width: 25px;
    height: 2px;
    margin: 0 0 5px 0;
    background: #333;
    transition: all 0.5s ease-out;
  }

  /* Adding tranform to the X */
  /* .menu-btn.close { 
  transform: rotate(180deg); 
}  */
  /* Styling the three lines to make it an X */
  .menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 3px);
  }

  .menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -5px);
  }
}

.multiple_select_company {
    background-image: unset !important;
}

@media screen and (max-width: 736px) {
  .text-size-0 {
    font-size: 8px;
  }

  .box-size-1 {
    min-height: 50px;
    width: 100%;
  }
}

@media screen and (max-width: 731px) {}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 568px) {
  .btn-style-1 {
    border-style: none;
    margin: .15rem;
  }

  .box-size-1 {
    min-height: 35px;
    width: 100%;
  }

  .text-size-0 {
    font-size: 12px;
  }

  .steps::before {
    display: none;
  }

  .step-wrapper {
    margin-top: 2rem;
  }

  .step-wrapper::before {
    top: -25px;
  }

  .steps {
    margin: 1rem 0 2rem 0;
  }


}

@media screen and (max-width: 414px) {
  .btn-style-1 {
    border-style: none;
    margin: .15rem;
  }

  .icon-shape {
    font-size: 53px;
  }

  .text-size-1 {
    font-size: 17px;
  }

  .text-size-2 {
    font-size: 23px;
  }

  .box-size-1 {
    min-height: 37px;
    width: 100%;
  }

  .text-size-4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 411px) {
  .text-size-2 {
    font-size: 20px;
  }

  .text-size-1 {
    font-size: 13px;
  }

  .text-size-01 {
    font-size: 13px;
  }
}

@media screen and (max-width: 375px) {
  .text-size-1 {
    font-size: 11px;
  }

  .logo-size {
    height: auto;
    width: 170px;
  }

  .text-size-3 {
    font-size: 23px;
  }

  .text-size-2 {
    font-size: 18px;
  }

  .text-size-4 {
    font-size: 11px;
  }

  .box-size-1 {
    min-height: 30px;
    width: 100%;
  }

  .btn-style-1 {
    border-style: none;
    margin: .15rem;
  }
}

@media screen and (max-width: 360px) {
  .text-size-01 {
    font-size: 11px;
  }

  .text-size-3 {
    font-size: 22px;
  }

  .text-size-2 {
    font-size: 17px;
  }

  .text-size-1 {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .text-size-3 {
    font-size: 19px;
  }

  .text-size-2 {
    font-size: 14px;
  }

  .text-size-1 {
    font-size: 9px;
  }

  .text-size-01 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  #sidebar {
    min-height: 500px;
  }
}