@media screen and (max-width: 1200px) {
  .ecz {

    display: none;
  }
}

@media screen and (min-width:1280px) and (max-width:1600px){
  .slideContent p {
    margin: 0px 0px 15px 0px;
    padding-bottom: 25px;
    font-size: 20px;
  }
  #blogSlider {
    margin-bottom: 250px;
  }
}
@media screen and (min-width:1024px) and (max-width:1280px){
  .sliderArea .owl-dots {
    width: 50%;
    margin-top: 45px;
  }
  .sliderArea .owl-dot.active:after {
    right: -40px;
    top: 15px;
    font-size: 40px;
    line-height: 99%;
  }
  #blogSlider {
    margin-top: 115px;
    margin-bottom: 180px;
  }
  .slideContent p {
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;

    font-family: 'Satoshi';
    line-height: 21px;
    height: 150px;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .sidebannerDesc p {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 116%;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .postButtons a.circledButton {
    width: 140px;
    height: 50px;
    border-radius: 10px;
  }
  .stepTitle ul li a {
    padding: 15px 0px;
    font-size: 14px;
  }
  .dropdown-menu[data-bs-popper] {
    left: -30px;
  }
  .mapDescription {
    position: absolute;
    bottom: calc(-20% - 0px);
    right: -50px;
  }
  #city1 {
    top: 15%;
    right: 25%;
  }
  #city4 {
    top: auto;
    right: auto;
    left: 4%;
    bottom: 28%;
  }
  #city3 {
    top: 30%;
    right: auto;
    left: 20%;
  }
  #city2 {
    left: auto;
    bottom: auto;
    top: 15%;
    right: 50%;
  }
  .galleryCityDesc a {
    border: 1px solid #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 147.5%;
    color: #000000;
    transition: all .2s ease;
  }
  .nav-link {
    font-weight: 600;
    font-size: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px){
  .sidebar ul li a {
    font-size: 9px!important;
  }
  .mapArea{max-width: 516px;}
  #header { margin-top: 30px; }
  .menuArea .navbar-collapse > ul { flex-direction: column; }
  #city1 {
    top: 15%;
    right: 25%;
  }
  #city4 {
    top: auto;
    right: auto;
    left: 4%;
    bottom: 28%;
  }
  #city3 {
    top: 30%;
    right: auto;
    left: 20%;
  }
  #city2 {
    left: auto;
    bottom: auto;
    top: 15%;
    right: 50%;
  }
  .leftSlider{padding: 60px 10px 50px 0px;}
  #bigSlider::before {
    width: calc(100% + 2px);
    top: -1px;
    right: -1px;
    left: -1px;
  }
  #bigSlider::after {
    width: calc(100% + 2px);
    bottom: -1px;
    right: -1px;
    left: -1px;
  }
  .galleryCityImages > div > a img {
    width: 100%;
  }
  .newsDesc {
    padding-left: 10px;
  }
  #homeSlider {
    margin-top: 36px;
    margin-bottom: 56px;
  }
  .sliderArea .owl-dots {
    margin-top: 5px;
  }
  .dateCard {
    padding: 30px 20px;
  }
  .slideContent p {
    height: 68px!important;
    font-size: 15px!important;
  }
  .sidebannerDesc {
    bottom: 12px;
    padding: 0px 10px;
  }

}
@media screen and (max-width:1024px){
  .breadCrump, .breadcrumpWrapper{
    height: 150px;
    min-height: 150px;
    margin-top: 10px;
  }
.slide-counter {
    margin-top: 10px;
}
  .breadcrumpWrapper h2 {
    margin-top: 10px;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0px;
  }
  .tab-pane .btn.btn-secondary{
    margin-bottom: 5px;
    margin-right: 5px!important;
  }
  ul::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    border-radius: 10px;
  }

  ul::-webkit-scrollbar-track{
    background: #5d5d5d5e;
    border-radius: 10px;
  }

  ul::-webkit-scrollbar-thumb{
    background: #d6d6d6;
    border-radius: 10px;
  }

  ul::-webkit-scrollbar-thumb:hover{
    background: #0fa372;
  }

  .sliderLinks a {
    width: 70px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .stepTitle ul::-webkit-scrollbar-thumb{
    background: #f0094a;
    border-radius: 10px;
  }
  .sliderLinks a span {display: none;}

  .headerNav{padding: 0;}

  .sliderLinks a span{
    padding: 0;
  }
  .sliderArea .owl-dots {
    width: 50%;
    margin-top: 5px;
  }
  .sliderArea .owl-dot.active:after {
    right: -40px;
    top: 15px;
    font-size: 34px;
    line-height: 99%;
  }
  .sidebannerDesc a {
    white-space: nowrap;
    border-radius: 16px;
    padding: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.5px;
  }
  .sidebannerDesc a img {
    margin-left: 5px;
    width: 25px;
  }
  .sidebannerDesc p {
    font-size: 17px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .lastPostWrapper .postCard .postDesc {
    padding: 20px 10px 10px 10px;
  }
  .lastPostWrapper .postButtons a.circledButton {
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
  }
  #lastPost{margin-top: 20px;}
  .sidebar ul li a {
    font-size: 18px;
  }
  .sidebanner {
    margin-top: 15px;
  }
  .pagination {
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sideCatImg {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .sideCatImg img{height: 20px;}
  .sidebar ul li{margin-bottom: 10px;}
  .leftNav{order:2;width: 50%;white-space: nowrap;padding-right: 10px;}
  .rightNav{order:3;width: 50%;white-space: nowrap;padding-left: 10px;display: flex;justify-content: flex-end;}
  .pageNumber{order:1;width: 100%;display: flex;justify-content: center;margin-top: 20px;margin-bottom: 10px;}
  .leftNav .ellipse:after {
    width: 20px;
    height: 30px;
    top: 0px;
    left: 20px;
  }
  .rightNav .ellipse:after {
    width: 20px;
    height: 30px;
    top: 0px;
    right: 20px;
  }
  .ellipse {
    width: 30px;
    height: 30px;
  }
  .rightNav .ellipse {
    margin-left: 10px;
  }
  .leftNav .ellipse {
    margin-right: 10px;
  }
  .postCard{ display: flex;flex-direction: row;}
  .postImg{order: 1;}
  .postDesc{order: 2;}
  .postDesc p {
    margin-bottom: 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #FFFFFF;
  }
  .postButtons a.circledButton {
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
  }
  .postCard {
    width: 100%;
    float: left;
    padding: 16px;
    border-radius: 28px;
    margin-bottom: 15px;
  }
  .blogTitle h2 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
  }
  .postDesc {
    width: 100%;
    padding: 30px 10px 10px 10px;
  }
  .postDesc h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 100%;
  }
  .blogTitle {
    margin-bottom: 15px;
  }
  .blogSlide .owl-nav {
    margin-top: 25px;
  }
  .blogSlide .owl-nav button:hover, .blogSlide .owl-nav button.owl-prev:hover, .blogSlide .owl-nav button.owl-next:hover {
    transform: scale(1);
  }
  .slideContent h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    font-family: 'Satoshi';
  }
  .slideContent p {
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    font-family: 'Satoshi';
    line-height: 21px;
    height: 70px;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .slideContent a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
  }
  .slideContent {
    padding: 10px;
  }
  .blogSlide {
    margin-top: 25px;
  }
  #blogSlider {
    margin-top: 35px;
    margin-bottom: 150px;
  }
  .postImg img{width: 100%;}
  .postImg{width: 100%;}
  .blogArea h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin: 0px 0px 20px 0px;
  }
  .blogArea p {
    font-size: 16px;
  }
  .closebtn{display: block;}
  .mobileHidden{display: none;}
  .mobileMenu{ display: flex;    float: right;}
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: -100%;
    background-color: #1c436d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width: 300px;
    margin-top: 0;
    border-radius: 0 !important;
  }
  
  .sidenav.active{left: 0;}
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .nav-item{margin-bottom: 20px;}
  
  .nav-link img {
    margin-bottom: 0px;
    height: 40px;
    margin-right: 20px;
  }
  .dropdown-menu {
    background-color: #111;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .dropdown-toggle::after {
    position: absolute;
    right: -15px;
    top: 14px;
    bottom: auto;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  body .collapse:not(.show) {
    display: block;
  }
  .galleryCityDesc {
    width: 100%;
    float: left;
    padding-right: 0px;
    margin-top: 0;
  }

  .galleryCityDesc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .galleryCityDesc a {
    border: 1px solid #000000;
    padding: 7px 20px 7px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 147.5%;
    color: #000000;
    transition: all .2s ease;
  }
  #news {padding: 60px 0px 70px 0px;}
  .sliderContainer {
    display: flex;
    width: 100%;
    max-width: 100%;
    float: right;
    flex-direction: column;
  }
  .sliderDesc {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .sliderArea {
    width: 100%;
    float: left;
    max-width: calc(100% );
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsWrapper {
      margin-top: 0;
  }
  
  section.newsWrapper.tpk-2 {
      padding: 50px 0;
      margin-bottom: 0;
  }
  
  .captionNews .swiper-pagination-bullet span {
      font-size: 11px;
  }
  
  #calendarArea {
  }
  .sliderLinks {
    float: left;
    display: flex;
    flex-direction: row;
    margin-right: 0px;
    width: 100%;
    gap: 10px;
    padding: 0px 10px;
    justify-content: center;
  }
  .sliderLinks a{
    width: 100%;
    justify-content: center;
  }
  .sliderLinks a img {
    margin-bottom: 0;
    height: 23px;
  }
  .sliderTitle {
    width: calc(100% - 0px) !important;
    float: right;
    margin-right: 0;
    margin-top: 30px;
    padding-left: 10px;
  }
  .sliderTitle h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .sliderCarWrapper .owl-nav {
    margin-top: 20px;
    float: left;
    position: absolute;
  }
  .sliderCarWrapper .owl-nav button, .sliderCarWrapper .owl-nav button.owl-prev, .sliderCarWrapper .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    border: 1px solid white;
    border-radius: 100%;
  }
  .sliderCarWrapper .owl-nav button.owl-next {
    background: url(../img/right1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(1);
  }
  .sliderCarWrapper .owl-nav button.owl-prev {
    background: url(../img/left1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(1);
  }
  .authorSlider .owl-nav {
    margin-top: 20px;
    float: left;
    position: absolute;
  }
  .authorSlider .owl-nav button, .authorSlider .owl-nav button.owl-prev, .authorSlider .owl-nav button.owl-next {
    width: 33px;
    height: 33px;
    border: 1px solid white;
    border-radius: 100%;
  }
  .authorSlider .owl-nav button.owl-next {
    background: url(../img/right1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(1);
  }
  .authorSlider .owl-nav button.owl-prev {
    background: url(../img/left1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(1);
  }
  .authorPost p {
    font-size: 12px;
  }
  .authorPost h2 {
    font-size: 18px;
  }
  .sliderArea .owl-nav button, .sliderArea .owl-nav button.owl-prev, .sliderArea .owl-nav button.owl-next{
    width: 33px;
    height: 33px;
  }
  .sliderArea .owl-nav {
    margin-top: 20px;
    float: left;
  }
  .sliderArea .owl-nav button.owl-next {
    background-size: 10px;
  }
  .sliderArea .owl-nav button.owl-prev {
    background-size: 10px;
  }
  #bigSlider {
    margin-bottom: -40px;
  }
  #description, #description2 {
    padding: 25px 0px 0px 0px;
  }
  #homepagebg {
    padding-bottom: 40px;
  }
  .mapArea > img {
    width: 100%;
  }
  #virtualTour {
    margin-bottom: 25px;
  }
  .cityDiscover h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .cityDiscover h2 br{display: none;}
  .cityDiscover ul li {
    margin-bottom: 15px;
  }
  .mapWrapper p {
    font-size: 15px;
  }
  .leftSlider h2 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .leftSlider p {
    font-weight: 400;
    font-size: 16px;
    line-height: 147.5%;
    color: #E7E7E7;
    margin-bottom: 30px;
  }
  .leftSlider a {
    font-size: 14px;
    color: #C97A3E;
    padding: 7px 25px;
  }
  .dateCard h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .dateCard span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .dateCard > span > img {
    height: 20px;
  }
  .dateWrapper .dateCard span img{display: none;}
  .dateWrapper {
    max-height: 440px;
    padding-right: 0px;
  }
  .dateCard a {
    font-size: 13px;
    padding: 8px 20px;
  }
  .norm-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .norm-desc
  {
    max-width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
}
  .newsImg {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .newsDesc h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    margin: 0px 0px 6px 0px;
  }
  .newsDesc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 147.5%;
    color: #9D9B9B;
    margin: 0px 0px 26px 0px;
  }
  #footer {
    padding: 54px 11px;
  }

  
  .footerDesc p {
    font-size: 15px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .footerMenu ul li a {
    font-size: 15px;
  }
  .footerMenu{margin-bottom: 20px;}
  .copyright {
    font-size: 13px;
    line-height: 167%;
    color: #FFFFFF;
    padding: 10px 0px 50px 0px;
    border-top: 1px solid white;
    margin-top: 30px;
    text-align: center;
  }
  .footerSocial ul li a img {
    height: 15px;
  }
  .footerSocial ul{display: flex;justify-content: center;}
  .footerSocial ul li {
    margin-right: 10px;
    margin-left: 10px;
    float: left;
  }
  .footerMenu span {
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
  }
  .footerSocial span {
    font-size: 20px;
    text-align: center;
  }
  #galleryCity {
    background: #EFEFEF;
    padding: 107px 0px 30px 0px;
  }
  .sliderTitle a {
    font-size: 15px;
    padding: 10px 20px;
  }

  .captionNews .owl-dots {
    margin-bottom: 41px;
  }

  .tpk-2 h3 {
    font-size: 18px;
  }
  .dateWrapper:after {
    height: 130px;
  }
  .dateCard:last-child{margin-bottom: 130px;}
  .logoArea {
    margin-top: 0px;
  }
  .stepTitle ul {flex-wrap: wrap;justify-content: flex-start;width: 100%;padding-left: 0px;gap: 10px;}      
  .stepTitle ul li{width: calc(50% - 5px);padding: 0;}
  .descArea {gap: 0;flex-direction: column;}
  .stepTitle ul li a {padding: 0;line-height: initial;letter-spacing: 0;line-height: 40px;height: 38px;font-size: 15px;font-weight: 600;}
  .mapDescription{right: 0px;bottom: 0;}
  .ui-state-default, .ui-datepicker-calendar thead tr th span { width: 40px; height: 40px; font-size: 20px; line-height: 147.5%; }
  .dateCard {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ui-datepicker-calendar thead, .ui-datepicker-calendar tbody{
    float: none;
    width: auto;
  }


  
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (max-width:768px){
  .card.h-100.neleryenir {
    width: 100%;
  }
  .btn-outline-secondary {

    min-height: 137px !important;
    width: 149px !important;
  }
  .neleryenir .fw-bolder {
    font-size: 16px!important;
    letter-spacing: 0;
  }
  .neleryenir .card-body {
    height: 52px;
    overflow: hidden;
  }
  .galleryCityImages > div{gap:5px;}
  .topGallery{padding-left: 0px;margin-bottom: 5px;align-items: flex-end;}
  .subGallery{padding-right: 0px;align-items: center;align-items: flex-start;}
  .topGallery a img,.subGallery a img { width: 100%; }
  .ui-datepicker-calendar { margin: 60px auto 0 auto; max-width: 100%; }
  .sliderNews {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header {
    margin-top: 0px;
  }
  #homeSlider {
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .leftSlider{width: 100%;padding: 60px 10px 50px 0px;}
  .sliderCarousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rightImg{width: 100%;margin-bottom: 10px;}
  #bigSlider::before,#bigSlider::after{display: none;}
  .leftSocialMedia {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    border-radius: 0;
    padding: 0px 5px;
    left: 0;
    box-shadow: -1px 1px 7px 1px #00000014;
  }
  .leftSocialMedia ul {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }
  .leftSocialMedia ul li {
    margin-bottom: 0;
    margin: 0px 20px;
  }
  .leftSocialMedia ul li a {
    display: flex;
    align-items: center;
  }
  .leftSocialMedia ul li a img {
    filter: invert(1);
    height: 18px;
    width: 18px;
  }
  .newsWrapper .owl-nav button, .newsWrapper .owl-nav button.owl-prev, .newsWrapper .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
  }
  .newsWrapper .owl-nav button.owl-next, .newsWrapper .owl-nav button.owl-prev{background-size: 10px;}
  .mapWrapper {
    padding-bottom: 280px;
  }
  #city1 {
    left: auto;
    bottom: auto;
    top: 55px;
    right: 25%;
  }
  #city2 {
    top: 110px;
    right: 50%;
    bottom: auto;
    left: auto;
  }
  #city3 {
    top: 100px;
    right: auto;
    left: 20%;
  }
  #city4 {
    top: auto;
    right: auto;
    left: 7%;
    bottom: 80px;
  }
  .mapDescription {
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .postCard{ display: flex;flex-direction: column;}
}

@media screen and (max-width:600px){
  .mapDescription {
    bottom: -115%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #city1 {
    left: auto;
    bottom: auto;
    top: 35px;
    right: 25%;
  }
  #city2 {
    top: 40px;
    right: 50%;
  }
  #city3 {
    top: 70px;
    right: auto;
    left: 20%;
  }
  #city4 {
    top: auto;
    right: auto;
    left: 4%;
    bottom: 60px;
  }
}

@media screen and (max-width:768px){
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    min-height: 140px;
    width: 130px;
    margin-bottom: 20px;
  }
  .cld-main {
    max-width: 390px !important;
    padding-bottom: 56px;
  }
  .contactinput {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    margin-bottom: 24px;
  }
  .getinTouchform button.send {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FABA56;
    border-radius: 5px;
    border: none;
    width: 90%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #070532;
    text-align: center;
    margin-left: 30px;

  }
  
  .contactinput input {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    padding: 12px 16px;
    width: 80%;
    margin-left: 50px;
    /* text-align: center; */
  }
  
  .themeRow {
    width: 100%;
    /* float: left; */
    text-align: center;
  }
  
  .g-recaptcha {
    text-align: center;

  }
  
  .getinTouchform button.send {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FABA56;
    border-radius: 5px;
    border: none;
    width: 70%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #070532;
    text-align: center;
    margin-left: 80px;
  }

  .contactTitle h2 {
    font-size: 23px;
    line-height: 40px;
  }

  #post{
    padding: 30px 0 !important;;
    padding: 0 10px;
  }

  .fa.fa-h-square.ecz{
    font-size: 46px!important;
    margin-bottom: 10px;
  }
  
  #contact {
  padding: 20px;
  }
  .contactinput.input50 {
    width: 100%;
  }
  .mobilneler {
    margin-left: 50px;
    width:100%;

  }
  
  .neleryapilirbaslik {
    width: 100%;
    margin-bottom: 60px;

  }
  .centeritem {
    text-align: center;
    width: 100%;
    position: initial;
    left: 0%;
    position: relative;
  }
}

.ilan_baslik{
  height: auto;
}

#ilan_aciklama{
  width: 100%;
}

#ilan_aciklama p{
  width: auto;
  margin-left: 0;
}

@media only screen and (max-width: 1200px) {
  .ilan_resim{
    width: 100%;
  }
  
  .buyukResim{
    width: 100%;
  }
  
  #buyukResim img{
    width: 100%;
  }
  
  .contactWidgets ul{
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .form-horizontal{
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  
  .btn-wrapper{
    width: 100%;
  }
  body .neleryeniwrapper.sidebar ul{overflow: auto;}
  .sidebar ul li a{
    font-size: 14px !important;
    flex-wrap: nowrap;
    padding: 8px 16px;
    text-align: left !important;
    justify-content: start;
  }
}



@media only screen and (max-width: 767px) {
  .contactinput input {
    margin-left: 0;
    width: 100%;
  }
  .contactinput.input50:first-child{
    margin-right: 0;
  }
  
  .getinTouchform .send{
    width: 100% !important;
    margin: 0 !important;
  }
  #discover{margin-top: 20px;}
  .newsWrapper .captionNews .owl-nav button{
    width: 30px;
    height: 30px;
  }
  .newsWrapper .captionNews .owl-nav{
    margin-top: 10px;
  }
.flex-type {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.ustbaslik {
    padding: 20px;
    margin-bottom: 30px !important;
}

.ustbaslik .flex-btns .btn {
    font-size: 13px;
}
.g-recaptcha > div,.g-recaptcha iframe {
    width: 100% !important;
}
.card {
    padding: 30px 20px;
}
.lastPostWrapper .postDesc h2 {
    height: auto;
}
.lastPostWrapper .postImg {
    width: 100%;
}
.slide-counter {
    font-size: 30px;
    margin: 20px 0 0 10px;
}
.big-title {
    font-size: 50px !important;
}
}

@media (max-width: 768px){
  .row-cols-md-3>* {
    width: 100% !important;
  }
} 