* {
  box-sizing: border-box;
  list-style: none !important;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

.btn-primary {
  background-color: #007bb0 !important;
  border-color: #007bb0 !important;
}
.text-justify {
  text-align: justify;
}
.btn-primary:hover {
  background-color: #003366 !important;
  color: white !important;
  transition: .2s ease-in-out .0s !important;
}
.bedroom-opt {
  display:none;
}
.bedroom-opt-open {
  display:block;
}
.w-15 {
    width: 15% !important;
}
.faq_title{
  color: #333;
  line-height: 30px;
  padding: 0px 0px 20px;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  position: relative;
}
.agent-home-border {
  width: 3px;
  height: 100%;
  background-color: #d7d6d6;
  margin-left: -103px;
}
.faq_title:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 3px;
  background-color: #134860 !important;
}
.faq_title:after{
  content: "";
  position: absolute;
  bottom: 1px;
  left: 40px;
  right: 0px;
  height: 1px;
  background-color: #cccccc;
}
.faq_image_div{
  height: 100vh;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}
.faq_image_span{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.country-progress{
  font-weight: bold;
}
.reality-list li{
  font-size: 22px;
  padding-bottom: 5px;
  color: #030303;
}

.reality-list li::before{
  content: url(../img/square.png);
  margin-left: -24px;
  position: absolute;
  margin-top: -3px;
}

.border-white{
  border-color: white;
}
.bg-main{
  background-color: #003366;
}

.fuar-date {
  position: relative;
  top: -30px;
  left: 5px;
}

.fuar-top-title{
  font-size: 13px;
}

.fuar-text{
  font-size: 15px;
}

.pb-013{
  padding-bottom: 0.13rem!important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.text-lightblue {
  color: #0a6aa1;
}

.bg-lightblue {
  background-color: #0a6aa1;
}

.btn:focus {

  box-shadow: unset !important;
}

.btn-close:focus {

  box-shadow: unset !important;

}

.btn-close:focus {

  box-shadow: unset !important;

}

/* ------------WHATSAPP İCONS--------- */
.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-blue.cbh-hover .cbh-ph-circle {
  border-color: rgb(21, 83, 110);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-blue .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-blue.cbh-hover .cbh-ph-circle-fill {
  background-color: rgb(19, 72, 96);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-blue .cbh-ph-circle-fill {
  background-color: rgb(19, 91, 124);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url('../img/wp.png');
  background-size: 30px 30px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-blue.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(0, 173, 225, 0.8);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-blue .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-blue .cbh-ph-img-circle1 {
  background-color: rgba(0, 173, 225, 0.8);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-blue .cbh-ph-circle {
  border-color: rgba(1, 195, 255, 0.8);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-blue .cbh-ph-circle-fill {
  background-color: rgba(1, 234, 255, 0.8);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.cbh-phone.cbh-blue .cbh-ph-img-circle1 {
  background-color: rgba(1, 195, 255, 0.8);
}

/* --------------navbar---------- */


.drop-language.show img {
  width: 52%;

}

.drop-language.show,
.drop-money.show {
  background: #003366;
  padding-top: unset;
  padding-bottom: unset;
  border: 1px solid #007bb0;

}

.drop-language:before,
.drop-money:before {
  content: unset !important;
}

.drop-money a {
  padding-left: 6px !important;
}

.margint-1 {
  margin-top: 1px;
}

/* .drop-language.show li {
  width: 71px;

} */
.drop-language .dropdown-item,
.drop-money.show .dropdown-item {
  color: white !important;
}

.drop-money.show .dropdown-item:hover {
  background: #007bb0;
}

.drop-language .dropdown-item:hover {
  background: #007bb0 !important;
}

.drop-language .dropdown-item {
  color: white !important;
}

.drop-language.show {
  /* width: 100px !important; */
  min-width: unset !important;
}

.drop-money.show {
  width: 86px !important;
  min-width: unset !important;
}

.drop-language.show li {
  border-bottom: 1px solid white;
  padding: 2px;
  padding-left: unset;
  padding-right: unset;
}

.drop-language.show li:last-child {
  border: unset !important;
}

.agent_image:hover{
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.37));
  transition: auto;
}



.header .web-drop {
  border: 1px solid white;
  margin-right: 20px;
  width: 8%;
}

.header-two {
  position: relative !important;
}

.drop-money.show img {
  width: 26% !important;
}

li.nav-item.dropdown img {
  width: 31%;
}

.navbar-nav {
  align-items: center;
}

.activite ul.dropdown-menu.show {
  width: 268px;
}

.drop-language[data-bs-popper] {
  top: 125%;
  left: -5px !important;
}

.drop-money[data-bs-popper] {
  top: 125%;
  left: -7px !important
}

.activite .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -142px;
  margin-top: 0.125rem;
}

.contact-phone {
  margin-bottom: 20px;
}

.activite-item {
  padding: 10px 20px;
}

.dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
  border-top: none;
  border-left: none;
  -moz-transform: rotate(225deg) !important;
  -ms-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
  position: absolute;
  top: -6px;
  right: 20px;
  background-color: #fff;
}

.activite li.activite-item {

  display: flex;
  align-items: center;
}

.activite .dropdown-item {
  color: #848484 !important;
}

.activite .dropdown-item {
  padding: unset !important;
}

.activite .dropdown-item:hover {
  color: #1e2125 !important;
  background-color: unset !important;
}

.activite li.activite-login {
  padding: 0.25rem 1rem;
  margin: 20px auto;
}

.activite-login .btn {
  background: #007bb0;
  height: 40px;
  color: white !important;
  /* text-align: center; */
  align-items: center;
  display: flex;
  justify-content: center;
}

.activite-login p {
  margin-bottom: unset !important;
  width: 50%;
  margin-top: 10px;
}

.activite-login .btn:hover {
  background: #003366 !important;
  color: white !important;
}

.activite li.activite-item span {
  /* border: 1px solid #c3c3c3; */
  width: 25px;
  text-align: center;
  /* margin-right: 15px; */
  color: #848484;
  background: #f2f2f2;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  background-color: #003366;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {

  justify-content: end;
}

.header .nav-link {
  color: white !important;
}

.activite {
  border: unset !important;
  height: unset !important;
}

li.nav-item.dropdown {
  height: 41px;
  text-align: center;
}

.header .nav-item a {
  font-size: 15px;
  font-weight: 600;
}

.slider-index-item {

  background: #f5f5f5;
  border-bottom: #dcdcdc 1px solid;
  padding: 3% 0;

}

.header-text-btn {
  position: absolute;
  top: 30%;

  z-index: 9 !important;
}

.slider-exp h1 {

  color: #fff;
  font-size: 38px;
  font-weight: 100;
  text-shadow: 0 0 4px rgb(0 0 0 / 20%);
  line-height: 1;
}

.slider-exp h1 span {
  font-size: 22px;
}

.header-text-btn p {
  font-size: 24x !important;
}

.header-text-btn h4,
.header-text-btn p {
  color: white;
}

.header-btn {
  background: transparent;
  border: 1px solid white;

  color: white;
  border-radius: unset !important;
  transition: .3s all;
  height: 50px;
  width: 220px;

}

.header-btn:hover {
  background: #ac9671;
  transition: .3s all;
  border: 1px solid #ac9671;
  color: white !important;

}

.button-group .btn {
  margin-right: 50px;
}

/* --------slider------- */
/* .slider img {
  height: 520px;
  object-fit: cover;
}
.slider {
  position: relative;

} */
.swiper-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}




@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;

}

.swiper-container .swiper-wrapper .swiper-slide-prev img,
.swiper-container .swiper-wrapper .swiper-slide-active img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}


.swiper-container {
  position: relative;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: absolute;
  /* background: #eee; */
  text-align: center;
  padding: 0 2em;
  width: 100%;
  z-index: 2;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  top: 70%;
}

.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}

.et-hero-tabs-container--top {
  position: fixed;
  top: 75px;
  left: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {

  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }

  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}

.et-hero-tabs-container input,
.et-hero-tabs-container select {
  border: unset;
  border-right: 1px solid rgb(180, 180, 180);
  border-radius: unset !important;
  padding: 10px;
}

.form-select {
  cursor: pointer;
  /*color: rgb(124, 124, 124);*/
  color: #111;
}

.form-select:focus {
  border-color: gray !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.et-hero-tabs select:focus-visible,
.et-hero-tabs input:focus-visible {
  /* border: unset !important; */
  border-radius: unset !important;
  outline: unset !important;
}

.stick-call-btn {
  position: relative;
  width: 100%;
}

.call {
  width: 68%;
  background: #007bb0;
  color: white;
  transition: .2s ease-in-out .0s;
  position: absolute;
  left: 50%;
  font-weight: 700;
  top: 50%;
  transform: translate(-50%, -50%);
}

.call:hover {
  background-color: #003366;
  color: white;
  transition: .2s ease-in-out .0s;
}

.select-one,
.select-two {
  width: 70%;


}

.header-input {
  width: 500px;
}

select.form-select.select-four {
  border: unset !important;
}

.stick-call-btn img {
  position: absolute;
  bottom: -31px;
  z-index: 1;
  left: 15%;
  width: 73%;
}



.header-input {
  width: 146%;
}




.et-hero-tabs-container.et-hero-tabs-container--top img {
  top: 93%;
  width: 67%;
  left: 17%;
}

.search-button-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.search-button-box .nav-link {
  color: black;
  border-radius: unset;

}

.search-button-box .nav-link.active {
  color: white;
  background-color: #007bb0;
  font-weight: 700;
  border: unset;
  position: relative;
}

.search-button-box .nav-item {
  margin-right: 2px;

}


.search-button-box .nav-link.active:before {
  content: "";
  top: 100%;
  left: 50%;
  position: absolute;
  border-top: 6px solid #007bb0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.select-three {
  display: none;
}

.et-hero-tabs-container--top .select-three {
  display: block;
}

.search-button-box .nav-link {
  background: #fff;
  color: #282828;
  text-transform: uppercase;
  /* padding: 10px 25px; */
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.search-content.affix .nav-tabs li.active a {
  padding-right: 10px;
  padding: 14px 9px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.slider-exp {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}

.slider-exp {
  color: white !important;
}

.swiper-wrapper:before {
  content: "";
  width: 100%;
  background: #00000030;
  position: absolute;
  z-index: 999;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  background-color: #0000008a;
  width: 40px;
  height: 40px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: white;
}


/* ============================================================
           WEB SİTE ÖZELLİKLERİ SLİDER
============================================================ */
.slider-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.owl-theme .owl-dots-one .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.icon-warpper {
  position: relative;
  height: 125px;
  cursor: pointer;
  width: 800px;
  margin: 10px auto 10px;
  z-index: 99;
  padding: 26px 0 0;
}

.icon-warpper .line {
  position: absolute;
  width: 100%;
  height: 63px;
  border-left: #036 3px solid;
  border-bottom: #036 3px solid;
  border-radius: 0 0 0 20px;
  left: 0;
  z-index: 99;
  top: 17px;
}

.icon-warpper .line:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #036;
}

.icon-warpper .line:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: #036 7px solid;
  border-top: transparent 7px solid;
  border-bottom: transparent 7px solid;
}

.line-img {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 99;
}

.line-img img {
  width: 90px;
  height: 90px !important;
}

.owl-dots-one {
  display: flex;
  justify-content: center;
  position: relative;
}

.owl-dots-one .owl-dot {
  margin-right: 10px;
  width: 152px;
  border: unset !important;
  color: #828282;
  font-weight: 700;
  transition: all ease .5s;
  background: unset !important;
  border-bottom: #0000 2px solid;
  padding: 10px 0 0;
  cursor: pointer;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  font-size: 14px;
  text-transform: uppercase;

  transition: all ease .5s;
}

.owl-dots-one .owl-dot.active {
  color: #003366 !important;
  text-decoration: underline !important;
}

.owl-web .owl-item {
  height: 320px;
}

.line-img-exp h3 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.line-img-exp p {
  margin: 0 0 10px;
  text-align: center;
}

/* ========================================
                VİDEO
======================================== */
.videos {
  margin: 50px auto;
}

.img-modal {
  position: relative;
  height: 200px;
  background: #f8f8f8;
}

.video-resim {
  cursor: pointer;
  width: 100%;
  margin: 14px auto;
  position: relative;
}

.video-resim img {
  width: 100%;
  height: 128px;
}

.video-resim .play-img {
  width: 20%;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out .0s;
  height: unset;
}

.video-item:after {
  content: "";
  position: absolute;
  /* border: 10px solid red; */
  height: 94%;
  width: 94%;
  top: 16px;
  background: #003366;
  left: 28px;
  z-index: -2;
}

.video-item {
  padding: 35px;
}

.video-item:before {
  content: "";
  position: absolute;
  /* border: 8px solid red; */
  top: 3.7%;
  background: #f5f5f5;
  height: 93.2%;
  left: 30px;
  width: 93.5%;
  z-index: -1;
}

.video-resim:hover .play-img {
  /* transform: rotate(180deg); */
}

.videos .modal-content {

  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);

  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  background-clip: padding-box;
  outline: 0;

  background: transparent;

}

.videos .btn-close {
  background: url('../img/exit.png') !important;
  opacity: 1 !important;

}

.pnctv-icon {
  width: 100%;
  text-align: center;
}

.pnctv-icon img {
  width: 22%;
  margin-bottom: 33px;
}

.videos .modal-dialog {
  /* width: 600px; */
  margin: 30px auto;

}

.videos .modal-body {
  padding: unset;
}

.videos .modal-header {
  border-bottom: unset;
}


.video-resim:before {
  content: "";
  position: absolute;
  height: 100%;
  overflow: hidden;
  border: unset !important;
  width: 0%;
  background: #00000078;
  transition: .3s all;
}

.video-resim:hover::before {
  width: 50%;
  z-index: 1;
}

.video-resim:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  background: #00000078;
  top: 0;
  width: 0%;
  border: unset !important;
  transition: .3s all;

}

.video-resim:hover::after {
  width: 50%;
  z-index: 1;
}

.video-box-explain {
  /* height: 75px; */
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.video-box-explain p {
  font-size: 12px;
  font-weight: 600;
}

.video-item {
  position: relative;
}

.videos .modal-content {
  box-shadow: unset !important;
  border: unset !important;
}

/* ====================================
              TABS
==================================== */
.tabs-menu {
  padding: 60px;
  margin: 0 auto;
  background: #007bb0;
}

.tabs-menu ul#pills-tab {
  display: flex;
  justify-content: space-around;
  height: 70px;
  position: relative;
}

.tabs-menu ul#pills-tab::before {
  content: "";
  position: absolute;
  border: 1px solid white;
  width: 100%;
  bottom: 0;
}

.tabs-menu .nav-item button {
  width: 160px;
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-menu .nav-item button:hover {
  background: white;
  color: black !important;
}

.tabs-menu .nav-item button.active {
  background: white;
  color: black;
  border: unset;
  border-radius: unset !important;
}

.tabs-menu h4 {
  font-size: 16px;
}

.satilik-img {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #c8c8c8;
  background: white;
  /* border-radius: 50%; */
  transition: .3s all;
  text-align: center;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -58px;
}

.satilik-img img {
  position: absolute;
  width: 58%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tabs-menu a {
  color: white;
}

.cember {
  width: 20%;
}

.satilik-item-box {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.tabs-menu-header {
  text-align: center;
  margin-bottom: 50px;
}


/* =====================================
      COMPANY SLİDER
===================================== */

.slider-items {
  background: whitesmoke;
  padding-bottom: unset !important;
  /* padding: 20px; */
  position: relative;
}

.slider-items .item {
  padding: 50px;
}

.slider-items-box {
  margin: 50px auto;
}






/* ================================
      SAKLI HAKLAR
============================== */
.footer-copy {
  padding: 12px 15px 15px;
  font-size: 13px;
  background-color: #036;
  border-top: 1px solid #114374;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.footer-copy p {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.mobile-activite {
  display: none;
}

.menu-list.list-open li:before {
  content: "";
  border: 1px solid #e9e9e9;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  transform: translate(-50%, -50%);
}

.menu-list.list-open li {
  position: relative;
}

/* =================================
        FOOTER CONTACT
=================================== */
.share-box .wrapper {
  padding-left: unset;
}

.contact-item-box {
  margin-top: 50px;
}

.contact-item-box {
  margin-top: 50px;
}

.footer-contact {
  background: #036;
  padding: 40px 0 0;
  margin: 0 0;
}

.corporate h5 {
  font-size: 16px !important;
  color: white;
  margin-bottom: 20px;
}

.corporate a {
  font-size: 12px !important;
  color: white;
}

.input-mail-box {
  width: 100%;
  position: relative;
}

.input-mail-box input {
  width: 100%;
  height: 40px;
}

.input-mail-box button {
  position: absolute;
  top: 50%;
  right: 0;
  background: #007bb0;
  height: 30px;
  display: flex;
  transform: translate(-10%, -50%);
  align-items: center;
  color: white;
}

.mobile-ilanlar {
  display: none;
}

.footer-contact p {
  margin-bottom: unset !important;
}

.follow {
  margin: 20px auto;
}

/* .mail-basket-button {
  margin-top: 17px;
} */

/* .detail-like {
  margin-top: 9px;
} */

/* ====================================
        POPULER ILANLAR
==================================== */
.populer-header h2 {
  text-align: center;
  margin-bottom: 20px;
}

.img-ad-box {
  position: relative;
  width: 100%;
  display: flex;
  /* padding-right: 10px; */
  margin-bottom: 20px;
}

.img-ad-item {
  width: 16%;
  position: relative;
  margin: auto;
  overflow: hidden;

}

.img-ad-box img {
  width: 270px;
  height: 177px;
  display: block;
  padding-right: 0 8px 0 0 !important;
  cursor: pointer;
  transform: scale(1);
  transition: all .5s ease-out;
  overflow: hidden;
  z-index: 9999;


}

.img-ad-box .img-ad-item:last-child {
  padding: 0 8px 0 0;
}

.img-ad-item .img-city {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* visibility: visible; */
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.img-ad-item:hover img {
  transform: scale(1.2) !important;
  filter: brightness(50%) !important;

}

/* =========================================
        SON EKLENEN YAZILAR - LAST ADD
========================================= */
.last-add-header h2 {
  text-align: center;
  margin-bottom: 20px;
}

.slider-last-add .carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

/* .slider-last-add .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
} */

.slider-last-add {
  position: relative;
}

.slider-last-add .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  justify-content: space-between;

}

.slider-last-add .owl-nav button span {
  font-size: 101px;
}

.slider-last-add button.owl-prev {
  position: absolute;
  left: -66px;
}

.slider-last-add button.owl-next.disabled {
  position: absolute;
  right: -66px;
}

.slider-last-add button.owl-next {
  position: absolute;
  right: -60px;
}

.slider-last-add .owl-theme .owl-dots .owl-dot.active span,
.slider-last-add .owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.slider-last-add .img-bot-text {
  margin: 0 0 10px;
  font-size: 14px;
}

.slider-last-add .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.slider-last-add .owl-carousel .owl-prev.disabled,
.slider-last-add .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.slider-last-add .owl-carousel .prev-slide {
  left: -33px;
  font-size: 30px;
}

.slider-last-add .owl-carousel .next-slide {
  right: -33px;
  font-size: 30px;
}

.slider-last-add .owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}

.slider-last-add .owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.slider-last-add span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

.slider-last-add span.img-text:hover {
  color: #2caae1;
}

.slider-last-add .item2-p1 {
  position: relative;
}

.slider-last-add .item2-p1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


/*
=============================
        HEADER TWO
============================= */

.header-two {
  position: relative !important;
}

/*
=================================
          BLOG SEARCH
================================= */
@import url(https://fonts.googleapis.com/css?family=Montserrat);

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes color-1 {
  0% {
    background-color: #EB73B9;
  }

  100% {
    background-color: #17EAD9;
  }
}

@keyframes color-1 {
  0% {
    background-color: #EB73B9;
  }

  100% {
    background-color: #17EAD9;
  }
}

::-moz-selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}

::selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: #6078EA;
  color: white;
  text-shadow: none;
}


.title-container {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.title-container .title {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  transition-delay: 0.25s;
  margin: 0;
  color: #6078EA;
}

.title-container .title-down {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  transition-delay: 0.25s;
  margin: 0;
  color: #6078EA;
}

.is-focus .title-container .title {
  transform: translateY(0);
}

.is-type .title-container .title-down {
  transform: translateY(-30px);
}

.is-type .title-container .title {
  transform: translateY(-100%);
}

.field-container {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  /* width: 330px; */
  height: 40px;
}

.icons-container {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.icon-close {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 75%;
  height: 75%;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-200%);
  border-radius: 50%;
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.icon-close:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid transparent;
  border-top-color: #6078EA;
  border-left-color: #6078EA;
  border-bottom-color: #6078EA;
  transition: opacity 0.2s ease;
}

.icon-close .x-up {
  position: relative;
  width: 100%;
  height: 50%;
}

.icon-close .x-up:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  transform: rotate(45deg);
}

.icon-close .x-up:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  transform: rotate(-45deg);
}

.icon-close .x-down {
  position: relative;
  width: 100%;
  height: 50%;
}

.icon-close .x-down:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  transform: rotate(-45deg);
}

.icon-close .x-down:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 1px;
  width: 50%;
  height: 2px;
  background-color: #6078EA;
  transform: rotate(45deg);
}

.is-type .icon-close:before {
  opacity: 1;
  -webkit-animation: spin 0.85s infinite;
  animation: spin 0.85s infinite;
}

.is-type .icon-close .x-up:before,
.is-type .icon-close .x-up:after {
  -webkit-animation: color-1 0.85s infinite;
  animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-up:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.is-type .icon-close .x-down:before,
.is-type .icon-close .x-down:after {
  -webkit-animation: color-1 0.85s infinite;
  animation: color-1 0.85s infinite;
}

.is-type .icon-close .x-down:before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.is-type .icon-close .x-down:after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.icon-search {
  position: relative;
  top: 5px;
  left: 8px;
  width: 50%;
  height: 50%;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid #003366;
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.icon-search:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -2px;
  width: 4px;
  border-radius: 3px;
  transform: rotate(-45deg);
  height: 10px;
  background-color: #003366;
}

.field {
  /*border: 1px solid #003366;*/
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  transition: all 0.4s ease;
}

.field:focus {
  outline: none;
  box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
}

.field:focus+.icons-container .icon-close {
  opacity: 1;
  transform: translateX(0);
}

.field:focus+.icons-container .icon-search {
  opacity: 0;
  transform: translateX(200%);
}

/* ============================================
        LEFT BLOG MENU
============================================ */

.lef-blog-list {
  background: white;
  padding: 20px;
}

.category-item-box p {
  /*color: rgb(180, 180, 180)*/
  color: #111
}

.category-header {
  margin: 20px auto;
}

.categoriy-item a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  transition: .3s all;

}

.category-item-box p {

  transition: .3s ease-in-out .0s;

}

.category-item-box a:hover p {
  color: #003366;
  transition: .3s ease-in-out .0s;
}

.categoriy-item span {
  background: #003366;
  color: white;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.archive {
  margin: 20px auto;
  border-bottom: 1px solid rgb(180, 180, 180);
}

.archive select {
  border: 1px solid #003366;
  margin: 20px auto;
}

.category-general-item-box {
  border-bottom: 1px solid rgb(180, 180, 180);
}

.labels-box a {
  font-size: 12px;
  color: rgb(180, 180, 180);
  transition: .3s all;


}

.labels-box:hover a {
  color: black;

}

.labels-box:hover {
  border: 1px solid black;
  transition: .3s all;
  cursor: pointer;
}

.labels-box {
  text-align: center;
  border: 1px solid rgb(180, 180, 180);
  height: 30px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  padding: 2px;
}

.archive-item-box {
  margin-bottom: 20px;
}

.blog-right-item {
  background: white;

}

.blog-right-item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-last-adds {
  border-bottom: 1px solid rgb(180, 180, 180);
}

.blog-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;

}

.blog-img img {
  width: 306px;
  transition: .5s all;
}

.blog-right-text-box {
  padding: 15px;
}

.blog-right-item-header p {
  font-size: 15px;
  color: #282828;
  margin-bottom: 10px;
  font-weight: 800;
  height: 65px;
  overflow: hidden;
}

.blog-right-item-header {
  width: 80%;
}

.blog-right-item-explain p {
  margin-bottom: unset;
  font-size: 12px;
  color: rgb(180, 180, 180);
}

.blog-right-item-general-explain {
  margin-top: 10px;
  color: rgb(180, 180, 180);
  font-size: 14px;
}

.blog-right-item-explain i {
  font-size: 5px;
  vertical-align: middle;
  color: rgb(180, 180, 180);
}

.blog-page-number p {
  color: #007bb0;
  font-weight: 700;
}

.blog-right-item:hover img {
  transform: scale(1.2);
  transition: .5s all;
}

.breadcrumb-item a {
  color: rgb(180, 180, 180) !important;
}

.breadcrumb-item+.breadcrumb-item::before {

  color: rgb(180, 180, 180) !important;

}

.breadcrumb-item.active {
  color: rgb(180, 180, 180) !important;
}

.pagination-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination-box a.page-link {
  border: unset !important;
  /*border-radius: 50%;*/
  margin-right: 10px;
}

/*.pagination-box .page-item:last-child .page-link {*/
/*  border-top-right-radius: 50% !important;*/
/*  border-bottom-right-radius: 50% !important;*/
/*}*/

/*.pagination-box .page-item:first-child .page-link {*/
/*  border-top-left-radius: 50% !important;*/
/*  border-bottom-left-radius: 50% !important;*/
/*}*/

.pagination-box .page-link {
  color: #003366 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination-box .page-link:hover {
  z-index: 2;
  color: white !important;
  background-color: #003366;
  border-color: #003366;
}
.page-item.active .page-link {
  background-color: #003366 !important;
  color: white !important;
  border-color: #003366 !important;
  height: 36px;
}

.pagination-box .page-item:first-child .page-link,
.pagination-box .page-item:last-child .page-link {
  border: 1px solid #003366 !important;
  padding-bottom: 0.25rem!important;
}

.page-link {
  border: unset!important;
}


.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0!important;
}
/* =====================================
        BLOG DETAİL PAGE
===================================== */
.blog-detail-header {
  padding: 20px;
}

.blog-detail-box {
  background: white;
}

.blog-detail-top-header {
  text-align: left;
}

.writer-color {
  color: rgb(180, 180, 180);
}

.blog-detail-writer {
  position: relative;
  display: flex;
}

.blog-detail-writer p {
  position: relative;
}

.blog-detail-writer .border-content:before {
  content: "";
  position: absolute;
  border: 1px solid rgb(213 209 209);
  height: 54%;
  left: 50%;
  top: 6%;
}

.blog-detail-writer-two .border-content:before {
  position: absolute;
  content: "";
  border: 1px solid rgb(213 209 209);
  top: 6%;
  right: 0;
  height: 54%;
}

.blog-detail-writer-two p {
  margin-right: 10px;
}

.blog-detail-writer .border-content {
  position: relative;
  width: 15px;
}

.blog-detail-writer-two {
  float: right;
  position: relative;
}


.blog-detail-img {
  position: relative;
}

.blog-detail-img img {
  width: 100%;
}

.blog-detail-txt ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: 2px solid #007bb0;
  position: absolute;
  left: 0;
  top: 9px;
  background: #fff;
}

.blog-detail-txt ul li {
  font: normal 16px/27px 400;
  padding: 0 0 0 22px;
  position: relative;
  margin-bottom: 22px;
}

.blog-detail-txt ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.blog-detail-txt blockquote p {
  line-height: 22px;
}

.blog-detail-social {
  display: flex;
  position: relative;
  justify-content: end;
}

.blog-detail-circle {
  width: 34px;
  height: 34px;

  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

.blog-detail-circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;

}

.blog-detail-facebook {
  background: #39589b;
  color: white;
}

.blog-detail-twitter {
  background: #2aa9e0;
  color: white;
}

.blog-detail-pinterest {
  background: #cb2026;
  color: white;
}

.blog-detail-gplus {
  background: #2aa9e0;
  color: white;
}

.blog-detail-whatsapp {
  background: #1bd741;
  color: white;
}

.blog-detail-telegram {
  background: #039be5;
  color: white;
}

.blog-detail-input-box input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid rgba(180, 180, 180, 180);
  margin-bottom: 30px;
}

.blog-detail-input-box textarea {
  width: 100%;
  border: 1px solid rgba(180, 180, 180, 180);
  padding: 10px;
}

.blog-detail-contact {
  margin: 50px auto;
  background: white;

}

.blog-detail-contact-header h2 {
  font-size: 20px;
}

.blog-detail-contact-header {
  height: 66px;
  display: flex;
  padding: 20px;
  align-items: center;

}

.blog-detail-input-box {
  padding: 20px;
  background: #fafafa;
  border: 1px solid #eee;
}

.blog-detail-input-box input:focus-visible,
.blog-detail-input-box textarea:focus-visible {

  border-radius: unset !important;
  outline: unset !important;
}

.button-detail {
  display: flex;
  justify-content: end;
  position: relative;
}

button.btn.publish {

  background: #007bb0;
  width: 250px;
  height: 44px;
  color: white;
  transition: .3s all;
  font-size: 16px;
  font-weight: 700;
}

button.btn.publish:hover {
  background: #003366;
}

/*
==================================
    ADVERT DETAİLAS
================================== */
.breadcrumb-box {
  margin-top: 20px;
}

.advert-detail {
  margin-bottom: 50px;
}

.advert-detail-box {
  background: white;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.advert-detail-header {
  text-align: center;
}

.advert-detail-header span {
  font-size: 12px;
  color: #a5a1a1;
  margin-bottom: 12px;
  padding-top: 10px;
}

.advert-detail-box .advert-detail-logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.advert-detail-box .advert-detail-logo img {
  width: 30%;

}

.advert-contact {
  text-align: center;
  color: gray;
}

.advert-contact a {
  color: black;
}

.advert-input-group input {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  padding: 5px;
  border: 1px solid #003366;
}

.advert-gif {
  position: relative;
}

.advert-gif img {
  width: 100%;
}

.btn.advert-call {

  background: #007bb0;
  width: 100%;
  height: 44px;
  color: white;
  transition: .3s all;
  font-size: 16px;
  font-weight: 700;
}

.btn.advert-call:hover {
  background: #003366;
}




/* --------------------------- */

.advert-detail-slider .demo {
  width: 100%;
  margin: 20px auto;
}

.advert-detail-slider #lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.advert-detail-slider li {
  display: block;
  float: left;
  cursor: pointer;
}

.advert-detail-slider img {
  display: block;
  height: auto;
  /* object-fit: cover; */
  width: 100%;
  /*height: 520px;*/
  height:auto;
}

.advert-detail-slider .lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.advert-detail-slider .lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}

.advert-detail-slider .lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0;
}

.advert-detail-slider .lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.advert-detail-slider .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  /* height: 64px; */
  object-fit: cover;
  height: 100px;
  max-width: 100%;
}


.advert-detail-right-page {
  background: white;
  padding: 20px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.advert-detail-topbot-header img {
  width: 20%;
  height: unset !important;
}

.advert-detail-topbot-header {
  position: relative;
}

.advert-detail-topbot-header img {
  position: absolute;
  top: -32px;
  width: 11%;
  right: 0;
}

.topbot-box span {
  color: rgba(180, 180, 180, 180);
}

.advert-detail-slider {
  /* border-bottom: 1px solid rgba(180,180,180,180); */
}

.advert-detail-price h3 {
  color: #007bb0;
  text-align: center;
  margin-bottom: 20px;
}

.line-img-exp {
  text-align: center;
}

.advert-detail-price {
  /* border-bottom: 1px solid rgba(180, 180, 180, 180); */
  background: #f1f1f1;
  margin-top: 20px;
  padding: 10px;


}

.advert-detail-price:first-child {
  /* height: 185px; */
}

.advert-feature {
  font-size: 12px;
}

.advert-feature-item {
}

.advert-feature-item span {
  /* border-bottom: 1px solid #003366; */
  color: rgba(180, 180, 180, 180);
  ;

}

.advert-feature-item p {
  margin-top: 10px;
}

.advert-detail-contact-box {
  background: #f1f1f1;
  margin-top: 20px;

}

/* ==================================LİKE BUTTON======================= */


/* ------------- */
/*
.share-box {
  position: relative;
}
.share-box ul {
  display: flex;
  top: -6px;
  position: absolute;
}

.share-box{
  display: none;
}
.share-box.active {
  display: block !important;

} */
.share {
  display: flex;
  /* margin-top: -16px; */
  align-items: center;
}

.detail-top-box {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.detail-top-box::before {
  content: "";
  width: 80%;
  position: absolute;
  border: 1px solid rgb(225 225 225);
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -20px;
}

.wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
  background: #31a813 !important;
  color: #ffffff;
}


.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}

.mail-basket-button a {
  color: #878787 !important;
}

.detail-map {
  position: relative;
  width: 100%;
}


.map-banner-img img {
  width: 100%;
  position: absolute;
}

.map-down-banner {
  position: relative;
}

.map-banner-img {
  position: relative;
  margin: 30px auto;
}

.map-banner-img-explain {
  /* z-index: 0; */
  position: relative;
  padding: 20px;

}

.map-banner-img-explain h3,
.map-banner-img-explain p {

  color: white !important;

}

.map-banner-img-button {
  position: absolute;
  top: 81%;
  left: 2%;
  background: #007bb0;
}

.map-banner-img-button .btn {
  color: white;
  font-weight: bold;
}

.detail-spacia {
  clear: both;
  clear: none;

}

.detail-spacial li {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 10px;

  height: 110px;
  text-align: center;
  color: #333;
  width: calc(100%/6);
  float: left;
  /* display: inline-block; */
}

.detail-spacial li img {
  height: 50px;

  width: auto;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}

.advert-detail-price::after {
  content: "";
  clear: both;
  display: table;
}

.pay-item-text {
  display: flex;
  justify-content: space-between;
}

.pay-item-text p {
  color: gray;
}

.personal-data-btn {
  background: #007bb0;
  padding: 0 23px;
  font-weight: 700;
  height: 43px;
  font-size: 16px;
  margin-top: 25px;
  color: #fff;
}

.highcharts-credits {
  display: none;
}

g.highcharts-legend.highcharts-no-tooltip {
  transform: translate(26%, 74%);
}

div#eoran {
  max-width: unset !important;
}

.credit-right-col svg.highcharts-root {
  width: 46% !important;

}

svg.highcharts-root {
  width: 100% !important;
  /* margin-left: -108px;
  margin-top: -18px; */
}

.highcharts-container {
  width: 100% !important;
}

.credit-general-boxes input,
.credit-general-boxes select {
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 33px;
  padding: 4px;
}

.credit-general-boxes label {
  width: 100%;
  color: gray;
  font-weight: 600;
}

.credit-general-boxes {
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  padding: 20px;
}

.credit-left-col {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.credit-left-col:after {
  content: "";
  border: 1px solid #f1f1f1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 1px solid #f1f1f1;
  outline-offset: unset !important;
}

.credit-right-col p {
  color: gray;
}

.month-pay span {
  color: #003366;
  font-size: 22px;
  font-weight: 700;
}


/* ============İLANLAR============== */
.modal-share-social span {
  color: unset !important;
}

.modal-share-social .share {
  display: flex;
  /* margin-top: -16px; */
  align-items: center;
  justify-content: center;
}

.ilan-search {
  background: unset !important;
  padding: unset;
  margin-bottom: 20px;
  /* border: 1px solid #003366; */
  width: 100%;
}

.appointment {
  margin-bottom: 30px;
}

.appointment h3 {
  text-align: center;
  margin-bottom: 20px;
}

.appointment .btn {
  background: #003366;
  color: white;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;

}

.appoinment-item {
  position: relative;
  width: 100%;
  /* justify-content: center;
  display: flex; */
}

.modal-body {
  clear: both;
}

.randevu-send {
  width: 150px !important;
  color: white;
  background: #003366;
  transition: .2s all;
  margin-top: 20px;
  float: right;
}

.randevu-send:hover {
  width: 150px !important;
  color: #003366;
  background: white;
  border: 1px solid #003366;
}

.randevu-btn {
  margin-bottom: 20px;
}

.video-chat-item-box input {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  padding: 5px;
  border: 1px solid rgba(180, 180, 180, 180);
}

.modal-btn-box {
  display: flex;
  justify-content: end;
}

.modal-btn-box .btn:first-child {
  margin-right: 20px;
}

.modal-btn-box .btn {

  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;

}


/* -------ilanlar search ------- */
.ilan-left-side {
  background: white;
  padding: 20px;
}

.ilan-left-side input,
.ilan-left-side select {
  /*border: 1px solid #003366;*/
  color: #111;
  height: 30px;
  width: 100%;
  margin: 10px auto;
}

.ilan-left-side input {
  padding: 5px;
}

.max-min-price {
  position: relative;
}

.max-min-price input,
.ilan-left-side-item select {
  width: 100%;
  margin: 10px auto;
}

.kategori-item a {
  display: flex;
  justify-content: space-between;
  color: #111;
  transition: .2s all;
  position: relative;
}

.kategori-item a:hover {
  color: #003366;
}

/* .kategori-item a span {
  background: #003366;
  width: 30px;
  height: 20px;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.left-side-button .btn {
  background: #003366;
  color: white;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 20px;
}

    .p
.ilanlar-right-item-box span {
  color: rgb(162, 162, 162);
  /*margin-left: 2rem;*/
}

.ilanlar-header-exp i {
  font-size: 12px;
}

.ilanlar-right-item-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ilan-item-img-box img {
  height: 195px;
  object-fit: cover;
}

.ilanlar-icon img {
  width: 20px;
}

.ilans-exp {
  font-size: 12px;
  height: 53px;
  overflow: hidden;
  /* margin: 5px auto; */
}

.ilans-top-header {
  color: #003366;
  font-weight: 600;
}

.ilanlar-header p {
  margin-bottom: unset;
  display: inline-block;
  width: 174px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.ilanlar-header {
  position: relative;
  display: flex;
}

.ilanlar-icon {
  /* position: absolute;
  top: 0;
  right: 33px; */
  margin-left: 14px;
  position: relative;
}

.ilan-right-box-items {
  text-align: right;
}

.bitcoins img {
  width: 18px;
}

.bitcoins p {
  font-size: 12px;
  margin-bottom: unset !important;
}

.ilan-rooms-item i,
.benzer-ilanlar-box .card-body i {
  color: #003366;
}

.ilans-id {
  margin-bottom: unset !important;
  font-size: 12px
}

.ilans-city {
  margin-bottom: unset !important;
}

.ilan-fiyat p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: unset !important;
}

.fiyat-talep-box-bg {
  background: #f1f1f1;
  /* margin-top: 20px; */
  padding: 10px;
}

.fiyat-talep-box-bg h3 {
  color: #007bb0;
  text-align: center;
  margin-bottom: 20px;
}

.ilanlar-icon button {
  border: unset;
  background: transparent;
}

.ilanlar-right-item-box {
  padding-top: unset !important;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

button.cash-money {
  margin-right: 20px;
}

.ilan-rooms-item {
  font-size: 12px;
  display: flex;
  justify-content: end;
  position: relative;
}

/*.ilan-rooms-item:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  border: 1px solid rgba(168, 168, 168, 0.734);*/
/*  height: 100%;*/
/*  left: 63%;*/
/*  top: 0;*/
/*}*/

.ilan-rooms-item i {
  font-size: 12px;
}

.ilanlar-icon:before {
  content: "";
  border: 1px solid rgb(132 132 132 / 45%);
  left: 50%;
  top: 0;
  height: 100%;
  position: absolute;
}

.yards {
  font-size: 12px;
}

.id-yayin {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
}

/*.id-yayin:before {*/
/*  content: "";*/
/*  border: 1px solid rgb(132 132 132 / 45%);*/
/*  position: absolute;*/
/*  left: 77px;*/
/*  height: 100%;*/
/*}*/

.ilan-small-exp {
  font-size: 12px;
  margin-bottom: unset;
  margin-left: 25px;
}

.ilan-button-box .btn {
  border: 1px solid #003366;
  color: #003366;
  width: 49%;
}

.ilan-button-box .btn:hover {
  background: #003366;
  border: 1px solid #003366;
  color: white;
  width: 49%;
}

.advert-detail-slider {
  position: relative;
}

.talep-box {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 50%;
  top: 17px;
  transform: translate(-50%, -50%);
}

.talep-box a {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  transition: .2s all;
}

.talep-box a:hover {
  background: #003366a2;
  color: white;
}

.talep-box p {
  /* background: #ffffff69; */
  /* width: 100px; */
  display: flex;
  /* vertical-align: middle; */
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: auto;
}

.talep-box a {
  width: 200px;
  text-align: center;
  background: #ffffff8c;
  color: black;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  /* align-items: center; */
  /* height: 50px; */
  margin-right: 10px;
}

.agent-logo img {
  width: 78%;
}


.agent-logo-box {
  position: relative;
  width: 100%;
}

.agent-logo {
  position: absolute;
  right: -29px;
  width: 50px;
  height: 50px;
  border: 1px solid #003366;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.prop-logo .agent-logo{
    position: absolute;
    right: 31px;
    height: 55px;
    border: 0px;
    top: 38%;
    transform: translate(35%, -91%);
    width:55%;
}
.agent-logo-box {
  display: flex;
  height: 80px;
  margin-top: 40px;
}

.agent-name {
  position: absolute;
  left: 2%;
  text-align: right;
  top: 16%;
}

.agent-name span {
  color: #003366;
  font-size: 14px;
  font-weight: 600;
}

.agent-name p {
  color: gray;
  font-size: 12px;
}


.ilan-item-img-box {
  position: relative;
  cursor: pointer;
}

.rent-sale {
  position: relative;
  height: 40px;
}

.rent-sale p {
  position: absolute;
  right: 0;
  background: #bf0000d6;
  width: 200px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}


.paylas {
  opacity: 0;
}

.activeheart i {
  color: red !important;
  transition: .2s all;


}



.detail-like .like-buttons {
  opacity: unset !important;
  position: relative !important;
  transform: unset !important;
  left: unset !important;
  margin-top: 10px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  top: unset !important;
}

.detail-like button.like-button i {
  margin-right: 5px !important;
  font-size: 20px !important;
}

.detail-like a.like-button i {
  margin-right: 5px !important;
  font-size: 20px !important;
}

.like-buttons {
  /* border: 1px solid #003366 !important; */
  color: #003366 !important;
  width: 100% !important;
  /* padding: 5px !important; */
}

.like-side {
  background: rgb(0 0 0 / 32%);
  position: absolute;
  top: 2px;
  right: 0;
  height: 98%;
  opacity: 0;
  transition: .3s all;
  width: 0%;
}

button.like-button {
  border: unset;
  background: unset;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  transition: .2s all;
}

a.like-button {
  border: unset;
  background: unset;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  transition: .2s all;
}


a.like-button i {
  color: white;
  font-size: 26px;
  transition: .2s all;
}

button.like-button i {
  color: white;
  font-size: 26px;
  transition: .2s all;
}

.like-side img {
  width: 40px;
  height: 40px;
}


.ilan-item-img-box:hover .like-side {
  opacity: 1;
  width: 20%;
}

.ilan-item-img-box:hover .like-button {
  opacity: 1;
  transition: .4s all;
  transition-delay: .3s;
}


.threed {
  background: unset;
  border: unset;
  color: white;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  left: 50%;
}

.shared {
  background: unset;
  border: unset;
  color: white;
  font-size: 26px;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  opacity: 0;
  left: 50%;
}

.shared-detail {
  background: unset;
  border: unset;
  font-size: 16px;
}

.ilan-item-img-box:hover .shared {
  opacity: 1;
  transition: .4s all;
  transition-delay: .9s;
}

.ilan-item-img-box:hover .threed {
  opacity: 1;
  transition: .4s all;
  transition-delay: .6s;
}

.benzer-ilanlar-box .card-text {
  display: inline-block;
  width: 210px;
  white-space: nowrap;
  overflow: hidden !important;
  margin-top: 12px;
  margin-bottom: unset;
  text-overflow: ellipsis;
}

.card-img-item {
  position: relative;
  width: 100%;
}

.benzer-ilan-like-side {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 32%);
  height: 99%;
  width: 0;
  opacity: 0;
  transition: .3s all;
}

.benzer-ilan-like-side button {
  border: unset;
  background: unset;
  color: white;
  font-size: 22px;
}


.benzer-ilan-like-side .ilan-like-button {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.benzer-ilan-like-side .ilan-shared {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.benzer-ilan-like-side .ilan-threed {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.benzer-ilanlar-box .card:hover .benzer-ilan-like-side {
  opacity: 1;
  width: 20%;
}

.ilan-like-button,
.ilan-threed,
.ilan-shared {
  opacity: 0;
}

.benzer-ilanlar-box .card:hover .ilan-like-button {
  opacity: 1;
  transition: .4s all;
  transition-delay: .3s;
}

.benzer-ilanlar-box .card:hover .ilan-shared {
  opacity: 1;
  transition: .4s all;
  transition-delay: .9s;
}

.benzer-ilanlar-box .card:hover .ilan-threed {
  opacity: 1;
  transition: .4s all;
  transition-delay: .6s;
}

.benzer-ilanlar-box .card-body .ilana-git {
  background-color: #003366;
  color: white;
  width: 100%;
}

.card-explain-sale i {
  color: rgb(179, 7, 7) !important;
  font-size: 8px;
}

/* .card {
  border: unset;
} */

.card-explain-sale {
  display: flex;
  align-items: center;
}

.card-explain-sale i {
  margin-right: 10px;
}

.benzer-ilan-icon:before {
  content: "";
  border: 1px solid gray;
  height: 100%;
  position: absolute;
  right: -11px;
}

.last-content::before {
  content: unset;
}

.benzer-ilan-icon {
  position: relative;
  text-align: center;
    font-size: 15px;
}

.btn-main {
    background: #003366;
    color: white;
    width: 10%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.btn-main:hover {
    background: #175da3;
    color: white;
}

.benzer-ilanlar-box .card-body {
  height: 226px;
}

.benzer-ilanlar {
  margin-bottom: 50px;
}

















.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.chart-title {
  display: none;
}



/* ----------contact------------- */


.contact-input-items input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 5px;
  background: unset;
}

.contact-message textarea {
  width: 100%;
  padding: 5px;
}

:focus-visible {
  outline: none !important;
}

.contanct-buttons {
  position: relative;
  width: 100%;
  clear: both;
}

.contanct-buttons .btn {
  background: #003366;
  width: 150px;
  color: white;
  float: right;
  transition: .2s all;
}

.contanct-buttons .btn:hover {
  border: 1px solid #003366;
  color: #003366;
  background: white;

}

.contact-item-box a {
  color: black;
}

.d-time {
  border-right: 2px solid white;
}




/* ------------------DATE----------- */



div#datepicker-date {
  left: 0 !important;
  top: 90px !important;
}

#datepicker-time {
  left: 177px !important;
  top: 92px !important;
}


.presentation,
.presentation fieldset {
  border: 0;
  min-width: 15rem;
}

.presentation label {
  line-height: 1;
  padding: 0;
  margin: 0 0 0.5em 0;
  white-space: nowrap;
  float: left;
}

.presentation label:not(only-child) {
  width: 60%;
}

.presentation label~label {
  margin-top: -1.5em;
  width: 35%;
  float: right;
}

.presentation input {
  width: 100%;
  float: left;
  margin: 0;
}

.presentation input[type=date]:not(only-child) {
  width: 60%;
}

.presentation input[type=time]:not(only-child) {
  width: 35%;
  float: right;
}

:root {
  --ui-datepicker-bg: #fff;
  --ui-datepicker-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
  --ui-datepicker-border-radius: 0.3rem;
  --ui-datepicker-border-color: #e7e9ed;
  --ui-datepicker-today-bg: #003366;
  --ui-datepicker-today-color: #FFF;
  --ui-datepicker-selected-bg: #E77;
  --ui-datepicker-selected-color: #FFF;
  --ui-datepicker-error-color: red;
  --ui-datepicker-zindex: 1020;
  --ui-datepicker-breakpoint-sm: 360px;
  --ui-datepicker-breakpoint-md: 678px;
  --ui-datepicker-breakpoint-lg: 1098px;
  --ui-datepicker-breakpoint-height: 640px;
}

.randevu-item-boxs input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.25em 0.5em;
  font: inherit;
  line-height: 1.5;
  border: 0.075em solid currentColor;
  border-radius: 0.3rem;
  outline: 0;
  background: white;
  height: 2.25em;
  z-index: 1;
  will-change: color, background, box-shadow;
  transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.randevu-item-boxs input::-moz-placeholder {
  opacity: 0.5;
}

.randevu-item-boxsinput:-ms-input-placeholder {
  opacity: 0.5;
}

.randevu-item-boxs input::placeholder {
  opacity: 0.5;
}

.randevu-item-boxs input:invalid,
.randevu-item-boxs input:invalid:required {
  outline: 1px !important;
  outline-color: red !important;
}

.randevu-item-boxs input:focus,
.randevu-item-boxs input.focus {
  color: #003366;
  box-shadow: 0 0 0 0.2rem #10299940;
  z-index: 2;
}

.randevu-item-boxs input:focus::-moz-placeholder,
.randevu-item-boxs input.focus::-moz-placeholder {
  color: #003366;
  opacity: 1;
}

.randevu-item-boxs input:focus:-ms-input-placeholder,
.randevu-item-boxs input.focus:-ms-input-placeholder {
  color: #003366;
  opacity: 1;
}

.randevu-item-boxs input:focus::placeholder,
.randevu-item-boxs input.focus::placeholder {
  color: #003366;
  opacity: 1;
}

.randevu-item-boxs input::selection,
.randevu-item-boxs input::-webkit-datetime-edit-day-field:focus,
.randevu-item-boxs input::-webkit-datetime-edit-month-field:focus,
.randevu-item-boxs input::-webkit-datetime-edit-year-field:focus,
.randevu-item-boxs input::-webkit-datetime-edit-minute-field:focus,
.randevu-item-boxs input::-webkit-datetime-edit-hour-field:focus {
  color: #FFF;
  background: #003366;
}

.randevu-item-boxs input[type=time],
.randevu-item-boxs input[type*=date],
.randevu-item-boxs input[type=week],
.randevu-item-boxs input[type=month],
.randevu-item-boxs input[type=year],
.randevu-item-boxs input[data-datepicker] {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1.75em;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: calc(100% - .55em) center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3e%3cpath d='M1.8.5v.8h-.7c-.2 0-.4.2-.4.4v6.5c0 .2.2.4.4.4H8c.2 0 .4-.2.4-.4V1.6c0-.2-.2-.4-.4-.4h-.8V.5H6v.8H3V.5H1.8zm-.3 3h6.1v4.2H1.5V3.5zm.3.4v1.5h1.5V3.9H1.8zm1.9 0v1.5h1.5V3.9H3.7zm1.9 0v1.5h1.5V3.9H5.6zM1.8 5.8v1.5h1.5V5.8H1.8zm1.9 0v1.5h1.5V5.8H3.7z' fill='%23222'/%3e%3c/svg%3e");
  cursor: default;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.randevu-item-boxs input[type=time]:focus,
.randevu-item-boxs input[type=time].focus,
.randevu-item-boxs input[type*=date]:focus,
.randevu-item-boxs input[type*=date].focus,
.randevu-item-boxs input[type=week]:focus,
.randevu-item-boxs input[type=week].focus,
.randevu-item-boxs input[type=month]:focus,
.randevu-item-boxs input[type=month].focus,
.randevu-item-boxs input[type=year]:focus,
.randevu-item-boxs input[type=year].focus,
.randevu-item-boxs input[data-datepicker]:focus,
.randevu-item-boxs input[data-datepicker].focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3e%3cpath d='M1.8.5v.8h-.7c-.2 0-.4.2-.4.4v6.5c0 .2.2.4.4.4H8c.2 0 .4-.2.4-.4V1.6c0-.2-.2-.4-.4-.4h-.8V.5H6v.8H3V.5H1.8zm-.3 3h6.1v4.2H1.5V3.5zm.3.4v1.5h1.5V3.9H1.8zm1.9 0v1.5h1.5V3.9H3.7zm1.9 0v1.5h1.5V3.9H5.6zM1.8 5.8v1.5h1.5V5.8H1.8zm1.9 0v1.5h1.5V5.8H3.7z' fill='%23109899'/%3e%3c/svg%3e");
}

input[type=time]::-webkit-spin-button,
.randevu-item-boxs input[type=time]::-webkit-outer-spin-button,
.randevu-item-boxs input[type=time]::-webkit-inner-spin-button,
.randevu-item-boxs input[type*=date]::-webkit-spin-button,
.randevu-item-boxs input[type*=date]::-webkit-outer-spin-button,
.randevu-item-boxs input[type*=date]::-webkit-inner-spin-button,
.randevu-item-boxs input[type=week]::-webkit-spin-button,
.randevu-item-boxs input[type=week]::-webkit-outer-spin-button,
.randevu-item-boxs input[type=week]::-webkit-inner-spin-button,
.randevu-item-boxs input[type=month]::-webkit-spin-button,
.randevu-item-boxs input[type=month]::-webkit-outer-spin-button,
.randevu-item-boxs input[type=month]::-webkit-inner-spin-button,
.randevu-item-boxs input[type=year]::-webkit-spin-button,
.randevu-item-boxs input[type=year]::-webkit-outer-spin-button,
.randevu-item-boxs input[type=year]::-webkit-inner-spin-button,
.randevu-item-boxs input[data-datepicker]::-webkit-spin-button,
.randevu-item-boxs input[data-datepicker]::-webkit-outer-spin-button,
.randevu-item-boxs input[data-datepicker]::-webkit-inner-spin-button {
  display: none;
}

.randevu-item-boxs input[type=time]::-webkit-clear-button,
.randevu-item-boxs input[type*=date]::-webkit-clear-button,
.randevu-item-boxs input[type=week]::-webkit-clear-button,
.randevu-item-boxs input[type=month]::-webkit-clear-button,
.randevu-item-boxs input[type=year]::-webkit-clear-button,
.randevu-item-boxs input[data-datepicker]::-webkit-clear-button {
  display: none;
}

.randevu-item-boxs input[type=time]::-ms-clear,
.randevu-item-boxs input[type*=date]::-ms-clear,
.randevu-item-boxs input[type=week]::-ms-clear,
.randevu-item-boxs input[type=month]::-ms-clear,
.randevu-item-boxs input[type=year]::-ms-clear,
.randevu-item-boxs input[data-datepicker]::-ms-clear {
  display: none;
}

.randevu-item-boxs input[type=time]::-webkit-calendar-picker-indicator,
.randevu-item-boxs input[type*=date]::-webkit-calendar-picker-indicator,
.randevu-item-boxs input[type=week]::-webkit-calendar-picker-indicator,
.randevu-item-boxs input[type=month]::-webkit-calendar-picker-indicator,
.randevu-item-boxs input[type=year]::-webkit-calendar-picker-indicator,
.randevu-item-boxs input[data-datepicker]::-webkit-calendar-picker-indicator {
  right: 1.25em;
  width: 1em;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.randevu-item-boxs input[type=time] {
  /* autoprefixer: ignore next */
  -moz-appearance: textfield;
}

.randevu-item-boxs input[type=time],
input[data-datepicker-mode=time] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3e%3cpath d='M4.5.5c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm1.8 5.2l-.4.1-.2-.1-1.4-1-.1-.1v-.1-.1-.1-.1L5 1.3c0-.2.2-.3.4-.2.2.1.3.3.3.5L5 4.3l1.2.8c.1.2.2.4.1.6z' fill='%23222'/%3e%3c/svg%3e");
}

.randevu-item-boxs input[type=time]:focus,
input[type=time].focus,
input[data-datepicker-mode=time]:focus,
input[data-datepicker-mode=time].focus {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3e%3cpath d='M4.5.5c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm1.8 5.2l-.4.1-.2-.1-1.4-1-.1-.1v-.1-.1-.1-.1L5 1.3c0-.2.2-.3.4-.2.2.1.3.3.3.5L5 4.3l1.2.8c.1.2.2.4.1.6z' fill='%23109899'/%3e%3c/svg%3e"); */
}

.randevu-item-boxs .input-group input[data-datepicker][type=text]:not(:last-child) {
  max-width: calc(100% - 2.5em);
  float: left;
  border-radius: 0.3rem 0px 0px 0.3rem;
  border-right-width: 0;
  background-image: none;
}

.randevu-item-boxs.input-group input[data-datepicker][type=text]:not(:last-child)~button {
  width: 2.5em;
  height: 2.25em;
  float: right;
  cursor: pointer;
  border-radius: 0px 0.3rem 0.3rem 0px;
  padding: 0.25em 0.5em;
  font: inherit;
  line-height: 1.5;
  border: 0.075em solid currentColor;
  border-left-width: 0;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  background-position: calc(100% - .55em) center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3e%3cpath d='M1.8.5v.8h-.7c-.2 0-.4.2-.4.4v6.5c0 .2.2.4.4.4H8c.2 0 .4-.2.4-.4V1.6c0-.2-.2-.4-.4-.4h-.8V.5H6v.8H3V.5H1.8zm-.3 3h6.1v4.2H1.5V3.5zm.3.4v1.5h1.5V3.9H1.8zm1.9 0v1.5h1.5V3.9H3.7zm1.9 0v1.5h1.5V3.9H5.6zM1.8 5.8v1.5h1.5V5.8H1.8zm1.9 0v1.5h1.5V5.8H3.7z' fill='%23FFF'/%3e%3c/svg%3e");
  z-index: 1;
  outline: 0;
  will-change: color, background, box-shadow;
  transition: color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.input-group input[data-datepicker][type=text]:not(:last-child)~button:focus {
  color: #003366;
  box-shadow: 0 0 0 0.2rem rgba(16, 152, 153, 0.25);
  z-index: 2;
}

.datepicker {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: visible;
  width: 20rem;
  font-size: 1rem;
  color: #222;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid #e7e9ed;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.15);
  outline: none;
  z-index: 1020;
  will-change: opacity, transform;
  transition: opacity 0.2s linear, transform 0.2s ease;
  opacity: 0;
}

.datepicker,
.datepicker * {
  -webkit-tap-highlight-color: transparent;
}

.datepicker,
.datepicker *:not(input):not(textarea) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker [hidden] {
  display: none !important;
  visibility: hidden;
}

.datepicker:not(.show) {
  display: none;
  pointer-events: none;
}

.datepicker.show {
  display: block;
  opacity: 1;
}

.datepicker.slide-in {
  transition: opacity 0.2s ease, transform 0.2s linear;
}

.datepicker.slide-in:not(.show) {
  opacity: 0;
  transform: translate(0, 0);
}

.datepicker.modal {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  width: 20rem;
}

.datepicker.modal .indicator {
  display: none;
}

.datepicker.calendar .week abbr::before {
  content: attr(data-twochar) !important;
}

@media (min-width: 42rem) {
  .datepicker.calendar {
    width: 40rem;
  }

  .datepicker.calendar>div {
    display: block;
    width: 50.5%;
    float: right;
  }

  .datepicker.calendar .datepicker-header {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 49.5%;
    border-radius: 0.3rem 0 0 0.3rem;
  }

  .datepicker.calendar .datepicker-header time {
    position: absolute;
    font-size: 1.2rem;
    bottom: 1rem;
  }

  .datepicker.calendar .datepicker-navigation {
    clear: left;
  }
}

.datepicker-backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1019;
}

.datepicker.modal~.indicator {
  display: none;
}

.datepicker .indicator {
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -0.5rem;
  left: calc(50% - 0.5rem);
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #d8dce2;
  border-width: 0 0 1px 1px;
  box-shadow: 0rem 0rem 0.75rem 2px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.datepicker.bottom .indicator {
  top: -0.5rem;
  bottom: auto;
  border-color: #e7e9ed;
  border-width: 1px 1px 0 0;
  box-shadow: none;
}

.datepicker.left .indicator {
  top: calc(50% - 0.5rem);
  right: -0.5rem;
  left: auto;
  bottom: auto;
  border-width: 1px 0 0 1px;
}

.datepicker.right .indicator {
  top: calc(50% - 0.5rem);
  right: auto;
  left: -0.5rem;
  bottom: auto;
  border-width: 0 1px 0 1px;
}

.datepicker button,
.datepicker input,
.datepicker time,
.datepicker a {
  will-change: color, background, box-shadow, border, font;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, font 0.2s ease;
}

.datepicker button,
.datepicker input,
.datepicker a {
  position: relative;
  overflow: visible;
  min-width: 1rem;
  font: inherit;
  color: inherit;
  color: currentColor;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  line-height: normal;
  border-radius: 0.3rem;
  pointer-events: all;
  outline: 0;
  z-index: 1;
}

.datepicker button:focus,
.datepicker button:active,
.datepicker input:focus,
.datepicker input:active,
.datepicker a:focus,
.datepicker a:active {
  z-index: 2;
}

.datepicker button:active,
.datepicker input:active,
.datepicker a:active {
  box-shadow: none;
}

.datepicker button svg,
.datepicker input svg,
.datepicker a svg {
  pointer-events: fill;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.datepicker input:focus {
  color: #003366;
}

.datepicker input:invalid,
.datepicker input:invalid:required {
  outline: 1px !important;
  outline-color: red !important;
  z-index: 2;
}

.datepicker button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  cursor: pointer;
}

.datepicker button:first-letter {
  text-transform: uppercase;
}

.datepicker button:hover {
  color: #003366;
}

.datepicker button:focus {
  color: #FFF;
  background-color: #003366;
  box-shadow: 0 0 0 0.3rem rgba(16, 152, 153, 0.15);
}

.datepicker button:active {
  color: #FFF;
  background-color: #12afb0;
}

.datepicker-header,
.datepicker-navigation,
.datepicker-body,
.datepicker-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  z-index: 2;
}

.datepicker-header {
  background: #003366;
  border-radius: 0.3rem 0.3rem 0 0;
}

.datepicker-header:hover button,
.datepicker-header:focus button {
  opacity: 1;
  visibility: visible;
}

.datepicker-header h2,
.datepicker-header time {
  color: #FFF;
}

.datepicker-header h2:first-letter,
.datepicker-header time:first-letter {
  text-transform: uppercase;
}

.datepicker-header h2 {
  font-weight: 400;
  width: 100%;
  font-variant-numeric: ordinal;
  padding: 0.25em 0 0 0;
  margin: 0 0 2rem 0;
}

.datepicker-header time {
  color: #FFF;
  font-weight: 200;
  font-size: 1.15rem;
}

.datepicker-header button {
  opacity: 0;
  visibility: 0;
  color: rgba(255, 255, 255, 0.3);
}

.datepicker-header button:hover {
  color: #FFF;
}

.datepicker-header button:focus {
  opacity: 1;
  visibility: visible;
}

.datepicker-header button:first-of-type {
  position: absolute;
  font-size: 1.5rem;
  line-height: 0.75em;
  padding: 0.25em;
  right: 1rem;
  top: 1.1rem;
}

.datepicker-navigation {
  position: relative;
  padding-top: 1.5rem;
  border-radius: calc(0.3rem - 1px) calc(0.3rem - 1px) 0 0;
}

.datepicker-navigation button {
  border-radius: 50%;
  position: absolute;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  line-height: 1;
  top: 1.3rem;
}

.datepicker-navigation button.prev {
  left: 1rem;
}

.datepicker-navigation button.next {
  right: 1rem;
}

.datepicker-navigation button svg {
  width: 1em;
  height: 1em;
}

.datepicker-navigation h3,
.datepicker-navigation a {
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.3rem;
  font-size: 1.1em;
  width: calc(100% - 5em);
  cursor: pointer;
  font-variant-numeric: tabular-nums;
  outline: 0;
}

.datepicker-navigation h3:hover,
.datepicker-navigation a:hover {
  color: #003366;
}

.datepicker-navigation h3:focus,
.datepicker-navigation a:focus {
  color: #FFF;
  background-color: #003366;
  box-shadow: 0 0 0 2px rgba(16, 152, 153, 0.1);
}

.datepicker-navigation h3:first-letter,
.datepicker-navigation a:first-letter {
  text-transform: uppercase;
}

.datepicker-body {
  padding-bottom: 1rem;
  border-radius: 0 0 calc(0.3rem - 1px) calc(0.3rem - 1px);
}

.datepicker-footer {
  padding-top: 0;
  padding-bottom: 1.5rem;
  text-align: center;
  border-radius: 0 0 calc(0.3rem - 1px) calc(0.3rem - 1px);
}

.datepicker-footer button {
  padding: 0.25rem;
  float: none;
}

.datepicker .time,
.datepicker .day,
.datepicker .month,
.datepicker .year,
.datepicker .decade,
.datepicker .settings {
  display: inline-block;
  min-height: 13rem;
  overflow: visible;
  will-change: opacity, transform;
  transition: opacity 0.3s linear, transform 0.15s ease;
}

.datepicker .time:not(.show),
.datepicker .day:not(.show),
.datepicker .month:not(.show),
.datepicker .year:not(.show),
.datepicker .decade:not(.show),
.datepicker .settings:not(.show) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.datepicker .time.show,
.datepicker .day.show,
.datepicker .month.show,
.datepicker .year.show,
.datepicker .decade.show,
.datepicker .settings.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  display: flex;
}

.datepicker .week,
.datepicker .days {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.datepicker .week abbr,
.datepicker .week a,
.datepicker .days abbr,
.datepicker .days a {
  display: inline-block;
  overflow: hidden;
  width: 14.28%;
  max-width: 14.28%;
  margin: 0;
  text-decoration: none;
  text-align: center;
}

.datepicker .week {
  padding-bottom: 0;
  position: absolute;
}

.datepicker .week abbr {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: transparent;
}

.datepicker .week abbr:first-letter {
  text-transform: uppercase;
}

.datepicker .week abbr::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  content: attr(data-content);
  color: rgba(128, 128, 128, 0.25);
  text-align: center;
  text-transform: uppercase;
}

.datepicker .days {
  position: relative;
  margin-top: 20px;
}

.datepicker .days a {
  line-height: 2;
  z-index: 1;
}

.datepicker .days a::after {
  content: none;
  position: absolute;
  bottom: 0.4rem;
  right: 0.2rem;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #E77;
}

.datepicker .days a.today::after {
  content: "";
  background: orange;
}

.datepicker .days a time {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2.2;
  letter-spacing: -0.1em;
}

.datepicker .days a:hover span,
.datepicker .days a:focus span {
  transform: scale(1) translate(-50%, -100%);
  opacity: 1;
  visibility: visible;
}

.datepicker .days a span {
  position: absolute;
  left: 50%;
  display: inline-block;
  text-align: left;
  padding: 0.25em 1em;
  transform-origin: left center;
  transform: scale(0.5) translate(-50%, -200%);
  max-width: 20rem;
  color: #FFF;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.15rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear, transform 0.15s ease-in-out;
}

.datepicker .days a span::after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -0.25rem;
  left: calc(50% - 0.3333333333rem);
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #d8dce2;
  border-width: 0 0 1px 1px;
  z-index: -1;
}

.datepicker .days a span i {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  font-style: normal;
}

.datepicker .time {
  white-space: nowrap;
}

.datepicker .time div {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
}

.datepicker .time div:first-of-type {
  float: left;
}

.datepicker .time div:first-of-type::after {
  content: ":";
  position: absolute;
  width: 1em;
  height: 1.5em;
  right: -0.5em;
  top: calc(50% - .25em);
  line-height: 1.5;
}

.datepicker .time div:last-of-type {
  float: right;
}

.datepicker .time label {
  display: block;
  width: 100%;
  font-size: 0.5em;
  margin: 0 0 1rem 0;
}

.datepicker .time label:first-letter {
  text-transform: uppercase;
}

.datepicker .time button,
.datepicker .time input {
  width: 2.5em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  float: none;
  border: 2px solid #e7e9ed;
}

.datepicker .time button {
  display: block;
  background-color: #f2f2f2;
  border-width: 2px 2px 0 2px;
}

.datepicker .time button:hover {
  background-color: #b3b3b3;
  color: #FFF;
}

.datepicker .time button:focus {
  color: #FFF;
  border-color: #003366;
  background-color: #003366;
}

.datepicker .time button:active {
  background-color: #12afb0;
}

.datepicker .time button:first-of-type {
  border-width: 2px 2px 0 2px;
  border-radius: 0.3rem 0.3rem 0 0;
}

.datepicker .time button:last-of-type {
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 0.3rem 0.3rem;
}

.datepicker .time input {
  font-variant-numeric: tabular-nums;
  -webkit-appearance: none;
  appearance: none;
  /* autoprefixer: ignore next */
  -moz-appearance: textfield;
  padding: 0.25em 0;
  border-width: 0 2px 0 2px;
  border-radius: 0;
}

.datepicker .time input::-webkit-spin-button,
.datepicker .time input::-webkit-inner-spin-button,
.datepicker .time input::-webkit-outer-spin-button {
  display: none;
  margin: 0;
}

.datepicker .year a,
.datepicker .decade a {
  line-height: 1;
  width: 33.333%;
}

.datepicker .year a time,
.datepicker .decade a time {
  width: calc(100% - 0.5rem);
  padding: 1.3rem 0.25rem;
  line-height: 1rem;
  border-radius: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datepicker .year time {
  font-size: 0.8em !important;
  letter-spacing: 0;
}

.datepicker .decade a:last-child {
  margin: 0 33.333%;
}

.datepicker .decade time {
  font-size: 1em;
}

.datepicker .days a,
.datepicker .year a,
.datepicker .decade a {
  position: relative;
  display: inline-block;
  overflow: visible;
  background: transparent !important;
}

.datepicker .days a:hover time,
.datepicker .year a:hover time,
.datepicker .decade a:hover time {
  color: #333;
  background-color: rgba(51, 51, 51, 0.1);
}

.datepicker .days a:focus time,
.datepicker .year a:focus time,
.datepicker .decade a:focus time {
  font-weight: bold;
  background-color: #b3b3b3;
  color: #FFF;
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.05);
}

.datepicker .days a time,
.datepicker .year a time,
.datepicker .decade a time {
  display: block;
  margin: 0.25rem;
  display: inline-block;
  font-variant-numeric: slashed-zero tabular-nums;
}

.datepicker .days a.today:focus time,
.datepicker .days a.current:focus time,
.datepicker .year a.today:focus time,
.datepicker .year a.current:focus time,
.datepicker .decade a.today:focus time,
.datepicker .decade a.current:focus time {
  box-shadow: 0 0 0 0.25rem rgba(16, 152, 153, 0.15);
}

.datepicker .days a.today time,
.datepicker .days a.current time,
.datepicker .year a.today time,
.datepicker .year a.current time,
.datepicker .decade a.today time,
.datepicker .decade a.current time {
  font-weight: bold;
  background-color: #003366;
  color: #FFF;
}

.datepicker .days a[aria-selected]:focus time,
.datepicker .year a[aria-selected]:focus time,
.datepicker .decade a[aria-selected]:focus time {
  box-shadow: 0 0 0 0.25rem rgba(238, 119, 119, 0.15);
}

.datepicker .days a[aria-selected] time,
.datepicker .year a[aria-selected] time,
.datepicker .decade a[aria-selected] time {
  background-color: #E77;
  color: #FFF;
}

.datepicker .days a[aria-selected].start::before,
.datepicker .days a[aria-selected].end::before,
.datepicker .year a[aria-selected].start::before,
.datepicker .year a[aria-selected].end::before,
.datepicker .decade a[aria-selected].start::before,
.datepicker .decade a[aria-selected].end::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fadbdb;
  z-index: -1;
}

.datepicker .days a[aria-selected].start::before,
.datepicker .year a[aria-selected].start::before,
.datepicker .decade a[aria-selected].start::before {
  right: 0;
}

.datepicker .days a[aria-selected].start time,
.datepicker .year a[aria-selected].start time,
.datepicker .decade a[aria-selected].start time {
  border-radius: 50% 0 0 50%;
}

.datepicker .days a[aria-selected].start~a,
.datepicker .year a[aria-selected].start~a,
.datepicker .decade a[aria-selected].start~a {
  background-color: #fadbdb;
  color: #E77;
}

.datepicker .days a[aria-selected].end,
.datepicker .year a[aria-selected].end,
.datepicker .decade a[aria-selected].end {
  background-color: inherit !important;
}

.datepicker .days a[aria-selected].end::before,
.datepicker .year a[aria-selected].end::before,
.datepicker .decade a[aria-selected].end::before {
  left: 0;
}

.datepicker .days a[aria-selected].end time,
.datepicker .year a[aria-selected].end time,
.datepicker .decade a[aria-selected].end time {
  border-radius: 0 50% 50% 0;
}

.datepicker .days a[aria-selected].end~a,
.datepicker .year a[aria-selected].end~a,
.datepicker .decade a[aria-selected].end~a {
  background-color: inherit;
  color: inherit;
}

.datepicker .days a[disabled],
.datepicker .year a[disabled],
.datepicker .decade a[disabled] {
  border-radius: 0;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
  filter: grayscale(1);
}

.datepicker .settings fieldset,
.datepicker .day fieldset {
  display: inline-block;
  padding: 0;
  overflow: visible;
}

.datepicker .settings label,
.datepicker .day label {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
  float: none;
}

.datepicker .settings label:after,
.datepicker .day label:after {
  content: "";
  height: 100%;
}

.datepicker .settings label b,
.datepicker .day label b {
  display: inline-block;
  width: 100%;
}

.datepicker .settings label small,
.datepicker .day label small {
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

.datepicker .settings label input,
.datepicker .day label input {
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  line-height: 1;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.datepicker .settings label input:focus,
.datepicker .settings label input:checked,
.datepicker .day label input:focus,
.datepicker .day label input:checked {
  background-color: #003366;
}


/* -------------------------------------------------- */















/* -----------------chart------------- */


.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.chart-title {
  display: none;
}

/* -------------------------------- */
/* -----------MOBİLE MENU-------------- */
.modal {

  z-index: 999999 !important;

}

.mobile-menu-help:before {
  content: "";
  position: absolute;
  border: 1px solid #9d9d9d;
  width: 100%;
  bottom: 0;
}

.mobile-menu-help {
  position: relative;
  height: 128px;
}

.offcanvas {

  background-color: #000000c4 !important;

}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  display: none;
  z-index: 9999;
}


button#penthouse-tab {
  margin-right: unset !important;
}

button#villatwo-tab {
  margin-right: unset !important;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* -------------------------------- */
.index-modal-price-box {
  margin-top: 16px;
}

/* index-mobile-search */
.index-mobile-search-item {
  /* background: red; */
  position: absolute;
  /* bottom: 0; */
  top: 94%;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.index-search-btn {
  background: #003366;
  color: white;
  padding: 10px;
  height: 40px;
  display: flex;
  align-items: center;
}

.index-search-boxes {
  margin-top: 20px;
}

.index-search-radio .form-check-input:checked {
  background-color: #007bb0 !important;
  border-color: #007bb0 !important;
}


.index-search-radio .form-check-input:focus {

  box-shadow: unset !important;
}

.index-search-tipe-radio .nav-item {
  position: relative;
  width: 25%;
  display: flex;
  justify-content: center;
}

.index-search-tipe-radio button img {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); */
  width: 50px;
  height: 50px;
}

.index-search-tipe-radio .search-button-box .nav-link.active {
  border: 1px solid #007bb0;
  background-color: unset !important;

}

.index-search-tipe-radio .nav-tabs {
  border-bottom: unset !important;

}

.index-search-tipe-radio .nav-tabs .nav-link {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  width: 100%;
  background: white;
  margin-right: 10px;
  color: black;
  margin-bottom: 7px;
}

.index-search-tipe-radio .nav-tabs .nav-link.active {
  border: 1px solid #007bb0;
}

#indexSearchModal .modal-content {
  background: #f5f5f5;
  z-index: 9999999;
}

.index-radio-box {
  margin-bottom: 20px;
}


.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*image gallery*/
.image-checkbox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid transparent;
  margin-bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  border-color: #4783B0;
}

.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}

.image-checkbox-checked .fa {
  display: block !important;
}

.index-check-bedroom {
  display: flex;
  justify-content: space-between;
}


.index-modal-ara {
  height: 40px;
  background-color: #003366;
  color: white;
  font-weight: 600;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
}

.index-modal-ara:hover {
  color: #003366;
  background-color: white;
  border: 1px solid #003366;
}

.modal-footer {
  border: unset !important;
}



/* ----------------RANGE------------------- */


:root {
  --main-color: whitesmoke;
  --hover-color: #003366;
}

/* .container {
  width: 80%;
  max-width: 600px;
  margin: 50px auto;
} */

.index-modal-price-box button.accordion {
  width: 100%;
  background-color: white;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px 10px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s linear;
}

.index-modal-price-box button.accordion:after {
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: right;
  margin-top: 3px;
}

.index-modal-price-box button.accordion.is-open:after {
  content: '\f056';
}

.index-modal-price-box button.accordion:hover,
.index-modal-price-box button.accordion.is-open {
  background: #003366;
  color: white;
}

.index-modal-price-box .sliders-wrapper {
  padding: 10px;
}

.index-modal-price-box .accordion-content {
  background-color: white;
  border-left: 2px solid whitesmoke;
  border-right: 2px solid whitesmoke;
  border-bottom: 2px solid whitesmoke;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.index-modal-price-box .accordion-content>ul {
  margin: 0;
  padding: 0;
}

.index-modal-price-box .accordion-content>ul>a>li {
  width: 100%;
  padding: 15px 0 15px 20px;
  list-style-type: none;
  border-bottom: solid 1px whitesmoke;
}

.index-modal-price-box .accordion-content>ul>a {
  text-decoration: none;
  font-size: 18px;
  color: #444;
}

.index-modal-price-box .accordion-content>ul>a:hover li {
  background-color: whitesmoke;
}

/* Slider */

.index-modal-price-box .slider-wrapper {
  display: flex;
  align-items: center;
}

.index-modal-price-box .slider-wrapper form {
  margin: 0px auto 20px auto;
  width: 72%;
}

.index-modal-price-box #max-price-form {
  margin-top: 0;
}

.index-modal-price-box .price-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.index-modal-price-box .price-slider:hover {
  opacity: 1;
}

.index-modal-price-box .price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--hover-color);
  cursor: pointer;
}

.index-modal-price-box .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: grey;
  cursor: pointer;
}

.index-modal-price-box #slider12c .slider-selection {
  background: yellow;
}

.index-modal-price-box .output-wrapper {
  width: 250px;
  margin: 0 auto 20px auto;
}

.index-modal-price-box .output-wrapper>p,
span {
  display: inline;
}


/* ------------------------------------------------------------------------------------------------ */




/* -------------MOBİLE MENU---------- */
.mobile-menu-help h3,
.mobile-menu-help a,
.mobile-menu-follow h3 {
  color: white;
}

.mobile-menu a h3 {
  margin: 50px auto;
  text-align: center;
  color: white;
}

.index-mobile-search {
  display: none;
}

.slider-last-add p {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;

}

.satilik-bg {
  background: #003366 !important;
}

.insaat-bg {
  background: #046acf !important;

}

.gelecek-bg {
  background: #198cff !important;

}

/* ----left-randevu--- */
.randevu-left-side .presentation input[type=date]:not(only-child) {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  /*border: 1px solid #003366;*/
  padding: 5px;
  color: #bfbfbf;
}

.randevu-left-side .presentation input[type=time]:not(only-child) {
  width: 100%;
  float: unset !important;
  height: 40px;
  /*border: 1px solid #003366;*/
  color: #bfbfbf;
  padding: 5px;
}

.randevu-left-side .presentation label~label {
  width: 100%;
  float: unset !important;
}

.randevu-left-side .randevu-send {
  width: 100% !important;
  color: white;
  background: #003366;
  transition: .2s all;
  margin-top: 20px;
  /* float: right; */
  margin-bottom: 20px;
}

.randevu-left-side #datepicker-time {
  left: 0 !important;
  top: 172px !important;
}

.randevu-left-side .datepicker {
  width: 16.7rem;
}

.randevu-left-side input[type=time].focus {
  background-repeat: no-repeat !important;
}

.randevu-left-side .presentation,
.presentation fieldset {
  min-width: unset !important;
}



.modal-share-social .wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.modal-share-social .wrapper .icon {

  width: 50px;
  height: 50px;

}

.modal-share-social ul {
  padding-left: unset !important;
}

.modal-share-social .wrapper .icon:hover .tooltip {
  top: 58px !important;

}

.modal-share-social .wrapper .tooltip::before {
  bottom: 27px !important;
}


/* ------------back top menu ------ */
#backtop {
  display: inline-block;
  background-color: #003366;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  border: 2px solid white;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#backtop:hover {
  cursor: pointer;
}

#backtop.show {
  opacity: 1;
  visibility: visible;
}

img.mobilemenuicon {
  width: 11%;
}

/* Styles for the content section */


@media (min-width: 500px) {

  #backtop {
    margin: 30px;
  }
}




/* ------------hakkımızda---------- */
.about-us--explain-text-two a {
  color: black;
}

.about-us--explain-text-two span {
  color: black;
  font-weight: 600;
}

.gizlilik h2:before {
  content: unset !important;
}

.gizlilik .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #003366 !important;
}

.gizlilik ul#pills-tab {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.gizlilik li.nav-item {
  width: 14%;
}

.gizlilik .nav-pills .nav-link {

  height: 43px;

}

.about-img {
  width: 100%;
  position: relative;
  height: 400px;
}

.about-img img {
  width: 100%;
  height: 400px;
  object-fit: fill;
}

.about-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000007a;
}

.about-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.about-seciton-item {
  /* border: 1px solid red; */
  height: 210px;
  padding: 20px;
  /* width: 244px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  left: 50%;
  background: white;
  transform: translate(-50%, -19%);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  transition: .3s all;
}

.about-seciton-item:hover {
  margin-top: -10px;
}

.about-seciton-item:hover .about-icon-box-item {
  transform: rotateY(180deg);
  transition: .3s all;
}

.about-icon-box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.about-us-page {
  height: 540px;
}

.about-icon-box-item {
  /* border: 1px solid red; */
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 67%) 0px 0px 15px 0px;
  width: 80px;
  position: relative;
  height: 80px;
  background: #003366;
  transition: .3s all;
}

.about-icon-box-item i {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  transform: translate(-50%, -50%);
}

.about-us--explain-text {
  border-bottom: 3px solid white;
}

.about-us-text {
  background: #ebebeb26;
  padding: 20px;
  margin-top: 50px;
}

.about-us--explain-text:last-child {
  border-bottom: unset !important;
}

.about-us-header,
.about-us-header-two {
  text-align: center;
  position: relative;
  color: #003366;
}

.about-us-header-two {
  margin-top: 30px;
}

.about-us-header h2:before {
  /*content: "";*/
  border: 1px solid #003366;
  background: #003366;
  position: absolute;
  height: 100%;
  left: 31%;
  width: 4px;
  /* top: 50%; */
}

.about-us-header-two h2:before {
  /*content: "";*/
  border: 1px solid #003366;
  background: #003366;
  position: absolute;
  height: 100%;
  left: 35%;
  width: 4px;
  /* top: 50%; */
}

/* ---------------login------------ */
.login {
  position: relative;
}

.login-img {
  width: 100%;
  position: relative;
}

.login-img img {
  width: 100%;
}

.check-open .form-check-label {
  cursor: pointer;
}

.check-open .form-check-input:checked {
  background-color: #003366 !important;
  border-color: #003366 !important;
}

.login-item-box .form-control {
  width: 100% !important;
  height: 33px !important;
  margin-bottom: 10px;
  background: rgba(240, 0, 0, .05) !important;
  color: black !important;
  border: 1px solid #003366;
  padding: 5px;
  border-radius: 3px;
}

.login-item-box p,
.login-item-box h3,
.login-item-box label {
  color: black;
}

.forget-password-btn-group {

  display: flex;
  justify-content: space-between;
}

.forget-password-btn-group a {
  color: white;
}

.login-item-box {
  background: white;
  padding: 30px;
  position: absolute;
  top: 50%;

  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
}

.login-btn:hover {
  background: white !important;
  color: #003366 !important;
  transition: .3s all !important;
}

.register-btn:hover {
  background: #02284e;
  color: white;
  transition: .3s all;
}

button.btn.login-btn,
.register-btn {
  background: #003366;
  color: white;
  width: 150px;
  margin-top: 9px;
}

.check-open {
  margin-top: 20px;
}

button.btn.register-btn {
  /* margin-top: -20px; */
}

.login-item-box input:focus {
  box-shadow: unset !important;
  border-color: #003366;
}

.password-eye {
  position: relative;
}

.password-eye i {
  position: absolute;
  top: 11px;
  right: 10px;
}

.form-check input {
  width: 20px !important;
  height: 20px !important;
  /* background: white !important; */

}




/* ---------login-two----------- */
.user_forms-signup li.nav-item {
  width: 33%;
}

.nav-pills .nav-link {
  width: 100%;
  height: 36px !important;
  color: #003366;
}

.user_forms-signup .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #003366;
}

.user button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.user .forms_field-input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.user input[type=submit] {
  cursor: pointer;
}

input::-moz-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

.user input:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

.user input::placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

/**
* * Bounce to the left side
* */
@-webkit-keyframes bounceLeft {
  0% {
    transform: translate3d(100%, -50%, 0);
  }

  50% {
    transform: translate3d(-30px, -50%, 0);
  }

  100% {
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes bounceLeft {
  0% {
    transform: translate3d(100%, -50%, 0);
  }

  50% {
    transform: translate3d(-30px, -50%, 0);
  }

  100% {
    transform: translate3d(0, -50%, 0);
  }
}

/**
* * Bounce to the left side
* */
@-webkit-keyframes bounceRight {
  0% {
    transform: translate3d(0, -50%, 0);
  }

  50% {
    transform: translate3d(calc(100% + 30px), -50%, 0);
  }

  100% {
    transform: translate3d(100%, -50%, 0);
  }
}

@keyframes bounceRight {
  0% {
    transform: translate3d(0, -50%, 0);
  }

  50% {
    transform: translate3d(calc(100% + 30px), -50%, 0);
  }

  100% {
    transform: translate3d(100%, -50%, 0);
  }
}

/**
* * Show Sign Up form
* */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

/**
* * Page background
* */


.user_options-container {
  position: relative;
  width: 100%;
}

.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  border-radius: 3px;
}

/**
* * Registered and Unregistered user box and text
* */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300;
}

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}

.user_unregistered-text,
.user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em;
}

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  color: #007bb0;
  height: 40px;
  width: 100px;
  /* text-transform: uppercase; */
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.user_registered-login:hover,
.user_unregistered-signup:hover {
  /* color: rgba(34, 34, 34, 0.85); */
  background-color: white;
}

/**
* * Login and signup forms
* */
.user_options-forms {
  position: absolute;
  top: 30%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 74vh!important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate3d(100%, -50%, 0);
  transition: transform 0.4s ease-in-out;
}

.user_options-forms-two {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 500px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate3d(100%, -50%, 0);
  transition: transform 0.4s ease-in-out;
}

.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.user_options-forms .forms_title {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  /* text-transform: uppercase; */
  color: #003366;
  letter-spacing: 0.1rem;
}

.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}

.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #003366;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}

.user_options-forms .forms_field-input:focus {
  border-color: #003366;
  ;
}

.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 35px; */
  margin-top: 28px;
  margin-bottom: 15px;
}

.user_options-forms .forms_buttons-forgot {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}

.user_options-forms .forms_buttons-action {
  background-color: #003366;
  border: 1px solid #003366;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  /* text-transform: uppercase; */
  letter-spacing: 0.1rem;
  transition: background-color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-action:hover {
  background-color: white;
  color: #003366;
  border: 1px solid #003366;
}

.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
}

.user_options-forms .user_forms-signup {
  transform: translate3d(120px, 0, 0);
}

.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}

.user_options-forms .user_forms-login {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
* * Triggers
* */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
  animation: bounceLeft 1s forwards;
}

.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
  animation: showSignUp 1s forwards;
}

.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-120px, 0, 0);
}

.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
  animation: bounceRight 1s forwards;
}

.mobile-flag {
  display: none;
}

.mobile-money {
  display: none;
}

/**
* * Responsive 990px
* */
@media screen and (max-width: 990px) {
  .user_options-forms {
    min-height: 700px;
  }

  .user_options-forms .forms_buttons {
    flex-direction: column;
  }

  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }

  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }

  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }

  .forms_fieldset {
    margin-bottom: 24px !important;
  }
}

.login {
  display: none;
}

.forget-password {
  display: block !important;
}

.form-check label a {
  color: #007bb0;
}

.login-item .nav-pills .nav-link {
  color: white!important;
  background-color: #036!important;
}



.login-item .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: white!important;
  background-color: #036!important;
}




















/* ---------------------- */

/* Navbar */

/* Mobile Menu */
.mobile_menu_icon {
  position: absolute;
  top: 20px;
  right: 30px;
  height: 34px;
  display: block;
  z-index: 9999;
  background-color: #003366;
  padding: 0px 5px;
  box-shadow: 2px 10px 10px 0px rgb(0 0 0 / 60%);
}

.mobile_menu_icon a,
.mobile_menu_icon .lines,
.mobile_menu_icon span {
  display: block;
}

.mobile_menu_icon span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 20%;
  margin: 6px auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile_menu_icon .lines.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 15px;
  -webkit-transition: .6s;
  transition: .6s;
}

.mobile_menu_icon .lines.active span:nth-child(2) {
  transform: scale(0);
  -webkit-transition: .6s;
  transition: .6s;
}

.mobile_menu_icon .lines.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -16px;
  -webkit-transition: .6s;
  transition: .6s;
}

.Remove-Scroll {
  overflow: hidden;
}

.open,
.menu-list {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: -100%;
  right: 100%;
  bottom: 0
}

ul.list-unstyled a {
  color: black;
}

.menu-list {
  padding-top: 30px;
  text-align: center;
  font-family: 'Open Sans', Helvetica;
  font-size: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 3;
}

.list-open {
  top: 0%;
  right: 0%;
  bottom: 0;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;

  z-index: 999;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}

.menu-list ul {
  padding: 0;
}

.menu-list li {
  padding: 10px;
  background: none;
  color: #fff;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.menu-list li:nth-child(1) {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(1) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 1;
}

.menu-list li:nth-child(2) {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(2) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  opacity: 1;
}

.menu-list li:nth-child(3) {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(3) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  opacity: 1;
}

.menu-list li:nth-child(4) {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(4) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  opacity: 1;
}

.menu-list li:nth-child(5) {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(5) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}

.menu-list li:nth-child(6) {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(6) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  opacity: 1;
}

.menu-list li:nth-child(7) {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(7) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
  opacity: 1;
}

.menu-list li:nth-child(8) {
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(8) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
  opacity: 1;
}

.menu-list li:nth-child(9) {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(9) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  opacity: 1;
}

.menu-list li:nth-child(10) {
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open li:nth-child(10) {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
}

.menu-list .mobile-exp {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list.list-open .mobile-exp {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
}


.menu-list .social-icons {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.menu-list li a {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
}

.menu-list li a:hover {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-list.list-open .social-icons {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  opacity: 1;
}


li .social-icons:hover {
  background: none;
}

.social-icons {
  margin-top: 20px;
  font-size: 24px
}

.social-icons a {
  margin: 5px;
  color: #fff;
  display: inline-block;
}

/* Mobile Menu */

/* Animated Slider */
.flex_wrapper .wrapper .wrapper_inner {
  display: flex;
  align-items: center;
}

.HouzzLab {
  background-color: transparent;
}

.HouzzLab .wrapper .wrapper_inner .Slider {
  width: 60%;
  float: left;
}

.HouzzLab .wrapper .wrapper_inner .content {
  width: 40%;
  float: left;
}

.HouzzLab .wrapper .wrapper_inner .content {
  position: relative;
  background-color: #211e1e;
  color: #fff;
  padding: 15px;
  right: 20px;
  z-index: 2;
}

.HouzzLab .wrapper .wrapper_inner .content h2 {
  margin: 0;
  margin-bottom: 15px;
}

.HouzzLab .wrapper .wrapper_inner .content h3 {
  font-size: 15px;
  line-height: 30px;
}

/* Animated Slider */

/* Back Top */
.scroll-top {
  position: fixed;
  right: -50px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease;
}

.scroll-top.active {
  right: 10px;
}

.scroll-top .image {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.scroll-top .image img {
  background-color: #fff;
  max-width: 100%;
  transform: scale(0);
  transition: all 0.4s ease;
  transition-delay: 0.4s;
}

.scroll-top.active img {
  transform: scale(1);
}

/* Back Top */


.mobile_menu_icon {
  display: none;
}

.mobile-exp {
  background: black;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.mobile-exp a {
  color: white;
  font-size: 12px;
}

.mobile-exp h5 {
  color: white;
}


/* ---------------- AWARDS ----------- */

.awards-header {
  background-color: black;
}

.awards-header .navbar-expand-lg .navbar-collapse {
  justify-content: unset;
}

.awards-header .nav-link {
  color: black;
}














/* ------------ deneme -------- */
/* --------- canvas -------- */
.canvas-page {
  background: #003366;
  overflow: hidden;
  height: 400px;
  position: relative;
}

.canvas-page canvas {
  opacity: 0.5;
  /* position:absolute; */
  top: 0;
  /* background: red; */
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.kariyer-header {
  margin: 50px auto;
}

.kariyer-head h2 {
  color: white;
  /* z-index: 9999999; */
  position: absolute;
  top: 80%;
  left: 50%;
  font-size: 70px;
  transform: translate(-50%, -50%);
}

.kariyer-header i {
  font-size: 8px;
  margin-right: 10px;
  color: #003366;
}

.kariyer-header h5 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #242447;
  line-height: 36px;
  /* width: 65%; */
  text-align: center;
  margin-bottom: 2rem;
}

.accordion-menu-box {
  margin-bottom: 50px;
}

.kariyer-explain p {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #242447;
}

.kariyer-page {
  height: unset !important;
}

.team-friend-header {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #003366;
  font-family: 'Poppins', sans-serif;

}

.accordion-button::after {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-left: auto;
  content: "";
  background-image: url('../img/plus.png') !important;
  background-size: 50px;

}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/minus.png') !important;

  transform: rotate(-180deg);
}

button.accordion-button.collapsed {
  border: 1px solid #ccc;
  border-radius: 50px !important;
}

.accordion-header {
  margin-bottom: 20px;

}

.accordion-item {
  border: unset;
}

.accordion-button:focus {

  outline: unset !important;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  border: 1px solid #ccc;
  border-radius: 50px !important;

}

.team-friend i {
  font-size: 8px;
  color: #003366;
  margin-right: 10px;
}

button.accordion-button p {
  width: 100%;
  text-align: center;
  margin-bottom: unset;
  font-weight: 600;
}
 .kartdetay {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .logoboyut {
    width: 100%;
    margin-bottom: 20px;
  }

  .hizmetler {
    margin-bottom: 10px;
  }
  .text-left-side {
    font-weight: 600;
    color: #848484;
  }

  .btn-call {
    background: #007bb0;
    color: white;
    transition: .2s ease-in-out .0s;
    font-weight: 700;

  }

  .table-borderless tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    border-style: hidden;
  }
  .btn-call:hover{
    background-color: #003366;
    color: white;
    transition: .2s ease-in-out .0s;
  }
  .page-item.active .page-link {
      /*border-radius:50%;*/
      /*margin-right:6px;*/
  }
  .card-text-2{
      font-size:14px;
  }
  .agent-kartdetay {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .agent-logoboyut {
    width: 100%;
    margin-bottom: 20px;
  }

  .agent-navbar2 {
    display: flex;
    justify-content: start;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px;
  }

  .agent-tab2 {
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
  }
  .agent-tab2:hover {
    border-bottom: 4px solid blue;
  }

  .agent-tab2:active{
    border-bottom: 4px solid blue;
  }

  .agent-card2 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    overflow: hidden;
    border-radius: 3%;
  }

  .agent-card2-img-top {
    transition: transform 0.7s ease;
    width:100%;
  }

  .agent-card2:hover .agent-card2-img-top {
    transform: scale(1.1);
  }

  .agent-card2-body {
    padding: 1.25rem;
  }

  .agent-price-stil {
    color: #603814;
    font-size: 14px;
    font-weight: 700;
  }

  .agent-custom-word {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .agent-form-container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .agent-stik-nav {
    position: sticky;
    z-index: 111;
    top: 70px;
  }


#budgetSelect {
  position: absolute;
  display: block;
  background-color: white;
  color: grey;
  border-radius: 3%;
  padding: 3px;
  top: 105%;
  right: 43.1%;
}

#budgetSelect2 {
  position: absolute;
  display: block;
  background-color: white;
  color: grey;
  border-radius: 3%;
  padding: 3px;
  margin-left: 1000px;
  z-index: 11;
  top: 110%;
  right: 33%;
}

#maxBudgetSelect {
  border: none !important;
  width: 140% !important;
}

#minBudgetSelect {
  border: none !important;
  width: 140% !important;
}

.checkbox-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

.checkbox-container input {
  display: none;
}

.custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.custom-checkbox.checked {
  border-color: #007bff;
  border-width: 3px;
}

.checkbox-label {
  margin-left: 35px;
}

.checkbox-container:hover .custom-checkbox {
  border-color: #007bff;
}

/* MinMax Select */
.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-label {
  cursor: pointer;
}

.select-options,
.select-options2 {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f9f9f9;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  min-width: 119px;
}

.select-options {
  top: 39px;
  right: -40px;
}

.select-options2 {
  top: 39px;
  right: -94px;
}

.select-options li,
.select-options2 li {
  padding: 10px;
  cursor: pointer;
}

.select-options li:hover,
.select-options2 li:hover {
  background-color: #ddd;
}

.toggle-budget-select {
  border-left: 1px solid;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: unset !important;
}

#budgetSelect .form-select {
  width: 100% !important;
}

#budgetSelect .form-select option {
  padding: 20px !important;
}

#budgetSelect .form-select option:first-child {
  margin-top: 50px !important;
}

.radio-input {
  display: none;
}

.form-check.border {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.form-check.border:hover {
  border: 2px solid #346082 !important;
}



.form-check.border input[type="radio"]:checked+.form-check-label {
  font-weight: bold;
}

.form-check.border {
  position: relative !important;
}

.form-check.border input[type="radio"]:checked+.form-check-label::after {
  content: "";
  background-image: url('../img/checked.png');
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 0;
  border-top-left-radius: 3px;
  background-color: transparent;
  border: none;
}

.form-check.border input[type="radio"]:checked+.form-check-label::before {
  border-color: blue;
}

.checkbox-container {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-border {
  display: inline-block;
  width: 130px;
  height: 32px;
  border: 2px solid transparent;
  position: relative;
}

.checkbox-input:checked+.checkbox-border::before {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-input:checked+.checkbox-border {
  border-color: #346082;
  border-width: 4px;
  background-image: url('../img/arkaplan_resmi.jpg');
}

.bedroom-opt {
  display: none;
}

.bedroom-opt-open {
  display: block;
}


.checkbox-input:checked+.checkbox-border::after {
  content: "";
  background-image: url('../img/checked.png');
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 0;
  border-top-left-radius: 3px;
  background-color: transparent;
  border: none;
}

/* Textbox stilleri */
#textbox-header {
  width: 215%;
  padding: 10px;
  font-size: 16px;
}

.liste {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  top: 101%;
  left: 32.6%;
}

.liste ul {
  list-style-type: none;
  padding: 0;
}

.liste ul li {
  padding: 12px 16px;
  cursor: pointer;
}
.web-surum {
    display:block;
}
.mobil-surum {
    display:none;
}
.web-surum-for-project {
    display:block;
}
.mobil-surum-for-project {
    display:none;
}
#navbarDropdown2-ul{
        left: 20%;
        text-align: center;
        padding: 3px;
        margin-top: 2px;
    }
.liste ul li:hover {
  background-color: #DDDDDD;
  }
.web-surum-for-project .agent-logo{
        width:auto!important;

    }
    /* Sekme stilleri */
    .head-for-project .table-pad tbody tr td ul {
        padding:0px;
        margin:0px;
    }
    .head-for-project .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        background: transparent;
        color: #333;
    }

    .head-for-project .nav-tabs .nav-link.active {
        border: none;
        border-bottom: 3px solid #007bff;
        /* Aktif sekmenin alt çizgisi */
        background: transparent;
        color: #007bff;
        font-weight: bold;
    }

    .head-for-project .tab-content {
        border: 1px solid #ddd;
        border-top: none;
        padding: 20px;
        border-radius: 0 0 5px 5px;
    }

    .head-for-project .img-detail {
        filter: brightness(70%) grayscale(30%);

    }

    .head-for-project h2 {
        color: #007bb0;
    }

    .head-for-project .breadcrumb-box {
        background-color: #4b4b4b;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .head-for-project .img-banner {
    position: relative;
    z-index: 111;
    top: -300px;
    color: white;
    font-size: 20px;
}
.head-for-project .img-detail {
    width: 100%;
    height: 80vh !important;
}
.head-pic{
    height:80vh;
    margin-top: 77px;
}
.head-for-project .constract {
    color: #fff;
    transition: all 0.3s ease-out;
    font-size: 24px;
    font-weight: 700;
    overflow: visible;
}
.head-for-project .constract:hover {
    color: #0a58ca;;
    transition: all 0.3s ease-out;
}
.head-for-project .statusforbuild {
    background: #036;
    color: #fff;
    padding: 5px 10px;
    display: -ms-inline-grid;
    display: inline-grid;
    margin: 10px 0;
    font-size: 16px;
}
.h3-for-web{
    display:block;
}
.h3-for-mobile{
    display:none;
}
.btn-project:hover {
    color: #fff!important;
    background-color: #036!important;
    border-color: #0d6efd!important;
}
.btn-table-project.active{
    border: none;
    border-bottom: 3px solid #007bb0!important;
    background: transparent;
    color: #007bb0!important;
    font-weight: bold;
}
.chart-container canvas {
  width: 100% !important;
  height: auto !important;
}


.input-container select {
  width: 100%;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.chart-container {
  width: calc(20% - 10px);


  margin-bottom: 20px;
}

.input-container {
  margin-bottom: 20px;
}

.input-container label {
  display: block;
  margin-bottom: 5px;
}

.input-container input {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.result-container {
}

.result-container h2 {
  margin-bottom: 10px;
}

canvas {
  margin-top: 20px;
}

.boyut {
  max-height: 50%;
}

@media (max-width: 768px) {
  .chart-container {
    display:contents;
  }
  .boyut {
    margin-top:0px!important;
  }
  .result-container {
    margin-bottom: 20px;
  }
}
.border-tv{
        border: 2px solid #003366 !important;
}
/*
.responsive-iframe {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            overflow: hidden;
}

.responsive-iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
    }*/
    @media (max-width: 992px) {
  .video-item:before,
  .video-item:after {
    height: 88%;
    top: 2%;
    left: 15px;
    width: 88%;
  }
  .border-tv{
      padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .video-item:before,
  .video-item:after {
    height: 85%;
    top: 1%;
    left: 10px;
    width: 85%;
  }
}

@media (max-width: 576px) {
  .video-item:before,
  .video-item:after {
    height: 80%;
    top: 0;
    left: 5px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
    .user_options-forms {

        margin-top:75px;
    }
}
@media (max-width: 480px) {
  .video-item iframe {
    width: 100%;
    height: auto;
  }
  .video-item:before,
  .video-item:after {
    display: none;
  }
}

.image-style-block-align-right{
    text-align : right !important;
    width: auto !important;
}

.text-property {
  color: #003366;
}

.drone-shooting .top-drone p {
  margin: 0px !important;
}

.drone-shooting .card {
  border: 1px solid black;
  background-color: transparent;
}

.drone-shooting .card h5, .card p {
  text-align: left;
}

.drone-shooting .icon, .share-icon {
  font-size: 2rem;
  color: #003366;
}

.drone-shooting .share-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.drone-shooting .feature-icon {
  font-size: 2rem;
  border: 2px solid #00bcd4;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.drone-shooting .feature-text {
  text-align: center;
}
.drone-shooting .feature-title {
  font-weight: bold;
}
.drone-shooting .feature-subtitle {
  font-size: 0.9rem;
  color: gray;
}
.drone-shooting .service-icon {
  font-size: 2.5rem;
  color: #003366;
}
.fs-24 {
  font-size:24px;
}