@media only screen and (min-width: 1175px) {
  .slider ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  .slider {
    overflow: hidden;
    position: relative;
    margin: -20px 0 0 0;
  }
  .slider ul.slider_list li {
    width: 100%;
    float: left;
  }
  .slider ul.slider_list li img {
    width: 100%;
  }
  .slider ul.slider_list li > div {
    position: absolute;
    margin: 50px 0 0 175px;
  }
  .slider ul.slider_list li div a {
    text-decoration: none;
  }
  .slider ul.slider_list li .future {
    background: red;
    color: #fff;
  }
  .slider ul.slider_list li div a div {
    margin-left: 50px;
  }
  .glyphicon-border-circle {
    border: 2px solid red;
    padding: 2px;
    border-radius: 100%;
    margin-bottom: 2px;
  }
  ul.slider_list > li > div button.btn-danger {
    background: red;
  }
  a.next,
  a.previous {
    width: 70px;
    height: 70px;
    font: 32px/70px Arial;
    color: #fff;
    text-decoration: none;
    background: #555;
    opacity: 0.5;
    border-radius: 100%;
    top: 50%;
    margin: -35px 0 0 0;
    position: absolute;
    text-align: center;
  }
  a.previous {
    left: 10px;
  }
  a.next {
    right: 10px;
  }
  ul.manBtn {
    position: absolute;
    bottom: 40px;
    left: 175px;
  }
  ul.manBtn li {
    float: left;
    width: 20px;
    height: 20px;
    background: #ff0;
    margin: 0 10px 0 0;
    border: 3px solid #fff;
    cursor: pointer;
  }
  ul.manBtn li:hover {
    background: red;
  }
  ul.manBtn li.active {
    background: red;
  }
  span#more_btn {
    font-size: 17px;
    background: red;
    color: #fff;
    padding: 2px 30px;
  }
  span#more_btn:hover {
    background: #fd0;
    color: red;
  }
  .slider .slider_list .manual-read-more {
    bottom: 22%;
    margin-left: 20%;
  }
  .new_slide {
    position: relative;
  }
  .over_slide_form {
    font-family: Cambria;
    width: 350px;
    position: absolute;
    top: 50px;
    right: 150px;
    background: linear-gradient(rgb(255, 0, 0), rgb(150, 50, 50));
    padding: 25px;
    text-shadow: 1px 0 0 #333;
  }
  .over_slide_form .form-control {
    border-radius: 7px;
  }
  .over_slide_form button {
    width: 100%;
    font-weight: bolder;
    font-size: 25px;
    border-radius: 7px;
    background: #0a9cd7;
    text-shadow: 1px 1px 0 #000;
  }
  .over_slide_form .arrow_left span {
    position: absolute;
    font-size: 30px;
    background: red;
    top: 0;
  }
}
@media only screen and (max-width: 1174px) and (min-width: 755px) {
  .slider ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  .slider {
    overflow: hidden;
    position: relative;
    margin: -20px 0 0 0;
  }
  .slider ul.slider_list li {
    width: 100%;
    float: left;
  }
  .slider ul.slider_list li img {
    width: 100%;
  }
  .slider ul.slider_list li > div {
    position: absolute;
    margin: 10px 0 0 175px;
  }
  .slider ul.slider_list li a h3 {
    font-size: 20px;
  }
  .slider ul.slider_list li .future {
    background: red;
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    left: 25px;
  }
  .slider ul.slider_list li p {
    padding: 0;
    margin: 0;
  }
  .slider ul.slider_list li div a {
    text-decoration: none;
    color: #333;
  }
  .slider ul.slider_list li div a div {
    margin-left: 50px;
  }
  .glyphicon-border-circle {
    border: 2px solid red;
    padding: 2px;
    border-radius: 100%;
    margin-bottom: 2px;
  }
  ul.slider_list > li > div button.btn-danger {
    background: red;
  }
  a.next,
  a.previous {
    width: 70px;
    height: 70px;
    font: 32px/70px Arial;
    color: #fff;
    text-decoration: none;
    background: #555;
    opacity: 0.5;
    border-radius: 100%;
    top: 50%;
    margin: -35px 0 0 0;
    position: absolute;
    text-align: center;
    z-index: 2;
  }
  a.previous {
    left: 10px;
  }
  a.next {
    right: 10px;
  }
  ul.manBtn {
    position: absolute;
    bottom: 5px;
    left: 175px;
  }
  ul.manBtn li {
    float: left;
    width: 15px;
    height: 15px;
    background: #ff0;
    margin: 0 10px 0 0;
    border: 3px solid #fff;
    cursor: pointer;
  }
  ul.manBtn li:hover {
    background: red;
  }
  ul.manBtn li.active {
    background: red;
  }
  span#more_btn {
    font-size: 17px;
    background: red;
    color: #fff;
    padding: 2px 30px;
  }
  span#more_btn:hover {
    background: #fd0;
    color: red;
  }
  .slider .slider_list .manual-read-more {
    bottom: 22%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 754px) {
  .slider ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  .slider {
    overflow: hidden;
    position: relative;
    margin: -20px 0 0 0;
  }
  .slider ul.slider_list li {
    width: 100%;
    float: left;
    min-height: 420px;
    display: flex;
    align-items: center;
  }
  .slider ul.slider_list li img {
    width: 100%;
  }
  .slider ul.slider_list li > div {
    position: absolute;
    margin: 0 0 0 50px;
  }
  .slider ul.slider_list li a h3 {
    font-size: 14px;
    width: 250px;
  }
  .slider ul.slider_list li button {
    padding: 2px;
  }
  .slider ul.slider_list li.slide3 a h1 {
    font-size: 15px;
  }
  .slider ul.slider_list li .future {
    background: red;
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    left: -25px;
    padding: 2px;
  }
  .slider ul.slider_list li p {
    display: none;
  }
  .slider ul.slider_list li div a {
    text-decoration: none;
    color: #333;
  }
  .glyphicon-border-circle {
    border: 2px solid red;
    padding: 2px;
    border-radius: 100%;
    margin-bottom: 2px;
  }
  ul.slider_list > li > div button.btn-danger {
    background: red;
  }
  a.next,
  a.previous {
    width: 35px;
    height: 35px;
    font: 30px Arial;
    color: #fff;
    text-decoration: none;
    background: #555;
    opacity: 0.5;
    border-radius: 100%;
    top: 50%;
    margin: -35px 0 0 0;
    position: absolute;
    text-align: center;
    z-index: 2;
  }
  a.previous {
    left: 10px;
  }
  a.next {
    right: 10px;
  }
  ul.manBtn {
    position: absolute;
    bottom: 5px;
    left: 175px;
  }
  ul.manBtn li {
    float: left;
    width: 13px;
    height: 13px;
    background: #ff0;
    margin: 0 10px 0 0;
    border: 3px solid #fff;
    cursor: pointer;
  }
  ul.manBtn li:hover {
    background: red;
  }
  ul.manBtn li.active {
    background: red;
  }
  span#more_btn {
    font-size: 17px;
    background: red;
    color: #fff;
    padding: 2px 30px;
  }
  span#more_btn:hover {
    background: #fd0;
    color: red;
  }
  .slider .slider_list .manual-read-more {
    bottom: 22%;
    margin-left: 20%;
  }
  .over_slide_form {
    font-family: Cambria;
    background: linear-gradient(rgb(255, 0, 0), rgb(150, 50, 50));
    padding: 25px;
    text-shadow: 1px 0 0 #333;
  }
  .over_slide_form .form-control {
    border-radius: 7px;
  }
  .over_slide_form button {
    width: 100%;
    font-weight: bolder;
    font-size: 25px;
    border-radius: 7px;
    background: #0a9cd7;
    text-shadow: 1px 1px 0 #000;
  }
  .over_slide_form .arrow_left span {
    position: absolute;
    font-size: 30px;
    background: red;
    top: 0;
  }
}
.slider_list .text-white {
  color: #fff;
}
@media (min-width: 551px) {
  .slider{
    height: 500px;
  }
  .slider .slider_list h1,
  .slider .slider_list h2 {
    display: none;
  }
  .slider .slider_list .slide0 {
    background: url(../image/slideimage/British-Centre-de-ingilis-dilini-oyrenmek-tam-ferqlidir.webp)
    no-repeat center;
    background-size: cover;
    height: 500px;
    width: 100%;
  }
  .slider .slider_list .slide2 {
    /*background: url(../image/slideimage/British-Centre-geleceyin-ucun-ingilis-dili-vacibdir.webp)*/
    background: url(../image/geleceyin-ucun-ingilis-dilini-oyrenmek-vacibdir.jpg)
    no-repeat center;
    background-size: cover;
    height: 500px;
  }
  .slider .slider_list .slide3 {
    background: url(../image/slideimage/British-Centre-ingilis-dilini-merkezinde-oyrenmek-tam-ferqlidir.webp)
    no-repeat center;
    background-size: cover;
    height: 500px;
  }
  .slider .slider_list .slide4 {
    background: url(../image/slideimage/British-Centre-helede-ingilis-dilini-bilmirsen.webp)
    no-repeat center;
    background-size: cover;
    height: 500px;
  }
}
@media (max-width: 550px) {
  .slider{
    height: 420px;
  }
  .slider .slider_list .slide0 {
    background: url(../image/slideimage/mobileslide-new1.webp) no-repeat center;
    background-size: cover;
  }
  .slider .slider_list h1,
  .slider .slider_list h2 {
    text-align: center;
    color: #000;
    font-size: 35px;
    align-self: flex-start;;
    padding: 30px;
  }
  .slider .slider_list .slide2 {
    background: url(../image/slideimage/mobileslide-new2.webp) no-repeat center;
    background-size: cover;
  }
  .slider .slider_list .slide3 {
    background: url(../image/slideimage/mobileslide-new3.webp) no-repeat center;
    background-size: cover;
  }
  .slider .slider_list .slide4 {
    background: url(../image/slideimage/mobileslide-new4.webp) no-repeat center;
    background-size: cover;
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 86px;
  right: 10px;
  z-index: 10000;
}
.wp-button-circle {
  position: relative;
  display: inline-block;
}
.wp-button-circle .img-button {
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.wp-button-circle img {
  width: 60px;
  height: 60px;
}
.wp-button-circle .text {
  position: absolute;
  right: 80px;
  top: 20%;
  width: max-content;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  color: #000 !important;
  text-align: center;
  padding: 7px 10px;
  line-height: 14px;
  box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.wp-button-circle .text::after {
  content: "";
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
html{
  font-display: swap;
}
.slider .slider_list{
  height: 500px;
  width: 100%;
}