.paginate-flex {
  display: flex;
}

.paginate-flex > li.selected {
  color: orangered;
}

.sedtext-danger {
  color: #ee4b2b;
  font-weight: bold;
}

.activeClass a {
  background-color: #ee4b2b !important;
  color: black !important;
}

.assign-mentor-image img {
  width: 50%;
}

.slick-dots li button:before {
  font-family: none !important;
}

.mostpopularcoursesec .mostpopularuniversityslider .slick-arrow {
  display: flex !important;
}

.popularuniversitysec .popularuniversityslider .slick-arrow {
  display: flex !important;
}

.ourpartnersec .partnerslider .slick-arrow {
  display: flex !important;
}

.trendingcoursesec .popularuniversityslider .slick-arrow {
  display: flex !important;
}

.searchcountrysec .searchcountryslider .slick-arrow {
  display: flex !important;
}

.testimonialsec .testimonailslider .slick-arrow {
  display: flex !important;
}

.ourpartnersec .flexbox .partnerscroll .partnerslider .slick-arrow {
  display: flex !important;
}

.bg-danger {
  background-color: #ee4b2b;
}
.bg-success {
  background-color: greenyellow;
}

.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.our-picks-sec2 {
  padding: 0px 0 0px !important;
}

.banner-h4 {
  background: #f36525;
  width: fit-content;
  color: black !important;
  font-weight: bolder;
  border-radius: 10px;
  padding: 4px 8px;
}

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

.blk {
  display: block !important;
}

.d-none {
  display: none !important;
}
/* 
.searchcountrysliderpro visa-countries-wrapper top-university-slider{
  display: flex !important;
} */

.slick-prev,
.slick-next {
  display: flex !important;
}

.dashboard-rightbox .my-messages .message-chat-type-text-box .message-send {
  background-color: #000 !important;
}

.courselistingpg
  .courselistingBoxinnr
  .courselistingBox
  .courselistingcol
  .courselistinginnr
  .courseboxlistingimg
  .wishlist {
  background: rgb(235 6 6 / 40%) !important;
  padding-top: 10px;
}

.ieltscontainer {
  flex: 1;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navfixcoursesearchform.show .courseselectform .courseselect {
  width: 40px !important;
}

.siteheader .navfixcoursesearchform.show .courseselectform {
  width: 30% !important;
}

.degree-off {
  text-overflow: ellipsis;
  width: 18ch;
  overflow: hidden;
  white-space: nowrap;
}

.add-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

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

.img-Aus4 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tx-uppercase {
  text-transform: uppercase;
}
.f-35 {
  font-size: 35px;
}
.cl-f57338 {
  color: #f57338;
}
.f-40 {
  font-size: 40px;
}
.f-45 {
  font-size: 45px;
}
.f-55 {
  font-size: 55px;
}
.f-30 {
  font-size: 30px;
}
.f-75 {
  font-size: 75px;
}
.f-80 {
  font-size: 80px;
}
.f-70 {
  font-size: 70px;
}
.cl-blk {
  color: black;
}
.cl-white {
  color: white !important;
}
.cl-f36525 {
  color: #f36525;
}
.fw-600 {
  font-weight: 600;
}
.lspc-3 {
  letter-spacing: 3px;
}
.fw-650 {
  font-weight: 650;
}

.fw-500 {
  font-weight: 500;
}

.hr-tg {
  width: 15%;
  height: 15px;
  text-align: left;
  margin-left: 0;
  color: #f36525;
  background-color: #f36525;
  border-radius: 15px;
}

.submit-form {
  display: block !important;
}

.p-lr-20 {
  padding: 0% 15%;
}

.d-flex {
  display: flex;
}

@media all and (max-width: 991px) {
  .f-35 {
    font-size: 25px;
  }
  .f-55 {
    font-size: 35px;
  }
  .f-45 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 15px;
  }
  .f-80 {
    font-size: 60px;
  }
  .f-70 {
    font-size: 55px;
  }
  .f-75 {
    font-size: 55px;
  }
  .img-sml {
    width: 50%;
    height: 50%;
  }
  .img-jkc {
    text-align: -webkit-center;
  }
  .cl-sm-blk {
    color: black;
  }
  .hr-tg {
    text-align: center;
    margin-left: auto;
    width: 40%;
  }
  /* .h-500{
    display: none !important;
  } */
}

.alert-header {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.alert {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: animatetop;
  animation-name: animatetop;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* color: red; */
  left: 45%;
  margin-left: -200px;
  margin-top: -100px;
  padding: 15px 18px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 40%;
  z-index: 890;
}

.alert-success {
  background-color: #127c12;
}
.alert p {
  color: white;
}

.cl-blk p {
  color: black;
}

.alert-error {
  background-color: #f12020;
}

.close-img {
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
  float: right;
}

@media all and (max-width: 900px) {
  .navfixcoursesearchform.show .courseselectform {
    display: none !important;
  }
  .navigation-grp .nav-primary ul > li {
    padding: 15px 15px;
  }
}

.submit-form-wrapper .form-group {
  flex-wrap: nowrap;
}

.partnerslider .slick-arrow {
  background-color: #f36525;
  padding: 6px;
  opacity: inherit;
  width: 32px;
  height: 32px;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .marg-16 {
    margin-bottom: 0px !important;
  }
  .event-information {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
}

.form-group-wrapper .form-group{
  flex-wrap: wrap !important;
}

.form-padding{
  padding: 1px 0px 0px 25px !important;
}

.educationpartnerlogo {
  border: 1.136px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 90px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-bottom: 15px;
}


.partnerlogo {
  height: 70px;
  width: 120px;
  border: 1.136px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 4px;
}

.searchcountryslide a{
  text-decoration: none;
}

.listingdetail-banner-tags a{
  text-decoration: none;
}

/* Booking Page Form Css start */
.new_Booking_Form .form-group {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 10px !important; */
}
.new_Booking_Form .form-group p {
  font-size: 10px !important;
  margin: 6px;
}

.new_Booking_Form .form-group select,
.new_Booking_Form .form-group input {
  padding: 4px !important;
}

.Submit_btn_Booking {
  width: 30% !important;
  margin: auto;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .Submit_btn_Booking {
    width: 100% !important;
  }
}

/* Booking Page Form Css end */
.New_Contact_Form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important;
}

.New_Contact_Form .form-group input,
.New_Contact_Form .form-group select,
.New_Contact_Form .form-group textarea {
  padding: 4px !important;
  border-radius: 1px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (min-width: 100px) and (max-width: 480px) {
  .New_Contact_Form .form-group,
  .New_Contact_Form .form-group input {
    padding: 0;
    margin: 0;
  }
}
.Book_Appointment_new .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important ;
}
