a {
  color: #ff7900;
}

p {
  margin: 0px;
}

.mt-cstm {
  margin-top: 110px;
}

.vndrCourseDet {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0px 2px 10px 1px #C2BFBF40;
  overflow: hidden;
  margin-bottom: 22px;
}

.courseDivtp {
  width: 100%;
  display: block;
  height: 120px;
  box-sizing: content-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom:10px;
}

.courseDivtp p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.courseTime {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 45px;
  justify-content: space-between;
  padding: 20px;
}

.cCntent {
  /*display: flex;*/
  display:none;
  align-items: center;
}

.cCntent a {
  text-decoration: none !important;
  border: 0.5px solid #ff7900;
  padding: 4px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 300;
}

.courseFee {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.courseFee p {
  font-size: 20px;
  font-weight: 600;
  line-height: 22.9px;
  letter-spacing: 0em;
  color: #222;
}

.courseMoreDetails {
  display: block;
  text-align: center;
}

.courseDivtp p a {
  text-decoration: none;
}

.courseMoreDetails button {
  width: 200px;
  height: 30px;
  border-radius: 50px;
  color: #fff;
  background-color: #ff7900;
  border: none;
  outline: none;
  margin: 15px 0px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

.cCntent a:hover {
  color: #fff;
  background: #ff7900;
}

.page-link {
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.pagination4 a:not(.active) {
  border: 1px solid #0694D1;
}

.pagination6 a {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination3 a {
  transition: background-color 0.3s;
}

.pagination a {
  text-decoration: none;
  color: #000;
  float: left;
}

.page-item.active .page-link {
  background-color: #ff7900 !important;
  color: #FFF;
  border-color: #ff7900 !important;
}

.pagination4 a:not(.active) {
  border: 1px solid #ff7900;
}

.dflblc {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-end;
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
  .pagination {
    justify-content: start !important;
    display: contents;
  }

  .dflblc {
    align-items: center;
    justify-content: end;
    display: flex;
  }
}
.tabsContainer {
    /* min-height: 500px !important;*/
    height: auto;
}
.tab-content {
    display: block;
}

.form-wrapper h2 {
  padding-top: 7px;
  font-size: 32px;
  line-height: 50px;
  color: #22262a;
  padding-bottom: 20px;
  font-weight: 500;
}

.bot {
  margin-left: 12px;
  margin-top: -16px;
  margin-bottom: 7px;
}


#requestmoreinfo form,
.inner-body .input-select,
.pt-20 {
  padding-top: 20px !important;
}

.form-wrapper form input {
  border-radius: 4px !important;
  padding: 16px !important;
  border: 1px solid #076d9d !important;
  height: 40px;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 8px;
  color: #000 !important;
  width: 100% !important;
}

#requestmoreinfo .form-wrapper form .mb-4,
.form-wrapper form .mb-4 {
  margin-bottom: 10px !important;
}

#requestmoreinfo .did-floating-input,
#requestmoreinfo .did-floating-input:focus,
.did-floating-input:active {
  background-color: #fff;
}

.did-floating-label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  pointer-events: none;
  left: 15px;
  top: -32px;
  padding: 0 5px;
  background: #fff;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

.form-wrapper form textarea {
  padding: 5px 16px !important;
  color: #000;
  font-size: 17px !important;
  font-weight: 400;
  width: 100% !important;
  border-radius: 4px !important;
  border: 1px solid #076d9d !important;
}

.form-wrapper {
  border-radius: 80px;
  background-color: #f9f9f9;
  margin-bottom: 70px;
  border: 1px solid #ff7900;
  max-width: 100%;
  min-height: 532px !important;
}

.btn-submit {
  border-radius: 50px;
  background: #ff7900;
  width: 200px;
  height: 48px;
  margin: 0 auto 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}

#requestmoreinfo .btn-submit {
  margin-top: 9px;
}

.drop .input {
  border: 1px solid #076d9d;
  border-radius: 4px !important;
  padding: 0 13px !important;
  height: 41px !important;
  color: #000 !important;
  background: #fff !important;
  width: 100%;
}

.pt-7 {
  padding-top: 70px !important;
}


.faq-box {
  border: 1px solid #dedede;
  border-radius: 16px;
  padding: 50px 87px 47px;
  margin-bottom: 70px;
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.accordion-item {
  background-color: #fff;
  border: none;
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  display: block;
  margin-bottom: 40px;
}

#five .accordion-body,
#one li,
.f-18,
.flexi-text,
.modal-custom .modal-body .time p {
  font-size: 18px !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:nth-child(1) {
  margin-top: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button {
  background: #EEF8FF;
  margin: 20px 0px;
  border-radius: 8px;
  font-size: 22px;
  height: 83px;
}

.accordion-body {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

/*.bannrBgVendor {
  background: #f9f9f9;
  padding: 45px 0px;
  padding-bottom:200px;
}*/

.bannerform {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 0px;
}

.bannerform h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}

.bannerforminput {
  width: calc(50% - 3px);
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.bannerforminput.full-width {
  width: 100%;
}

.bannerform select {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.bannerform input[type="checkbox"] {
  margin-right: 5px;
}

.bannerform label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.bannerform a {
  color: #000;
  text-decoration: underline;
}

.bannerform button {
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bannerform button:hover {
  background-color: #333;
}

.vendorImgNdFrm {
    position: absolute;
}

.bannerformwdth {
    min-width: 400px;
}
/* Small devices (phones) */
@media (max-width: 600px) {
    .vendorImgNdFrm {
        position: relative;
    }
    .bannerformwdth {
        min-width: 100%;
    }
    .bannrBgVendor {
        background: #f9f9f9;
        padding: 45px 0px;
        
    }
}

/* Medium devices (tablets) */
@media (min-width: 600px) and (max-width: 768px) {
    .vendorImgNdFrm {
        position: relative;
    }
    .bannerformwdth {
        min-width: 100%;
    }
    .bannrBgVendor {
        background: #f9f9f9;
        padding: 45px 0px;
        
    }
}

/* Large devices (desktops) */
@media (min-width: 768px) and (max-width: 1200px) {
    .vendorImgNdFrm {
        position: absolute;
    }
    .bannerformwdth {
        min-width: 400px;
    }
    .bannrBgVendor {
        padding: 36px 0px;
        padding-bottom: 200px;
    }
    .bannrBgVendor {
        background: #f9f9f9;
        padding: 45px 0px;
        padding-bottom: 200px;
    }
}
/* Large Devices, Wide Screens */
@media (min-width: 1200px) and (max-width: 1500px) {
    .vendorImgNdFrm {
        position: absolute;
    }

    .bannerformwdth {
        min-width: 400px;
    }

    .bannrBgVendor {
        padding: 36px 0px;
        padding-bottom: 200px;
    }

    .bannrBgVendor {
        background: #f9f9f9;
        padding: 45px 0px;
        padding-bottom: 200px;
    }
}
 
.testimonial {
    min-height: 461px !important;
}
.testimonialAuthor {
    position: fixed;
    bottom: 20px;
    padding-bottom:10px;
}
.phonecode {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.phonecode select {
  width: 20% !important;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px !important;
}

.phonecode input {
  width: 80% !important;
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 7px !important;
}

.tcbnr {
  font-size: 14px;
  margin-bottom: 10px;
}

.vndrImg {
  display: block;
  padding: 10px;
}

.vndrImg img {
  display: block;
  width: 80%;
  margin: auto;
}
.bannerform input, .bannerform select{
  margin-bottom: 20px;
}
.bannerform input[type="checkbox"]{
  margin-bottom: 0px;
}

.flitersDiv{
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.searchbtn{
  background: #ff7900;
  color: #fff;
  outline: none;
  border: none;
  height: 100%;
  padding: 10px 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.flitersDiv select{
  border: 1px solid #222;
  border-radius: 50px;
  padding: 10px;
  color: #222;
  width: 200px;
}
.flitersDiv input{
  border: 1px solid #222;
  border-radius: 50px;
  padding: 10px;
  color: #222;
  width: 200px;
}


:root {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #fc0;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  margin-left: 10px;
}
.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 .starnfBtn{
  display: flex;
  align-items: center;

 }
 .tab-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  justify-content: flex-start;
}

.tab {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 20px;
  padding-left: 0px;
    margin-right: 50px;
}

.tab-pane {
  display: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.tab-pane.active {
  display: block;
  opacity: 1;

}
.courseDetails h2{
  margin-top: 20px;
}
.courseDetails ul{
 margin: 0px;
 padding-left: 25px;
 list-style: none;
 margin-bottom: 20px;
}
.courseDetails ul li{
 position: relative;
 }
 .courseDetails ul li::after{
  content: '✓';
  position: absolute;
  left: -20px;
  top: 0px;
  color: #ff7900;
}
.bannerform video{
  width: 100%;
  height: 250px;
  border-radius: 10px !important;
  flex: 1;
}
.coursePrcDur{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}


.checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
  box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
  border-color: #ff7900;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  color: #ff7900;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  background-color: #ff7900;
  border-color: #ff7900;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #ff7900;
}

.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
  border-color: #ff7900;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; */
}

.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.checkbox-wrapper-16 .checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: auto;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.checkbox-wrapper-16 .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: -11px;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkbox-wrapper-16 .checkbox-tile:hover {
  border-color: #ff7900;
}

.checkbox-wrapper-16 .checkbox-tile:hover:before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.checkbox-wrapper-16 .checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}

.checkbox-wrapper-16 .checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-wrapper-16 .checkbox-label {
  color: #222;
  transition: 0.375s ease;
  text-align: center;
  width: 100%;
  padding: 7px 4px;
}
.CourseformIntrnal{
  display: flex;
  align-items: center;
  width: 100%;
}
.datesContainer{
  width: 100%;
  display: block;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px;
}

@media(max-width: 1025px) {
    .cCntent a, .cTime {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .courseTime {
        width: 100%;
        display: block;
        text-align: center;
    }

    #filterMain {
        width: 70% !important;
    }

    #vndrCourse .col-md-3 {
        width: 50%;
    }

    .cTime {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .courseDivtp {
        height: 60px;
    }
    .bannrBgVendor .col-md-8, .bannrBgVendor .col-md-4{
    width: 100%;
    }
    .vendorImgNdFrm {
        position: relative;
    }
    #tabsContainer{
        width: 100% !important
    }
}


@media(max-width: 700px) {
    #filterMain {
        width: 100% !important;
    }

    #vndrCourse .col-md-3 {
        width: 100%;
    }

    .vendorImgNdFrm {
        position: relative;
        padding-top: 20px;
    }

  /*  .bannrBgVendor {
        padding: 30px 0px;
    }*/

    .form-wrapper {
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 30px;
    }
    h3{
        font-size: 18px !important
    }
    .tab {
      
        padding: 10px;
        font-size:16px;
        padding-left: 0px;
        margin-right: 5px;
    }
}


