.drop_result {
  overflow: auto;
  border-radius: 4px;
  background-color: #fdfdfd;
}

.drop_result li {
  font-size: 12px;
  margin: 2px 0;
  padding: 2px;
  color: #383838;
  cursor: pointer;
  transition: 0.3ms ease-in-out;
  border-bottom: 1px solid #ddd;
}

.drop_result li:hover {
  background-color: cornflowerblue;
  color: #fff;
}

.btn-arama {
  text-align: center;
  background-color: gold;
}

.back-area{
  background-image: url(../img/home/uni2-area-back.webp);
  background-size: contain;
  background-position: top left;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.seminar-calendar{
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
}

.seminar-price-title{
  color: #fff;
  background-color: #fe1101;
  padding: 3px 6px;
  border-radius: 6px;
}
.seminar-note p{
  text-align: left;
  font-size: 14px !important;
}
.title-seminar{
  font-size: 30px;
  margin-top: 100px;
}
.title-seminar-2{
  font-size: 24px;
}

.form-group h2 {
  font-size: 18px;
  color: cornflowerblue;
  font-weight: 600;
}

.button_filter_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn-log {
  background-color: #252b66;
  color: #fff;
  border-color: transparent;
  padding: 4px 12px;
  border-radius: 12px;
  transition: 0.3ms ease-in-out;
}

.btn-sign {
  background-color: #767c9a;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  transition: 0.3ms ease;
  border-color: transparent;
}

.btn-log:hover {
  background-color: #f75100;
  color: #fff;
}

.btn-sign:hover {
  background-color: #f75100;
  color: #fff;
}

.breadcrump {
  padding: 50px 0;
  background-color: #252b66;
  text-align: center;
  min-height: 450px;
}

.breadcrump .breading-area {
  margin-top: 180px;
  padding-top: 30px;
}

.breading-area h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.breading-area p {
  color: #d6d6d6;
}

.breading-area p a {
  color: #fff;
}

@media (max-width: 991px) {
  .breadcrump {
    background-image: none !important;
  }

  .breadcrump {
    padding: 20px 0;
    min-height: 210px;
  }

  .breadcrump .breading-area {
    margin-top: 50px;
  }
}

.blog-all {
  padding: 40px 0;
  background-color: #fff;
}

.blog-side-area{
  /*position: sticky;
  top: 190px;
  z-index: 9;*/
  max-height: 1033px;
  overflow: auto;
  padding: 0px 15px;
  
}
.btn-blog-contact{
  background-color: #ff4b02;
  color: #fff;
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 15px;
}

.contact-bottom-text{
  font-size: 13px;
  text-transform: capitalize;
}

.blog-side-area::-webkit-scrollbar {
  width: 4px;
}

.blog-side-area::-webkit-scrollbar-track {
  background: #b3b2b2;
}

.blog-side-area::-webkit-scrollbar-thumb {
  background: #6c7afa;
}

.blog-side-area::-webkit-scrollbar-thumb:hover {
  background-color: #020431;
}

.inside-blog-area {
  margin-bottom: 20px;
}

.inside-blog-area .blog-img {
  position: relative;
}

.inside-blog-category {
  position: absolute;
  bottom: 0px;
  background-color: #e73131;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px 0;
  font-size: 12px;
  font-weight: 600;
}

.inside-blog-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
}

.inside-blog-alt {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-bottom: 20px;
  padding: 20px 10px;
}

.inside-blog-date p {
  font-size: 12px;
  color: #3f3e3e;
}

.inside-blog-title {
  margin-top: -4px;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  min-height: 100px;
}

.inside-blog-title p {
  font-size: 20px;
  color: #000000;
  font-weight: 700;

  line-height: 28px;
}

.inside-blog-details {
  margin-top: -10px;
  min-height: 120px;
}

.inside-blog-details p {
  font-size: 14px;
  color: #424242;
}

.inside-blog-button a {
  background-color: #252b66;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
}

.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f1f1f1;
  border-radius: 0px;
  font-size: 14px;
  color: #727272;
}

.sidebar-search button {
  position: absolute;
  top: 6px;
  right: 5px;
  background-color: transparent;
  border-color: transparent;
  color: #252b66;
}

.blog-search-area {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

.blog-search-area h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #252b66;
  padding-left: 7px;
  margin-bottom: 20px;
}

.blog-search-area h3::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: #252b66;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-contact-area {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

.blog-contact-area h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #252b66;
  padding-left: 7px;
  margin-bottom: 20px;
}

.blog-contact-area h3::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: #252b66;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-form-title{
  font-size: 12px;
  padding-left: 10px;
}
.blog-text-confirm{
  font-size: 12px;
}
.blog-form-content-title{
  font-size: 12px;
  padding: 10px;
  background-color: #f1f1f1;
}

@media (max-width: 992px) {
  .blog-post p img{
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .blog-all{
    padding: 0 !important;
  }
  .table-body > tr > td {
    font-size: 13px;
  }
  .table-header-background > th {
    font-size: 13px;
  }

}

.rates-title{
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #ff7431;
  position: relative;
  justify-content: center;
  max-height: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius: 5px;
  color: #fff;
}
.rates-title p {
  margin:0;
}
.rates-title img{
  width: 63px;
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #d0d2ea;
  border-radius: 50%;
}

.rates-title .country-title{
  font-size: 19px;
  font-weight: bold;
}

.table-header-background > th {
  background-color: #252b66;
  color: #fff;
  text-align: center;
}


.table-header-background > th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table-header-background > th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table-body tr{
  text-align: center;
  font-weight: bold;
}

.rates-content{
  background: #252b66;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.rates-con{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 26px;
}
.content-title{
  font-weight: bold;
  text-align: center;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.single-column-title{
  font-size: 24px;
}
#verification_section {
  text-align: center;
  margin-bottom: 10px;
}
#verification_section label{
  margin-bottom: 10px;
  font-weight: bold;
  color: #f75100;
}
.verify-btn {
  height: 40px;
  border: none;
  background-color: #252b66;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 0 40px 0 40px;
  margin-bottom: 20px;
}
.verify-input{
  border: 1px solid #767c9a0a !important;
  border-radius: 0 !important;
}
.no-school{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f75100;
  background: #ffffff75;
}
#loader{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#verification_code{
  border: 1px solid #767c9a;
  border-radius: 30px;
}
.p-30{
  padding: 30px !important;
}
.sms-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: #f95d0f;
}
.sms-content p {
  margin: 0;
}
.sms-content #countdown{
  font-size: 25px;
  color: #ffffff;
  background-color: #f95d0f;
  padding: 0 15px;
  border-radius: 4px;
}

.uni-text-title{
  background-color: #203868;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3ms ease-in-out;
  border-color: transparent;
  max-width: fit-content;
  margin-bottom: 20px;
}

.language-sc-box-2{
  padding: 5px;
  text-align: left;
  margin: -2px;
  font-size: 14px;
  color: #454545;
}
.p-15{
  padding: 15px;
}

.line-bottom{
  border: 1px solid #ffffffb5;
  margin: 15px;
}

.dreambig-student{
  font-size: 28px;
  color: #2dde98;
  font-weight: bold;
}
.other-student{
  font-weight: bold;
  font-size: 19px;
}

.university-accept-title .db-baslik {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-align: center;
}

.university-accept-title h1 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-top: -20px;
}

.university-accept-title h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-top: -20px;
}

.son-bloglar {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

.son-bloglar h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #252b66;
  padding-left: 7px;
  margin-bottom: 20px;
}

.son-bloglar h3::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: #252b66;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.son-blog-box {
  display: flex;
  margin-bottom: 20px;
}

.son-blog-img {
  width: 35%;
}

.son-blog-detay {
  width: 65%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.son-blog-detay p {
  font-size: 12px;
  color: #888686;
  padding: 0;
}

.son-blog-detay a {
  font-size: 14px;
  color: #000000;
  padding: 0;
  line-height: 16px;
}

.son-blog-scroll {
  max-height: 400px;
  overflow: auto;
}

.son-blog-scroll::-webkit-scrollbar {
  width: 4px;
}

.son-blog-scroll::-webkit-scrollbar-track {
  background: #ffffff;
}

.son-blog-scroll::-webkit-scrollbar-thumb {
  background: #252b66;
}

.son-blog-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.blog-kategoriler {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

.blog-kategoriler h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #252b66;
  padding-left: 7px;
  margin-bottom: 20px;
}

.blog-kategoriler h3::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: #252b66;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-kategoriler ul li {
  list-style: none;
  line-height: 45px;
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #f1f1f1;
}

.blog-kategoriler ul {
  margin-left: -30px;
  padding-right: 10px;
}

.blog-kategoriler ul li a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  display: block;
  padding: 0 12px;
}

.blog-kategoriler ul li a span {
  float: right;
}
.benzer-bloglar {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-bottom: 10px;
  box-shadow: rgba(60, 72, 238, 0.15) 0px 12px 20px 0px;
}

.benzer-bloglar h3 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #252b66;
  padding-left: 7px;
  margin-bottom: 20px;
}

.benzer-bloglar h3::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: #203868;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.benzer-blog-area {
  display: grid;
  width: 100%;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.benzer-blog-box {
  line-height: 16px;
}

.benzer-blog-area img {
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.benzer-blog-box a {
  font-size: 14px;
  line-height: 0px;
  text-align: center;
  padding: 0;
  color: #000000;
}

.benzer-blog-area::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

.benzer-blog-area::-webkit-scrollbar-track {
  background: #ffffff;
}

.benzer-blog-area::-webkit-scrollbar-thumb {
  background: #252b66;
}

.benzer-blog-area::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.pagination,
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pagination {
  margin-top: 128px;
}

.btn-nav,
.btn-page {
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.btn-nav {
  padding: 8px;
}

.btn-nav {
  width: 42px;
  height: 42px;
  border: 1.5px solid #252b66;
  color: #252b66;
}

.btn-nav:hover,
.btn-page:hover {
  background-color: #252b66;
  color: #fff;
}

.btn-page {
  border: none;
  width: 36px;
  height: 36px;
  font-size: 16px;
}

.btn-selected {
  background-color: #252b66;
  color: #fff;
}

.social-share-blog a {
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  background-color: #f2f6f7;
  color: #252b66;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.faq {
  padding: 40px 0;
}

.faq .row {
  border: 0px solid;
  margin-bottom: 15px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #53575d;
  background-color: #f5f5f5ef;
  font-family: "poppins", sans-serif;
}

.accordion-button:not(.collapsed) {
  background: #3263c5;
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  color: #fff;
}

.blog-post p {
  font-size: 14px;
}

.sayfalama {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.sayfalama a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 4px;
  width: 40px;
  height: 40px;
  background-color: #252b66;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
}

.sayfalama .aktif {
  background-color: #d80000;
}

#uni_name_desktop {
  position: absolute;
  background-color: #767c9a;
  z-index: 2;
  bottom: 100%;
  left: 46%;
  padding: 10px;
  border-radius: 20px;
}

#uni_name_desktop li {
  margin: 4px 0;
  color: #fff;
  cursor: pointer;
  padding: 2px 0;
  margin-left: 20px;
  padding-right: 30px;
  word-wrap: break-word;
  width: 300px;
}

#uni_name_mobile {
  margin: 0 auto;
  background-color: #767c9a;
  width: 65%;
  border-radius: 20px;
  color: #fff;
}

#uni_program_desktop {
  position: absolute;
  background-color: #767c9a;
  z-index: 2;
  bottom: 100%;
  left: 72%;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #fff;
}
#uni_program_desktop li {
  color: #fff;
  margin: 4px 0;
  color: #fff;
  cursor: pointer;
  padding: 2px 0;
  margin-left: 20px;
  padding-right: 30px;
  word-wrap: break-word;
  width: 300px;
}

#uni_program_mobile {
  margin: 0 auto;
  background-color: #767c9a;
  width: 65%;
  border-radius: 20px;
  color: #fff;
}

.uni-bolum-card {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.uni-bolum-bg {
  position: relative;
}

.uni-bolum-logo img {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.uni-bolum-adi {
  padding-top: 5px;
  text-align: center;
  min-height: 70px;
  font-size: 18px;
  color: #252b66;
  background-color: #fff;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.uni-bolum-title {
  text-align: center;
  background-color: #fff;
  color: #f75100;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  padding: 0px 20px;
}

.uni-bolum-button {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.uni-bolum-button a {
  background-color: #252b66;
  color: #fff;
  padding: 6px 24px;
  border-radius: 30px;
}

.search-result2 li {
  padding: 4px 0;
  margin: 4px;
  list-style-type: none;
}

.search-result2 li a {
  color: #f75100;
}

.bolum-title h4 {
  font-size: 14px;
}

.soru-sor-btn {
  background: linear-gradient(270deg, #1e80dc, #c61590);
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  margin: 4px 0;
}

.soru-sor-btn:hover {
  background: linear-gradient(270deg, #1262ad, #ee18ae);
  background-size: 300% 100%;
  background-position: 70% 50%;
  color: #fff;
}

.soru-sor-area {
  text-align: center;
  padding: 20px 0;
  margin-top: -12px;
}

.yorum {
  padding: 40px 0;
}

.yorum_form {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.yorum-btn-area {
  padding-top: 10px;
  text-align: right;
  margin-bottom: 20px;
}

.login-btn {
  background-color: #044075;
  color: #fff;
  border-radius: 15px;
  padding: 6px 12px;
  color: #fff;
}

.soru-box {
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.soru-box p {
  font-size: 14px;
  margin-top: -8px;
}

.soru-box span {
  font-weight: 700;
}

.reply {
  margin-top: -8px;
}

.soru-box a {
  margin-top: -10px;
  font-size: 11px;
  font-weight: 500;
}

.cevap-box {
  margin-left: 50px;
  margin-top: 15px;
  position: relative;
}

.cevap-box a {
  font-size: 12px;
  font-weight: 700;
  color: #044075;
  position: absolute;
  margin-top: -45px;
  margin-left: -20px;
}

.cevap-box p {
  font-size: 14px;
}

.hemen_yanitla {
  font-size: 10px;
  font-weight: 600;
  color: darkorange;
  margin-top: -40px;
  margin-left: -10px;
}

.cevap-box span {
  font-weight: 700;
  color: #053d92;
}

.cevap {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 8px 0 4px;
  margin-bottom: 10px;
}

.tarih {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.uyari {
  font-size: 14px;
  color: darkorange;
  font-weight: 600;
}

.uyari2 {
  font-size: 13px;
  color: #1e80dc;
  font-weight: 600;
}

#yorumlar {
  max-height: 600px;
  margin-top: 30px;
  padding: 0px 20px;
}

#yorumlar h3 {
  color: #f75100;
}

#yorumlar::-webkit-scrollbar {
  width: 2px;
}

#yorumlar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#yorumlar::-webkit-scrollbar-thumb {
  background: #747474;
}

#yorumlar::-webkit-scrollbar-thumb:hover {
  background-color: #4b50de;
}

.btn-cevap-remove {
  text-align: right;
}

.btn-cevap-remove a i {
  color: red;
}
