* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  list-style: none;
  color: #000000;
}
body {
  /* background-color: #dee1e7; */
  position: relative;
}
.error {
  color: red;
}
body .body-img {
  position: absolute;
  bottom: 235px;
  right: 0;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 63px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px !important;
  }
}
h2 {
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 25px !important;
  }
  .terms-and-condition p { 
    margin-bottom: 10px !important; 
}
.terms-and-condition {
  padding: 40px 10px !important;
}
}

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 500;
  /* margin-bottom: 8px; */
  color: #000000;
}

p {
  font-size: 16px;
  line-height: normal;
  color: #323131;
}
.space {
  padding: 60px 0 40px 0px;
}
@media only screen and (max-width: 768px) {
  .space {
    padding: 20px 0 0px 0px;
  }
}

.container {
  max-width: 1340px;
}
.button {
  gap: 25px;
  margin-top: 26px;
}
.transparent {
  border: 1px solid;
  border-radius: 5px;
  background-color: transparent;
  color: #ed1c24;
  padding: 12px 40px;
  margin-left: 20px;
  font-size: 16px;
}
.transparent img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.header__logo-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__links {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  justify-content: end;
  gap: 25px;
}
.header__links li {
  list-style: none;
  position: relative;
}
.header .header__link {
  color: #000000;
  font-size: 16px;
}
.header__main-ham-menu-cont {
  display: none;
  width: 3rem;
  padding: 10px 0;
}
.header__main-ham-menu-cont {
  display: none;
  width: 48px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: unset;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus { 
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .header__main-ham-menu-cont {
    display: block;
  }
  .header__links {
    flex-direction: column;
    margin-top: 10px;
    gap: 15px;
}
.terms-and-condition .terms-and-condition-content > div > div {
  width: 100% !important;
}
.terms-and-condition .terms-and-condition-content > div {
  flex-wrap: wrap;
}
.terms-and-condition {
  padding: 40px 0;
}
.header {
  border-bottom: 1px solid #ccc;
}
}

.header__sm-menu {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header__sm-menu--active {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  .header__sm-menu--active {
    visibility: visible;
    opacity: 1;
  }
}

.header__sm-menu-link a {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header__sm-menu-link a:hover {
  color: #7843e9;
}

.header__sm-menu-link:first-child a {
  border-top: 1px solid #eee;
}

.header__sm-menu-link-last {
  border-bottom: 0;
}
.banner {
  background-image: url(../assets/png/banner-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  /* padding: 95px 0;  */
  min-height: calc(100vh - 95px);
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner .banner-left,
  .banner-bg {
    display: none;
  }
}
.banner .banner-left {
  position: absolute;
  width: 45%;
  height: 100%;
}

/* @media screen and (max-width: 1440px) {
  .banner .banner-left {
    width: 500px;
  }
} */
.banner .banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-left-content {
  position: absolute;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .banner-left-content {
    position: unset;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 991px) {
  .banner-right {
    padding-bottom: 40px;
  }
}
.cancel {
  background-color: #c60001;
  border-radius: 5px;
  width: 133px;
}
.cancel a {
  color: #ffffff;
}
.nav-justified .nav-item {
  flex-grow: 0;
}
.nav-justified .nav-item .nav-link {
  width: 133px;
}
.banner .banner-right h1 {
  color: #ffffff;
  margin-bottom: 39px;
}
.banner .banner-right p {
  color: #ffffff;
}
.banner .banner-right h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 42px;
  margin-bottom: 30px;
}
.accordion-section {
  padding-top: 70px;
  padding-bottom: 245px;
  position: relative;
}
.accordion-section img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 482px;
  height: 300px;
}

.accordion-section h2 {
  margin-bottom: 35px;
}
 
.accordion-collapse.collapse {
  color: #000;
  border-radius: 5px;
  background: #fff;
}
.accordion-section .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 5px;
}
.accordion-item {
  border-left: 0;
  border-right: 0;
}
.footer {
  background-color: #19191a;
  padding: 32px 0;
}
.footer .footer-list { 
  margin-top: 15px;
}
.footer .footer-list li {
  color: #ffffff;
}
.footer .footer-list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .footer-bottom span {
  color: #ff0000;
}
.footer .footer-bottom li {
  color: #ffffff;
}
.footer .footer-bottom p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.footer .footer-bottom {
  background-color: #05060a;
  margin-top: 25px;
  padding: 24px;
}

.shaps {
  background-image: url(../assets/svg/ellips.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  padding-bottom: 16px;
}
.h2 {
  font-size: 33px;
  margin-bottom: 25px;
}
.documents {
  padding: 80px 80px;
  border-top: 1px solid #e1e2e3;
  border-bottom: 1px solid #e1e2e3;
}

@media screen and (max-width: 768px) {
  .documents {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .normal-flex {
    flex-wrap: wrap;
  }
}

.documents .table {
  border: 1px solid #e1e2e3;
  margin-bottom: 45px;
  margin-top: 25px;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e1e2e3;
}
.documents .documents-check {
  /* padding-left: 25px; */
  padding-top: 15px;
}
.legend {
  padding: 40px 0;
  border-bottom: 1px solid #e1e2e3;
}
.red {
  color: #ff0000;
}
.green {
  color: #008000;
}
.green:hover {
  color: #008000;
}

.legend img {
  padding-right: 12px;
}
.legend .legend-read {
  margin-top: 24px;
  margin-left: 35px;
}
.legend .legend-read h4 {
  margin-bottom: 16px;
}
.legend-total {
  padding-top: 40px;
  padding-bottom: 160px;
  /* position: relative; */
}
/* .legend-total img{
  position: absolute;
  bottom: 0;
  right: 0;
} */

.legend-total p span {
  font-size: 24px;
  font-weight: 600;
}
button {
  border: 1px solid;
  border-radius: 5px;
  background-color: #0f0f10;
  color: #ffffff;
  padding: 12px 40px;
}
button a {
  color: #ffffff;
}
button a:hover {
  color: #ffffff;
}
.dispute {
  border: 1px solid;
  border-radius: 5px;
  background-color: #515151;
  color: #ffffff;
  padding: 12px 40px;
}
.documents th {
  font-size: 14px;
  font-weight: 600;
  padding: 22px 18px !important;
}
.documents td {
  font-size: 14px;
  font-weight: 400;
  padding: 22px 18px !important;
}

.gallery-lightboxes {
  .image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0ms ease-in-out;
    &:target {
      opacity: 1;
      visibility: visible;
      .image-lightbox-wrapper {
        opacity: 1;
        transform: scale(1, 1) translateY(0);
        border-radius: 30px;
        width: 40%;
      }
    }
    .image-lightbox-wrapper {
      margin: 1em auto;
      max-width: 75%;
      padding: 0.5em;
      display: inline-block;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      position: relative;
      .close {
        width: 1.5em;
        height: 1.5em;
        background: #000;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50%;
        box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
        position: absolute;
        right: -1em;
        top: -1em;
        &:before {
          content: "";
          display: block;
          width: 10px;
          height: 2px;
          background: #fff;
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -1px 0 0 -5px;
          transform: rotate(-45deg);
        }
        &:after {
          content: "";
          display: block;
          width: 10px;
          height: 2px;
          background: #fff;
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -1px 0 0 -5px;
          transform: rotate(45deg);
        }
      }
      .arrow-left {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
        &:before {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          border: 2px solid #fff;
          border-bottom: 0;
          border-right: 0;
          border-radius: 4px 0 0 0;
          position: absolute;
          top: 50%;
          right: 100%;
          cursor: pointer;
          transform: rotate(-45deg) translateY(-50%);
        }
      }
      .arrow-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        &:before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          border: 2px solid #fff;
          border-bottom: 0;
          border-left: 0;
          border-radius: 0 4px 0 0;
          position: absolute;
          top: 50%;
          left: 100%;
          cursor: pointer;
          transform: rotate(45deg) translateY(-50%);
        }
      }
      img {
        margin: 0 auto;
        max-height: 70vh;
      }
    }
  }
}
img {
  max-width: 100%;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}
.ticket-details {
  padding: 20px 0 40px;
  border-top: 1px solid #e3e3e3;
}
.ticket-details .dashboard-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
.button a:hover {
  color: #ffffff;
}
.ticket-details
  .model
  .modal-dialog
  .modal-content
  .modal-body
  .card-body
  form
  button
  .approve {
  display: inline-block;
  width: 100%;
}
.overdue {
  background-color: #dd1616 !important;
  border: 1px solid #dd1616;
  border-radius: 5px;
  width: 90px;
  text-align: center;
}
.approve {
  background-color: #0f0f10;
  border: 1px solid #0f0f10;
  padding: 12px 73px;
  border-radius: 5px;
  color: #ffffff;
}
.download {
  background-color: #c60001;
  border: 1px solid #c60001;
  padding: 12px 40px;
  border-radius: 5px;
  color: #ffffff;
}
.ticket-details .dashboard-right h4 {
  color: #820740;
}

.ticket-details .dashboard-right .details {
  border: 1px solid #d0d0d0;
  border-radius: 15px;
  padding: 30px;
}

.items-collection {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.items-collection label.btn-default.active {
  background-color: #007ba7;
  color: #fff;
}
.items-collection label.btn-default {
  /* width:90%; */
  border: 1px solid #f0f4fc;
  margin: 5px;
  border-radius: 32px;
  background-color: transparent;
}

.items-collection .items .label .btn-blue {
  background-color: #0f0f10;
}
.items-collection label .itemcontent {
  width: 100%;
}
.items-collection label .itemcontent p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  columns: #33384b;
}

.items-collection .btn-group {
  width: 90%;
}
.ticket-details .card-body {
  padding: 0px 40px 40px;
}
.ticket-details .modal-dialog .modal-content {
  border-radius: 30px;
}
.ticket-details
  .modal-dialog
  .modal-content
  .modal-body
  .card-body
  .form-group
  h4 {
  padding-top: 22px;
  font-size: 18px;
  font-weight: 700;
}
.payment {
  padding-top: 82px;
  border-top: 1px solid #e1e2e3;
}
.payment h3 {
  font-size: 32px;
  color: #010d3f;
  font-weight: 600;
  padding-bottom: 32px;
}
.payment p {
  margin-bottom: 30px;
}
.payment-option {
  padding-top: 9px;
  padding-bottom: 300px;
}
.payment-options {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
}
.payment-cards {
  padding: 40px 20px 40px 40px;
}
.payment-cards h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
.payment-form {
  padding: 60px 80px 72px 30px;
  border-left: 2px solid #c1c1c1;
}
.payment-option .payment-options .payment-form .needs-validation .btn {
  margin-top: 30px;
  background-color: #010d3f;
  padding: 12px 40px;
  border: 1px solid #010d3f;
}
.payment-option
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .card-body
  form
  .btn {
  background-color: #008000;
  font-size: 16px;
  font-weight: 400px;
  color: #ffffff;
  padding: 15px 40px;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  /* padding-left: 40px; */
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin: 0;
}

.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
.section-title {
  margin-bottom: 60px;
}

.contact-social ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.contact {
  padding: 80px 0;
  border-top: 1px solid #e1e2e3;
}
.contact h3 {
  font-size: 24px;
  font-weight: 600;
  /* border-bottom: 2px solid #B7B7B7; */
  padding-bottom: 42px;
}
.contact .contact-form {
  border: 1px solid #00000008;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  padding: 60px 0;
}
.contact .contact-form .dotted {
  position: absolute;
  top: -81px;
  right: -81px;
}
.contact .contact-form .dotted-two {
  position: absolute;
  bottom: -81px;
  left: -81px;
}
.contact .contact-form h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}
.space {
  margin-top: 10px;
}
.contact .contact-form .bg-after {
  position: absolute;
  bottom: -165px;
  right: -260px;
}
.form-control {
  font-size: 14px;
  color: #0f001a;
}
.contact .contact-form form .btn {
  background-color: #333438;
  border: 1px solid #313238;
  width: 100%;
}
.about-us {
  padding: 80px 0;
  border-top: 1px solid #e1e2e3;
}
.about-us-image {
  position: relative;
}
.about-us-image::before {
  content: url(../assets/png/doted-bg.png);
  position: absolute;
  top: -67px;
  left: -68px;
}
.about-us-image::after {
  content: url(../assets/png/doted-bg.png);
  position: absolute;
  bottom: -75px;
  right: 6px;
}
.about-us-img {
  position: relative;
}
.about-us-img::after {
  content: url(../assets/png/Frame\ 71.png);
  position: absolute;
  bottom: -110px;
  right: 184px;
}
.about-us h1 {
  font-size: 55px;
}
.about-us p {
  font-size: 20px;
  color: #1b1b1b;
  margin-bottom: 100px;
}
.teammate {
  padding-bottom: 120px;
}
.teammate span {
  font-size: 24px;
  color: #636363;
}

.teammate h2 {
  font-size: 50px;
  color: #1d1d1d;
  margin-bottom: 50px;
}
.teammate p {
  font-size: 18px;
  color: #464646;
  margin-bottom: 55px;
}
.teammate .teammate-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.our-services {
  padding-bottom: 120px;
}

.our-services span {
  font-size: 24px;
  color: #636363;
}

.our-services h2 {
  font-size: 50px;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.our-services p {
  font-size: 18px;
  color: #464646;
}

.our-services .our-services-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 500px;
}
.our-services .our-services-content .read-more {
  text-align: end;
  padding-top: 26px;
}
.our-services .our-services-content .read-more a {
  color: #ed1c24;
}
.our-services .our-services-details {
  border: 1px solid #0000001a;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  margin-bottom: 20px;
}
.our-services .our-services-details h3 {
  font-size: 20px;
}
.we-do {
  padding-bottom: 95px;
}
.we-do h2 {
  font-size: 50px;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.we-do p {
  font-size: 18px;
  color: #464646;
  margin-bottom: 56px;
}
.we-do .we-do-heading {
  width: 770px;
  margin: 0 auto;
}
.we-do .we-do-button {
  margin-top: 34px;
}
.talk {
  margin-bottom: 130px;
}
.talk .talk-heading h2 {
  font-size: 50px;
  color: #1d1d1d;
  margin-bottom: 60px;
}
.talk .talk-heading p {
  font-size: 18px;
  color: #464646;
  margin-bottom: 56px;
}

.talk .talk-heading {
  text-align: center;
}
.talk .talk-heading span {
  font-size: 24px;
  color: #636363;
}
.talk .talk-card {
  display: flex;
  gap: 30px;
  padding-bottom: 25px;
}
.talk .card-details {
  border: 1px solid #0000001a;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 40px;
  position: relative;
}
.talk .card-details .bg-after {
  position: absolute;
  bottom: -152px;
  right: -214px;
}
.terms-and-condition {
  padding: 80px 0;
}
.terms-and-condition .terms-and-condition-heading h1 {
  font-size: 48px;
}
.terms-and-condition .terms-and-condition-heading p {
  font-size: 18px;
  font-weight: 500;
}
.terms-and-condition h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.terms-and-condition p {
  font-size: 18px;
  color: #464646;
  margin-bottom: 30px;
  line-height: 32px;
  text-align: justify;
}

.terms-and-condition .terms-and-condition-content {
  position: relative;
}
.terms-and-condition .terms-and-condition-content .bg-after {
  position: absolute;
  bottom: -125px;
  right: -260px;
}
.modal-header {
  border-bottom: none;
}
.btn-close {
  position: absolute;
  top: 17px;
  right: 22px;
}
.modal-header {
  padding: 0;
}
.select_time_wrapper label {
  background-color: transparent;
  border: 1px solid #f0f4fc;
  width: 200px;
  margin-right: 7px;
  color: #33384b;
  border-radius: 32px !important;
  margin-bottom: 32px;
}

.select_time_wrapper label span {
  font-size: 14px;
  font-weight: 600;
  color: #33384b;
}
.ticket-details .form-group {
  padding: 0;
}
.select_time_wrapper label input {
  position: absolute;
  top: -20px;
}

.select_time_wrapper input:checked + span {
  background-color: #0f0f10;
  color: #f7f7f7;
  border-radius: 32px;
}
.label_p {
  font-weight: 400;
}
.custom-control-label::after {
  border-radius: 50% !important;
  width: 24px;
  height: 24px;
  top: 0px;
  color: transparent;
}
.form_bot_wrapper .custom-control-label::before {
  background-color: #ebebeb;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  top: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ebebeb;
}

body {
  background: #f7f6f3;
  font-family: sans-serif;
}
.calendar {
  /* position: absolute;
  width: 280px;
  left: 50%;
  top: 50%;
  margin: -145px 0px 0px -140px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; */
}
.calendar .hasDatepicker thead.ui-datepicker-week-end {
  padding: 10px 10px !important;
}
th {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px !important;
}
td {
  font-size: 14px;
  font-weight: 400;
  padding: 1px 11px !important;
  color: #000000;
}
td a:hover {
  color: #000000;
}
/* .button{
  text-align: center;
} */
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #b0aead;
  background: #e9e5e3;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 15px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #000000;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  /* display: grid; */
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #000000;
  margin-bottom: 5px;
  font-size: 13px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 40px;
  font-size: 12px;
}
.ui-state-default:hover {
  background: #0f0f10;
  border-radius: 50px;
  color: #ffffff;
}
.ui-state-highlight {
  color: #000000;
}
.ui-state-active {
  color: #ffffff;
  background-color: #0f0f10;
  border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.accordion-button::after { 
  background-image: url(../assets/png/faq-arrow.svg); 
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../assets/png/faq-arrow.svg);
  transform: rotate(-180deg);
}
.accordion-button{
  background: transparent;
  color: #000;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #1f2022;
  outline: 0;
  box-shadow:none;
}
.legend .legend-read p {
  display: flex;
  align-items: self-start;
}
label#checkbox-error {
  margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
@media only screen and (max-width: 600px) {
  .ticket-details {
    padding: 20px 10px 40px; 
}
.ticket-details .dashboard-right .details { 
  padding: 30px 10px;
}
  .legend .legend-read { 
    margin-left: 0;
}
.legend-total {
  padding-top: 40px;
  padding-bottom: 80px; 
}
  .banner {
    padding: 55px 0;
  }
  .banner-left-content {
    position: unset;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }
  .banner .banner-right h1 {
    line-height: 1.2;
    margin-top: 20px;
  }
  .documents td { 
    white-space: pre;
}
section.documents h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.button {
  
  flex-wrap: wrap;
  justify-content: center;
}
.contact {
  padding: 80px 15px;
  border-top: 1px solid #e1e2e3;
}
.contact .contact-form {
  border: 0; 
  box-shadow: none; 
  padding: 60px 0;
}
.contact .contact-form .dotted { 
  right: 0;
}
.contact .contact-form .bg-after { 
  display: none;
}
.contact h3 { 
  padding-bottom: 22px;
}
.contact .contact-form .dotted { 
  display: none;
  padding: 30px 0;
}

} 

#paymentModal .modal-dialog { 
    max-width: 500px; 
} 
#paymentModal .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 30px;
}
#paymentModal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
 
.payment-details p strong {
  color: #000;
}
#paymentModal span.alert-icon {
  color: red;
}
#paymentModal .modal-body { 
  padding: 20px 0px;
}
#paymentModal .modal-footer button.btn.btn-primary {
  background-color: #0f0f10;
  border-color: #0f0f10;
}
#paymentModal  .modal-footer button.btn.btn-secondary {
  background-color: #c60001;
  border-color: #c60001;
}
.payment-details p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#exampleModal-payment form h2 {
  color: green;
}
#exampleModal-payment a.btn.btn-block.fa-lg.Verify {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: #fff;
}
#exampleModal-payment  .modal-content {
  border-radius: 10px;
  padding: 30px;
}
#exampleModal-payment  .modal-body { 
  padding: 0;
}