/* General Style Start */

@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

body {
  background-color: #ffffff;
}

.row {
  margin: 0px !important;
}

* {
  font-family: "Poppins", sans-serif;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1238px;
  }
}

/* General Style End */

/* Menü */

.menu_top_lines_outer {
  width: 100%;
  height: 10px;
  float: left;
}

.menu_top_lines_outer .menu_top_line_box {
  width: calc(100% / 7);
  height: 10px;
  float: left;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(1) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(2) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(3) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(4) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(5) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(6) {
  background-color: #2dc9fc;
}

.menu_top_lines_outer .menu_top_line_box:nth-child(7) {
  background-color: #2dc9fc;
}

.menu_content_outer {
  min-height: 90px;
  padding: 0px;
  position: relative;
  z-index: 99;
}

.menu_content_inner {
  min-height: 120px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu_inner_logo {
  width: 285px;
  height: 75px;
  float: left;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu_inner_logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
}

.menu_right_contents {
  width: 230px;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.menu_inner_boxes {
  width: calc(100% - 460px);
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_inner_box {
  min-width: 10px;
  height: 120px;
  float: left;
  padding: 0px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
}

.menu_inner_box_circle {
  width: 100%;
  height: 120px;
  position: relative;
  float: left;
}

.menu_inner_box:after {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: -20px;
  margin-left: 18px;
  float: right;
  background-color: #333;
  border-radius: 50%;
}

.menu_inner_box:hover {
  color: #5e19ab !important;
}

.menu_inner_box:last-child:after {
  display: none;
}

.menu_right_contents_btn {
  width: 180px;
  height: 39px;
  background-color: #fff;
  float: left;
  margin-bottom: 14px;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #5e19ab !important;
  padding-bottom: 2px;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.21);
  transition: all 0.2s ease;
}

.menu_right_contents_btn:last-child {
  margin: 0px;
}

.menu_right_contents_btn:hover {
  background-color: #5e19ab;
  color: #fff !important;
}

.menu_right_contents_btn i {
  float: left;
  margin-right: 5px;
}

.menu_inner_box:hover .menu_dropdown_outer {
  display: block;
}

.menu_dropdown_outer {
  width: 100%;
  min-height: 150px;
  position: absolute;
  left: 0px;
  top: 120px;
  z-index: 99;
  background-color: #f5f5f5;
  padding: 15px 5px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.26);
  display: none;
}

.menu_dropdown_box {
  min-height: 50px;
  padding: 10px 25px;
  border-right: 1px solid #d0d0d0;
}

.menu_dropdown_box:nth-child(3) {
  border: 0px;
}

.menu_dropdown_box:nth-child(4) {
  border: 0px;
  padding-left: 0px;
}

.menu_dropdown_box:nth-child(4) img {
  width: 100%;
  height: 218px;
  float: left;
  object-fit: cover;
  border-radius: 15px;
}

.menu_dropdown_box a {
  width: 100%;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  float: left;
  margin-bottom: 13px;
  text-decoration: none !important;
  padding: 0px;
}

.menu_dropdown_box a:last-child {
  margin: 0px;
}

.menu_dropdown_box a:before {
  display: none !important;
}

.menu_dropdown_box a:after {
  display: none !important;
}

.menu_dropdown_box a:hover {
  color: #5e19ab;
}

.mobile_menu_content {
  height: 70px;
  padding: 10px;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mobile_menu_content_box {
  width: 40px;
  height: 70px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #5e19ab;
  padding-bottom: 2px;
}

.mobile_menu_content_logo {
  width: calc(100% - 80px);
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_menu_content_logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

@media only screen and (max-width: 600px) {
  .menu_content_outer {
    display: none;
  }

  .mobile_menu_content {
    display: flex;
  }
}

.mobile_menu_backdrop {
  width: 100%;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.mobile_menu_list_outer {
  width: 80%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  float: left;
  padding: 10px 20px;
  position: relative;
}

.mobile_menu_list {
  width: 100%;
  min-height: 10px;
  float: left;
  border-bottom: 1px solid #dadada;
  padding: 20px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.mobile_menu_list i {
  width: 15px;
  margin-right: 5px;
}

.mobile_menu_list_logo {
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
  margin-bottom: 30px;
}

.mobile_menu_list_logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

.mobile_menu_list_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
}

/* Menü */

/* Slider */

.slider_outer {
  min-height: 550px;
  padding: 0px;
  position: relative;
  background-color: #daf0ff;
}

.slider_background {
  width: 18%;
  height: calc(100% + 120px);
  position: absolute;
  top: -120px;
  right: 0px;
  background-size: cover;
  background-size: left bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slider_animation_box {
  width: 71%;
  min-height: 10px;
  position: absolute;
  left: -42%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: sliderBoxAnimation 11s infinite;
}

.slider_animation_box img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  float: left;
}

@keyframes sliderBoxAnimation {
  0% {
    margin-top: 0px;
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  25% {
    margin-top: -105px;
    -ms-transform: rotate(0deg);
    margin-left: -10px;
    transform: rotate(0deg);
  }
  50% {
    margin-top: 25px;
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  75% {
    margin-top: -55px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 0px;
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

.slider_contents_outer {
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
  padding: 0px;
}
.slider_contents_outer .slick-dots li button::before {
  content: "";
  float: left;
  width: 18px;
  height: 10px;
  background-color: #b05a01;
  border-radius: 2px;
}

.slider_content_left_outer {
  min-height: 400px;
  padding: 0px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.21);
}

#cloud-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url(https://static.radulescu.me/examples/clouds/clouds1000.png);
  background: url(https://static.radulescu.me/examples/clouds/clouds1000.png) 0
      200px,
    url(https://static.radulescu.me/examples/clouds/clouds1200_1.png) 0 300px,
    url(https://static.radulescu.me/examples/clouds/clouds1000_blur3.png) 100px
      250px;
  animation: wind 100s linear infinite;
}
@keyframes wind {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.slider_box {
  width: 100%;
  height: 444px;
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .slider_box {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slider_outer {
    min-height: 150px;
  }

  .slider_contents_outer {
    min-height: 150px;
    padding: 20px 0px;
  }

  .slider_content_left_outer {
    height: auto;
    min-height: 150px;
    padding: 0px;
  }

  .slider_box {
    height: 200px;
  }

  .slider_background {
    display: none;
  }
}

/* Slider */

/* Footer */

.footer_outer {
  min-height: 50px;
  padding: 0px;
}

.footer_inner {
  min-height: 20px;
  padding: 0px;
  margin: 40px 0px;
}

.footer_inner_top {
  width: 100%;
  min-height: 10px;
  float: left;
}

.footer_inner_top_social {
  width: 40px;
  height: 40px;
  float: right;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.footer_inner_top_title {
  width: 134px;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.footer_inner_top_image {
  min-width: 10px;
  height: 40px;
  float: left;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_inner_top_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 30px;
  float: left;
  border-radius: 3px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .footer_inner_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer_inner_top_title {
    margin-right: 4px;
  }

  .footer_inner_top_image {
    width: calc(50% - 75px);
    margin: 0px 3px;
  }

  .footer_inner_top_social {
    margin: 0px 7px;
    margin-top: 20px;
  }

  .footer_inner_top_image img {
    max-width: none;
  }

  .footer_inner_top_image {
    width: max-content;
  }

  .footer_inner_top {
    align-items: end;
  }
}

.footer_inner_line_outer {
  width: 100%;
  height: 40px;
  float: left;
  background-color: #f5f5f5;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer_inner_line_box {
  flex: 1;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

.footer_inner_line_box:hover {
  color: #5e19ab;
}

@media only screen and (max-width: 600px) {
  .footer_inner_line_outer {
    flex-wrap: wrap;
    height: auto;
  }

  .footer_inner_line_box {
    flex: none;
    width: 50%;
  }
}

.footer_boxes_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_boxes_inner {
  flex: 1;
  min-height: 10px;
  padding: 5px 20px;
  border-right: 1px solid #dadada;
}

.footer_boxes_box {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
}

.footer_boxes_outer .footer_boxes_inner:last-child {
  border-right: 0px;
}

.footer_boxes_box:hover {
  color: #5e19ab;
}

@media only screen and (max-width: 600px) {
  .footer_boxes_outer .footer_boxes_inner {
    flex: none;
    width: 100%;
    float: left;
  }

  .footer_boxes_outer .footer_boxes_inner {
    border-right: 0px;
  }
}

.footer_boxes_line {
  width: 100%;
  height: 50px;
  background-color: #333;
  float: left;
}

.footer_boxes_line_inner {
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_boxes_line_box {
  flex: 1;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  .footer_boxes_line_box {
    flex: none;
    width: 100%;
  }

  .footer_boxes_line {
    height: auto;
  }

  .footer_boxes_line_inner {
    height: auto;
  }
}

.footer_bottom_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_bottom_outer h3 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.footer_bottom_outer h3 span {
  margin: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.footer_bottom_outer h3 span i {
  font-size: 13px;
  margin-right: 5px;
}

.footer_bottom_outer h4 {
  width: 80%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  float: left;
}

@media only screen and (max-width: 600px) {
  .footer_bottom_outer h3 {
    display: block;
  }

  .footer_bottom_outer h3 span {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }
}

/* Footer */

/* İndex */

.index_page_contents_outer {
  min-height: 10px;
  /* padding: 50px 0px; */
}

.index_page_line_outer {
  min-height: 10px;
  padding: 0px;
}

.index_page_line_inner {
  height: 60px;
  background-color: #f8b232;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .index_page_line_inner {
    flex-direction: column;
    width: 100%;
  }
}

.index_page_line_inner button {
  width: 120px;
  height: 40px;
  background-color: #2158bd;
  border: 0px;
  outline: 0px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
}

.index_page_line_inner input {
  width: 350px;
  height: 40px;
  background-color: #fff;
  border: 0px;
  outline: 0px;
  border-radius: 4px;
  font-size: 13px;
  padding: 0px 15px;
  font-weight: 500;
  color: #333;
}

.index_page_line_inner select {
  flex: 1;
  height: 40px;
  background-color: #fff;
  border: 0px;
  outline: 0px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 13px;
  padding: 0px 10px;
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 600px) {
  .index_page_line_inner {
    padding: 5px;
    height: auto;
  }

  .index_page_line_inner select {
    flex: none;
    width: calc(100% - 10px);
    margin: 5px;
  }

  .index_page_line_inner input {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .index_page_line_inner button {
    width: calc(100% - 10px);
    margin: 5px;
  }
}

.index_page_boxes_outer {
  min-height: 50px;
  margin-top: 45px;
  padding: 0px;
}

.index_page_boxes_inner {
  min-height: 50px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.index_page_boxes_circle {
  width: 60%;
  height: auto;
  float: left;
  border-radius: 50%;
  margin: 0px 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}

.index_page_boxes_circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.index_page_boxes_circle i {
  font-size: 40px;
  color: #fff;
  position: absolute;
}

.index_page_boxes_inner h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0px;
  margin-bottom: 15px;
}

.index_page_boxes_inner h4 {
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0px;
  margin-bottom: 15px;
  line-height: 22px;
}

.index_page_boxes_inner div:nth-child(1) .index_page_boxes_circle {
  background-color: #e09f1b;
}

.index_page_boxes_inner div:nth-child(2) .index_page_boxes_circle {
  background-color: #88f711;
}

.index_page_boxes_inner div:nth-child(3) .index_page_boxes_circle {
  background-color: #11edda;
}

.index_page_boxes_inner div:nth-child(4) .index_page_boxes_circle {
  background-color: #4600f0;
}

.index_page_boxes_inner div:nth-child(1) .index_page_boxes_circle i {
  margin-left: 10px;
  margin-bottom: 7px;
  color: #67490d;
}

.index_page_boxes_inner div:nth-child(2) .index_page_boxes_circle i {
  color: #366107;
}

.index_page_boxes_inner div:nth-child(3) .index_page_boxes_circle i {
  font-size: 55px;
  color: #085851;
}

.index_page_boxes_inner div:nth-child(4) .index_page_boxes_circle i {
  color: #dacaff;
}

.index_page_boxes_btn {
  width: 80%;
  height: 40px;
  float: left;
  background-color: #2158bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  margin: 0px 10%;
  margin-top: 10px;
  cursor: pointer;
  padding-bottom: 2px;
}

@media only screen and (max-width: 600px) {
  .index_page_boxes_circle {
    width: 26%;
    margin: 0px 37%;
    margin-bottom: 15px;
  }

  .index_page_boxes_btn {
    width: 60%;
    margin: 0px 20%;
    margin-bottom: 30px;
  }
}

.index_page_scholl_list {
  min-height: 40px;
  padding: 0px;
  margin-top: 50px;
}

.index_page_school_list_inner {
  min-height: 20px;
  padding: 0px;
}

.index_page_scholl_list_title {
  min-height: 10px;
  padding: 0px 15px;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  display:flex;
  align-items:center;
  justify-content:center;
}

.index_page_scholl_list_title span {  
  flex:1;
  height:40px;
  background-color:orange;
  width: auto;
  float: left;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius:4px;
  line-height:40px;
  padding:0px 10px;
  font-size:16px;
  color:#fff;
}

.index_page_scholl_list_title select {
  width: 170px;
  height: 40px;
  float: right;
  border: 0px;
  outline: 0px;
  border-radius: 4px;
  font-size: 13px;
  padding: 0px 10px;
  margin-left: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {
  .index_page_scholl_list_title {
    font-size: 18px;
    display:block;
  }

  .index_page_scholl_list_title select {
    width: calc(50% - 10px);
    margin: 0px 5px;
    margin-top: 10px;
  }

  .index_page_scholl_list_title span {
    width: 50%;
    float: left;
  }
}

.index_page_school_list_outer {
  min-height: 20px;
  padding: 0px;
  margin-top: 15px;
}

.school_box_outer {
  width: 100%;
  min-height: 200px !important;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dadada;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {
  .school_box_last_outer h3 {
    font-size: 16px !important;
  }

  .school_box_last_outer {
    padding: 5px !important;
    font-size: 12px !important;
  }

  .index_announcements_slider2_arrows .slick-prev {
    top: 30% !important;
  }

  .index_announcements_slider2_arrows .slick-next {
    top: 30% !important;
  }
}

@media only screen and (max-width: 400px) {

  .school_box_last_outer h3 {
    font-size: 16px !important;
  }

  .school_box_last_outer {
    padding: 5px !important;
    font-size: 12px !important;
  }
}

.school_box_image {
  width: 100%;
  height: 180px;
  float: left;
  background-color: #dadada;
  background-size: cover;
  background-position: center;
  position: relative;
}

.scholl_box_image_tag {
  min-width: 10px;
  height: 30px;
  background-color: #35bb99;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.scholl_box_contents {
  width: 100%;
  min-height: 20px;
  padding: 15px 10px;
  float: left;
}

@media screen and (max-width: 400px) {
  .scholl_box_contents h1 {
    font-size: 12px !important;
  }

  .scholl_box_contents h2 {
    font-size: 10px !important;
  }

  .scholl_box_contents h3 {
    font-size: 10px !important;
  }

  .scholl_box_contents_bottom {
    font-size: 10px !important;
  }
}

.scholl_box_contents h1 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scholl_box_contents h2 {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 12px;
}

.scholl_box_contents h3 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 15px;
}

.scholl_box_contents_bottom {
  width: 100%;
  min-height: 20px;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.scholl_box_contents_bottom span {
  float: right;
  color: #fece5f;
}

.school_box_btn {
  width: 100%;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-top: 1px solid #dadada;
  transition: all 0.3s ease;
}

.school_box_outer:hover .school_box_btn {
  background-color: #5e19ab;
  color: #fff;
}

.school_box_last_outer {
  width: 100%;
  height: 369px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
}

.school_box_last_outer h3 {
  width: 100%;
  font-size: 23px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 40px;
}

.school_box_last_outer h3 span {
  text-decoration: underline;
}

.school_box_last_outer_btn {
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border: 1px solid #dadada;
}

.school_box_last_outer:hover .school_box_last_outer_btn {
  background-color: #5e19ab;
  color: #fff;
}

.index_page_ads_outer {
  min-height: 50px;
  padding: 25px 0px;
}

.index_page_ads_inner {
  min-height: 50px;
  padding: 0px 15px;
}

.index_page_ads_inner img {
  width: 100%;
  float: left;
}

.announcements_box_outer {
  width: 100%;
  min-height: 50px;
  padding: 20px;
  float: left;
  border: 1px solid #dadada;
  border-radius: 10px;
}

.announcements_box_image {
  width: 35%;
  height: 250px;
  float: left;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

.announcements_box_text {
  width: calc(65% - 20px);
  min-height: 10px;
  float: left;
  margin-left: 20px;
}

.announcements_box_text h2 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #ff4a5d;
  margin: 0px;
  margin-bottom: 20px;
}

.announcements_box_text h3 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0px;
  margin-bottom: 20px;
}

.announcements_box_text p {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.announcements_box_outer2{
  min-height: 250px!important;
}
.announcements_box_text a {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #ff4a5d;
  margin: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .announcements_box_image {
    width: 100%;
  }

  .endPageBtns{
    font-size: 10px;
  }

  .announcements_box_text {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
  }
}

.index_page_logo_outer {
  min-height: 50px;
  padding: 0px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_page_logo_outer img {
  width: 23%;
  height: auto;
  float: left;
}

@media only screen and (max-width: 600px) {
  .index_page_logo_outer img {
    width: 50%;
  }
}

.index_page_blogs_outer {
  min-height: 50px;
  padding: 0px;
  margin-top: 40px;
}

.index_page_blogs_title {
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.blog_box_outer {
  width: 100%;
  min-height: 30px;
  float: left;
  padding: 0px;
  border: 1px solid #dadada;
}

.blog_box_image {
  width: 100%;
  height: 270px;
  background-color: aqua;
  float: left;
  background-size: cover;
  background-position: center;
}

.blog_box_contents {
  width: 100%;
  min-height: 20px;
  padding: 17px;
  float: left;
}

.blog_box_content_top {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_box_content_top_image {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #dadada;
  border-radius: 35px;
  background-size: cover;
  background-position: center;
}

.blog_box_content_top_text {
  width: calc(100% - 60px);
  min-height: 10px;
  float: left;
  margin-left: 10px;
}

.blog_box_content_top_text h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  float: left;
  margin: 0px;
  margin-bottom: 8px;
}

.blog_box_content_top_text h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  float: left;
  margin: 0px;
}

.blog_box_content_texts {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dadada;
}

.blog_box_content_texts h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 15px;
}

.blog_box_content_texts p {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
}

.blog_box_content_bottom {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dadada;
  font-size: 19px;
  font-weight: 300;
  color: #999;
}

.blog_box_content_bottom span {
  float: right;
  color: red;
  cursor: pointer;
}

/* İndex */

/* School Detail */

.scholl_detail_page_outer {
  min-height: 70vh;
  padding: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #dadada;
}

.scholl_detail_page_inner {
  min-height: 70vh;
  padding: 20px 0px;
}

.scholl_page_top_line {
  width: 100%;
  min-height: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d;
  margin: 0px;
  float: left;
  margin-bottom: 15px;
  padding: 0px 15px;
}

.scholl_page_top_title {
  width: 100%;
  min-height: 5px;
  float: left;
  font-size: 23px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  padding: 0px 15px;
}

.scholl_page_top_title i {
  color: #5d9cec;
}

.scholl_page_top_contacts {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 0px 15px;
  margin-bottom: 10px;
}

.scholl_page_top_contact_icon {
  width: 25px;
  height: 25px;
  background-color: #dadada;
  float: left;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #999;
  padding-bottom: 2px;
  padding-left: 1px;
}

.scholl_page_top_contact_text {
  min-width: 10px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  float: left;
  margin-left: 10px;
  margin-right: 15px;
}

.scholl_page_top_contacts_social {
  width: 25px;
  height: 25px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #333;
  margin-left: 10px;
  padding-top: 1px;
}

.scholl_image_big {
  width: 100%;
  height: 350px;
  float: left;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.school_image_mini {
  width: 100%;
  height: 240px;
  float: left;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
}

.school_image_mini input[type="file"] {
  display: none;
}

.school_detail_right_box {
  width: 100%;
  min-height: 25px;
  background-color: #fff;
  float: left;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  padding: 10px 15px;
}

.school_detail_right_box h3 {
  width: 100%;
  min-height: 10px;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  font-size: 13px;
  font-weight: 500;
  color: #2dc9fc;
  margin: 0px;
  text-align: center;
}

.school_detail_right_box_contents {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 10px;
}

.school_detail_right_box_contents h4 {
  width: 100%;
  font-size: 11px;
  float: left;
  font-weight: 300;
  color: #333;
  margin: 0px;
  line-height: 16px;
  margin-bottom: 15px;
}

.school_detail_right_box_input {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 10px;
}

.school_detail_right_box_input p {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 5px;
}

.school_detail_right_box_input p b {
  color: red;
}

.school_detail_right_box_input input {
  width: 100%;
  height: 40px;
  float: left;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 0px 10px;
  outline: 0px;
  font-size: 12px;
}

.school_detail_right_box_input select {
  width: 100%;
  height: 40px;
  float: left;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 0px 10px;
  outline: 0px;
  font-size: 12px;
}

.school_detail_right_box_input button {
  width: 100%;
  height: 40px;
  float: left;
  background-color: #2dc9fc;
  border-radius: 4px;
  color: #fff;
  margin-top: 10px;
  border: 0px;
  outline: 0px;
}

.school_image_mini_text {
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.school_image_mini_text h3 {
  width: 100%;
  font-size: 16px;
  float: left;
  margin: 0px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
}

.school_page_content_box {
  min-height: 30px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  margin: 10px 0px;
}

.school_page_content_box_title {
  width: 100%;
  min-height: 10px;
  padding-top: 7px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  float: left;
}

.school_page_icon_content {
  width: calc(100% / 3);
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0px;
}

.school_page_icon_content_icon {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8492a6;
  font-size: 14px;
  padding-bottom: 2px;
}

.school_page_icon_content_text {
  width: calc(100% - 27px);
  /* height:25px; */
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 2px;
}

.school_page_icon_content_text2 {
  width: calc(100% - 27px);
  height: 25px;
  float: left;
  font-size: 12px;
  font-weight: normal !important;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 2px;
  background-color: #dddddd;
  padding: 0 8px;
  border-radius: 5px;
}

.school_page_icon_content_text b {
  font-weight: 500;
  margin-right: 3px;
}

.scholl_pricess_container div:nth-child(2) {
  background-color: #fdfdfd;
}

.scholl_pricess_container div:nth-child(3) {
  background-color: #cdcdcd;
}

.scholl_pricess_title {
  width: 100%;
  height: 40px;
  background-color: #2dc9fc!important;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.scholl_pricess_content {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: right;
  padding: 15px 15px;
}

.scholl_pricess_content b {
  float: left;
  font-weight: 500;
}

.scholl_pricess_bottom_text {
  width: 100%;
  min-height: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  float: left;
  margin-top: 10px;
}

.school_page_content_box_text {
  width: 100%;
  min-height: 20px;
  float: left;
}

.school_page_content_box_text p {
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  .scholl_page_top_contact_icon {
    margin-bottom: 15px;
  }

  .scholl_page_top_contact_text {
    width: calc(100% - 58px);
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .scholl_page_top_contacts_social {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
  }

  .school_page_icon_content {
    width: 100%;
  }
}

.right_school_infobox {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  margin-top: 40px;
  padding: 15px;
  padding-top: 0px;
  float: left;
}

.right_school_infobox_image {
  width: 80px;
  height: 80px;
  background-color: #dadada;
  border-radius: 40px;
  float: left;
  margin: 0px calc(50% - 40px);
  margin-top: -40px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.right_school_infobox h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0px;
  float: left;
  margin-bottom: 10px;
}

.right_school_infobox h4 {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0px;
  float: left;
  margin-bottom: 20px;
}

.right_school_infobox_contents {
  width: 100%;
  min-height: 10px;
  float: left;
  border-top: 1px solid #dadada;
  padding-top: 10px;
}

.right_school_infobox h5 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 20px;
}

.right_school_infobox .scholl_pricess_content {
  font-size: 12px;
}

.scholl_detail_left_title {
  width: 100%;
  min-height: 20px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 5px;
  margin-top: 10px;
}

.scholl_detail_left_slider_outer {
  min-height: 20px;
  margin-top: 20px;
  padding: 0px;
  margin-bottom: 15px;
}

.school_detail_comments_scroll_outer {
  max-height: 1000px;
  overflow-y: auto;
  padding-right: 15px;
}
.school_detail_comments_scroll_outer::-webkit-scrollbar {
  width: 3px;
}
.school_detail_comments_scroll_outer::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.school_detail_comments_scroll_outer::-webkit-scrollbar-thumb {
  background: #888;
}
.school_detail_comments_scroll_outer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.school_detail_maps_outer iframe {
  width: 100%;
}

/* School Detail */

/* Contnet Page */

.content_page_top_image {
  height: 250px;
  background-color: red;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_page_top_image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.content_page_top_image h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.contnet_page_contents_outer {
  min-height: 50vh;
  background-color: #f5f5f5;
  padding: 30px 0px;
}

.content_page_contents_inner {
  min-height: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  padding: 20px;
}

.content_page_title_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.content_page_title_outer i {
  float: right;
}

.content_page_text_outer {
  width: 100%;
  min-height: 10px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dadada;
  float: left;
}

/* Contnet Page */

/* School List */

.school_list_outer {
  min-height: 70vh;
  background-color: #f5f5f5;
  padding: 0px;
}

.school_list_top_ads_outer {
  min-height: 10px;
  padding: 15px;
}

.school_list_top_ads_outer img {
  width: 100%;
  height: auto;
  object-fit: cover;
  float: left;
}

.school_filter_box_outer {
  width: 100%;
  min-height: 50px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.school_filter_box_title {
  width: 100%;
  height: 50px;
  background-color: #333;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 15px;
  padding-bottom: 1px;
}

.school_filter_box_contnets {
  width: 100%;
  min-height: 10px;
  padding: 15px;
  float: left;
  background-color: #fff;
}

.school_detail_right_box_check_title {
  width: 100%;
  min-height: 10px;
  padding: 0px;
  float: left;
  margin-top: 5px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #dadada;
}

.school_list_top_bar {
  height: 50px;
  background-color: #fff;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.school_list_top_bar b {
  font-weight: 500;
  margin-right: 4px;
}

.school_list_top_bar i {
  color: #eb3862;
  font-style: normal;
  margin: 0px 4px;
}

.school_list_bottom_counter_outer {
  min-height: 10px;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.school_list_bottom_counter_box {
  width: 35px;
  height: 35px;
  float: left;
  background-color: #dadada;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0px 8px;
  cursor: pointer;
}

.school_list_opportunities_box {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.school_list_opportunities_box::-webkit-scrollbar {
  width: 2px;
}
.school_list_opportunities_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.school_list_opportunities_box::-webkit-scrollbar-thumb {
  background: #888;
}
.school_list_opportunities_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* School List */

/* Discounts */

.discount_page_top_bar {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.discount_page_top_bar select {
  width: 150px;
  height: 40px;
  float: left;
  background-color: #fff;
  border: 1px solid #dadada;
  outline: 0px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 10px;
}

.school_discount_box {
  min-width: 10px;
  height: 30px;
  background-color: #ed5564;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  padding-bottom: 1px;
  border-radius: 4px;
}

.school_discount_bottom_box {
  width: 100%;
  height: 35px;
  float: left;
  background-color: #6400dcc2;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .discount_page_top_bar select {
    width: calc(100% - 10px);
    margin: 5px;
  }
}

/* Discounts */

/* Multiple Contents */

.institutional_page_outer {
  min-height: 70vh;
  padding: 0px;
  padding-bottom: 30px;
}

.institutional_page_inner {
  min-height: 50px;
  padding: 0px;
}

.institutional_page_left {
  min-height: 50px;
  padding: 0px;
}

.institutional_page_left_line {
  width: 100%;
  min-height: 20px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  padding: 13px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.institutional_page_left_line_select {
  background-color: #333;
  color: #fff;
}

.institutional_page_right {
  min-height: 50px;
  padding: 0px;
}

.institutional_page_title {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 25px;
}

.institutional_page_title h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin: 0px;
  margin-bottom: 15px;
}

.institutional_page_title h4 {
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  color: #333;
  margin: 0px;
}

.institutional_page_contents {
  min-height: 50px;
  padding: 0px;
}

.institutional_page_contents p {
  font-size: 13px;
}

.institutional_page_left_title {
  width: 100%;
  min-height: 10px;
  border-bottom: 2px solid #dadada;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-left: 13px;
}

/* Multiple Contents */

/* Contact Page */

.contact_page_outer {
  min-height: 70vh;
  background-color: #f5f5f5;
  padding: 20px 0px;
}

.contact_page_inner {
  min-height: 70vh;
  padding: 0px;
}

.contact_page_top {
  min-height: 10px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.contact_page_map_outer {
  height: 352px;
  padding: 0px;
  border: 1px solid #dadada;
  margin-bottom: 30px;
}

.contact_page_map_outer iframe {
  width: 100%;
  height: 350px;
  border: 0px;
  outline: 0px;
  margin: 0px;
}

.custom_form_input_outer {
  min-height: 10px;
  padding: 0px;
}

.custom_form_input_outer p {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 7px;
}

.custom_form_input_outer input {
  height: 45px;
}

.custom_form_input_outer select {
  height: 45px;
}

.custom_form_input_outer textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 145px;
  padding: 15px 13px;
}

.custom_form_input_outer button {
  width: 100%;
  height: 50px;
  background-color: #5e19ab;
  border: 0px !important;
  outline: 0px !important;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.contact_page_form_outer {
  min-height: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.contact_page_line {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}

.contact_page_line b {
  font-weight: 500;
}

.contact_page_right_map {
  width: 100%;
  height: 443px;
  float: left;
  margin-top: 15px;
}

.contact_page_right_map iframe {
  width: 100%;
  height: 443px;
  float: left;
  border: 0px;
  outline: 0px;
  margin: 0px;
}

/* Contact Page */

/* Add Scholl */

.add_scholl_page_outer {
  min-height: 50vh;
  background-color: #f5f5f5;
  padding: 60px 0px;
}

.add_scholl_page_inner {
  min-height: 50vh;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add Scholl */

/* Login Page */

.login_page_title {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.login_mini_link {
  min-height: 10px;
  padding: 0px 10px;
}

.login_mini_link a {
  float: right;
  font-size: 13px;
  font-weight: 500;
  color: #5e19ab;
  text-decoration: none !important;
}

.login_notification {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: #5e19ab17;
  padding: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border-radius: 6px;
  color: #5e19ab;
}

.register_page_mini_text {
  width: 100%;
  min-height: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  padding: 10px;
  float: left;
}

.register_check_line {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 10px;
  padding: 0px 10px;
}

.register_check_line input {
  width: 17px;
  height: 17px;
  margin: 0px;
  float: left;
}

.register_check_line_text {
  width: calc(100% - 25px);
  min-height: 10px;
  float: left;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-left: 8px;
}

.register_check_line_text a {
  font-weight: 500;
  color: #5e19ab;
}

.login_mini_link_outer {
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.login_mini_link_outer a {
  color: #5e19ab;
  font-weight: 500;
  text-decoration: none;
}

/* Login Page */

/* User Profile */

.user_profile_page_outer {
  min-height: 60vh;
  padding: 15px 0px;
  border-top: 1px solid #dadada96;
}

.user_profile_page_inner {
  min-height: 60vh;
  padding: 10px 0px;
}

.user_profile_left_box {
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  float: left;
  border-radius: 7px;
  padding: 20px;
  border: 1px solid #dadada96;
}

.user_profile_right_box {
  width: 100%;
  min-height: 50px;
  background-color: #f5f5f5;
  float: left;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #dadada96;
}

.user_profile_right_box_title {
  width: 100%;
  min-height: 20px;
  background-color: #004f76;
  float: left;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 17px;
}

.user_profile_right_content {
  width: 100%;
  min-height: 20px;
  background-color: #fff;
  float: left;
  padding: 10px;
}

.user_profile_left_box_top {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_profile_left_box_imagebox {
  width: 80px;
  height: 80px;
  background-color: #dadada;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.user_profile_left_box_titles {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.user_profile_left_box_titles h3 {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}

.user_profile_left_box_titles h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0px;
}

.user_profile_left_box_menu {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 13px;
  margin-top: 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

.user_profile_left_box_menu_select {
  background-color: #5e19ab;
  color: #fff;
}

.user_profile_left_box_menu_logout {
  background-color: #ff0000;
  color: #fff;
}

.user_profile_left_box_menu i {
  width: 15px;
  margin-right: 4px;
}

.user_profile_left_box_imagechange {
  width: 30px;
  height: 30px;
  background-color: #5e19ab;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  padding-bottom: 2px;
  padding-left: 2px;
}

.user_profile_left_box_imagechange input {
  display: none;
}

.comment_box_outer {
  width: 100%;
  min-height: 20px;
  background-color: #fff;
  float: left;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dadada;
  margin-bottom: 15px;
}

.comment_box_top_line {
  width: 100%;
  min-height: 20x;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.comment_box_top_line_image {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.comment_box_top_line_contents {
  flex: 1;
  min-height: 10px;
  float: left;
  margin-left: 10px;
}

.comment_box_top_line_contents h3 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 3px;
}

.comment_box_top_line_contents h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
}

.comment_box_contents_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.comment_box_contents_outer h3 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 15px;
}

.comment_box_contents_outer h3 span {
  float: right;
}

.comment_box_contents_outer h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 20px;
}

.comment_box_contents_outer h5 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  float: left;
  margin: 0px;
  line-height: 20px;
  text-align: right;
}

.panel_top_filter {
  background-color: #f5f5f5;
  border: 1px solid #dadada;
  margin-bottom: 20px;
}

.school_image_delete {
  width: 30px;
  height: 30px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 8;
  border-radius: 50%;
  padding-right: 2px;
  padding-bottom: 2px;
}

/* User Profile */

.slick-next {
  right: 30px !important;
}

.slick-prev {
  left: 30px !important;
  z-index: 10;
}

.slick-next::before {
  background-color: rgb(54, 134, 241);
  color: white;
  border-radius: 100%;
}

.slick-prev::before {
  background-color: rgb(54, 134, 241);
  color: white;
  border-radius: 100%;
}

.education_card {
  margin-top: 10px;
  padding: 0 10px;
}
.cardLinesAlls {
  min-height: 200px;
  border-radius: 10px;
  padding: 0 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #fff;
}
.paddingLineImages {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  object-fit: contain;
}
.cardLinesAlls p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.linesABsBttons {
  height: 40px;
  border-radius: 10px;
  background-color: #5e19ab;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.endPageBtns {
  width: 60%;
  background-color: orange;
  height: 40px;
  border-radius: 30px 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}

.index_page_last_inner{
  text-align: center !important;

}

.index_page_last_inner h3{
  margin-bottom: 40px;
}



 .announcements_box_outer2{
  min-height: 475px;
 }

 .announcements_box_outer3{
  min-height: 275px;
 }

@media screen and (max-width: 992px) {
  .cardLinesAlls{
    margin-top: 20px;
  }
 }

@media screen and (max-width: 600px) {
 .announcements_box_outer{
  height: 390px !important;
  overflow-y: auto !important;
 }

 .announcements_box_outer2{
  min-height: 475px !important;
 }

 .announcements_box_outer3{
  min-height: 275px;
 }
}

@media screen and (max-width: 340px) {
  .announcements_box_outer{
   min-height: 420px;
  }
 
  .announcements_box_outer2{
   min-height: 475px;
  }
 
  .announcements_box_outer3{
   min-height: 275px;
  }
 }


 .popularSchoolHead{
  background-color:  #FFEDEF;
 }
 .popularSchoolPageHeader{
  display: flex;
  align-items: center;
 }
 .popularSchoolPageHeader .schoolLogo{
  width: 125px;
  height: 125px;
 }
 .popularSchoolPageHeader .schoolLogo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
 }
 .popularSchoolPageHeader .schoolName{
  font-size: 20px;
  font-weight: 500;
 }
 .popularSchoolPageHeader .schoolLocation{
  font-size: 16px;
  color: gray;
 }
 .popularSchool{
  background-color: #f5f5f5;
 }
 .schoolContentsArea{
  background-color: white;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
 }
 .popularSchoolPageTabs{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  background-color: #fff;
  margin: 0px 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #c5c5c5;
 }
 .popularSchoolPageTabs .tabsItem{
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  padding: 10px;
  cursor: pointer;
 }
 .popularSchoolPageTabs .activeTabItem{
  border-color:rgb(237, 85, 130) ;
 }
 .schoolContentWrapper{
  padding: 15px;
 }
 .schoolContentWrapper .schoolContentTitle{
  font-size: 20px;
  font-weight: 600;
 }
 .schoolContentWrapper .schoolContent{
  font-size: 13px;
  margin: 15px 0;
 }
 .schoolContentWrapper .schoolImage img{
  width: 100%;
  border-radius: 7px;
 }
 .schoolDetailBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  border-radius: 7px;
 }
 .schoolDetailBox i{
  color:  #8492a6 ;
 }
 .schoolDetailBox .schoolDetailLeft{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
 }
 .scholl_image_big img{
  width: 100%;
  object-fit: cover;
  height: 100%;
 }
 .school_image_mini img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .contactArea{
  margin: 10px 0;
 }
 .contactArea .contactItem{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
 }
 .contactArea .contactItem i{
  color: #8492a6;
 }
 .uyelikModal .modal-header::after,
 .uyelikModal .modal-header::before{
  display: none!important;
 }
 .uyelikModal .customModalHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .uyelikModal .customModalHeader .modalTitle{
  font-size: 18px;
  font-weight: 500;
 }
 .uyelikModal .customModalHeader .modalCloseBtn i{
  font-size: 20px;
 }
 .uyelikModal label{
  font-weight: 600!important;
 }
 .uyelikModal .modalDescription{
  margin-bottom: 25px;
  padding: 0 15px;
}
.uyelikModal .modalInputWrapper{
  margin-bottom: 10px;
}
.uyelikModal .customModalBtn{
  padding: 10px 20px;
  border: none;
  border-radius: 7px;
  color: white;
  background-color: #8238e8;
  font-size: 13px;
}
.popular_schools select{
  background-color:#f7ba00 ;
  color: white;
}
.popular_dershane select{
  background-color:#3085C3 ;
  color: white;
}
/* @media screen and (max-width:990px){
  .popular_schools select {
    width: 100%;
  }

  .centerBtnss{
    font-size: 10px;
  }

} */

@media only screen and (max-width: 600px) 
{
  .index_page_contents_outer
  {
    padding:0px;
  }

  .index_page_scholl_list_title span
  {
    width:100%;
  }
  
  .popular_schools
  {
    padding:0px 5px;
  }

  .popular_schools select
  {
    width: calc((100% / 3) - (20px / 3));
    font-size:10px;
    padding:5px;
    margin-left:0px;
    margin-right:10px;
    float:left;
  }

  .popular_schools select:last-child
  {
    margin-right:0px;
  }

  .popular_dershane
  {
    padding:0px 5px;
  }

  .popular_dershane select
  {
    width: calc((100% / 3) - (20px / 3));
    font-size:10px;
    padding:5px;
    margin-left:0px;
    margin-right:10px;
    float:left;
  }

  .popular_dershane select:last-child
  {
    margin-right:0px;
  }

  .index_page_scholl_list * .container
  {
    padding:0px 10px;
  }

  .index_page_scholl_list * .mh10p15
  {
    padding:5px;
  }

  .school_box_image
  { 
    height:100px;
  }

  .scholl_box_image_tag
  {
    font-size:10px;
    padding:0px 10px;
  }

  .school_box_btn
  { 
    height:35px;
    font-size:12px;
  }

  .school_box_last_outer
  {
    height:262px;
  }

  .school_box_last_outer h3
  {
    font-size:14px!important;
    line-height:25px;
  }

  .school_box_last_outer_btn
  {
    width:80%;
    font-size:12px;
    height:37px;
  }

  .announcements_box_outer
  {
    height:auto!important;
  }

  .announcements_box_text p
  {
    height:72px;
  }
  
  .announcements_box_outer2
  {
    height:auto!important;
    min-height:auto!important;
  }

  .announcements_box_text h2
  {
    height:60px;
  }

  .index_news_slider * .announcements_box_text h2
  {
    height: 108px!important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .index_news_slider * .announcements_box_outer
  {
    display:flex;
    flex-direction: column-reverse;
  }

  .index_news_slider * .announcements_box_text p
  {
    height:69px;
  }

  .endPageBtns
  {
    width:100%;
    border-radius:4px;
  }

  .endPageBtns * .centerBtnss 
  {
    font-size:12px;
  }

  .footer_inner_top_title
  { 
      width:100%;
  }

  .footer_appIcon
  {
    width:50%;
  }

  .footer_appIcon .footer_inner_top_image
  {
    width:100%;
  }

  .comment_list
  { 
    display:none;
  }

}