@media screen and (min-width: 992px) {
  .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    transition: all 0.4s;
  }

  .nav-link:hover {
    color: #102c65 !important;
  }

  .nav-link svg {
    width: 24px;
    height: 24px;
  }
}

.socialProof .card-body {
  display: table;
  height: 410px;
  padding: 20px;
}

.socialProof .customCard {
  display: table-cell;
  vertical-align: middle;
}

.navbarRegisterBtn {
  margin-left: 10px;
}

nav.navbar-dark .navbarRegisterBtn {
  color: #fff;
  border: 1px solid #fff;
}

nav.navbar-dark .navbarRegisterBtn:hover {
  border: 1px solid #0f2c65;
}

nav.navbar-dark .navbarLoignBtn {
  color: #fff;
  border: 1px solid #fff;
}

nav.navbar-dark .navbarLoignBtn:hover {
  border: 1px solid #0f2c65;
}

nav.navbarLightBlue {
  background: #0f2c65 !important;
}

nav.navbarLightBlue .navbar-nav li a {
  color: #fff;
}

nav.navbarLightBlue .navbarRegisterBtn {
  color: #fff;
  border: 1px solid #fff;
}

nav.navbarLightBlue .navbarRegisterBtn:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #0f2c65 !important;
}

nav.navbarLightBlue .navbarLoignBtn {
  color: #fff;
  border: 1px solid #fff;
}

nav.navbarLightBlue .navbarLoignBtn:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #0f2c65 !important;
}

header nav.bg-white {
  /* background: #0F2C65!important */
}

.customNavbar {
  width: 100%;
  z-index: 99;
  position: fixed;
  left: 0;
  background: #fff;
  top: 0;
  padding: 30px 0;
  border-bottom: 1px solid #f1f4f8 !important;
}

.customNavbar a {
  display: table;
  margin: 0 auto;
}

.companyBg {
  width: 1170px !important;
  height: auto;
  clear: both;
  display: table;
  margin: 0 auto;
}

.companyBg img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .companyBg {
    width: 750px !important;
    height: auto !important;
    clear: both;
    display: table;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .companyBg {
    width: 100% !important;
  }

  .companyTop {
    margin-top: 10px !important;
  }
}

.companyTop {
  width: 415px;
  display: table;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  margin-top: -60px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.companyGeneralInfo {
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 15px;
}

.companyImageTitle img {
  width: 100px;
  display: table;
  margin: 0 auto;
  border: 2px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  clear: both;
}

.companyImageTitle h1 {
  float: left;
  font-family: HKGroteskPro, serif;
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 28px;
  margin-top: 0px;
  clear: right;
  margin-bottom: 0;
}

.companyImageTitle .correctBadge {
  width: 22px;
  height: 22px;
  float: left;
  background: url(../img/correct.png) no-repeat;
  background-size: 100%;
  margin-top: 6px;
  margin-left: 10px;
}

.sectorLocation {
  display: flex;
  margin: 0 auto;
  clear: both;
  flex-direction: column;
  align-items: center;
}

.sectorLocation .companySector {
  float: left;
  color: #777;
  font-weight: 700;
}

.sectorLocation .companySector i {
  float: left;
  margin-top: 4px;
  margin-left: 0 !important;
  margin-right: 3px;
}

.sectorLocation .companyLocation {
  float: left;
  color: #777;
  font-weight: 700;

}

.sectorLocation .companyLocation i {
  float: left;
  margin-left: 0 !important;
  margin-top: 4px;
  margin-right: 3px;
}

.companyGeneralView {
  width: 100%;
  display: grid;
  clear: both;
}

.companyGIR {
  display: table;
  margin: 5px auto;
  clear: both;
}

.companyFollowUpBtn {
  display: table;
  margin: 0 auto;
  clear: both;
  margin-bottom: 10px;
}

.companyFollowUpBtn > div {
  float: left;
  font-weight: 400;
  margin-top: 8px;
  margin-right: 20px;
  color: #777;
}

.companyFollowUpBtn > div span {
  color: #333;
  font-weight: 700;
}

.companyFollowUpBtn a.btn-primary {
  width: 160px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  float: left;
  background: #fff;
  margin: 0 !important;
  color: #0f2c65;
  border: 1px solid #0f2c65 !important;
}

.companyFollowUpBtn a.btn-primary:hover {
  background: #0f2c65;
  color: #fff;
}

.companyFollowUpBtn a.btn-primary.active2 {
  background: #0f2c65 !important;
  color: #fff !important;
}

.companyGeneralInfoBottom ul {
  margin-left: -5px;
  margin-top: 15px;
}

.companyGeneralInfoBottom ul li {
  margin: 0 10px;
}

.companyGeneralInfoBottom ul li a {
  color: #777;
  padding: 10px 8px;
  padding-bottom: 5px;
}

.companyGeneralInfoBottom ul li a.active {
  font-weight: 700;
  background: #fff !important;
  color: #e94f2d !important;
  border-bottom: 2px solid #e94f2d;
  border-radius: 0;
}

.companyGeneralInfoBottom ul li a span.badge {
  background: #e94f2d;
}

.customTab {
  width: 100%;
  display: grid;
}

.customRow {
  display: flex;
  flex-wrap: wrap;
}

.customCard {
  display: flex;
  flex-direction: column;
}

.customCard a.btn-primary {
  width: 140px !important;
  margin-bottom: 0 !important;
}

.customCard .card {
  height: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.customCard h3 {
  font-weight: 700;
  font-size: 24px;
}

.customRow2 {
  display: flex;
  flex-wrap: wrap;
}

.perks .row {
  display: flex;
  flex-wrap: wrap;
}

.perks .col-md-6.col-xs-12 {
  display: flex;
  flex-direction: column;
}

.perksItem {
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 12px;
  margin-bottom: 10px;
}

.tableHover .card-body {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.tableHover table tbody tr {
  background: #fff;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tableHover table tbody tr:hover {
  background: #f9f9f9;
}

.tableHover .table-responsive {
  margin-bottom: 0 !important;
}

.activities .activitiesImg {
  width: 75px;
}

.activityDetailHeroBanner {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.activityDetailHeroBanner img {
  width: 100%;
}

.company-about {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .company-about {
      -webkit-box-orient: unset;
    }
  }
}

.customShadow {
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.customSideBar ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.customSideBar ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.customSideBar ul li.companyName {
  border-top: none;
}

.customSideBar ul li img {
  float: left;
  width: 30px;
  margin-right: 9px;
}

.customSideBar ul li div {
  float: left;
}

.customSideBar ul li div .s1 {
  clear: both;
  float: left;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: -1px;
}

.customSideBar ul li div .s2 {
  clear: both;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}

.customSideBar ul li i {
  float: left;
  font-size: 16px;
  color: rgba(51, 94, 234, 0.8);
  margin: 0 !important;
  margin-top: 16px !important;
  margin-right: 19px !important;
}

.customSideBar ul li:last-child {
  padding-bottom: 0;
}

.activitiesLeftContent h3 {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 700;
}

.customAccordion .list-group-item .py-5 {
  padding-bottom: 0 !important;
}

.customAccordion .list-group-item p:last-child {
  margin-bottom: 0;
}

.activitiesItemProgram {
  margin-top: -20px;
}

.activitiesItemProgram h3 {
  margin-bottom: 20px;
}

.sssContent h3 {
  margin-bottom: 20px;
}

.activitiesItem .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.activitiesItem .card-body h4 {
  width: 100%;
  font-size: 21px;
  clear: both;
  font-weight: 700;
}

.activitiesItem .card-body p {
  width: 100%;
  clear: both;
}

.activitiesList ul {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: -20px;
}

.activitiesList ul li {
  float: left;
  list-style: none;
  margin-right: 25px;
}

.activitiesList ul li div {
  float: left;
}

.activitiesList ul li div .s1 {
  clear: both;
  float: left;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: -5px;
}

.activitiesList ul li div .s2 {
  clear: both;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}

.activitiesList ul li i {
  float: left;
  font-size: 18px;
  color: rgba(51, 94, 234, 0.8);
  margin: 0 !important;
  margin-top: 11px !important;
  margin-right: 8px !important;
}

.activitiesList ul li img {
  width: 40px;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
  border-radius: 100%;
}

.activitiesTabsList {
  width: 100%;
  float: left;
}

.activitiesTabsList ul {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  width: auto;
  justify-content: center;
}

.activitiesTabsList ul li {
  margin: 0 10px;
}

.activitiesTabsList ul li a {
  color: #777;
  padding: 10px 8px;
  padding-bottom: 5px;
  font-size: 20px !important;
}

.activitiesTabsList ul li a.active {
  font-weight: 700;
  background: #fff !important;
  color: #e94f2d !important;
  border-bottom: 2px solid #e94f2d;
  border-radius: 0;
}

.activitiesTabsContent {
  width: 100%;
  display: grid;
}

.customCarousel img {
  width: 100%;
  height: 240px;
}

.customCarousel .carouselFullImage {
  height: auto;
}

.customCarousel .card-body {
  padding: 0;
  height: 100%;
}

.customCarousel .flickity-enable,
.customCarousel .flickity-viewport {
  min-height: 339px !important;
}

.customCarousel iframe {
  width: 100%;
  height: 100%;
}

.customCarousel .carouselItem {
  overflow: hidden;
  border-radius: 10px;
}

.carouselTextContent {
  width: 100%;
  height: 99px;
  float: left;
  padding: 10px 20px;
}

.carouselTextContent .ort1 {
  width: 100%;
  float: left;
}

.carouselTextContent .carouselTitle {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}

.carouselTextContent .carouselDescription {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.videoCard .card {
  overflow: hidden;
}

.videoCard .card-body {
  padding: 0;
  height: 500px;
}

.videoCard iframe {
  width: 100%;
  height: 100%;
}

.sliderContentTitle {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.sliderContent {
  width: 100%;
  float: left;
  padding: 40px;
}

.ort1 {
  display: table;
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.ort2 {
  display: table-cell;
  vertical-align: middle;
}

.customwhatTheySaid h3 {
  position: absolute;
  left: 68px;
  z-index: 2;
  top: 30px;
}

.customwhatTheySaid .flickity-enabled {
  height: calc(100% - 90px);
  margin-top: 20px;
}

.customwhatTheySaid .sliderContent {
  padding: 40px 70px;
}

.customwhatTheySaid .sliderContent span {
  clear: both;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  color: #333;
  font-style: italic;
}

.customwhatTheySaid .card-body {
  padding: 0;
  height: 100%;
}

.customwhatTheySaid .flickity-enable,
.customwhatTheySaid .flickity-viewport {
  min-height: 100px !important;
}

.didYouknow h3 {
  left: 32px;
}


.didYouknow .sliderContent {
  padding: 25px 70px;
  padding: 35px 70px;
  min-height: 200px;
  display: flex;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .didYouknow .sliderContent {
  min-height: 200px;
    }
}

.quotes1 {
  width: 35px;
  height: 35px;
  background: url(../img/q1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 25px;
  top: 25px;
  opacity: 0.8;
}

.quotes2 {
  width: 35px;
  height: 35px;
  background: url(../img/q2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  opacity: 0.8;
}

.socialMedia ul {
  padding: 0;
  display: flex;
  justify-content: left;
  margin-bottom: 0;
}

.socialMedia ul li {
  list-style: none;
  margin: 0 10px;
}

.socialMedia ul li a {
  width: 50px;
  height: 50px;
  display: grid;
  border: 1px solid #0f2c65;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.socialMedia ul li a i {
  font-size: 24px;
  display: table;
  margin: 0 auto !important;
  margin-top: 12px !important;
}

.socialMedia ul li a:hover {
  background: #0f2c65;
  color: #fff;
}

.socialMedia .card {
  /* height: auto; */
}

.cardAdressContent {
  display: flex;
  flex-wrap: wrap;
}

.cardAdressBox {
  display: flex;
  position: relative;
  flex-direction: column;
  -webkit-box-flex: 0;
  justify-content: center;
  flex: 0 0 50%;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.cardAdressBox .s1 {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.cardAdressBox .s2 {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 20px;
}

.cardAdressBox > div {
  width: 100%;
}

.cardAdressBox.active {
  border: 2px solid #0f2c65;
}

.cardAdressBox.active:before {
  content: "M";
  position: absolute;
  right: 0;
  top: 0;
  background: #0f2c65;
  color: #fff;
  font-size: 12px;
  width: 20px;
  text-align: center;
  border-radius: 1px;
}

.customCactivitieTitle div {
  float: left;
  width: auto;
  margin-right: 20px;
}

.customCactivitieTitle div span {
  float: left;
}

.customCactivitieTitle div i {
  float: left;
  margin-right: 3px !important;
  margin-top: 4px;
  color: #0f2c65;
}

.activitiesDetailTop {
  margin-bottom: -20px;
}

.customProgramTabs {
  display: flex;
  width: 100%;
  clear: both;
  justify-content: center;
  margin: 30px 0;
}

.customProgramTabs ul li {
  margin: 0 10px;
}

.customProgramTabs ul li a {
  padding: 10px 40px;
  font-size: 18px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #eee;
}

.customProgramTabContent {
  width: 100%;
}

.customwhatTheySaidTitle {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
  font-weight: 700;
  font-size: 24px;
}

.companyTabs {
  display: flex;
  justify-content: center;
  margin-bottom: -20px;
}

.forgotPass {
  width: 100%;
}

.forgotPass a {
  font-size: 14px;
  margin-top: 3px;
  float: right;
}

.withSocialMedia {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  position: relative;
}

.withSocialMedia span {
  color: #5f5f5f;
  font-size: 18px;
  padding: 0 15px;
  background: #ffff;
  font-weight: 700;
  position: absolute;
  top: -16px;
}

.withSocialMedia a {
  width: 54px;
  height: 54px;
  margin: 0 20px;
}

.withGoogle {
  background: #db4437;
}

.withLinkedin {
  background: #2867b2;
}

.withFacebook {
  background: #3b5998;
}

.withSocialMedia a i {
  font-size: 20px;
  margin: 0;
  line-height: 0;
  text-align: center;
  margin-top: 7px;
  margin-left: -2px;
}

.withSocialMedia button {
  width: 54px;
  height: 54px;
  margin: 0 20px;
}

.withSocialMedia button.withGoogle {
  background: #db4437;
}

.withSocialMedia button.withLinkedin {
  background: #2867b2;
}

.withSocialMedia button.withFacebook {
  background: #3b5998;
}

.withSocialMedia button i {
  font-size: 20px;
  margin: 0;
  line-height: 0;
  text-align: center;
  margin-top: -2px;
  margin-left: -2px;
}

.kvkkModal h2 {
  font-size: 24px;
  text-align: left !important;
}

.checkboxGroup {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
}

.checkboxGroup input {
  float: left;
  width: 17px;
  height: 17px;
}

.checkboxGroup label {
  width: calc(100% - 22px);
  float: left;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-top: -2px;
}

.activitiesBtn {
  margin-top: 0;
}

.activitiesForm {
  margin-bottom: 30px;
}

.profilePicture {
  margin-bottom: 20px;
}

.CVFile {
  margin-bottom: 20px;
}

.CVFile .avatar i {
  font-size: 40px;
  display: table;
  margin: 0 auto;
  margin-top: 11px;
  color: #0f2c65;
}

.settingsPrimaryButton {
  width: 260px;
  float: left;
}

.settingsPrimaryButton.btn-outline-danger {
  float: right;
  width: 150px;
}

.settingsPrimaryButton i {
  margin-top: 4px;
  float: left;
  margin-right: 10px;
}

.UniversityCareer {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}

.UniversityCareer h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.UniversityCareer:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.customAutoComplete {
  position: relative;
}

.checkboxGrop {
  width: 33.3%;
  float: left;
  padding: 0 23px;
  margin-bottom: 16px;
}

.checkboxGrop label {
  width: auto;
  position: relative;
  float: left;
  cursor: pointer;
}

.checkboxGrop label:before {
  content: "";
  width: 17px;
  height: 17px;
  float: left;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
}

.checkboxGrop label:after {
  opacity: 0;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 3px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #0f2c65;
}

.checkboxGrop input {
  position: relative;
  display: none;
  float: left;
}

.checkboxGrop span {
  float: left;
  width: calc(100% - 25px);
  margin-left: 8px;
  margin-top: -1px;
  line-height: 18px;
}

.checkboxGrop.active label:after {
  opacity: 1;
}

.companyItem {
  position: relative;
  text-decoration: none !important;
  height: 100%;
  display: block;
}

.companyItem > div.card {
  height: calc(100% - 48px);
}

.companyItem p {
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.companyItem h4 {
  text-decoration: none !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.companyItem img {
  height: 70px;
  border-radius: 20%;
}

.companyItem:hover p {
  text-decoration: none !important;
}

.companyItem:hover h4 {
  text-decoration: none !important;
}

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

.companyItem .card-body {
  padding: 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companyItemBottom {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: auto;
}

.companyItemBottom .s1 {
  color: #0f2c65;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  float: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

.companyItemBottom .s2 {
  width: 100%;
  float: left;
  clear: both;
  font-size: 14px;
  font-weight: 600;
  color: #a5a5a5;
  min-width: 125px;
}

.companyItemBottom .s2.badge {
  color: #ffffff;
  background: #0f2c65;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .companyItem > div.card {
    height: calc(100% - 32px);
  }
}

.infoOrt {
  display: table;
  margin: 0 auto;
}

.infoOrt .infoItem {
  width: 200px;
  float: left;
  flex: unset;
  max-width: unset;
}

.searchSection {
  position: relative;
  z-index: 99;
}

.customSearch {
  box-shadow: none !important;
  background: none;
  border-radius: 10px;
}

.customSearch .customSearchInput {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  padding: 0 20px !important;
}

.customSearch .choices {
  position: relative;
  z-index: 9999;
}

.customSearch .custom-select {
  border: none;
  position: relative;
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}

.customSearch .input-group-append {
  width: auto;
  padding: 0;
  background: none;
}

.customSearch .input-group-append span {
  width: auto;
  padding: 0;
  background: none;
}

.customSearch .input-group-append span a {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
}

.companyTitle {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

.reviewAllCompanies {
  display: table;
  margin: 0 auto;
}

.kvkkBox {
  width: 100%;
  display: flex;
  background: #0f2c65;
  text-align: center;
  border-radius: 0;
  color: #fff;
  padding: 10px 0;
}

.kvkkBox .kvkkBoxOrt {
  display: table;
  margin: 0 auto;
  clear: both;
}

.kvkkBox a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.kvkkBox .kvkkBoxLeft {
  float: left;
  margin-top: 4px;
}

.kvkkBox .kvkkBoxRight {
  float: right;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
}

.kvkkBox .kvkkBoxRight i {
  float: left;
  margin-left: 7px;
  font-size: 20px;
  line-height: 35px;
  color: #0f2c65;
}

.flickity-button {
  background-color: #e94f2d !important;
}

.flickity-button:hover {
  background-color: #e94f2d !important;
}

.customLogo img {
  width: 150px;
}

.bg-dark .footer-brand {
  -webkit-filter: unset !important;
  filter: unset !important;
  max-width: 150px;
}

.loginNavbar {
  float: left;
  color: #e94f2d;
  line-height: 18px;
  font-weight: 700;
  padding: 0 10px;
  display: none;
  margin-top: 5px;
}

.summaryList {
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.summaryList a {
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}

.summaryList a:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.summaryList a:nth-child(2) {
  border-left: 1px solid #dcdcdc;

}

@media only screen and (max-width: 767px) {
.summaryList a:nth-child(3) {
  border-left: 1px solid #dcdcdc;
   border-right: 1px solid #dcdcdc;
}

}

@media only screen and (min-width: 767px) {
.summaryList a:nth-child(3) {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

}

.summaryList a:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.customErrorBox {
  width: 100%;
  float: left;
  clear: both;
  background: #df4759;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.customErrorBox ul {
  padding: 0;
  margin: 0;
}

.customErrorBox ul li {
  list-style: none;
}

.choices .dropdown-menu {
  height: 259px;
  overflow: hidden;
  overflow-y: visible;
}

.customBanner .text-success {
  color: #e94f2d !important;
}

.navbarRight a {
  margin-left: 12px !important;
}

@media only screen and (max-width: 1200px) {
  .hero-banner {
    max-width: 100%;
    object-fit: contain;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  nav {
    justify-content: center;
  }

  nav .navbar-nav {
    margin-top: 10px;
  }

  nav .navbar-nav li {
    padding: 0 !important;
  }

  nav .navbar-nav li a {
    margin: 0 !important;
    padding: 15px 10px !important;
  }

  nav .navbarRight {
    display: table;
    margin: 10px auto;
    clear: both;
  }

  nav .navbarRight .navbar-btn {
    width: 160px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .customBannerLeft {
    /* display: none!important; */
  }

  .customCard .card-body {
    padding: 15px;
  }

  .customTab {
    display: flex;
  }

  .cardAdressBox {
    flex: 0 0 100%;
  }

  .companyTop {
    width: 96%;
  }

  .companyFollowUpBtn {
    width: 100%;
    float: left;
  }

  .companyFollowUpBtn > div {
    display: table;
    margin: 0 auto;
    float: none;
    margin-bottom: 5px;
  }

  .companyFollowUpBtn a.btn-primary {
    display: table;
    margin: 0 auto !important;
    float: none !important;
  }

  .companyBg {
    height: 288px;
  }

  .quotes1 {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 15px;
  }

  .quotes2 {
    width: 25px;
    height: 25px;
    right: 15px;
    bottom: 15px;
  }

  .customwhatTheySaid .card {
    height: 385px;
  }

  .customwhatTheySaid .sliderContent {
    padding: 0 40px;
  }

  .customwhatTheySaid .flickity-button.previous {
    width: 40px;
    height: 40px;
  }

  .customwhatTheySaid .flickity-button.previous:before {
    margin-top: -2px;
  }

  .customwhatTheySaid .flickity-button.next {
    width: 40px;
    height: 40px;
  }

  .customwhatTheySaid .flickity-button.next:before {
    margin-top: -2px;
  }

  @media only screen and (max-width: 767px) {
    .customwhatTheySaid .flickity-viewport,
    .customwhatTheySaid .card {
      height: auto ;
    }

    .customwhatTheySaid .flickity-enabled {
      height: auto !important;
    }

    .customwhatTheySaid .flickity-enabled {
      margin-top: 70px !important;
    }
  }

  .companyGeneralInfo {
    padding: 20px 0;
  }

  .companyGeneralInfoBottom ul li {
    margin: 0;
  }

  .companyGeneralInfoBottom ul li a {
    font-size: 16px;
  }

  .companyTabs {
    margin-bottom: 20px;
  }

  .tableHover.activities .card-body {
    padding: 10px;
  }

  .navbarRight a {
    width: 130px !important;
    float: left;
    margin-left: 0 !important;
  }

  .withSocialMedia {
    margin-top: 25px;
  }

  .customNavbar {
    padding: 15px 0;
  }

  .didYouknow h3 {
    left: 15px;
    top: 15px;
  }

  .activitiesTabsList ul {
    margin-bottom: 25px;
    margin-top: -15px;
  }

  .activitiesTabsList ul li {
    margin: 0 5px;
  }

  .activitiesTabsList ul li a {
    font-size: 14px !important;
    padding: 10px 6px;
  }

  .customProgramTabs ul li {
    margin: 0 5px;
  }

  .customProgramTabs ul li a {
    padding: 16px 17px;
  }

  .activityDetail {
    padding-top: 20px !important;
  }

  .activitiesList ul {
    margin-top: -5px;
  }

  .activitiesList ul li {
    margin-right: 20px;
  }

  .activitiesList ul li i {
    display: none;
  }

  .activitiesList ul li img {
    display: none;
  }

  .activitiesList ul li:last-child {
    margin-right: 0;
  }

  .activitiesDetailTop {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 11px;
  }

  .activitiesDetailTop h1 {
    font-size: 28px;
  }

  .applyBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
  }

  .applyBtn a {
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0;
  }

  .customCactivitieTitle {
    font-size: 16px !important;
  }

  .customCactivitieTitle > div {
    margin-top: 15px;
  }

  .tabApplyBtn {
    display: none;
  }

  .checkboxGrop {
    width: 50%;
  }

  .saveBtn {
    display: table;
    margin: 0 auto;
    float: none;
  }

  .addUniversity {
    padding: 8px;
    width: 230px !important;
  }

  .deleteUniversity {
    padding: 8px;
    width: calc(100% - 250px) !important;
  }

  .searchSection .col-12 {
    padding: 0 10px;
  }

  .customSearch .customSelect {
    width: 50%;
    padding: 0 5px;
  }

  .customSearch .searchInput {
    width: 50%;
    padding: 0 5px;
  }

  .customSearch .input-group-append {
    width: 100%;
  }

  .customSearch .input-group-append span {
    width: 100%;
    padding: 0 5px !important;
  }

  .customSearch .input-group-append a {
    width: 100%;
    margin-top: 15px;
  }

  .searchTags {
    display: none;
  }

  .searchSection {
    margin-bottom: 30px;
  }

  .summaryList {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .summaryList a {
    padding: 9px;
    font-size: 12px;
    background: #0f2c65;
    color: #fff;
    font-weight: 700;
  }

  .summaryList a:first-child {
  }

  .summaryList a:nth-child(2) {
  }

  .summaryList a:last-child {
  }

  .customCactivitieTitle div span {
    width: calc(100% - 30px);
    margin-left: 10px;
  }

  .pt-md-8.py-md-8.bg-gradient-light {
    padding: 10px 0;
  }

  .pt-md-8.py-md-8.bg-gradient-light .col-12.col-md-6.aos-init {
    padding: 10px 20px;
  }

  .reviewAllCompanies {
    margin-bottom: 25px !important;
  }

  .socialMedia ul li a {
    width: 40px;
    height: 40px;
  }

  .socialMedia ul li a i {
    font-size: 18px;
    margin-top: 10px !important;
  }

  .colMobile {
    width: 260px;
    display: table;
    margin: 0 auto;
    padding: 0;
    flex: unset;
  }
}

@media only screen and (max-width: 370px) {
  .companyGeneralView .container {
    padding: 0;
  }

  .socialMedia ul li {
    margin: 0 5px;
  }

  .applyBtn a {
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
  }

  .activitiesDetailTop {
    padding-bottom: 13px;
  }

  .customCactivitieTitle {
    font-size: 14px !important;
  }

  .addUniversity {
    padding: 8px;
    width: 100% !important;
  }

  .deleteUniversity {
    padding: 8px;
    width: 100% !important;
    margin-top: 10px;
  }

  .summaryList a {
    padding: 7px;
    font-size: 10px;
  }
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.social-media-link {
  display: inline-flex;
  text-align: center;
}

.social-media-link a {
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop {
  z-index: 1;
}

.modal {
  z-index: 99999999;
}

.certificate-inner-container h1{
  font-size: 35px;
}

.certificate-inner-container h2{
  font-size: 27px;
  font-weight: 700;
}

.certificate-inner-container p{
  font-size: 23px;
}

.certificate-inner-container h1,h2,p{
  line-height: 1em;
}

@media (max-width: 1199px) {
  .certificate-inner-container h1{
    font-size: 35px;
  }
  .certificate-inner-container h2{
    font-size: 22px;
  }
  .certificate-inner-container p{
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .certificate-inner-container h1{
    font-size: 30px;
  }
  .certificate-inner-container h2{
    font-size: 20px;
  }
  .certificate-inner-container p{
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .certificate-inner-container h1{
    font-size: 25px;
  }
  .certificate-inner-container h2{
    font-size: 16px;
  }
  .certificate-inner-container p{
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .certificate-inner-container h1{
    font-size: 5vw;
  }
  .certificate-inner-container h2{
    font-size: 3vw;
  }
  .certificate-inner-container p{
    font-size: 2vw;
  }
}