* {
  padding: 0;
  margin: 0;
}
.navbar ul {
  margin-right: 0px;
}
p {
  margin: 0;
}

.main-wrapper {
  padding: 0;
}
.training-header {
  background-color: #0c1724;
}
.find-training-container {
  width: 1440px;
  margin: 110px auto 0;
  padding: 0 15px;
  max-width: 100%;
}
.listing-main-content-area {
    position: relative;
    padding: 25px;
    min-height: 800px;
}
@media only screen and (max-width: 600px)
{
    .listing-main-content-area {
    height: auto;
    }
}
.additional-event-dates-scroll {
    height: 60%;
    padding: 8px;
    width: 100%;
    overflow-y: scroll;
}
.additional-event-dates {
    height: 48%;
}
.listing-main-content-area::before {
  position: absolute;
  width: 100vw;
  content: " ";
  background-color: #abf0f0;
  height: 100%;
  top: 0;
  left: 0;
}
.listing-wrapper .content {
  box-shadow: 0px 0px 20px rgba(29, 29, 29, 0.1);
}

.listing-wrapper:not(:first-child),
.listing-wrapper:not(:last-child) {
  border-radius: 10px;
  /* padding: 11px 13px; */
  margin-bottom: 20px;
}
.listing-wrapper .content {
  padding: 11px 13px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  flex: 0 0 calc(100% - 35px);
}
.listing-wrapper-title {
  color: #091725;
  font-size: 20px;
  font-weight: 500;
}

.sort-dropdown-wrapper button.btn.btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #091725;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.sort-dropdown-wrapper button.btn.btn-secondary.dropdown-toggle::after {
  display: none;
}
.sort-dropdown-wrapper button.btn.btn-secondary.dropdown-toggle::before {
  content: "\F282";
  font-family: bootstrap-icons;
  position: absolute;
  width: 20px;
  top: 12%;
  right: 0;
  font-size: 22px;
}
.sort-dropdown-wrapper button.btn.btn-secondary.dropdown-toggle.show::before {
  content: " \F286";
  font-family: bootstrap-icons;
  position: absolute;
  width: 20px;
  top: 12%;
  left: 80%;
  font-size: 22px;
}
.dropdown-menu {
  padding: 0;
  margin-left: -52% !important;
  margin-top: -3px !important;
}
.dropdown-menu.show .dropdown-item:hover {
  background-color: #639eb5;
  color: #fff;
}
.top-wrapper {
  position: relative;
}
.listing-wrapper .autor-title {
  position: static;
}
.listing-wrapper .autor-title .title a {
  font-size: 14px;
  font-weight: 500;
  color: #405263;
}
.listing-wrapper .autor-title .title a:hover {
  color: #639eb5;
}
.listing-wrapper .autor-title .sub-title a {
  font-size: 17px;
  font-weight: 500;
  color: #081724;
}
.listing-wrapper .autor-title .sub-title a:hover {
  color: #639eb5;
}

.listing-wrapper-link {
  font-size: 20px;
  background-color: #639eb5;
  padding: 7px;
  display: flex;
  align-items: center;
  border-radius: 0 10px 10px 0;
  z-index: 2;
}
.listing-wrapper-link:hover {
  background-color: #6bc1e9;
}
.listing-wrapper-link a i::before {
  color: #fff;
}
.form-bottom-wrapper .skills .skill-title {
  color: #405263;
  font-size: 14px;
  font-weight: 600;
  padding-right: 25px;
  line-height: 22px;
}

.form-bottom-wrapper .skills .skill .skills-link {
  color: #405263;
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  padding-right: 15px;
}
.form-bottom-wrapper .skills .skill {
  color: #639eb5;
}
.form-bottom-wrapper .skills .skill .skills-link:not(:last-child)::before {
  position: absolute;
  border-right: 1px solid #405263;
  content: " ";
  height: 14px;
  right: 8%;
  top: 20%;
}
.form-bottom-wrapper .round-count-wrap span {
  color: #405263;
  font-size: 14px;

  position: relative;
}

.listing-wrapper .content .price p,
.listing-wrapper .content .price span,
.listing-wrapper .content .date p,
.listing-wrapper .content .date span,
.listing-wrapper .content .address p,
.listing-wrapper .content .address span {
  font-size: 14px;
  color: #405263;
}
.listing-wrapper .content .price p,
.listing-wrapper .content .date p,
.listing-wrapper .content .address p {
  font-weight: 600;
}
.form-bottom-wrapper {
    position: relative;
    padding-top: 10px;
    padding-right: 0;
    margin-top: 5px;
}
.form-bottom-wrapper::before {
  border-top: 1px solid #abf0f0;
  width: 99%;
  content: " ";
  position: absolute;
  top: 0;
}
.listing-wrapper .content .price {
  position: relative;
}
.listing-wrapper .content .price::before {
  border-left: 1px solid #abf0f0;
  height: 70%;
  position: absolute;
  content: " ";

  left: 0%;
}
.listing-wrapper .content .date {
  position: relative;
}
.listing-wrapper .content .date::before {
  border-left: 1px solid #abf0f0;

  height: 70%;
  position: absolute;
  content: " ";
  left: 0%;
}
.listing-wrapper .content .address {
  position: relative;
}
.listing-wrapper .content .address::before {
  border-left: 1px solid #abf0f0;
  height: 70%;
  position: absolute;
  content: " ";
  left: 0%;
}

/*  style responsive */
/* form style for mobile responsive all pages  */
@media only screen and (max-width: 991px) {
  .listing-wrapper:not(:first-child),
  .listing-wrapper:not(:last-child) {
    border-radius: 10px;
    /* padding: 11px 13px; */
    margin-bottom: 20px;
    width: auto;
    /* width: 365px; */
  }

  .listing-wrapper .content .date,
  .listing-wrapper .content .address {
    position: relative;
    display: flex !important;
    padding-left: 13px;
  }
  .listing-wrapper .content .date p,
  .listing-wrapper .content .address p,
   h6.title.m-0 {
   font-weight: 500;
   font-size:14px
  }
  h5.sub-title {
    font-size: 16px;
    color: #000;
  }
  .listing-wrapper-link {
    font-size: 20px;
    background-color: #639eb5;
    padding: 7px;
    border-radius: 0 10px 10px 0;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .column-main {
    /* width: 350px; */
    padding-right: 0px;
  }
  h3.listing-wrapper-title.text-center.m-0 {
    color: #091725;
    font-size: 20px;
    font-weight: 500;
  }

  .sort-dropdown-wrapper {
    /* margin-left: 40px; */
  }
  .dropdown-menu.show {
    margin-right: -13px !important;
  }
  .listing-wrapper .autor-title .sub-title {
    margin-bottom: 7px;
  }
  .listing-wrapper .autor-title .sub-title a {
    font-size: 16px;
    font-weight: 500;
    color: #081724;
    margin: 0;
  }
  .find-training-container {
    padding-left: 0;
  }
  .listing-wrapper .content {
    width: 100%;
  }
  section {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {

  .additional-event-dates {
    height: 42%;
  }
  /* style for listing  section */

  /* .top-section {
    display: block;
  }
  .datils-section {
    display: block !important;
  } */
  .listing-wrapper:not(:first-child),
  .listing-wrapper:not(:last-child) {
    border-radius: 10px;
    /* padding: 11px 13px; */
    margin-bottom: 20px;
    width: auto;
    /* width: 365px; */
  }

  .listing-wrapper .content .date,
  .listing-wrapper .content .address {
    position: relative;
    display: flex !important;
    justify-content: left !important;
    padding-left: 13px;
  }
  .listing-wrapper .content .price {
    margin-top: -22px;
    justify-content: end !important;
    display: flex !important;
  }

  .column-main {
    /* width: 350px; */
    padding-right: 20px;
  }
  h3.listing-wrapper-title.text-center.m-0 {
    color: #091725;
    font-size: 20px;
    font-weight: 500;
  }
  /* .dropdown {
    position: relative;
    margin-top: -28px;
  } */
  .sort-dropdown-wrapper {
    /* margin-left: 40px; */
  }
  .dropdown-menu.show {
    margin-right: -13px !important;
  }
  .listing-wrapper .autor-title .sub-title {
    margin-bottom: 7px;
  }
  .listing-wrapper .autor-title .sub-title a {
    font-size: 16px;
    font-weight: 500;
    color: #081724;
    margin: 0;
  }
  .find-training-container {
    padding-left: 0;
  }
  .listing-wrapper .content {
    width: 100%;
  }
  section {
    padding: 0;
  }
  .sort-dropdown-wrapper {
    position: absolute;
  }
  h3.listing-wrapper-title.text-center.m-0 {
    padding-left: 0%;
  }
  .top-wrapper {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* style for listing  section */


.listing-wrapper .content .date p {
  display: inline-block;
}

  .no-data-found
   {
      margin-top: 50px;
      margin-left: 0px;
      padding: 40% 13% 40% 13%;
      border: 2px dashed #fff;
      font-size: 20px;
      font-weight: 500;
      color: #091725;
  }

  .top-section {
    display: block;
  }
  .datils-section {
    display: block !important;
  }
  .listing-wrapper:not(:first-child),
  .listing-wrapper:not(:last-child) {
    border-radius: 10px;
    /* padding: 11px 13px; */
    margin-bottom: 20px;
    width: auto;
    /* width: 365px; */
  }
  .listing-wrapper .content .price span,
  .listing-wrapper .content .address span{
    display: none;
  }

  .listing-wrapper .content .price::before,
  .listing-wrapper .content .address::before,
  .listing-wrapper .content .date::before {
    display: none;
  }
  .listing-wrapper .content .date,
  .listing-wrapper .content .address {
    position: relative;
    display: flex !important;
    justify-content: left !important;
    padding-left: 13px;
  }
  .listing-wrapper .content .price {
    margin-top: -22px;
    justify-content: end !important;
    display: flex !important;
  }
  .form-bottom-wrapper {
    display: none !important;
  }
  /* .listing-wrapper-link {
    font-size: 20px;
    background-color: #639eb5;
    padding: 7px;
    padding-top: 5.4%;
    border-radius: 0 10px 10px 0;
    z-index: 2;
  } */
  .column-main {
    /* width: 350px; */
    padding-right: 0px !important;
  }
  h3.listing-wrapper-title.text-center.m-0 {
    color: #091725;
    font-size: 20px;
    font-weight: 500;
  }
  /* .dropdown {
    position: relative;
    margin-top: -28px;
  } */
  .sort-dropdown-wrapper {
    /* margin-left: 40px; */
  }
  .dropdown-menu.show {
    margin-right: -13px !important;
  }
  .listing-wrapper .autor-title .sub-title {
    margin-bottom: 7px;
  }
  .listing-wrapper .autor-title .sub-title a {
    font-size: 16px;
    font-weight: 500;
    color: #081724;
    margin: 0;
  }
  .find-training-container {
    padding-left: 0;
  }
  .listing-wrapper .content {
    width: 100%;
  }
  section {
    padding: 0;
  }
  .sort-dropdown-wrapper {
    position: absolute;
  }
  h3.listing-wrapper-title.text-center.m-0 {
    padding-left: 0%;
  }
  .top-wrapper {
    padding-bottom: 10px;
  }
}
.find-training section.main-section-wrapper {
  padding-bottom: 0px;
}

.top-wrapper .title,
.top-wrapper .sort-dropdown-wrapper {
  padding: 0;
}


h5.sub-title {
  font-size: 16px;
  font-weight: bold;
}

h6.title.m-0 {
  font-size: 13px;
}
