a{font-weight: 400 !important;font-family: 'Poppins', sans-serif !important;}
a:hover{text-decoration: none !important}
.search:focus { border-color: inherit !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
.search {font-size:16px !important;font-family: 'Poppins', sans-serif !important;}
.font-fs{font-size:20px !important; font-weight: 600 !important}
.tab { overflow: hidden;}
.tabcontent {display: none;}

/*form başlangıç*/
.tourz-search {
    background: url(../images/consul-bg.jpg) no-repeat;
    position: relative;
    background-size: cover;
}

.tourz-search-1 {
    padding: 70px 0px 100px 0px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    position: relative;
}
.tourz-search-1 h1 {
    color: #fff;
    font-size: 50px;
}
.tourz-search-1 p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.tourz-hom-ser {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 5px;
}
.tourz-hom-ser ul {
    margin-bottom: 0px;
    /*margin: 0 auto;*/
    display: table;
    padding: 0px;
}
.tourz-hom-ser ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 25%;
    padding: 0px 5px;
}
.tourz-hom-ser ul li a {
    background:rgba(0,0,0,.4);
    min-width: 85px;
    width:auto;
    height: 90px;
    display: block;
    padding: 18px 2px 10px 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    /*font-family: 'Arimo', sans-serif;
    position: relative;
    */
   /* overflow: hidden; border: 1px solid #8e8e8e;
    */
    line-height: 24px;
   
}
.tourz-hom-ser ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background:#ffc107;
   /* color:#333
    border: 1px solid #d41e36;*/
}
.tourz-hom-ser ul li a img {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 36px;
}
/*title*/
.spe-title h2 span {
    color:rgb(99, 209, 231);
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.spe-title a h3 span {
    color:rgb(99, 209, 231);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.spe-title p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    /* padding-top: 12px; */
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.spe-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.spe-title h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 36px;
    color: #253d52;
   /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
    */
}
/*tur özellikleri*/
.trav-ami{
    display: inline-block;
    padding: 5px;
    border-top: 1px solid #dfd2bf;
    width: 100%;
    margin-top: 10px;
}
.trav-ami h4{
    margin:0px;
    padding-bottom:10px;
    font-size:17px
}
.trav-ami ul{
    display: inline;
}
.trav-ami ul li{
    color: #333;
    display: block;
    position: relative;
   /* margin: 0 10px 10px 0;
    */
    padding: 11px 10px 1px;
    float: left;
   /* width: 18%;
    */
    text-align: center;
    border: 1px solid #dfd2bf;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.trav-ami ul li img{
    margin: 0 auto;
    display: table;
    width: 20px;
    margin-bottom: 1px;
}
.trav-ami ul li span{
    font-size: 12px;
}

.trav-list-bod a h3{
    color: #f4364f;
}
.trav-list-bod p{
    font-size: 13px;
    line-height: 20px;
}
* {
    outline: none;
  }
  
  strong {
    font-weight: 600;
  }
  
  .page {
    width: 100%;
    height: 100vh;
    background: #fdfdfd;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    color: #212121;
  }
  
  .ed-mob-menu > header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 70px;
    background: #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  

  
  #nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }
  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
  }
  #nav-container * {
    visibility: visible;
  }
  
  .buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #484848;
    transition: .3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  
  #nav-container:focus-within .buttons {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0,8px,0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-8px,0) rotate(-45deg);
  }
  
  #nav-content {
    margin-top: 70px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(255,255,255,255);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
  }
  
  #nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  
  #nav-content li a {
    padding: 10px 5px;
    display: block;
    /* text-transform: uppercase; */
    transition: color .1s;
    color: #212121;
    font-size: 16px;
  }
  
  #nav-content li a:hover {
    color: #BF7497;
  }
  
  #nav-content li:not(.small) + .small {
    margin-top: auto;
  }
  
  .small {
    display: flex;
    align-self: center;
  }
  
  .small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
  }
  .small a + a {
    margin-left: 15px;
  }
  
  #nav-container:focus-within #nav-content {
    transform: none;
  }  