@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800&display=swap");
* {
  font-family: "Plus Jakarta Sans", sans-serif; }

@media (min-width: 1200px) {
  .custom-container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px; } }
body {
  position: relative;
  min-height: 100vh;
  background: #F3F4F6; }

/*--
/*  3.1 - Header CSS
/*----------------------------------------*/
header {
  border-bottom: 1px solid #ccc; }
  header .navbar {
    z-index: 333; }

.header-wrapper, .header-meta, .header-meta .header-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.header-logo .navbar-brand {
  width: 160px; }
  .header-logo .navbar-brand h3 {
    font-size: 30px; }

.header-meta {
  justify-content: flex-end;
  flex: 26% 0 0; }
  .header-meta .header-number {
    justify-content: flex-start; }
    .header-meta .header-number i {
      font-size: 25px;
      margin-right: 10px; }
    .header-meta .header-number span {
      line-height: normal;
      font-weight: normal;
      color: #626d78; }
      .header-meta .header-number span strong {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #343a40; }
  .header-meta .header-user-dropdown .btn, .header-meta .header-user-dropdown .tab-button .nav-link, .tab-button .header-meta .header-user-dropdown .nav-link {
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    color: #343a40;
    border: none;
    font-size: 1rem; }
    .header-meta .header-user-dropdown .btn .avatar, .header-meta .header-user-dropdown .tab-button .nav-link .avatar, .tab-button .header-meta .header-user-dropdown .nav-link .avatar {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 50%;
      overflow: hidden;
      border: 4px solid #e2e2e2;
      margin-right: 10px; }
      .header-meta .header-user-dropdown .btn .avatar img, .header-meta .header-user-dropdown .tab-button .nav-link .avatar img, .tab-button .header-meta .header-user-dropdown .nav-link .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .header-meta .header-user-dropdown .btn:focus, .header-meta .header-user-dropdown .tab-button .nav-link:focus, .tab-button .header-meta .header-user-dropdown .nav-link:focus {
      box-shadow: none;
      border: none;
      outline: none; }

.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 15px;
  color: #343a40; }
  @media only screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
      justify-content: flex-start; } }

.dropdown-toggle:after {
  content: "\f107";
  border: none;
  font-family: FontAwesome;
  vertical-align: middle; }

header {
  background: #ffffff; }
  header .navbar {
    padding: 12px 0px; }
  header .header-logo {
    height: 46px; }
  header .navbar-brand {
    height: 50px;
    max-width: 100px; }
  header .navbar-nav .nav-link {
    color: #E50019;
    font-size: 14px !important;
    padding: 12px 12px !important; }
    header .navbar-nav .nav-link:hover {
      color: #E50019; }
    header .navbar-nav .nav-link.active {
      color: #E50019 !important;
      position: relative; }
      header .navbar-nav .nav-link.active::before {
        position: absolute;
        content: "";
        left: calc((100% - 100%) / 2);
        bottom: 0;
        background: #E50019;
        height: 3px;
        width: 100%;
        border-radius: 3px; }
        @media only screen and (max-width: 767px) {
          header .navbar-nav .nav-link.active::before {
            left: 0;
            width: 100%; } }
  header .user-image {
    height: 36px;
    width: 36px;
    border-radius: 36px; }
  header .notification {
    position: relative; }
    header .notification span {
      display: block;
      height: 15px;
      width: auto;
      border-radius: 15px;
      min-width: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0;
      position: absolute;
      top: -8px;
      right: -10px;
      padding: 3px; }

.user-profile .dropdown .user-pp {
  height: 50px;
  width: 50px;
  border-radius: 50px; }
.user-profile .dropdown .btn, .user-profile .dropdown .tab-button .nav-link, .tab-button .user-profile .dropdown .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  padding: 0;
  background: transparent;
  border: 0; }
.user-profile .dropdown .custom-dropdown-menu {
  box-shadow: 0px 0px 12px white; }
  .user-profile .dropdown .custom-dropdown-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 6px 12px; }
@media only screen and (max-width: 767px) {
  .user-profile {
    margin-top: 16px; } }

.custom-dropdown-menu {
  box-shadow: 0px 0px 12px white; }
  .custom-dropdown-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 6px 12px; }

.top-header {
  border-bottom: 1px solid #DFDFDF; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 2; }
  .footer .footer-block h3 {
    color: #E50019;
    font-size: 22px; }
  .footer .footer-block .quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer .footer-block a {
    padding: 6px 0px;
    display: block; }

.social-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px; }
  .social-link li a {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    display: flex !important;
    color: #ffffff;
    border: 1px solid #DFDFDF;
    transition: all 0.3s linear; }
    .social-link li a:hover {
      background: #0E75BC;
      color: #ffffff !important; }

@media only screen and (max-width: 767px) {
  footer .social-link {
    justify-content: center !important; } }
footer .footer-wrapper {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px; }
  footer .footer-wrapper .footer-content {
    padding: 15px 0px; }
    footer .footer-wrapper .footer-content .f-logo {
      height: 60px;
      width: 100%; }
      footer .footer-wrapper .footer-content .f-logo img {
        width: auto; }
    footer .footer-wrapper .footer-content .footer-title {
      font-weight: 600;
      font-size: 16px;
      color: #0E75BC; }
    footer .footer-wrapper .footer-content ul,
    footer .footer-wrapper .footer-content form {
      padding: 0;
      padding-top: 4px; }
      footer .footer-wrapper .footer-content ul p, footer .footer-wrapper .footer-content .details ul li, .details footer .footer-wrapper .footer-content ul li,
      footer .footer-wrapper .footer-content form p,
      footer .footer-wrapper .footer-content form .details ul li,
      .details ul footer .footer-wrapper .footer-content form li {
        font-size: 14px; }
    footer .footer-wrapper .footer-content ul li {
      font-weight: 400;
      font-size: 14px; }
      footer .footer-wrapper .footer-content ul li a {
        padding: 6px 0px;
        color: #495057;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 2px; }
        @media only screen and (max-width: 767px) {
          footer .footer-wrapper .footer-content ul li a {
            justify-content: center; } }
      footer .footer-wrapper .footer-content ul li svg {
        height: 15px; }
    footer .footer-wrapper .footer-content .social-media {
      display: flex;
      padding-top: 10px; }
      footer .footer-wrapper .footer-content .social-media .social-media-list {
        margin: 0px 5px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
        footer .footer-wrapper .footer-content .social-media .social-media-list i {
          color: #ffffff; }
    footer .footer-wrapper .footer-content .form-group {
      position: relative; }
      footer .footer-wrapper .footer-content .form-group input {
        padding: 15px;
        border: none;
        border-bottom: 1px solid gray;
        background: transparent;
        padding-left: 40px;
        padding-right: 40px; }
      footer .footer-wrapper .footer-content .form-group .form-label {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 10px; }
        footer .footer-wrapper .footer-content .form-group .form-label svg {
          height: 20px; }
      footer .footer-wrapper .footer-content .form-group .submmit-btn {
        position: absolute;
        right: 5px;
        margin: 0;
        padding: 0;
        bottom: 50%;
        margin-bottom: -17px;
        padding: 10px; }
footer .lower-footer p, footer .lower-footer .details ul li, .details ul footer .lower-footer li {
  font-size: 14px;
  padding: 20px;
  font-weight: 400; }

.btn-wrap {
  display: flex;
  gap: 8px;
  width: fit-content; }

.btn, .tab-button .nav-link {
  border-radius: 4px;
  padding: 8px 20px;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: fit-content;
  height: fit-content; }
  .btn:focus, .tab-button .nav-link:focus {
    box-shadow: 0 0 0 0 #000000; }
  .btn.radius-50, .tab-button .radius-50.nav-link {
    border-radius: calc(4px/2); }
  .btn i.svg, .tab-button .nav-link i.svg, .btn .bx, .tab-button .nav-link .bx, .btn .bx-sm, .tab-button .nav-link .bx-sm {
    font-size: calc(14px * 1.125) !important; }

.btn-sm, .tab-button .nav-link, .filter-btn-wrap .btn, .tab-button .btn,
.filter-btn-wrap .nav-link, .user-training-card .btn-sm {
  padding: 4px 8px; }

.btn-xs {
  padding: 4px 8px; }

.btn-icon, .modal .btn-close {
  padding: 8px 12px; }

.btn-primary, .filter-btn-wrap .btn.active, .tab-button .btn.active, .tab-button .active.nav-link,
.filter-btn-wrap .nav-link.active {
  background: #E50019;
  border-color: #E50019; }
  .btn-primary:hover, .filter-btn-wrap .btn.active:hover, .tab-button .btn.active:hover, .tab-button .active.nav-link:hover,
  .filter-btn-wrap .nav-link.active:hover {
    background-color: #bc0015;
    border-color: #bc0015; }
  .btn-primary.btn-outline, .filter-btn-wrap .btn-primary.btn, .tab-button .btn-primary.btn, .tab-button .btn-primary.nav-link,
  .tab-button .nav-link.active, .filter-btn-wrap .btn.active, .tab-button .btn.active,
  .filter-btn-wrap .btn-primary.nav-link,
  .filter-btn-wrap .nav-link.active {
    background: #ffffff;
    color: #E50019;
    border-color: #E50019; }

.btn-disable {
  background: #DFDFDF;
  border-color: #DFDFDF; }
  .btn-disable:hover {
    background-color: #cbcbcb;
    border-color: #cbcbcb; }

.btn-secondary {
  background: #0E75BC;
  border-color: #0E75BC; }
  .btn-secondary:hover {
    background-color: #0b5d96;
    border-color: #0b5d96; }
  .btn-secondary.btn-outline, .filter-btn-wrap .btn-secondary.btn, .tab-button .btn-secondary.btn, .tab-button .btn-secondary.nav-link,
  .filter-btn-wrap .btn-secondary.nav-link {
    background: #ffffff;
    color: #0E75BC; }

.btn-success {
  background: #34C38F;
  border-color: #34C38F; }
  .btn-success:hover {
    background-color: #2ba377;
    border-color: #2ba377; }
  .btn-success.btn-outline, .filter-btn-wrap .btn-success.btn, .tab-button .btn-success.btn, .tab-button .btn-success.nav-link,
  .filter-btn-wrap .btn-success.nav-link {
    background: #ffffff;
    color: #34C38F; }

.btn-danger {
  background: #ED1C24;
  border-color: #ED1C24; }
  .btn-danger:hover {
    background-color: #d01018;
    border-color: #d01018; }
  .btn-danger.btn-outline, .filter-btn-wrap .btn-danger.btn, .tab-button .btn-danger.btn, .tab-button .btn-danger.nav-link,
  .filter-btn-wrap .btn-danger.nav-link {
    background: #ffffff;
    color: #ED1C24; }

.btn-text {
  background: transparent;
  color: #E50019;
  text-decoration: underline;
  padding: 0; }
  .btn-text:hover {
    text-decoration: underline; }

.btn-tertiary, .filter-btn-wrap .btn:hover, .tab-button .btn:hover, .tab-button .nav-link:hover,
.filter-btn-wrap .nav-link:hover {
  background: #F4F6FC;
  border-color: #F4F6FC; }
  .btn-tertiary:hover, .filter-btn-wrap .btn:hover, .tab-button .btn:hover, .tab-button .nav-link:hover,
  .filter-btn-wrap .nav-link:hover {
    background: #DFDFDF;
    border-color: #DFDFDF !important; }

.btn-outline, .filter-btn-wrap .btn, .tab-button .btn, .tab-button .nav-link,
.filter-btn-wrap .nav-link {
  background: #ffffff;
  border-color: #495057;
  color: #495057; }

.btn-icon-only {
  color: #495057;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  border-radius: 3px;
  padding: 0; }

.font-xs, .btn-xs, .error {
  font-size: calc(14px * 0.75); }

.font-sm, .btn-sm, .tab-button .nav-link, .filter-btn-wrap .btn, .tab-button .btn,
.filter-btn-wrap .nav-link, .user-training-card .btn-sm, .badge, .pagination, .pagination .page-item .page-link, .sep-line .or-circle, .training-card .btn-sm, .item-overlap-group .item-list, .service-select p, .service-select .details ul li, .details ul .service-select li, .profile .card-wrap .card p, .profile .card-wrap .modal .modal-content p, .modal .profile .card-wrap .modal-content p, .profile .card-wrap .testimonial-wrap .testimonial-list p, .testimonial-wrap .profile .card-wrap .testimonial-list p, .profile .card-wrap .card .details ul li, .details ul .profile .card-wrap .card li, .profile .card-wrap .modal .modal-content .details ul li, .details ul .profile .card-wrap .modal .modal-content li, .modal .profile .card-wrap .modal-content .details ul li, .details ul .modal .profile .card-wrap .modal-content li, .profile .card-wrap .testimonial-wrap .testimonial-list .details ul li, .details ul .profile .card-wrap .testimonial-wrap .testimonial-list li, .testimonial-wrap .profile .card-wrap .testimonial-list .details ul li, .details ul .testimonial-wrap .profile .card-wrap .testimonial-list li, .contact-us .contact-medium .card .icon i, .contact-us .contact-medium .modal .modal-content .icon i, .modal .contact-us .contact-medium .modal-content .icon i, .contact-us .contact-medium .testimonial-wrap .testimonial-list .icon i, .testimonial-wrap .contact-us .contact-medium .testimonial-list .icon i, .contact-us .contact-medium .card .icon svg, .contact-us .contact-medium .modal .modal-content .icon svg, .modal .contact-us .contact-medium .modal-content .icon svg, .contact-us .contact-medium .testimonial-wrap .testimonial-list .icon svg, .testimonial-wrap .contact-us .contact-medium .testimonial-list .icon svg {
  font-size: calc(14px * 0.875); }

.font-md, .btn, .tab-button .nav-link, .form-label, label, .form-control,
.form-select, .form-check, .tab-vertical .nav-link, .wizard-steps .wizard-steps-item .step-name,
.wizard-steps .wizard-steps-item .bs-stepper-label,
.wizard-steps .step .step-name,
.wizard-steps .step .bs-stepper-label, .bs-stepper-label, table, .dropzone .dz-message .note, .breadcrumb .breadcrumb-item, .login-signup, h6, p, .details ul li, a, .menu-vertical .menu-item .menu-link, .offer-list ul li, .training-card .training-desc h5, .banner .details p span, .banner .details ul li span, .user-db-card p, .user-training-card li, .categories-wrap .categories-list .name p, .categories-wrap .categories-list .name .details ul li, .details ul .categories-wrap .categories-list .name li, .testimonial-wrap .testimonial-list .content-wrap p, .testimonial-wrap .testimonial-list .content-wrap .details ul li, .details ul .testimonial-wrap .testimonial-list .content-wrap li, .product-description ul li {
  font-size: 14px; }

.font-lg, .social-link li a, .icon-form-group svg, .icon-form-group i, .list-group .list-group-item, .wizard-steps .wizard-steps-item .step-count,
.wizard-steps .wizard-steps-item .bs-stepper-icon,
.wizard-steps .step .step-count,
.wizard-steps .step .bs-stepper-icon, .filter, .accordion .accordion-item, .accordion .accordion-item .accordion-header button, h4, .sidebar a, .menu-vertical .menu-icon, .product-filter .filter-item .toggle-btn {
  font-size: calc(14px * 1.125); }

.font-xl, .heading-title h2, .section-heading-title h2, h2, .request-card p i, .request-card .details ul li i, .details ul .request-card li i, .request-card p svg, .request-card .details ul li svg, .details ul .request-card li svg, .request-details p, .details p, .details ul li {
  font-size: calc(14px * 1.25); }

.font-xxl, .col-content h4, .nav-item .nav-link i, .nav-item .nav-link svg, .modal .modal-title, .offer-list h1,
.offer-list h2,
.offer-list h3,
.offer-list h4,
.offer-list h5,
.offer-list h6, .banner .profile-image, .db-card-list .icon i, .user-db-card h3, .service-select h3, .profile .card-wrap .card h4, .profile .card-wrap .modal .modal-content h4, .modal .profile .card-wrap .modal-content h4, .profile .card-wrap .testimonial-wrap .testimonial-list h4, .testimonial-wrap .profile .card-wrap .testimonial-list h4 {
  font-size: calc(14px * 1.5) !important; }

.font-xxxl, .icon-wrap i,
.icon-wrap svg, .dropzone .dz-message {
  font-size: calc(14px * 2); }

.font-light, .footer .footer-block p, .footer .footer-block .details ul li, .details ul .footer .footer-block li, .footer .footer-block a, .btn, .tab-button .nav-link, .badge, .dropdown .dropdown-menu .dropdown-item:hover, .col-content p, .col-content .details ul li, .details ul .col-content li, .banner .details p span, .banner .details ul li span {
  font-weight: 400 !important; }

.font-medium, header .navbar-nav .nav-link, .form-label, label, a:hover, .heading-title h4, .section-heading-title h2, .wizard-steps .wizard-steps-item .step-count,
.wizard-steps .wizard-steps-item .bs-stepper-icon,
.wizard-steps .step .step-count,
.wizard-steps .step .bs-stepper-icon, .wizard-steps .wizard-steps-item .step-name,
.wizard-steps .wizard-steps-item .bs-stepper-label,
.wizard-steps .step .step-name,
.wizard-steps .step .bs-stepper-label, .accordion .accordion-button[aria-expanded="true"], .subtitle, .sidebar a, .sidebar .accordion-button, .user-card .user-background p strong, .user-card .user-background .details ul li strong, .details ul .user-card .user-background li strong, .user-db-card p, .user-db-card .details ul li, .details ul .user-db-card li {
  font-weight: 500 !important; }

.font-bold, .footer .footer-block h3, .heading-title h2, .tab-vertical .nav-link, .tab-horizontal .nav-link.active, .icon-list li::before, .offer-list ul li::before, .modal .modal-title, .dropzone .dz-message, .breadcrumb .breadcrumb-item, .title, .sidebar a.active, .offer-list h1,
.offer-list h2,
.offer-list h3,
.offer-list h4,
.offer-list h5,
.offer-list h6, .training-card .training-desc h5, .banner .profile-image, .request-details p strong, .request-details .details ul li strong, .details ul .request-details li strong, .item-overlap-group .item-list, .service-select h3, .profile .card-wrap .card h4, .profile .card-wrap .modal .modal-content h4, .modal .profile .card-wrap .modal-content h4, .profile .card-wrap .testimonial-wrap .testimonial-list h4, .testimonial-wrap .profile .card-wrap .testimonial-list h4, .categories-wrap .categories-list .name p, .categories-wrap .categories-list .name .details ul li, .details ul .categories-wrap .categories-list .name li, .product-filter .filter-item .toggle-btn, .product-filter .filter-item ul li a {
  font-weight: 600 !important; }

.font-heavy, .section-heading-title h2 span, .sep-line .or-circle, .user-db-card h3, .inner-hero h2 {
  font-weight: 800 !important; }

.form-label, label {
  margin-bottom: 5px;
  color: #495057;
  text-transform: inherit; }

.form-control,
.form-select {
  height: auto;
  border-color: white;
  padding: 12px 16px;
  border-radius: 4px;
  color: #495057;
  border: 1px solid #DFDFDF; }
  .form-control.search-form,
  .form-select.search-form {
    padding: 12px;
    padding-left: 40px; }
  .form-control:focus,
  .form-select:focus {
    border-color: #E50019;
    box-shadow: 0px 0px 0px 0px #000000; }
  .form-control .dropdown-toggle,
  .form-select .dropdown-toggle {
    padding: 12px 16px; }

.icon-form-group {
  position: relative; }
  .icon-form-group svg, .icon-form-group i {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    color: #495057; }
  .icon-form-group .form-control,
  .icon-form-group .form-select {
    padding-left: 30px; }
  .icon-form-group .find-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #495057; }

.error {
  color: red !important; }

.form-check {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px; }

.form-check-input:checked {
  background-color: #E50019;
  border-color: #E50019; }

.form-check-input:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); }

.form-check-input:hover, .form-check-label:hover {
  cursor: pointer; }

.form-check-input:disabled {
  opacity: 0.9; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.9; }

.file-upload .upload-area {
  color: #D1D1D1;
  text-align: center;
  padding: 24px;
  border: 2px dashed #D1D1D1;
  border-radius: 12px; }
  .file-upload .upload-area h5 {
    color: #D1D1D1; }
  .file-upload .upload-area .icon {
    margin-bottom: 10px; }
    .file-upload .upload-area .icon svg {
      font-size: 40px; }
  .file-upload .upload-area .btn, .file-upload .upload-area .tab-button .nav-link, .tab-button .file-upload .upload-area .nav-link {
    padding: 6px 16px; }
  .file-upload .upload-area :hover {
    cursor: pointer; }
.file-upload .file-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0px; }
  .file-upload .file-list p, .file-upload .file-list .details ul li, .details ul .file-upload .file-list li {
    word-break: break-all;
    width: 33%; }
  @media only screen and (max-width: 767px) {
    .file-upload .file-list {
      flex-direction: column;
      align-items: flex-start; }
      .file-upload .file-list p, .file-upload .file-list .details ul li, .details ul .file-upload .file-list li {
        width: 100%; } }

.search-form {
  min-width: 235px; }
  .search-form .form-control {
    background: #F3F4F6;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none; }

.feedback-form {
  height: 150px !important; }

.form-floating > label {
  position: absolute;
  top: 1px;
  left: 6px;
  height: 100%;
  padding: 0px 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  height: 24px;
  padding-top: 5px; }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-16px) translateX(0.15rem);
  width: fit-content; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E50019;
  border-radius: 100%;
  background: #ffffff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #E50019;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

a {
  text-decoration: none;
  color: #495057; }
  a:hover {
    text-decoration: none;
    transition: all 0.3s linear;
    color: #E50019; }

a.simple-link {
  text-decoration: none;
  color: #495057; }
  a.simple-link:hover {
    text-decoration: none; }

.absolute-a {
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.image-fit-contain, .services-wrap .icon {
  overflow: hidden; }
  .image-fit-contain img, .services-wrap .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.image-fit-cover, .item-overlap-group .item-list {
  overflow: hidden; }
  .image-fit-cover img, .item-overlap-group .item-list img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.card, .modal .modal-content, .testimonial-wrap .testimonial-list {
  border: none;
  border-radius: calc(4px);
  background: #ffffff;
  padding: 24px 24px; }
  @media only screen and (max-width: 1200px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 24px 24px; } }
  @media only screen and (max-width: 1100px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 24px 24px; } }
  @media only screen and (max-width: 992px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 19.2px 19.2px; } }
  @media only screen and (max-width: 768px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 19.2px 19.2px; } }
  @media only screen and (max-width: 600px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 19.2px 19.2px; } }
  @media only screen and (max-width: 576px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 19.2px 19.2px; } }
  @media only screen and (max-width: 480px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 19.2px 19.2px; } }
  .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
    padding: 18px 18px; }
    @media only screen and (max-width: 1200px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 18px 18px; } }
    @media only screen and (max-width: 1100px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 18px 18px; } }
    @media only screen and (max-width: 992px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 14.4px 14.4px; } }
    @media only screen and (max-width: 768px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 14.4px 14.4px; } }
    @media only screen and (max-width: 600px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 14.4px 14.4px; } }
    @media only screen and (max-width: 576px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 14.4px 14.4px; } }
    @media only screen and (max-width: 480px) {
      .card.card-p-75, .modal .card-p-75.modal-content, .testimonial-wrap .card-p-75.testimonial-list {
        padding: 14.4px 14.4px; } }
  .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
    padding: 12px 12px; }
    @media only screen and (max-width: 1200px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 12px 12px; } }
    @media only screen and (max-width: 1100px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 12px 12px; } }
    @media only screen and (max-width: 992px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 768px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 600px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 576px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 480px) {
      .card.card-p-50, .modal .card-p-50.modal-content, .testimonial-wrap .card-p-50.testimonial-list {
        padding: 9.6px 9.6px; } }
  @media only screen and (max-width: 767px) {
    .card, .modal .modal-content, .testimonial-wrap .testimonial-list {
      padding: 16px !important; } }
  .card.bordered, .modal .bordered.modal-content, .testimonial-wrap .bordered.testimonial-list {
    border: 1px solid #C6D4EB; }
  .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
    padding: 12px 12px; }
    @media only screen and (max-width: 1200px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 12px 12px; } }
    @media only screen and (max-width: 1100px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 12px 12px; } }
    @media only screen and (max-width: 992px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 768px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 600px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 576px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 9.6px 9.6px; } }
    @media only screen and (max-width: 480px) {
      .card .card-body, .modal .modal-content .card-body, .testimonial-wrap .testimonial-list .card-body {
        padding: 9.6px 9.6px; } }

.card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px; }

.badge {
  border-radius: 2px;
  padding: 4px 10px;
  text-transform: capitalize; }

.badge.primary {
  color: #E50019;
  background: #E500192e; }

.badge.success {
  color: #34C38F;
  background: #34C38F2e; }

.badge.danger {
  color: #ED1C24;
  background: #ED1C242e; }

.badge.warning {
  color: #FFC107;
  background: #FFC1072e; }

.badge.info {
  color: #17a2b8;
  background: #17a2b82e; }

.scroll {
  overflow: scroll; }

.scroll-y {
  overflow-y: scroll; }

.scroll-x {
  overflow-x: scroll; }

.scrollbar-sm::-webkit-scrollbar-track {
  background-color: #F4F6FC;
  border-radius: 10px; }

.scrollbar-sm::-webkit-scrollbar {
  width: 3px;
  background-color: #F4F6FC;
  border-radius: 10px; }

.scrollbar-sm::-webkit-scrollbar-thumb {
  background-color: #b6c3c6;
  border-radius: 10px; }

.scrollbar-none::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px; }

.scrollbar-none::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  background-color: transparent;
  border-radius: 10px; }

.scrollbar-none::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px; }

.dropdown .dropdown-menu {
  box-shadow: 0px 0px 12px white;
  border: none;
  padding: 0.5rem 0; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px; }
    .dropdown .dropdown-menu .dropdown-item svg {
      color: #8a8a8a;
      font-size: 16px; }
    .dropdown .dropdown-menu .dropdown-item:hover {
      color: #E50019;
      font-weight: inherit; }
      .dropdown .dropdown-menu .dropdown-item:hover svg {
        color: #E50019; }

/* title-tip down */
[data-title]:hover {
  position: relative; }

[data-title]:hover:before {
  position: absolute;
  top: 100%;
  z-index: 99999;
  content: attr(data-title);
  margin-top: 0.5em;
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #FFF;
  text-align: center;
  background-color: #333;
  box-sizing: border-box;
  white-space: initial;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 10px;
  width: 100%;
  left: 0px; }

[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: '';
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit; }

/* title-tip-up */
.title-up[data-title]:hover:before, table [data-title].btn:hover:before, table .tab-button [data-title].nav-link:hover:before, .tab-button table [data-title].nav-link:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em; }

.title-up[data-title]:hover:after, table [data-title].btn:hover:after, table .tab-button [data-title].nav-link:hover:after, .tab-button table [data-title].nav-link:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid #222; }

/* title-tip-right */
.title-right[data-title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em; }

.title-right[data-title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid #222; }

/* title-tip-left */
.title-left[data-title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em; }

.title-left[data-title]:hover:after {
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid #222; }

section {
  padding: 60px 0px; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 60px 0px; } }
  @media only screen and (max-width: 1100px) {
    section {
      padding: 60px 0px; } }
  @media only screen and (max-width: 992px) {
    section {
      padding: 48px 0px; } }
  @media only screen and (max-width: 768px) {
    section {
      padding: 48px 0px; } }
  @media only screen and (max-width: 600px) {
    section {
      padding: 48px 0px; } }
  @media only screen and (max-width: 576px) {
    section {
      padding: 48px 0px; } }
  @media only screen and (max-width: 480px) {
    section {
      padding: 48px 0px; } }

.bg-grey, .contact-us .contact-medium .card, .contact-us .contact-medium .modal .modal-content, .modal .contact-us .contact-medium .modal-content, .contact-us .contact-medium .testimonial-wrap .testimonial-list, .testimonial-wrap .contact-us .contact-medium .testimonial-list, .contact-us .contact-medium .card:hover .icon, .contact-us .contact-medium .modal .modal-content:hover .icon, .modal .contact-us .contact-medium .modal-content:hover .icon, .contact-us .contact-medium .testimonial-wrap .testimonial-list:hover .icon, .testimonial-wrap .contact-us .contact-medium .testimonial-list:hover .icon, .services-wrap .icon, .download-list-wrap .download-list {
  background: #F3F4F6; }

.heading-title {
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 0; }
  @media only screen and (max-width: 1200px) {
    .heading-title {
      padding: 16px 0px; } }
  @media only screen and (max-width: 1100px) {
    .heading-title {
      padding: 16px 0px; } }
  @media only screen and (max-width: 992px) {
    .heading-title {
      padding: 12.8px 0px; } }
  @media only screen and (max-width: 768px) {
    .heading-title {
      padding: 12.8px 0px; } }
  @media only screen and (max-width: 600px) {
    .heading-title {
      padding: 12.8px 0px; } }
  @media only screen and (max-width: 576px) {
    .heading-title {
      padding: 12.8px 0px; } }
  @media only screen and (max-width: 480px) {
    .heading-title {
      padding: 12.8px 0px; } }
  .heading-title h2 {
    margin-bottom: 0; }
  .heading-title h4 {
    font-size: 26px;
    color: #E50019; }
  .heading-title h6 {
    color: #0E75BC; }

.section-heading-title {
  padding: 12px 0px;
  width: 100%;
  padding-top: 0; }
  @media only screen and (max-width: 1200px) {
    .section-heading-title {
      padding: 12px 0px; } }
  @media only screen and (max-width: 1100px) {
    .section-heading-title {
      padding: 12px 0px; } }
  @media only screen and (max-width: 992px) {
    .section-heading-title {
      padding: 9.6px 0px; } }
  @media only screen and (max-width: 768px) {
    .section-heading-title {
      padding: 9.6px 0px; } }
  @media only screen and (max-width: 600px) {
    .section-heading-title {
      padding: 9.6px 0px; } }
  @media only screen and (max-width: 576px) {
    .section-heading-title {
      padding: 9.6px 0px; } }
  @media only screen and (max-width: 480px) {
    .section-heading-title {
      padding: 9.6px 0px; } }
  .section-heading-title h2 {
    margin-bottom: 0;
    font-size: 32px; }

.auth-section {
  padding: 24px 0px; }
  @media only screen and (max-width: 1200px) {
    .auth-section {
      padding: 24px 0px; } }
  @media only screen and (max-width: 1100px) {
    .auth-section {
      padding: 24px 0px; } }
  @media only screen and (max-width: 992px) {
    .auth-section {
      padding: 19.2px 0px; } }
  @media only screen and (max-width: 768px) {
    .auth-section {
      padding: 19.2px 0px; } }
  @media only screen and (max-width: 600px) {
    .auth-section {
      padding: 19.2px 0px; } }
  @media only screen and (max-width: 576px) {
    .auth-section {
      padding: 19.2px 0px; } }
  @media only screen and (max-width: 480px) {
    .auth-section {
      padding: 19.2px 0px; } }

.no-data-found {
  height: 200px; }

.col-img {
  height: 360px;
  border-radius: 4px; }

.col-content p, .col-content .details ul li, .details ul .col-content li {
  margin-bottom: 5px; }

.slider-btn {
  color: #495057;
  font-size: 30px;
  border: none;
  background: none;
  position: absolute;
  bottom: 5px;
  right: 140px;
  z-index: 3; }
  .slider-btn.btn-left {
    right: calc(140px + 40px); }

.testimonial .slick-slide, .client .slick-slide, .offer-ad .slick-slide {
  height: auto !important; }

.slick-dots li {
  height: 8px !important;
  width: 8px !important;
  background: #DFDFDF !important;
  border-radius: 6px; }
  .slick-dots li::before {
    display: none; }
  .slick-dots li button {
    display: none !important; }
  .slick-dots li.slick-active {
    background: #0E75BC !important;
    width: 20px !important; }

.sticky {
  position: sticky; }
  .sticky.top-0 {
    top: 0; }
  .sticky.top-default {
    top: 24px; }
  .sticky.bottom-0 {
    bottom: 0; }
  .sticky.bottom-default {
    bottom: 24px; }

.nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px; }

.tab-button .nav-link {
  border: 1px solid; }

.tab-vertical .nav-tabs {
  flex-direction: column;
  border: none; }
.tab-vertical .nav-link.active, .tab-vertical .nav-pills .nav-link.active:hover, .tab-vertical .nav-pills .nav-link.active:focus {
  background: none !important;
  color: #E50019 !important;
  box-shadow: none !important; }
.tab-vertical .nav-link {
  justify-content: flex-start;
  padding-left: 10px;
  border: none; }
  .tab-vertical .nav-link:hover {
    color: #E50019; }
  .tab-vertical .nav-link.active {
    color: #E50019;
    border-left: 3px solid #E50019;
    background: transparent;
    box-shadow: none;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .tab-vertical .nav-link.active {
        border-bottom: 2px solid #E50019;
        border-left: none; } }

.tab-horizontal {
  display: flex;
  gap: 8px; }
  .tab-horizontal .nav-link {
    color: #495057 !important;
    border: none !important;
    padding: 8px;
    border-radius: 0; }
    .tab-horizontal .nav-link.active {
      color: #E50019 !important;
      border-bottom: 2px solid #E50019 !important;
      background: transparent; }

@media only screen and (max-width: 767px) {
  .tab-content {
    padding-top: 16px; } }
ul {
  list-style: none;
  padding: 0; }

.icon-list li, .offer-list ul li {
  position: relative;
  padding: 5px 0px;
  padding-left: 18px; }
  .icon-list li::before, .offer-list ul li::before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: "✓";
    color: #0E75BC; }

ul.nested-list {
  list-style: decimal;
  padding-left: 16px; }
  ul.nested-list li {
    margin: 16px 0px; }
    ul.nested-list li ul {
      margin-top: 5px;
      list-style: disc;
      padding-left: 12px; }
      ul.nested-list li ul li {
        margin: 0; }

.wizard-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  counter-reset: wizard-item-counter; }
  .wizard-steps .line,
  .wizard-steps svg {
    display: none; }
  .wizard-steps .wizard-steps-item,
  .wizard-steps .step {
    counter-increment: wizard-item-counter;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 0;
    transition: width 2s ease-in-out; }
    .wizard-steps .wizard-steps-item .step-count,
    .wizard-steps .wizard-steps-item .bs-stepper-icon,
    .wizard-steps .step .step-count,
    .wizard-steps .step .bs-stepper-icon {
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0;
      margin: auto;
      background: #ffffff;
      border: 1px solid #495057;
      text-align: center;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .wizard-steps .wizard-steps-item .step-count,
        .wizard-steps .wizard-steps-item .bs-stepper-icon,
        .wizard-steps .step .step-count,
        .wizard-steps .step .bs-stepper-icon {
          height: 36px;
          width: 36px;
          border-radius: 36px; } }
      .wizard-steps .wizard-steps-item .step-count::before,
      .wizard-steps .wizard-steps-item .bs-stepper-icon::before,
      .wizard-steps .step .step-count::before,
      .wizard-steps .step .bs-stepper-icon::before {
        content: counter(wizard-item-counter); }
    @media only screen and (max-width: 767px) {
      .wizard-steps .wizard-steps-item .step-name,
      .wizard-steps .wizard-steps-item .bs-stepper-label,
      .wizard-steps .step .step-name,
      .wizard-steps .step .bs-stepper-label {
        font-size: 14px; } }
    .wizard-steps .wizard-steps-item::before,
    .wizard-steps .step::before {
      position: absolute;
      top: 25px;
      left: 50%;
      content: "";
      height: 3px;
      width: 100%;
      border-radius: 5px;
      z-index: -1;
      background: #CBCBCB; }
      @media only screen and (max-width: 767px) {
        .wizard-steps .wizard-steps-item::before,
        .wizard-steps .step::before {
          top: 18px;
          font-size: 12px; } }
    .wizard-steps .wizard-steps-item:last-child::before,
    .wizard-steps .step:last-child::before {
      display: none; }
    .wizard-steps .wizard-steps-item.active .bs-stepper-icon,
    .wizard-steps .wizard-steps-item.active .bs-stepper-label,
    .wizard-steps .step.active .bs-stepper-icon,
    .wizard-steps .step.active .bs-stepper-label {
      color: #E50019 !important;
      border-color: #E50019 !important; }
    .wizard-steps .wizard-steps-item.completed .step-count,
    .wizard-steps .wizard-steps-item.completed .bs-stepper-icon,
    .wizard-steps .step.completed .step-count,
    .wizard-steps .step.completed .bs-stepper-icon {
      background: #E50019;
      color: #E50019;
      border-color: #E50019; }
      .wizard-steps .wizard-steps-item.completed .step-count::before,
      .wizard-steps .wizard-steps-item.completed .bs-stepper-icon::before,
      .wizard-steps .step.completed .step-count::before,
      .wizard-steps .step.completed .bs-stepper-icon::before {
        position: absolute;
        content: '\2713';
        color: #ffffff; }
    .wizard-steps .wizard-steps-item.completed .step-name,
    .wizard-steps .wizard-steps-item.completed .bs-stepper-label,
    .wizard-steps .step.completed .step-name,
    .wizard-steps .step.completed .bs-stepper-label {
      color: #E50019; }
    .wizard-steps .wizard-steps-item.completed::before,
    .wizard-steps .step.completed::before {
      background: #E50019;
      height: 3px;
      width: 100%; }
  .wizard-steps .step-trigger:disabled,
  .wizard-steps .bs-stepper .step-trigger.disabled {
    opacity: 1; }

.wizard-vertical {
  flex-direction: column;
  gap: 40px; }
  .wizard-vertical .wizard-steps-item {
    display: flex;
    align-items: center;
    gap: 6px; }
    .wizard-vertical .wizard-steps-item .step-count {
      margin: 0; }
    .wizard-vertical .wizard-steps-item::before {
      height: 40px;
      width: 3px;
      left: 24px;
      top: 100%; }
    .wizard-vertical .wizard-steps-item.completed::before {
      background: #0E75BC;
      height: 40px;
      width: 3px; }

.filter-dropdown .dropdown-menu {
  width: 300px; }
.filter-dropdown .dropdown-toggle::after {
  display: none; }

.filter {
  border: 1px solid #C6D4EB;
  transition: display 0.5s ease-in-out; }
  @media only screen and (max-width: 991px) {
    .filter {
      display: none;
      transition: display 0.5s ease-in-out; }
      .filter.show {
        display: block;
        border-bottom: 1px solid #DFDFDF !important;
        margin-bottom: 12px; } }
  .filter .form-check {
    min-height: auto;
    margin: 10px 0px; }
    .filter .form-check input,
    .filter .form-check .form-check-input {
      margin-top: 0; }

.filter-btn-wrap, .tab-button {
  gap: 5px; }
  .filter-btn-wrap .btn, .tab-button .btn, .tab-button .nav-link,
  .filter-btn-wrap .nav-link,
  .tab-button .nav-link {
    padding: 4px 12px;
    color: #495057; }
    .filter-btn-wrap .btn.active, .tab-button .btn.active, .tab-button .active.nav-link,
    .filter-btn-wrap .nav-link.active,
    .tab-button .nav-link.active {
      color: #ffffff;
      background: #E50019 !important; }

@media only screen and (max-width: 991px) {
  .search-filter {
    width: 100%; } }
.search-filter .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border: 1px solid #DFDFDF;
  padding: 5px;
  border-radius: 50px; }
  .search-filter .form-group .form-control {
    border: none;
    padding: 8px 10px;
    width: 400px; }
    @media only screen and (max-width: 991px) {
      .search-filter .form-group .form-control {
        width: 100%; } }
  .search-filter .form-group .btn, .search-filter .form-group .tab-button .nav-link, .tab-button .search-filter .form-group .nav-link {
    border-radius: 50px;
    padding: 8px 14px; }
    @media only screen and (max-width: 600px) {
      .search-filter .form-group .btn, .search-filter .form-group .tab-button .nav-link, .tab-button .search-filter .form-group .nav-link {
        padding: 8px 8px; }
        .search-filter .form-group .btn span, .search-filter .form-group .tab-button .nav-link span, .tab-button .search-filter .form-group .nav-link span {
          display: none; }
        .search-filter .form-group .btn i, .search-filter .form-group .tab-button .nav-link i, .tab-button .search-filter .form-group .nav-link i,
        .search-filter .form-group .btn svg,
        .search-filter .form-group .tab-button .nav-link svg,
        .tab-button .search-filter .form-group .nav-link svg {
          display: block !important; } }
    @media only screen and (max-width: 600px) {
      .search-filter .form-group .btn::after, .search-filter .form-group .tab-button .nav-link::after, .tab-button .search-filter .form-group .nav-link::after {
        display: none !important; } }
.search-filter .dropdown-toggle {
  border-radius: 0px !important;
  color: #495057;
  border-radius: 0;
  border-right: 1px solid #efefef;
  gap: 40px; }
.search-filter .dropdown-menu {
  box-shadow: none;
  border: 1px solid #C6D4EB;
  width: 300px;
  margin-top: 6px;
  margin-left: -5px; }
  .search-filter .dropdown-menu ul {
    margin-bottom: 0; }
    .search-filter .dropdown-menu ul li {
      padding: 0 !important;
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
      width: 100%; }
      .search-filter .dropdown-menu ul li a {
        padding: 10px 12px; }

@media only screen and (max-width: 991px) {
  .head-contact {
    display: none; } }
.accordion .accordion-item {
  border: none;
  line-height: 32px;
  background: transparent; }
  .accordion .accordion-item .accordion-header button {
    border-bottom: 1px solid #c6c6c6;
    padding: 30px 16px 16px 16px;
    background: transparent; }
.accordion .accordion-button:hover {
  color: #E50019; }
.accordion .accordion-button:focus {
  box-shadow: 0 0 0 0 #000000; }
.accordion .accordion-button:after {
  width: 10px;
  height: 10px;
  background-size: 10px; }
.accordion .accordion-button[aria-expanded="true"] {
  background: none;
  color: #E50019; }

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px; }
.pagination .page-item .page-link {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #F4F6FC;
  color: #495057; }
.pagination .page-item.active .page-link {
  background: #E50019;
  border-color: #E50019;
  color: #ffffff; }
.pagination .page-item.disabled .page-link {
  background: #DFDFDF;
  border-color: #DFDFDF;
  color: #495057; }

.modal .modal-header {
  padding: 0; }
.modal .modal-footer {
  padding: 0; }
.modal .btn-close {
  position: absolute;
  top: 4px;
  right: 18px;
  padding: 6px !important;
  border: 1px solid #bababa;
  border-radius: 40px;
  font-size: 8px;
  transform: translate(0px, 0px) !important;
  margin-top: 0 !important;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 33; }
.modal .btn, .modal .tab-button .nav-link, .tab-button .modal .nav-link {
  min-width: 100px !important; }

.confirmation-icon {
  height: 105px;
  width: 105px;
  border-radius: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: auto;
  margin-bottom: 30px; }
  .confirmation-icon svg,
  .confirmation-icon i {
    font-size: 32px; }
  .confirmation-icon.danger, .confirmation-icon.warning {
    background: #fef1f1; }
    .confirmation-icon.danger svg,
    .confirmation-icon.danger i, .confirmation-icon.warning svg,
    .confirmation-icon.warning i {
      color: #ED1C24; }
  .confirmation-icon.success {
    background: #e5f8f1; }
    .confirmation-icon.success svg,
    .confirmation-icon.success i {
      color: #34C38F; }

table {
  color: #495057; }
  table .form-check {
    min-height: auto; }
  table thead {
    background: #F4F6FC; }
    table thead tr th {
      color: #777777;
      font-weight: 600;
      border-bottom: none;
      padding: 12px 12px !important;
      vertical-align: middle;
      background: #F4F6FC !important;
      text-transform: capitalize !important; }
  table tbody tr td {
    padding: 10px 12px !important;
    vertical-align: middle;
    border-color: #F4F6FC; }
  table .btn-wrap {
    gap: 5px; }
  table .btn, table .tab-button .nav-link, .tab-button table .nav-link {
    color: #E50019;
    height: 26px;
    width: 26px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 16px;
    padding: 0; }
    table .btn .fa-eye, table .tab-button .nav-link .fa-eye, .tab-button table .nav-link .fa-eye {
      font-size: 13px; }

.table > :not(:first-child) {
  border-top: 1px solid #d9dee3; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  top: 0.10rem; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 1rem; }

.access-item-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.access-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px; }
  .access-status span {
    height: 16px;
    width: 16px;
    border-radius: 2px;
    border: 1px solid #C6D4EB;
    display: block;
    position: relative; }
    .access-status span::before {
      position: absolute;
      top: -5px;
      left: 3px;
      font-size: 12px;
      color: #ffffff; }
  .access-status.accessed span {
    background: #E50019; }
    .access-status.accessed span::before {
      content: '\2714'; }
  .access-status.not-accessed span {
    background: #ED1C24; }
    .access-status.not-accessed span::before {
      content: '\00D7';
      top: -7px;
      font-size: 15px; }

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; }
  .icon-wrap.primary {
    color: #E50019;
    background: white; }
  .icon-wrap.success {
    color: #34C38F;
    background: #e5f8f1; }
  .icon-wrap.danger {
    color: #ED1C24;
    background: #fef1f1; }
  .icon-wrap.info {
    color: #17a2b8;
    background: #ddf7fb; }
  .icon-wrap.warning {
    color: #FFC107;
    background: white; }

.dropzone .dz-message {
  margin: 3rem 0; }
  .dropzone .dz-message i, .dropzone .dz-message svg {
    display: block;
    font-size: 40px; }

.breadcrumb {
  background: transparent; }
  @media only screen and (max-width: 991px) {
    .breadcrumb .breadcrumb-item {
      font-size: 12px; } }
  .breadcrumb .breadcrumb-item a {
    font-size: inherit; }
    @media only screen and (max-width: 991px) {
      .breadcrumb .breadcrumb-item a {
        padding: 0 !important;
        margin: 0 !important; } }

.login-signup {
  min-height: calc(81vh);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; }

/*----------------------------------------*/
/*  Login
/*----------------------------------------*/
.vertical-center, .login-footer .social-media a, .login-footer .social-media, .login-page .login-wrapper .login-block, .login-page .login-wrapper .login-inner, .login-page .login-wrapper {
  display: flex;
  align-items: center;
  height: 100%; }

.login-page {
  font-size: 16px; }

.login-page .login-wrapper {
  height: 100vh;
  justify-content: center;
  width: 100%; }

.login-page .login-wrapper .login-inner {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -2px 5px 35px 10px rgba(0, 0, 0, 0.06); }

.login-page .login-wrapper .login-block {
  font-size: 16px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px; }

.login-page .login-wrapper .login-block.left-block {
  font-size: 16px; }

.login-page .login-wrapper .login-block .login-title {
  margin-bottom: 15px; }

.login-page .login-wrapper .login-block .login-title h3 {
  font-size: 14px;
  font-weight: normal; }

.login-page .login-wrapper .login-block .login-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px; }

.login-page .login-wrapper .login-block .login-title h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px; }

.login-page .login-wrapper .login-block .login-form {
  width: 100%; }

.login-page .login-wrapper .login-block .login-form form {
  font-size: 16px; }

.login-page .login-wrapper .login-block .login-form form label {
  font-size: 12px; }

.login-page .login-wrapper .login-block .login-form form .form-control {
  font-size: 13px; }

.login-page .login-wrapper .login-block .login-form form .btn, .login-page .login-wrapper .login-block .login-form form .tab-button .nav-link, .tab-button .login-page .login-wrapper .login-block .login-form form .nav-link {
  margin: 15px 0; }

.login-page .login-wrapper .login-block.right-block {
  background-color: #E50019;
  background-size: cover;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  position: relative;
  color: #ffffff;
  text-align: center;
  z-index: 1; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper h2 span {
  font-size: 20px;
  display: block;
  font-weight: 600;
  color: #ffe7a0; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper h2 .sub-text {
  display: inline-block; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper P {
  font-size: 14px;
  font-weight: normal; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper .login-logo {
  width: 150px;
  margin: 15px auto;
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper .login-logo a {
  display: block; }

.login-page .login-wrapper .login-block.right-block .login-img-wrapper .login-logo a img {
  width: 100%;
  display: block; }

.login-page .login-wrapper .login-block.right-block:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.login-page .login-wrapper .login-block ul {
  text-align: left; }

.login-page .login-wrapper .login-block ul li {
  position: relative;
  align-items: flex-start;
  font-weight: 600; }

.login-page .login-wrapper .login-block ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  margin-right: 15px;
  color: #ffe7a0; }

.login-page .login-wrapper .login-block ul li p, .login-page .login-wrapper .login-block .details ul li li, .details .login-page .login-wrapper .login-block ul li li {
  font-weight: 600 !important; }

.login-page .login-wrapper .login-block ul li span {
  display: block;
  margin-top: 5px;
  font-weight: normal !important; }

@media only screen and (max-width: 767px) {
  .login-page {
    padding: 15px 0; }

  .login-page .login-wrapper {
    height: auto; }

  .login-page .login-wrapper .login-block {
    padding: 15px;
    margin-top: 0; }

  .login-page .login-wrapper .login-block .login-form form .btn, .login-page .login-wrapper .login-block .login-form form .tab-button .nav-link, .tab-button .login-page .login-wrapper .login-block .login-form form .nav-link {
    margin: 30px 0; }

  .login-page .login-wrapper .login-inner .row {
    flex-direction: column-reverse;
    margin: 0; }

  .login-page .login-wrapper a.forgot-psw {
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px; }

  .login-page .login-wrapper .row {
    margin: 0; }

  .login-page .login-wrapper .row div[class*=col-] {
    padding: 0; } }
/* Switch Btn Css */
.login-wrapper .check-form {
  margin: 10px -15px;
  width: 100%; }

.switch_form .form-group {
  margin-bottom: 0; }

.switch {
  font-size: 13px;
  color: #343a40;
  font-weight: 400; }

.switch input {
  opacity: 0;
  display: none; }

.switch label {
  color: #1e1d22; }

.switch-btn {
  width: 43px;
  height: 20px;
  background-color: #f1f1f1;
  vertical-align: middle;
  display: inline-block;
  border-radius: 15px;
  margin-right: 8px;
  position: relative;
  cursor: pointer; }

.switch-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }

.switch input[type=checkbox]:checked + .switch-btn:before {
  left: 21px; }

.switch input[type=checkbox]:checked + .switch-btn {
  background-color: #E50019; }

.switch a {
  color: #ffffff; }

.login-wrapper form .form-group .switch-btn svg {
  color: #fff;
  font-size: 11px;
  margin-left: 6px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  line-height: 100%;
  border: none; }

.switch-btn-wrapper {
  display: inline-block; }

.switch + input[type=checkbox]:checked {
  color: #bababa; }

.login-form .form-control {
  height: calc(2.25rem + 10px);
  font-size: 14px;
  border: 1px solid #e6e6e6;
  box-shadow: none; }

.login-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343a40; }

.login-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343a40; }

.login-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343a40; }

.login-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343a40; }

.login-wrapper a.forgot-psw {
  color: #343a40;
  text-align: right;
  display: block;
  text-decoration: none;
  margin-left: 5px;
  font-size: 14px; }

.login-footer {
  width: 100%;
  margin-top: 30px; }

.login-footer p, .login-footer .details ul li, .details ul .login-footer li {
  font-size: 14px; }

.login-footer p a, .login-footer .details ul li a, .details ul .login-footer li a {
  color: #ffe7a0;
  text-decoration: none;
  margin-left: 5px; }

.login-footer .seperator {
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.login-footer .seperator span {
  width: 100%; }

.login-footer .seperator:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0; }

.login-footer .social-media {
  height: auto;
  gap: 0 10px;
  justify-content: center; }

.login-footer .social-media a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #03a84e;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  justify-content: center; }

.login-footer .social-media a i {
  font-size: 16px; }

.login-footer .social-media a.facebook:hover {
  background-color: #395186;
  background-color: #4867AA; }

.login-footer .social-media a.google:hover {
  background-color: #db4437; }

.psw-wrapper {
  position: relative; }

.psw-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }

.verification-page .login-form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px; }

.verification-page .login-form .form-group .form-control {
  width: 50px;
  font-size: 30px !important;
  text-align: center; }

.btn-login {
  background: #0E75BC;
  font-size: 16px;
  width: 100%;
  color: #fff; }

.layout-page {
  background: #F4F6FC; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
.details ul li {
  color: #495057; }

p, .details ul li {
  line-height: 24px; }

sup {
  top: -1em; }

.text-primary {
  color: #E50019 !important; }

.text-secondary, .breadcrumb .breadcrumb-item {
  color: #0E75BC !important; }

.text-tertiary {
  color: #202f63 !important; }

.text-grey, .form-check-label, .nav-item .nav-link, .dashboard-body p, .dashboard-body .details ul li, .details ul .dashboard-body li, .request-card p, .request-card .details ul li, .details ul .request-card li, .user-ui, .categories-wrap .categories-list .name svg,
.categories-wrap .categories-list .name i, .product-description ul li {
  color: #495057 !important; }

.text-black {
  color: #000000 !important; }

.text-light-dark, .btn-icon-only, .col-content p, .col-content .details ul li, .details ul .col-content li, .contact-us .contact-medium .card .icon i, .contact-us .contact-medium .modal .modal-content .icon i, .modal .contact-us .contact-medium .modal-content .icon i, .contact-us .contact-medium .testimonial-wrap .testimonial-list .icon i, .testimonial-wrap .contact-us .contact-medium .testimonial-list .icon i, .contact-us .contact-medium .card .icon svg, .contact-us .contact-medium .modal .modal-content .icon svg, .modal .contact-us .contact-medium .modal-content .icon svg, .contact-us .contact-medium .testimonial-wrap .testimonial-list .icon svg, .testimonial-wrap .contact-us .contact-medium .testimonial-list .icon svg {
  color: #888888; }

.bg-white, .form-floating > label {
  background: #ffffff !important; }

.bg-primary {
  background: #E50019 !important; }

.bg-secondary {
  background: #0E75BC !important; }

.bg-tertiary {
  background: #202f63 !important; }

.title {
  font-size: calc(14px * 1.375);
  color: #E50019; }

.width-fit-content {
  min-width: fit-content; }

.search-filter .filter-select .form-select {
  width: 250px; }

.ck-content * {
  font-family: "Plus Jakarta Sans", sans-serif !important; }

.row-custom {
  --bs-gutter-y: 1.5rem; }

.gy-0 {
  --bs-gutter-y: 0; }

.sep-line {
  height: 1px;
  width: 100%;
  border-radius: 1px;
  background: #DFDFDF;
  margin: 44px 0px;
  position: relative; }
  .sep-line .or-circle {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    top: 0;
    left: 50%;
    margin-left: calc(-40px / 2);
    margin-top: calc(-40px / 2); }

.sidebar {
  position: absolute;
  left: 0;
  top: 68px;
  height: calc(100vh - 68px);
  z-index: 2;
  border: 0;
  width: 260px; }
  .sidebar i {
    font-size: 16px; }
  .sidebar a {
    padding: 12px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px; }
  .sidebar .accordion-button {
    padding: 14px 24px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    border-bottom: none !important;
    color: #495057; }
  .sidebar .accordion-button.collapsed {
    border-bottom: none; }
  .sidebar .accordion-body ul {
    margin-bottom: 0; }
    .sidebar .accordion-body ul li a {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 40px; }
  .sidebar .accordion-button:not(.collapsed) {
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125); }
  .sidebar a.active {
    color: #E50019; }

.dashboard-body {
  margin-left: calc(260px + 12px); }

.menu-vertical .menu-icon {
  width: auto; }
.menu-vertical .menu-sub {
  list-style: none; }
  .menu-vertical .menu-sub .menu-link {
    padding-left: 24px; }
  .menu-vertical .menu-sub .menu-icon {
    margin-right: 0.5rem; }
.menu-vertical .menu-item .menu-link::before {
  display: none; }
.menu-vertical .menu-sub .menu-sub .menu-link {
  padding-left: 32px; }

.sidebar.test-sidebar {
  position: fixed;
  width: 180px;
  height: 100%;
  box-shadow: 0px 0px 20px #00000014;
  left: 0;
  top: 0;
  padding: 80px 20px 20px 20px;
  background: #ffffff;
  z-index: 1; }
  .sidebar.test-sidebar .sidebar-wrapper .btn-new-test {
    height: 45px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; }
  .sidebar.test-sidebar .sidebar-wrapper .navbar-nav .nav-item {
    padding: 5px 0px; }
    .sidebar.test-sidebar .sidebar-wrapper .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      font-weight: 100;
      display: flex;
      align-items: center;
      color: #495057;
      font-weight: lighter; }
      .sidebar.test-sidebar .sidebar-wrapper .navbar-nav .nav-item .nav-link span {
        padding-left: 10px; }
      .sidebar.test-sidebar .sidebar-wrapper .navbar-nav .nav-item .nav-link.active {
        color: #E50019; }
      .sidebar.test-sidebar .sidebar-wrapper .navbar-nav .nav-item .nav-link svg {
        height: 20px;
        width: 20px; }

.sidebar.offcanvas {
  z-index: 999999;
  display: block;
  padding-top: 20px;
  width: 250px; }
  .sidebar.offcanvas .offcanvas-header {
    padding-bottom: 15px !important; }

@media only screen and (max-width: 767px) {
  .test-sidebar {
    display: none; }

  .btn-offcanvas-toggle {
    display: block !important;
    height: 40px;
    width: 40px;
    border: 1px solid #E50019; } }
.sidebar-user {
  position: inherit;
  width: 100%; }

.client-wrap .client-list .image {
  height: 60px; }

.offer-ad .offer-wrap .offer-list {
  padding: 16px 16px;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 16px 16px; } }
  @media only screen and (max-width: 1100px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 16px 16px; } }
  @media only screen and (max-width: 992px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 12.8px 12.8px; } }
  @media only screen and (max-width: 768px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 12.8px 12.8px; } }
  @media only screen and (max-width: 600px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 12.8px 12.8px; } }
  @media only screen and (max-width: 576px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 12.8px 12.8px; } }
  @media only screen and (max-width: 480px) {
    .offer-ad .offer-wrap .offer-list {
      padding: 12.8px 12.8px; } }
  .offer-ad .offer-wrap .offer-list .ad-url {
    height: 220px;
    border-radius: 6px; }
  .offer-ad .offer-wrap .offer-list .offer-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical; }

.offer-list {
  background: #ffffff;
  border-radius: 12px; }
  .offer-list .ad-url {
    position: relative;
    border-radius: 3px; }
    @media only screen and (max-width: 600px) {
      .offer-list .ad-url {
        height: 150px; } }

.modal .offer-list .ad-url {
  height: 300px; }

.welcome-card .card-top {
  background-color: #ffe5e8; }
.welcome-card .welcome-image {
  height: 132px; }
.welcome-card .user-image {
  height: 72px;
  width: 72px;
  border-radius: 72px;
  border: 5px solid #ffffff;
  margin-top: -36px; }

.user-welcome-card h2 {
  font-size: 20px; }

.user-card .pp-image {
  height: 78px;
  width: 78px;
  border-radius: 78px; }
.user-card .user-background p, .user-card .user-background .details ul li, .details ul .user-card .user-background li {
  margin-bottom: 5px;
  display: flex; }
  .user-card .user-background p strong, .user-card .user-background .details ul li strong, .details ul .user-card .user-background li strong {
    width: 85px;
    display: block;
    flex: 85px 0 0;
    position: relative;
    margin-right: 8px; }
    .user-card .user-background p strong::before, .user-card .user-background .details ul li strong::before, .details ul .user-card .user-background li strong::before {
      position: absolute;
      content: ":";
      right: 0;
      top: 0; }

.prorile-popup .user-card {
  background: #ffffff;
  box-shadow: none; }

.training-card .training-desc {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  gap: 5px; }
  .training-card .training-desc .icon {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: #F4F6FC; }
  .training-card .training-desc h5 {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #495057; }
  .training-card .training-desc p, .training-card .training-desc .details ul li, .details ul .training-card .training-desc li {
    margin-bottom: 0px;
    color: #495057; }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0; }
  .banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 80%;
    width: 100%;
    background-image: linear-gradient(0deg, #000, rgba(20, 40, 103, 0));
    z-index: -1; }
  .banner .profile-image {
    margin-bottom: -22px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex: 100px 1 1;
    min-width: 100px;
    background: #E50019;
    color: #ffffff; }

.training-banner {
  height: 150px;
  width: 100%;
  border-radius: 0;
  background-position: center; }

.db-card-list {
  position: relative; }
  .db-card-list a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .db-card-list .icon {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background: #E50019;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; }
    .db-card-list .icon i {
      color: #ffffff; }

.request-details p, .request-details .details ul li, .details ul .request-details li {
  margin-bottom: 16px;
  display: flex; }
  .request-details p strong, .request-details .details ul li strong, .details ul .request-details li strong {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    flex: 260px 0 0; }
    .request-details p strong::before, .request-details .details ul li strong::before, .details ul .request-details li strong::before {
      position: absolute;
      top: 0;
      right: 0;
      content: ":"; }

.details ul {
  list-style: disc; }
  .details ul li {
    margin-left: 16px; }

.list-group-item {
  border: none;
  padding-left: 0; }

.item-overlap-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-left: 10px;
  counter-reset: item-counter; }
  .item-overlap-group .item-list {
    counter-increment: item-counter;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background: #E50019;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #ffffff;
    margin-left: -10px;
    border: 1px solid #ffffff;
    text-transform: uppercase; }

.user-ui {
  padding: 24px 0; }
  .user-ui .btn, .user-ui .tab-button .nav-link, .tab-button .user-ui .nav-link {
    white-space: nowrap; }
  .user-ui .form-check-input {
    font-size: 16px; }

.user-db-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-direction: row;
  position: relative; }
  .user-db-card a {
    height: 100%;
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .user-db-card h3 {
    margin-bottom: 2px; }
  .user-db-card p, .user-db-card .details ul li, .details ul .user-db-card li {
    margin-bottom: 0;
    color: #888888; }
  .user-db-card .icon-wrap {
    height: 40px;
    width: 40px;
    border-radius: 2px; }

.service-select {
  position: relative;
  padding-bottom: 10px;
  max-height: 260px; }
  .service-select .link {
    height: 100%;
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .service-select p, .service-select .details ul li, .details ul .service-select li {
    color: #ffffff; }
  .service-select h3 {
    color: #ffffff; }
  .service-select .img-wrap {
    height: 120px;
    text-align: right;
    margin-top: 8px; }
    .service-select .img-wrap img {
      width: auto; }
  .service-select.red {
    background-image: linear-gradient(120deg, #AE2678, #FFA1DA); }
  .service-select.green {
    background-image: linear-gradient(120deg, #26AEA6, #A1FFFF); }
  .service-select.purple {
    background-image: linear-gradient(120deg, #6226AE, #BAA1FF); }

.article-tab .nav-tabs li button.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000; }
  .article-tab .nav-tabs li button.nav-link i {
    margin-right: 10px; }
    .article-tab .nav-tabs li button.nav-link i img {
      height: 16px; }
.article-tab .nav-tabs li .nav-link.active {
  border: none;
  color: #E50019;
  border-bottom: 3px solid #E50019; }
.article-tab .nav-tabs li .nav-link:hover {
  border: none;
  color: #E50019; }
.article-tab .tab-content {
  padding-top: 10px; }

.article-ad-listing {
  box-shadow: 0px 0px 10px #00000005;
  position: sticky;
  top: 15px;
  border-radius: 5px;
  overflow: hidden; }
  .article-ad-listing .ad-image {
    height: 250px; }
    .article-ad-listing .ad-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .article-ad-listing .article-list {
    padding: 15px; }

.article-list-content {
  padding-top: 15px; }
  .article-list-content .article-title {
    font-size: 24px;
    font-weight: 800;
    color: #E50019;
    margin-bottom: 0px; }
  .article-list-content .article-list-wrapper .article-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px 0px; }
    .article-list-content .article-list-wrapper .article-list a {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .article-list-content .article-list-wrapper .article-list .mock-test-link {
      position: relative; }
      .article-list-content .article-list-wrapper .article-list .mock-test-link .mock-test-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .article-list-content .article-list-wrapper .article-list .mock-test-link .mock-month-views {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        bottom: 5px;
        padding: 0px 10px;
        color: #ffffff;
        align-items: center;
        z-index: 1; }
        .article-list-content .article-list-wrapper .article-list .mock-test-link .mock-month-views .month-title {
          font-size: 16px; }
        .article-list-content .article-list-wrapper .article-list .mock-test-link .mock-month-views .views {
          font-size: 10px; }
    .article-list-content .article-list-wrapper .article-list::before {
      content: "";
      position: absolute;
      background-image: linear-gradient(0deg, #000, #0000);
      z-index: 1;
      height: 80%;
      width: 100%;
      left: 0;
      bottom: 0; }

.popular-list-link ul li {
  background: #DFDFDF;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin: 15px 0px; }
  .popular-list-link ul li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .popular-list-link ul li .popular-thumbnail {
    height: 62px;
    width: 62px;
    flex: 62px 0 0; }
    .popular-list-link ul li .popular-thumbnail img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 5px;
      object-fit: cover; }
  .popular-list-link ul li .catagory-views {
    position: absolute;
    display: flex;
    width: 75%;
    justify-content: space-between;
    font-size: 10px;
    bottom: 5px; }
  .popular-list-link ul li .popular-list h6 {
    padding-bottom: 25px; }

@media only screen and (max-width: 600px) {
  .article-tab .nav-tabs li button.nav-link span {
    display: none; }

  .list-responsive-sm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid; }

  .article-tab .nav-tabs {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 33; } }
.course-card {
  overflow: hidden;
  position: relative; }
  .course-card .img-wrap {
    height: 120px; }

.containerCourse {
  width: 200px;
  height: 250px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #dcefff !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* padding: 12px ; */
  margin-top: 10px; }

.imageContainer {
  /* flex: 0.7; */
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden; }

.image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }

.cardFooter {
  flex: 0.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.footerTitle {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  justify-content: center;
  color: #444;
  margin-top: 6px;
  margin-bottom: 0; }

.welcome-card .card-top {
  background-color: #ffe5e8; }
.welcome-card .welcome-image {
  height: 132px; }
.welcome-card .user-image {
  height: 72px;
  width: 72px;
  border-radius: 72px;
  border: 5px solid #ffffff;
  margin-top: -36px; }

.user-welcome-card h2 {
  font-size: 20px; }

.user-card .pp-image {
  height: 78px;
  width: 78px;
  border-radius: 78px; }
.user-card .user-background p, .user-card .user-background .details ul li, .details ul .user-card .user-background li {
  margin-bottom: 5px;
  display: flex; }
  .user-card .user-background p strong, .user-card .user-background .details ul li strong, .details ul .user-card .user-background li strong {
    width: 85px;
    display: block;
    flex: 85px 0 0;
    position: relative;
    margin-right: 8px; }
    .user-card .user-background p strong::before, .user-card .user-background .details ul li strong::before, .details ul .user-card .user-background li strong::before {
      position: absolute;
      content: ":";
      right: 0;
      top: 0; }

.prorile-popup .user-card {
  background: #ffffff;
  box-shadow: none; }

.training-card .training-desc {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  gap: 5px; }
  .training-card .training-desc .icon {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: #F4F6FC; }
  .training-card .training-desc h5 {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #495057; }
  .training-card .training-desc p, .training-card .training-desc .details ul li, .details ul .training-card .training-desc li {
    margin-bottom: 0px;
    color: #495057; }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0; }
  .banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 80%;
    width: 100%;
    background-image: linear-gradient(0deg, #000, rgba(20, 40, 103, 0));
    z-index: -1; }
  .banner .profile-image {
    margin-bottom: -22px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex: 100px 1 1;
    min-width: 100px;
    background: #E50019;
    color: #ffffff; }

.training-banner {
  height: 150px;
  width: 100%;
  border-radius: 0;
  background-position: center; }

.db-card-list {
  position: relative; }
  .db-card-list a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .db-card-list .icon {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background: #E50019;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; }
    .db-card-list .icon i {
      color: #ffffff; }

.request-details p, .request-details .details ul li, .details ul .request-details li {
  margin-bottom: 16px;
  display: flex; }
  .request-details p strong, .request-details .details ul li strong, .details ul .request-details li strong {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    flex: 260px 0 0; }
    .request-details p strong::before, .request-details .details ul li strong::before, .details ul .request-details li strong::before {
      position: absolute;
      top: 0;
      right: 0;
      content: ":"; }

.details ul {
  list-style: disc; }
  .details ul li {
    margin-left: 16px; }

.list-group-item {
  border: none;
  padding-left: 0; }

.chart-wrapper {
  height: 160px;
  width: 160px;
  position: relative;
  z-index: 1;
  padding: 4px; }
  .chart-wrapper canvas {
    position: relative; }
  .chart-wrapper .count-numbers {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 95%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -1; }
    .chart-wrapper .count-numbers h4 {
      font-size: 25px;
      line-height: normal; }
    .chart-wrapper .count-numbers p, .chart-wrapper .count-numbers .details ul li, .details ul .chart-wrapper .count-numbers li {
      font-size: 14px; }

.scorecard-wrapper .score-details-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
.scorecard-wrapper .band-score-wrapper .band-score-list {
  display: flex; }
  .scorecard-wrapper .band-score-wrapper .band-score-list .band-score {
    height: 25px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 2px;
    font-size: 10px;
    margin: 0px 5px; }
    .scorecard-wrapper .band-score-wrapper .band-score-list .band-score.active {
      background: #E50019;
      color: #ffffff; }
.scorecard-wrapper .answer-sheet-section .answer-list-wrapper .section-name {
  font-size: 13px;
  color: #495057; }
.scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list {
  border: 1px solid #00000030;
  padding: 15px;
  margin: 5px 0px; }
  .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list h4 {
    font-size: 16px;
    color: #000000; }
  .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul {
    position: relative;
    padding-top: 10px; }
    .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul li {
      position: relative;
      padding-left: 40px !important;
      padding: 3px;
      font-weight: 300;
      font-size: 14px; }
      .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul li span {
        text-transform: uppercase;
        position: absolute;
        left: 0; }
      .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul li.answered {
        color: #ED1C24; }
      .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul li.correct {
        color: #0E75BC; }
    .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .answer-list .answers ul::before {
      content: "";
      position: absolute;
      height: 90%;
      width: 1px;
      left: 25px;
      bottom: 0px;
      background: #909090; }

.leaderboard-table .table-wrapper table thead {
  background-color: #EAEAEA; }
  .leaderboard-table .table-wrapper table thead th {
    padding: 15px 10px; }
.leaderboard-table .table-wrapper table tr {
  vertical-align: middle; }
  .leaderboard-table .table-wrapper table tr th,
  .leaderboard-table .table-wrapper table tr td {
    font-size: 10px; }
  .leaderboard-table .table-wrapper table tr td .score {
    background: #00B5B425;
    height: 24px;
    width: 60px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center; }
.leaderboard-table .table-wrapper .table > :not(:first-child) {
  border-top: 1px solid currentColor; }

.report-card-wrapper .chart-wrapper {
  margin: auto; }
.report-card-wrapper .overall-score {
  background-image: linear-gradient(140deg, #F47920, #0F3CDB) !important;
  min-height: 250px; }
  .report-card-wrapper .overall-score .chart-wrap {
    color: #ffffff; }
    .report-card-wrapper .overall-score .chart-wrap h4 {
      color: #ffffff; }
  .report-card-wrapper .overall-score .card-header,
  .report-card-wrapper .overall-score .card-footer {
    color: #ffffff; }
    .report-card-wrapper .overall-score .card-header img,
    .report-card-wrapper .overall-score .card-footer img {
      filter: brightness(0) invert(1); }
.report-card-wrapper .each-band-score {
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  padding: 15px;
  border: none;
  justify-content: space-between;
  margin: 10px 0px; }
  .report-card-wrapper .each-band-score .card-header svg {
    width: 20px; }
  .report-card-wrapper .each-band-score .card-footer .time-score {
    background: #DFDFDF;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex; }
    .report-card-wrapper .each-band-score .card-footer .time-score p, .report-card-wrapper .each-band-score .card-footer .time-score .details ul li, .details ul .report-card-wrapper .each-band-score .card-footer .time-score li {
      font-size: 12px; }
      .report-card-wrapper .each-band-score .card-footer .time-score p svg, .report-card-wrapper .each-band-score .card-footer .time-score .details ul li svg, .details ul .report-card-wrapper .each-band-score .card-footer .time-score li svg {
        width: 12px;
        margin-right: 2px; }
    .report-card-wrapper .each-band-score .card-footer .time-score h4 {
      font-size: 16px;
      color: #E50019;
      font-weight: 500; }
    .report-card-wrapper .each-band-score .card-footer .time-score .score {
      background: #ffffff;
      border-radius: 5px;
      width: 50%;
      padding: 5px 10px; }
    .report-card-wrapper .each-band-score .card-footer .time-score .time {
      width: 50%;
      padding: 5px 10px; }
.report-card-wrapper .card-header,
.report-card-wrapper .card-footer {
  padding: 0;
  background: none;
  border: none; }
  .report-card-wrapper .card-header img,
  .report-card-wrapper .card-footer img {
    height: 25px; }
  .report-card-wrapper .card-header .cerf-label,
  .report-card-wrapper .card-footer .cerf-label {
    font-size: 25px;
    font-weight: 20px; }

@media only screen and (max-width: 767px) {
  .scorecard-wrapper .answer-sheet-section .answer-list-wrapper .section-name {
    line-height: 25px; }

  .chart-wrapper {
    margin: auto; } }
.speaking-test-questions .q-n-palatte {
  padding: 20px; }
  .speaking-test-questions .q-n-palatte .nav-link {
    background: #ffffff;
    color: #495057;
    margin: 10px 0px;
    box-shadow: 0px 0px 5px #00000007;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center; }
    .speaking-test-questions .q-n-palatte .nav-link .icon {
      padding-right: 10px; }
      .speaking-test-questions .q-n-palatte .nav-link .icon img {
        filter: saturate(4%) brightness(80%) contrast(1000%); }
      .speaking-test-questions .q-n-palatte .nav-link .icon i {
        font-size: 240px; }
    .speaking-test-questions .q-n-palatte .nav-link .test-title {
      font-size: 18px;
      display: block;
      font-weight: 400; }
    .speaking-test-questions .q-n-palatte .nav-link .test-catagory {
      font-size: 10px;
      font-weight: 100; }
    .speaking-test-questions .q-n-palatte .nav-link.active {
      color: #E50019;
      border: 1px solid #E50019; }
      .speaking-test-questions .q-n-palatte .nav-link.active .icon img {
        filter: saturate(60%) brightness(95%) contrast(850%); }
.speaking-test-questions .questions-list-conent .question-list ul {
  list-style: none;
  padding: 15px 0px; }
  .speaking-test-questions .questions-list-conent .question-list ul li {
    padding: 7px 0px;
    font-weight: 400;
    display: flex;
    align-items: center; }
    .speaking-test-questions .questions-list-conent .question-list ul li span {
      flex: 30px 0 0;
      height: 30px;
      width: 30px;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 4px 4px #00000015;
      border: 1px solid #E50019;
      color: #E50019;
      margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .speaking-test-questions .speaking-test-tabs {
    flex-direction: column-reverse !important; }

  .speaking-option {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px; }

  .speaking-test-tabs .nav-pills {
    flex-direction: row !important;
    display: flex !important; }
    .speaking-test-tabs .nav-pills .nav-link {
      border-radius: 0px;
      background: transparent;
      padding: 5px 20px; }
      .speaking-test-tabs .nav-pills .nav-link.active {
        border: none;
        border-bottom: 2px solid #E50019; }
        .speaking-test-tabs .nav-pills .nav-link.active .test-title {
          font-weight: 600; }
      .speaking-test-tabs .nav-pills .nav-link .icon {
        display: none; }
      .speaking-test-tabs .nav-pills .nav-link .test-title .remove-sm {
        display: none; }
      .speaking-test-tabs .nav-pills .nav-link .test-catagory {
        display: none; }

  .speaking-test-questions .q-n-palatte {
    padding: 0;
    background: transparent; }

  .scorecard-wrapper .score-details-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid !important; }

  .scorecard-wrapper .score-details-chart .chart-wrapper:nth-child(2) {
    display: none; }

  .answer-sheet-section {
    padding: 30px 0px !important; }

  .scorecard-wrapper .band-score-wrapper .band-score-list {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px; }

  .band-score-wrapper {
    padding-top: 15px !important; } }
.user-training-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-direction: column; }
  .user-training-card h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px; }
  .user-training-card ul {
    margin-bottom: 0;
    margin-top: 8px; }
  .user-training-card li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 5px 0px; }
  .user-training-card p, .user-training-card .details ul li, .details ul .user-training-card li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px; }
  .user-training-card .btn-wrap {
    z-index: 1; }
  .user-training-card .btn-save {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px; }

.requested-trainings .training-list p, .requested-trainings .training-list .details ul li, .details ul .requested-trainings .training-list li {
  color: #888888; }
.requested-trainings .training-list .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.profile .profile-header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-position: center; }
.profile .pp-image {
  height: 140px;
  width: 130px;
  border-radius: 4px; }
.profile .card-wrap .card, .profile .card-wrap .modal .modal-content, .modal .profile .card-wrap .modal-content, .profile .card-wrap .testimonial-wrap .testimonial-list, .testimonial-wrap .profile .card-wrap .testimonial-list {
  border-style: dashed;
  min-width: 100px;
  background: transparent; }
  .profile .card-wrap .card h4, .profile .card-wrap .modal .modal-content h4, .modal .profile .card-wrap .modal-content h4, .profile .card-wrap .testimonial-wrap .testimonial-list h4, .testimonial-wrap .profile .card-wrap .testimonial-list h4 {
    margin-bottom: 5px;
    color: #ffffff; }
  .profile .card-wrap .card p, .profile .card-wrap .modal .modal-content p, .modal .profile .card-wrap .modal-content p, .profile .card-wrap .testimonial-wrap .testimonial-list p, .testimonial-wrap .profile .card-wrap .testimonial-list p, .profile .card-wrap .card .details ul li, .details ul .profile .card-wrap .card li, .profile .card-wrap .modal .modal-content .details ul li, .details ul .profile .card-wrap .modal .modal-content li, .modal .profile .card-wrap .modal-content .details ul li, .details ul .modal .profile .card-wrap .modal-content li, .profile .card-wrap .testimonial-wrap .testimonial-list .details ul li, .details ul .profile .card-wrap .testimonial-wrap .testimonial-list li, .testimonial-wrap .profile .card-wrap .testimonial-list .details ul li, .details ul .testimonial-wrap .profile .card-wrap .testimonial-list li {
    color: #ffffff;
    line-height: initial; }
.profile .profile-tab-button .nav-link {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
  box-shadow: none; }
  .profile .profile-tab-button .nav-link.active {
    background: #ffffff !important;
    color: #E50019 !important; }
.profile .profile-tab-content {
  margin-top: -64px; }

.hero-section {
  height: 80vh;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .hero-section .menu-list {
      display: none; } }
  @media only screen and (max-width: 600px) {
    .hero-section {
      height: 35vh; } }
  .hero-section .menu-list {
    background: #ffffff;
    position: absolute;
    top: 24px;
    left: 100px;
    width: 350px;
    z-index: 1;
    height: calc(100% - 48px); }
    .hero-section .menu-list .nav-item {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .hero-section .menu-list .nav-item .nav-link {
        justify-content: flex-start;
        white-space: nowrap;
        width: 100%; }

.inner-hero {
  position: relative;
  overflow: hidden; }
  .inner-hero h2 {
    font-size: 40px; }
  .inner-hero .breadcrumb {
    display: flex;
    justify-content: center; }
  .inner-hero::before {
    position: absolute;
    top: -50px;
    right: -50px;
    content: "";
    height: 200px;
    width: 200px;
    border-radius: 200px;
    background: #0E75BC0f; }
  .inner-hero::after {
    position: absolute;
    bottom: -50px;
    left: -50px;
    content: "";
    height: 200px;
    width: 200px;
    border-radius: 200px;
    background: #E500190f; }

.menu-list {
  box-shadow: 0px 0px 10px #00000016; }
  .menu-list ul li i, .menu-list ul li svg {
    padding-right: 7px; }
  .menu-list ul li ul {
    box-shadow: 3px 0px 10px #00000016;
    min-width: 260px;
    display: none;
    background: #ffffff;
    position: absolute;
    left: 100%;
    padding: 8px 0px;
    border-radius: 4px;
    top: 0; }
  .menu-list ul li:hover {
    background-color: #0E75BC !important;
    color: #ffffff !important; }
    .menu-list ul li:hover a {
      color: #ffffff !important; }
    .menu-list ul li:hover ul {
      display: block; }
      .menu-list ul li:hover ul li {
        color: #495057 !important; }
        .menu-list ul li:hover ul li a {
          color: #495057 !important; }
        .menu-list ul li:hover ul li:hover {
          color: #ffffff !important; }
          .menu-list ul li:hover ul li:hover a {
            color: #ffffff !important; }

.categories-wrap {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px; }
  .categories-wrap .categories-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    position: relative;
    padding: 24px 8px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    transition: all 0.3s linear;
    width: 140px; }
    @media only screen and (max-width: 991px) {
      .categories-wrap .categories-list {
        width: 80px;
        padding: 8px 8px;
        border: none; } }
    .categories-wrap .categories-list .name {
      text-align: center; }
      @media only screen and (max-width: 991px) {
        .categories-wrap .categories-list .name p, .categories-wrap .categories-list .name .details ul li, .details ul .categories-wrap .categories-list .name li {
          font-size: calc(14px * 0.875);
          line-height: 16px; } }
      .categories-wrap .categories-list .name .image {
        height: 60px;
        width: auto;
        margin: auto; }
        @media only screen and (max-width: 991px) {
          .categories-wrap .categories-list .name .image {
            height: 80px;
            width: 80px;
            border-radius: 80px;
            margin-bottom: 10px;
            border: 1px solid #DFDFDF;
            padding: 16px; } }
      .categories-wrap .categories-list .name svg,
      .categories-wrap .categories-list .name i {
        transition: all 0.3s linear;
        font-size: 64px; }
      .categories-wrap .categories-list .name p, .categories-wrap .categories-list .name .details ul li, .details ul .categories-wrap .categories-list .name li {
        margin-bottom: 0; }
    .categories-wrap .categories-list:hover {
      border-color: #0E75BC; }
      .categories-wrap .categories-list:hover svg,
      .categories-wrap .categories-list:hover i,
      .categories-wrap .categories-list:hover p,
      .categories-wrap .categories-list:hover .details ul li,
      .details ul .categories-wrap .categories-list:hover li {
        color: #0E75BC !important; }

.categories-page .categories-wrap {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .categories-page .categories-wrap {
      justify-content: center; } }

.product .product-wrap {
  display: grid;
  gap: 16px; }
  @media only screen and (max-width: 1300px) {
    .product .product-wrap {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 1208px) {
    .product .product-wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 991px) {
    .product .product-wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 767px) {
    .product .product-wrap {
      grid-template-columns: repeat(2, 1fr); } }
  .product .product-wrap .product-list {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 2px 4px #0000000f; }
    .product .product-wrap .product-list .figure-img {
      height: 250px;
      margin-bottom: 0;
      border-radius: 8px;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .product .product-wrap .product-list .figure-img {
          height: 200px; } }
      @media only screen and (max-width: 600px) {
        .product .product-wrap .product-list .figure-img {
          height: 170px; } }

.product-list-home {
  grid-template-columns: repeat(5, 1fr); }

.product-list-products {
  grid-template-columns: repeat(4, 1fr); }

.product-filter .filter-item .toggle-btn {
  justify-content: space-between;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 2px solid #DFDFDF;
  border-radius: 0; }
  .product-filter .filter-item .toggle-btn .toggle-icon {
    position: relative; }
    .product-filter .filter-item .toggle-btn .toggle-icon::before, .product-filter .filter-item .toggle-btn .toggle-icon::after {
      content: "";
      position: absolute;
      height: 2px;
      width: 12px;
      background: #495057;
      right: 2px;
      top: 0;
      transition: transform 0.3s; }
  .product-filter .filter-item .toggle-btn[aria-expanded="true"] .toggle-icon::before {
    transform: rotate(90deg); }
  .product-filter .filter-item .toggle-btn[aria-expanded="true"] .toggle-icon::after {
    transform: rotate(180deg); }
.product-filter .filter-item .collapse {
  padding-top: 8px;
  padding-bottom: 16px; }
.product-filter .filter-item ul {
  margin-bottom: 0; }
  .product-filter .filter-item ul li a {
    padding: 6px 0px;
    display: block; }

.testimonial-wrap .slick-track {
  display: flex; }
.testimonial-wrap .testimonial-list {
  align-self: stretch;
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px;
  height: auto;
  margin: 0px 8px;
  background: #DFDFDF; }
  @media only screen and (max-width: 991px) {
    .testimonial-wrap .testimonial-list {
      margin: 0px 0px; } }
  .testimonial-wrap .testimonial-list .author-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; }
    .testimonial-wrap .testimonial-list .author-detail .image {
      height: 80px;
      width: 80px;
      border-radius: 80px;
      border: 1px solid #E50019;
      padding: 5px; }
  .testimonial-wrap .testimonial-list .content-wrap {
    position: relative; }
    .testimonial-wrap .testimonial-list .content-wrap .quote-icon {
      width: 59px;
      display: block;
      font-size: 130px;
      line-height: 130px;
      font-family: "Libre Baskerville", serif;
      color: transparent;
      position: absolute;
      top: -20px;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #E50019; }
    .testimonial-wrap .testimonial-list .content-wrap p, .testimonial-wrap .testimonial-list .content-wrap .details ul li, .details ul .testimonial-wrap .testimonial-list .content-wrap li {
      position: relative; }
    .testimonial-wrap .testimonial-list .content-wrap .content {
      padding-top: 50px;
      padding-left: 32px; }
      @media only screen and (max-width: 600px) {
        .testimonial-wrap .testimonial-list .content-wrap .content {
          padding-left: 0px; } }
      .testimonial-wrap .testimonial-list .content-wrap .content p, .testimonial-wrap .testimonial-list .content-wrap .content .details ul li, .details ul .testimonial-wrap .testimonial-list .content-wrap .content li {
        margin-bottom: 0; }

.product-images .product-slider .image-show {
  position: relative;
  overflow: hidden;
  height: 400px;
  float: left; }
  @media only screen and (max-width: 600px) {
    .product-images .product-slider .image-show {
      height: 280px !important; } }
  .product-images .product-slider .image-show:hover {
    cursor: pointer; }
.product-images .product-slider .image-show__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
.product-images .product-slider .image-show {
  height: 400px;
  border-radius: 10px;
  transition: transform 0.2s; }
.product-images .product-slider .image-show:hover {
  z-index: 2;
  /* Bring the hovered item to the front */ }
.product-images .product-slider .zoomed {
  transform: scale(1);
  /* Adjust the zoom factor as needed */ }
.product-images .product-slider-nav .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; }
.product-images .product-slider-nav .image-toggle {
  height: 90px;
  min-width: 90px !important;
  border-radius: 4px;
  border: 1px solid #DFDFDF; }
  .product-images .product-slider-nav .image-toggle.slick-current {
    border: 3px solid #E50019; }
  .product-images .product-slider-nav .image-toggle:hover {
    cursor: pointer; }
.product-images .product-slider-nav .slick-arrow {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .product-images .product-slider-nav .slick-arrow::before {
    font-size: 10px;
    color: #000; }
.product-images .product-slider-nav .slick-prev {
  left: 16px;
  z-index: 3; }
.product-images .product-slider-nav .slick-next {
  right: 16px;
  z-index: 3; }

@media only screen and (max-width: 400px) {
  .product-description ul {
    gap: 0px;
    justify-content: space-between; } }
.product-description ul li {
  padding: 0px 0px; }
  .product-description ul li strong {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    width: auto !important; }
    .product-description ul li strong::before {
      position: absolute;
      right: 0;
      top: 0; }
  @media only screen and (max-width: 767px) {
    .product-description ul li a span {
      display: none; } }
.product-description .features ul li {
  position: relative;
  padding-left: 16px; }
  .product-description .features ul li::before {
    position: absolute;
    content: "\2713";
    left: 0;
    top: 5;
    color: #E50019; }

.tab-content li {
  padding: 4px 0px !important; }

.contact-us .contact-medium {
  display: flex;
  gap: 10px;
  flex-direction: column; }
  .contact-us .contact-medium .card, .contact-us .contact-medium .modal .modal-content, .modal .contact-us .contact-medium .modal-content, .contact-us .contact-medium .testimonial-wrap .testimonial-list, .testimonial-wrap .contact-us .contact-medium .testimonial-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    transition: all 0.3s linear; }
    .contact-us .contact-medium .card .icon, .contact-us .contact-medium .modal .modal-content .icon, .modal .contact-us .contact-medium .modal-content .icon, .contact-us .contact-medium .testimonial-wrap .testimonial-list .icon, .testimonial-wrap .contact-us .contact-medium .testimonial-list .icon {
      height: 40px;
      width: 40px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0;
      background: #ffffff; }
    .contact-us .contact-medium .card:hover, .contact-us .contact-medium .modal .modal-content:hover, .modal .contact-us .contact-medium .modal-content:hover, .contact-us .contact-medium .testimonial-wrap .testimonial-list:hover, .testimonial-wrap .contact-us .contact-medium .testimonial-list:hover {
      box-shadow: 0px 0px 1px #000000a3;
      background-color: #ffffff; }
      .contact-us .contact-medium .card:hover i, .contact-us .contact-medium .modal .modal-content:hover i, .modal .contact-us .contact-medium .modal-content:hover i, .contact-us .contact-medium .testimonial-wrap .testimonial-list:hover i, .testimonial-wrap .contact-us .contact-medium .testimonial-list:hover i, .contact-us .contact-medium .card:hover svg, .contact-us .contact-medium .modal .modal-content:hover svg, .modal .contact-us .contact-medium .modal-content:hover svg, .contact-us .contact-medium .testimonial-wrap .testimonial-list:hover svg, .testimonial-wrap .contact-us .contact-medium .testimonial-list:hover svg {
        color: #E50019; }

.services-wrap .icon {
  height: 76px;
  width: 76px;
  border-radius: 76px;
  margin: 0 auto;
  padding: 12px;
  overflow: hidden; }
.services-wrap p, .services-wrap .details ul li, .details ul .services-wrap li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.modal .services-wrap p, .modal .services-wrap .details ul li, .details ul .modal .services-wrap li {
  display: block; }

.downloads nav {
  height: 80vh; }
  @media only screen and (max-width: 767px) {
    .downloads nav {
      height: auto;
      margin-bottom: 12px; } }

.download-list-wrap [class^="col-"] {
  /* Your common styles here */
  padding: 0px 8px; }
.download-list-wrap .download-list {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-direction: row; }
  .download-list-wrap .download-list .icon {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-right: 5px;
    flex: 40px 0 0.1; }
  .download-list-wrap .download-list h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical; }
  .download-list-wrap .download-list .btn, .download-list-wrap .download-list .tab-button .nav-link, .tab-button .download-list-wrap .download-list .nav-link {
    width: auto; }
  .download-list-wrap .download-list:hover {
    cursor: pointer; }

/*----------------------------------------*/
/*  Responsive Css
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container-lg {
    max-width: 1920px; } }
@media only screen and (max-width: 991px) {
  .logo-section .navbar-brand {
    display: none; } }
@media only screen and (max-width: 767px) {
  .responsive-md-none {
    display: none; }

  .responsive-md-block {
    display: block !important; }

  .search-filter {
    flex-direction: column;
    align-items: flex-start !important; }

  .search-filter .filter-select {
    width: 100%; }
    .search-filter .filter-select .form-select {
      width: 100%; }

  .affilation {
    padding: 12px 12px !important; } }
@media only screen and (max-width: 600px) {
  .responsive-sm-none {
    display: none; }

  .responsive-sm-block {
    display: block !important; } }
@media only screen and (min-width: 1500px) {
  .about-wrapper {
    margin-top: 0px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-wrapper {
    margin-top: 0px !important; }

  .main-wrapper .container .course-details-banner-content h2 {
    padding-right: 200px; }
  .main-wrapper .container .course-details-banner-content p, .main-wrapper .container .course-details-banner-content .details ul li, .details ul .main-wrapper .container .course-details-banner-content li {
    padding-right: 150px; }

  .download-pdf ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .download-pdf ul li {
      height: 50px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .download-pdf ul li a {
        max-width: 100%; }
  .download-pdf .list-group-item {
    display: inline-flex;
    width: 20%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-wrapper .container .course-details-banner-content h2 {
    padding-right: 200px; }
  .main-wrapper .container .course-details-banner-content p, .main-wrapper .container .course-details-banner-content .details ul li, .details ul .main-wrapper .container .course-details-banner-content li {
    padding-right: 150px; }
  .main-wrapper .container .header-wrapper .header-menu li a, .main-wrapper .container .header-meta .header-menu li a, .header-meta .main-wrapper .container .header-number .header-menu li a {
    font-size: 12px; }
  .main-wrapper .container .header-wrapper .header-meta a, .main-wrapper .container .header-meta .header-meta a, .header-meta .main-wrapper .container .header-number .header-meta a {
    font-size: 12px; }

  .slider-section .container {
    max-width: 1199px; }

  .about-wrapper {
    margin-top: 0px !important; }

  .download-pdf ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .download-pdf ul li {
      height: 50px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .download-pdf ul li a {
        max-width: 100%; }
  .download-pdf .list-group-item {
    display: inline-flex;
    width: 45%; }

  .single-course .courses-image {
    height: auto; }

  .payment-methods .form-check .form-check-label {
    padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .container {
    max-width: 991px; }

  .about-content h3 {
    font-size: 22px; }
  .about-content h2 {
    font-size: 22px; }
  .about-content .image-wrap h4 {
    font-size: 20px; }

  .about-wrapper {
    margin-top: 0px !important; }

  .download-pdf ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .download-pdf ul li {
      height: 50px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .download-pdf ul li a {
        max-width: 100%; }
  .download-pdf .list-group-item {
    display: inline-flex;
    width: 45%; } }
@media only screen and (max-width: 991px) {
  .main-section {
    padding: 60px 0px; }

  .slider-section {
    background: none;
    height: auto;
    display: block; }

  .video-card-list .row {
    margin: 0 -5px; }
    .video-card-list .row div[class*="col-"] {
      padding: 0 5px; }

  .video-section .video-card .video-content h2 {
    font-size: 16px;
    margin-top: 0; }

  .video-section .video-card .video-content h3,
  .video-section .video-card .video-content .btn,
  .video-section .video-card .video-content .tab-button .nav-link,
  .tab-button .video-section .video-card .video-content .nav-link {
    font-size: 12px; }

  .video-section .video-card .icon {
    width: 80px;
    height: 80px;
    top: 130px; }

  #accordionExample {
    margin-top: 15px; }

  .single-faq .faq-content {
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 20px;
    height: auto;
    margin-top: 0; }

  .feature-training .container {
    padding: 0; }
    .feature-training .container .btn, .feature-training .container .tab-button .nav-link, .tab-button .feature-training .container .nav-link {
      height: 35px;
      line-height: 38px; }

  .section.pricing .courses-tab {
    margin-top: -53px; }

  .section.pricing .courses-tab .tab-menu li {
    margin: 3px 3px; }
    .section.pricing .courses-tab .tab-menu li:first-child {
      margin-left: 3px !important; }

  .question-answer .ask-question-section .more-questions .nav-tabs .nav-link {
    padding: 0.5rem !important; }

  .video-section {
    margin-top: 15px !important; }
    .video-section h1 {
      font-size: 25px;
      line-height: 25px; }

  .slider-section {
    padding-bottom: 40px; }

  .ask-question-form .row .form-label {
    margin: 0 0 10px 0; }

  .slider-section img {
    display: none; }

  .header-wrapper, .header-meta, .header-meta .header-number {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column; }
    .header-wrapper .header-logo, .header-meta .header-logo {
      width: 100%;
      justify-content: space-between;
      display: flex;
      align-items: center; }

  header .navbar {
    box-shadow: 0px 0px 10px #0000001c; }

  .header-meta {
    display: none; }

  .header-meta-small {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    flex: auto;
    padding: 10px; }

  .top-feature-section {
    background: #fff !important; }
    .top-feature-section .top-feature-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .top-feature-section .top-feature-list:nth-child(even) {
      padding-top: 20px !important; }

  .empowering-list .row.w-75 {
    width: 100% !important; }

  .offering-solution-section .offer-solution-list {
    margin: 5px 0px !important;
    overflow: hidden;
    padding: 0px 0px 15px 0px; }
    .offering-solution-section .offer-solution-list h3 {
      margin: 5px auto; }
    .offering-solution-section .offer-solution-list .home-btn {
      margin-top: 5px !important; }

  .dropdown .dropdown-menu {
    margin: auto;
    padding: 10px; }

  .mobile-responsive-large {
    display: none !important; }

  .mobile-responsive-small {
    display: block !important; }
    .mobile-responsive-small .section-title h3 {
      text-align: left; }
    .mobile-responsive-small li a {
      width: 100% !important;
      padding: 8px 15px !important;
      border-radius: 5px !important;
      margin: 8px 0px !important;
      background: transparent !important; }

  .writing-w-c-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; } }
@media only screen and (max-width: 767px) {
  .test-body {
    padding-left: 0px;
    padding-right: 0px; }

  section {
    padding-top: 40px; }

  .main-section {
    padding: 40px 0px; }

  .section-title h2 {
    font-size: 28px; }

  .slider-section {
    margin-top: 0px;
    padding-bottom: 40px; }
    .slider-section .container {
      margin-top: 60px;
      max-width: 740px; }
    .slider-section .course-card .card-content {
      padding: 0; }
    .slider-section .course-pricing .pricing .pricig-list li {
      font-size: 12px !important;
      padding-left: 15px;
      margin-bottom: 5px; }
    .slider-section .course-pricing .pricing h2 {
      font-size: 16px;
      padding: 10px; }
    .slider-section .course-pricing .pricing h2 i {
      font-size: 18px; }
    .slider-section .course-pricing .pricing h2 span span {
      top: 4px;
      font-size: 10px; }
    .slider-section .course-pricing .pricing .pricig-list {
      padding: 10px !important;
      min-height: inherit; }
    .slider-section .header-login .link span {
      width: 30px; }

  .about-wrapper {
    margin-top: 0px !important; }

  .section .container {
    max-width: 668px; }

  .download-pdf ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .download-pdf ul li {
      height: 50px;
      display: inline-flex;
      justify-content: space-between;
      align-items: center; }
      .download-pdf ul li a {
        max-width: 100%; }
  .download-pdf .list-group-item {
    display: inline-flex;
    width: 45%; }

  .checkout .modal-body {
    padding: 1rem; }

  .checkout .checkout-form .form-group .form-control {
    height: 40px; }

  .container {
    max-width: 750px; }

  .section.pricing .tab-content .pricing-body {
    padding: 10px; }

  .section.pricing .courses-tab {
    margin-top: 10px; }

  .section.pricing .courses-tab .tab-menu li button {
    padding: 0 10px;
    font-size: 12px;
    height: 40px; }

  .section.pricing .courses-tab .tab-menu li button span {
    padding: 0px 8px;
    font-size: 10px !important;
    margin-left: 5px; }

  .section.pricing .courses-tab .tab-menu li {
    margin: 3px 3px; }
    .section.pricing .courses-tab .tab-menu li:first-child {
      margin-left: 3px !important; }

  .question-answer .question-answer-wrapper .question-answer-list .question .asked-qn h3 {
    font-size: 16px; }

  .header-login {
    margin-left: 10px !important; }

  .btn-call {
    line-height: normal;
    padding: 7px 10px !important;
    width: auto !important;
    font-size: 10px !important;
    height: auto !important; }

  .slider-image-wrapper {
    display: none; }

  .course-pricing .pricing h2 span {
    font-size: 10px; }

  .course-pricing .pricing h2 {
    font-size: 16px; }

  .course-pricing .pricing h2 i {
    font-size: 16px;
    margin-top: -4px; }

  .section.pricing .tab-content .pricing-body h2 span {
    top: 0; }

  .how-do-image {
    display: none; }

  .hero-section {
    background: #ffffff !important; }

  .iq-features {
    background-size: cover !important; }

  .how-we-do .tab-pane .section-desc {
    width: 100% !important; }

  .section-sm-title {
    display: none; }

  footer {
    text-align: center; }

  footer .footer-wrapper .footer-content .f-logo {
    margin: auto; }

  footer .footer-wrapper .footer-content .social-media {
    justify-content: center; }

  .how-we-do .tab-content .tab-pane .we-do-image {
    height: 200px; }

  .empowering-list p, .empowering-list .details ul li, .details ul .empowering-list li {
    padding-bottom: 30px; }

  .responsive-mobile-small {
    display: block !important; }

  .responsive-mobile-large {
    display: none; }

  .reading-questions-passage .passage-content {
    padding: 15px; }

  .reading-questions-passage .passage-content p, .reading-questions-passage .passage-content .details ul li, .details ul .reading-questions-passage .passage-content li {
    line-height: 19px !important;
    letter-spacing: 0px !important;
    font-weight: 400; }

  .writing-section {
    padding: 5px 0px; } }
@media only screen and (max-width: 600px) {
  .multiple-select-question {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .download-pdf ul {
    display: flex;
    flex-direction: column; }
  .download-pdf .list-group-item {
    display: block;
    width: 100%; }

  .about-content h3 {
    font-size: 18px; }
  .about-content h2 {
    font-size: 22px; }
  .about-content .image-wrap h4 {
    font-size: 20px; }

  .slider-section {
    background-size: cover; }
    .slider-section .container {
      margin-top: 0;
      max-width: 480px; }

  .courses-more img {
    display: none; }

  .section .container {
    max-width: 500px; }

  .pricing-course-tab .row div[class*=col-] {
    margin-bottom: 15px;
    margin-top: 14px; }

  .single-feature-02 {
    margin-top: 68px; }

  .single-feature-02:before {
    display: none; }

  .footer-copyright {
    text-align: center; }
    .footer-copyright ul {
      display: block !important; }
      .footer-copyright ul li {
        display: inline-block; }

  .course-details-wrapper .title {
    font-size: 18px;
    margin-top: 0; }

  .footer-widget-wrapper {
    padding: 15px; }

  .footer-widget {
    margin-top: 5px; }

  .course-accordion .accordion-item {
    margin-top: 10px; }
    .course-accordion .accordion-item .accordion-body .lessons-list li a {
      font-size: 13px; }
    .course-accordion .accordion-item button {
      font-size: 13px; }

  .form-grid {
    grid-template-columns: repeat(1, 1fr); }

  .payment-methods .form-check {
    height: 35px; }

  .payment-methods .form-check [type=radio]:checked + label,
  .payment-methods .form-check [type=radio]:not(:checked) + label {
    line-height: 35px; }

  .bank-detail .title {
    font-size: 14px !important; }

  .single-faq .faq-content h2 {
    text-align: center; }

  .pp-content table,
  .pp-content table thead,
  .pp-content table tbody,
  .pp-content table th,
  .pp-content table td,
  .pp-content table tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .pp-content table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .pp-content table tr {
    border: 1px solid #ccc; }

  .pp-content table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  .pp-content table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left; }

    /*
	Label the data
	*/
  .pp-content table td:nth-of-type(1):before {
    content: "Date"; }

  .pp-content table td:nth-of-type(2):before {
    content: "Week"; }

  .pp-content table td:nth-of-type(3):before {
    content: "Time"; }

  .pp-content table td:nth-of-type(4):before {
    content: "Topic"; }

  .pp-content table td:nth-of-type(5):before {
    content: "Platform"; }

  .pp-content table td:nth-of-type(6):before {
    content: "Participants"; }

  .pp-content table td:nth-of-type(7):before {
    content: "Trainer"; }

  .training-content table td:nth-of-type(1):before {
    content: "Training Topic"; }

  .training-content table td:nth-of-type(2):before {
    content: "Date & Time"; }

  .training-content table td:nth-of-type(3):before {
    content: "Registration Status"; }

  .section.pricing .courses-tab .tab-menu ul {
    justify-content: inherit !important;
    width: 100%;
    display: block; }
    .section.pricing .courses-tab .tab-menu ul li {
      display: block;
      width: 100%; }
      .section.pricing .courses-tab .tab-menu ul li button {
        width: 100%; }

  .page-banner-section div {
    margin: 0 !important;
    text-align: center; }

  .section.pricing .courses-tab .tab-menu li {
    margin: 5px 0 !important; }

  .pricing-left .courses-tab-content div[class*="col-"] {
    margin-bottom: 15px; }

  .hero-section .carousel-caption {
    padding: 50px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .carousel-control-prev,
  .carousel-control-next {
    display: none; }

  .header-logo a img {
    width: 80px; }

  .section-title {
    text-align: center; }

  .section-title label .primary-lining:after {
    margin: 15px auto; }

  .about-wrapper .card .testimonial-wrap, .about-wrapper .modal .modal-content .testimonial-wrap, .modal .about-wrapper .modal-content .testimonial-wrap, .about-wrapper .testimonial-wrap .testimonial-list .testimonial-wrap, .testimonial-wrap .about-wrapper .testimonial-list .testimonial-wrap {
    display: block;
    text-align: center; }
    .about-wrapper .card .testimonial-wrap .author-image, .about-wrapper .modal .modal-content .testimonial-wrap .author-image, .modal .about-wrapper .modal-content .testimonial-wrap .author-image, .about-wrapper .testimonial-wrap .testimonial-list .testimonial-wrap .author-image, .testimonial-wrap .about-wrapper .testimonial-list .testimonial-wrap .author-image {
      margin: 15px auto;
      width: 80px; }
    .about-wrapper .card .testimonial-wrap .testimonial-content, .about-wrapper .modal .modal-content .testimonial-wrap .testimonial-content, .modal .about-wrapper .modal-content .testimonial-wrap .testimonial-content, .about-wrapper .testimonial-wrap .testimonial-list .testimonial-wrap .testimonial-content, .testimonial-wrap .about-wrapper .testimonial-list .testimonial-wrap .testimonial-content {
      padding: 0; }
      .about-wrapper .card .testimonial-wrap .testimonial-content .test-header, .about-wrapper .modal .modal-content .testimonial-wrap .testimonial-content .test-header, .modal .about-wrapper .modal-content .testimonial-wrap .testimonial-content .test-header, .about-wrapper .testimonial-wrap .testimonial-list .testimonial-wrap .testimonial-content .test-header, .testimonial-wrap .about-wrapper .testimonial-list .testimonial-wrap .testimonial-content .test-header {
        display: block;
        text-align: center; }

  section {
    padding-top: 25px; }

  .main-section {
    padding: 25px 0px; }

  .hero-section {
    text-align: center; }

  .hero-section .hero-content h1 span {
    font-size: 30px;
    line-height: 40px;
    text-align: center; }

  .hero-section .hero-content h1 {
    font-size: 18px;
    text-align: center; }

  .hero-section .hero-content h1 p, .hero-section .hero-content h1 .details ul li, .details ul .hero-section .hero-content h1 li {
    text-align: center; }

  .section-title h2 {
    font-size: 20px; }

  .collapseable-tabs-section .how-do-image {
    height: 200px; }

  .offering-solution-section .offer-solution-list {
    margin: 5px 0px !important;
    overflow: hidden;
    padding: 0px 0px 15px 0px; }
    .offering-solution-section .offer-solution-list h3 {
      margin: 5px auto; }
    .offering-solution-section .offer-solution-list .home-btn {
      margin-top: 5px !important; }

  .testi-image {
    float: right;
    margin-top: -50px; }

  .testimonial-section .testimonial-wrapper .testimonial-list .testinomial-head {
    padding: 15px;
    margin-bottom: 15px; }

  .iq-features .holderCircle {
    margin: 10px auto; }
    .iq-features .holderCircle .round {
      height: 250px;
      width: 250px;
      left: 29px; }
    .iq-features .holderCircle .contentCircle {
      height: 230px;
      width: 230px;
      top: 18%;
      left: 13%; }
      .iq-features .holderCircle .contentCircle .CirItem .title-wrap p, .iq-features .holderCircle .contentCircle .CirItem .title-wrap .details ul li, .details ul .iq-features .holderCircle .contentCircle .CirItem .title-wrap li {
        display: none; }
  .iq-features .dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px; }

  .how-we-do .nav-pills .nav-item .nav-link {
    font-size: 10px;
    padding: 5px; }

  .how-we-do .tab-pane .section-title h2 {
    display: none; }

  .subscription {
    text-align: center;
    padding: 30px 0px; }

  .top-feature-section {
    background: #fff !important; }
    .top-feature-section .top-feature-wrapper {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .top-feature-section .top-feature-list:nth-child(even) {
      padding-top: 20px !important; }

  .ftco-counter .counter-wrap {
    padding: 20px;
    border: none;
    border-top: 1px solid #fff; } }
@media only screen and (max-width: 375px) {
  .slider-section {
    background-size: cover;
    margin-top: 16px;
    padding: 15px 0; }
    .slider-section .container {
      margin-top: 0;
      max-width: 479px; }

  .about-wrapper {
    margin-top: 0px !important; }
    .about-wrapper .about-content h3 {
      font-size: 18px; }
    .about-wrapper .about-content h2 {
      font-size: 16px; }
    .about-wrapper .about-content .image-wrap h4 {
      font-size: 16px; }
    .about-wrapper .table-responsive tbody {
      font-size: 12px; }

  .page-banner-content .title {
    font-size: 25px;
    line-height: 35px; }

  .courses-more img {
    display: none; }

  .section .container {
    max-width: 374px; }
    .section .container .course-details-banner-content h2 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px; }

  .pricing-course-tab .row div[class*=col-] {
    margin-bottom: 15px;
    margin-top: 14px; }

  .single-feature-02 {
    margin-top: 68px; }

  .single-feature-02:before {
    display: none; }

  .footer-copyright {
    text-align: center; }
    .footer-copyright ul {
      display: block !important; }
      .footer-copyright ul li {
        display: inline-block; }

  .sidebar-details-video-description .sidebar-description .price .sale-price {
    font-size: 18px; }

  .sidebar-details-video-description .sidebar-description .price {
    margin-top: 0;
    text-align: center; }

  .download-pdf ul {
    display: flex;
    flex-direction: column; }
  .download-pdf .list-group-item {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 1000px) {
  .panel-side {
    height: 45%;
    overflow-y: scroll; }

  .panel-container-vertical {
    height: 70vh; }

  .splitter-horizontal {
    height: 12px; }

  .count-words .pallate-left {
    width: 100% !important;
    padding: 10px 7px;
    padding-bottom: 0px !important; } }

/*# sourceMappingURL=style.css.map */
