@media screen and (min-width:0px) and (max-width:1200px) {

#other-pages .car-list .item .info .left{
  float: none;
}
#other-pages .car-list .item .info .right{
  float: none;
}
#other-pages .car-list .item .info{
  padding: 30px 30px 40px 65px;
}
#other-pages .car-list .item .info ul.options{
  display: inline-block;
  float: none;
}
#other-pages .car-list .item .info ul.options li label{
  justify-content: space-between;
}
#other-pages .car-list .item .image{
  height: 420px;
}

#other-pages .tours .tab-menu ul li a{
  padding: 0 20px;
}

}


@media screen and (min-width:0px) and (max-width:992px) {
  .mobile-inner{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: black;
  }
  .mobile-inner .container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-inner .container:before,
  .mobile-inner .container:after{
    content: none;
  }
  .mobile-phone{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .mobile-phone a{
    color: #fff;
    font-size: 22px;
  }
  .web-logo{
    display: none;
  }
  .mobile-logo{
    display: block;
  }
body{
  color: #333;
  font-size: 16px;
}
  .mobile-menu{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 22px;
  }
header{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 99;
}
header .top_bar{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #4587c796;
}
header .top_bar .container{
  position: relative;
}
.logo{
  position: relative;
  width: 175px;
  height: auto;
  left: auto;
  top: auto;
  padding: 5px;
}
.logo img {
  width: 100%;
  height: auto;
}
header .top_bar .contact{
  float: none;
  text-align: center;
  padding: 5px 0;
}
header .top_bar .contact nav ul li{
  display: inline-block;
  float: none;
  margin-left: auto;
  margin: 5px;
  line-height: 150%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
header .top_bar .contact nav ul li i{
  margin-right: 10px;
  color: #242629;
}
header .top_bar .contact nav ul li:last-child a{
  display: block;
  padding: 0 15px;
  margin-top: auto;
  line-height: 26px;
  background-color: #242629;
  color: inherit;
  border-radius: 100px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 2px 15px #fffafb;
  text-transform: uppercase;
}
header .top_bar .contact nav ul li:last-child a:hover{
  color: #777;
  background-color: #fff;
  box-shadow: 0 2px 15px #fff;
}
header .menu{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 100%;
  display: none
}
header .menu nav{
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.90);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
header .menu nav ul{
  float: none;
  padding: 15px 0;
}
header .menu nav ul li{
  display: block;
  float: none;
}
header .menu nav ul li a{
  display: block;
  padding: 0 15px;
  line-height: 50px;
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
}
header .menu nav ul li a:hover{
  color: #dc3e60;
}
header .menu nav ul li a i{
  color: #dc3e60;
  margin-right: 7px;
}

.banner{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 140px;
  background: url(../images/slider.jpg) no-repeat center / cover;
}
.banner .left .inner{
  display: inline-block;
  position: relative;
  padding-bottom: 100px;
  text-align: left;
}
.banner .left .hot-deal{
  position: absolute;
  width: 95px;
  height: 85px;
  left: auto;
  right: -30px;
  top: -20px;
  padding: 24px 20px;
  background: url(../images/shape.png) no-repeat center / contain;
  font-weight: 900;
  font-size: 21px;
  line-height: 1px;
}
.banner .left .hot-deal span{
  display: block;
  color: #dc3e60;
}
.banner .left .not{
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
}
.banner .left .its{
  display: inline-block;
  margin-left: 10px;
  font-size: 32px;
  color: #fff;
}
.banner .left .only{
  display: block;
  padding-top: 10px;
  font-weight: bold;
  font-size: 73px;
  color: #fff;
}
.banner .left .location{
  display: block;
  padding-top: 15px;
}
.banner .left .location h4{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
.banner .left .location span{
  font-size: 16px;
}
.banner .right{
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.90);
}
.banner .right .tab-buttons{
  position: absolute;
  left: 0;
  bottom: 100%;
}
.banner .right .tab-buttons ul li{
  display: block;
  margin-right: 10px;
  float: left;
}
.banner .right .tab-buttons ul li a{
  display: block;
  padding: 0 25px;
  line-height: 55px;
  font-size: 19px;
  background-color: rgba(255, 255, 255, 0.77);
  color: #999;
  text-transform: uppercase;
  border-top: 4px solid transparent;
}
.banner .right #tabs #current a{
  background-color: rgba(255, 255, 255, 0.90);
  border-color: #dc3e60;
  color: #000;
}
.banner .right .form label{
  display: block;
  margin-bottom: 15px;
  color: #777;
  font-size: 15px;
}
.banner .right .form .custom-input, .banner .right .form .custom-select{
  height: 43px;
  border-radius: 100px;
  border-color: #ededed;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
}
.banner .right .form .custom-input:focus, .banner .right .form .custom-select:focus{
  box-shadow: 0 0 15px rgba(220,62,96,.25);
}
.banner .right .form .custom-select{
  background-image: url(../images/caret-down.png), linear-gradient(#fff2f5, #fff);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.banner .right .form .custom-btn{
  padding: 15px 50px;
  color: #fff;
  background-color: #dc3e60;
  box-shadow: 0 2px 15px #dc3e60;
  border-radius: 100px;
  font-size: 15px;
  text-transform: uppercase;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.banner .right .form .custom-btn:hover{
  background-color: #000;
  box-shadow: 0 2px 15px #000;
}
.banner .right .form .form-group{
  margin-bottom: 10px;
}
.banner .right .form .cost{
  padding: 35px;
  margin-bottom: 35px;
  background-color: #fff;
  color: #dc3e60;
  font-size: 19px;
  font-weight: bold;
}
.banner .right .form .cost span{
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #777;
}

h2.big-title{
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 42px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 120%;
}
h2.big-title::before{
  position: absolute;
  width: 10px;
  height: 34px;
  left: 0;
  top: 7px;
  content: '';
  background-color: #dc3e60;
}

#home .prices{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 340px;
  padding-bottom: 50px;
  background: #dc3e60 url(../images/cards.png) no-repeat center 25px / 240px;
}
#home .prices .title{
  padding-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#home .prices .title span{
  line-height: 160%;
}
#home .prices ul{
  margin-bottom: 70px;
}
#home .prices ul li{
  display: flex;
  font-size: 15px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: space-between;
}
#home .prices ul li i{
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5)
}
#home .prices ul li .location{
  background: url(../images/check.png) no-repeat left;
  padding-left: 25px;
}
#home .prices ul li .amount{
  width: 80px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#home .prices .items{
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
#home .prices .items .text-left, #home .prices .items .text-right{
  text-align: center;
}
#home .prices .item{
  display: inline-block;
  width: 280px;
  height: 280px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 100%;
  padding-top: 70px;
  box-shadow: 0 13px 29px rgba(231, 231, 231, 0.72);
  text-align: center;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#home .prices .item:hover{
  box-shadow: 0 13px 29px rgba(220,62,96,0.50);
}
#home .prices .item img{
  margin-bottom: 25px;
}
#home .prices .item h4{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 22px;
}
#home .prices .item span{
  font-size: 15px;
}

#home .whyus{
  padding-top: 1px;
  padding-bottom: 70px;
}
section p{
  margin-bottom: 25px;
  line-height: 160%;
  font-weight: 500;
  font-size: 15px;
}
#home .whyus a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #dc3e60;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #dc3e60;
  margin-bottom: 30px;
}
#home .whyus a.readmore:hover{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}

#home .populars{
  padding: 35px 0;
  background-color: #f8f8f8;
}
#home .populars .right{
  padding-left: 15px;
  padding-top: 20px;
}
#home .populars a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 14px;
  color: #dc3e60;
  box-shadow: 0 2px 15px #d5d5d5;
}
#home .populars a.readmore:hover{
  box-shadow: 0 2px 15px #dc3e60;
  background-color: #dc3e60;
  color: #fff;
}
#home .populars a.item{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#home .populars a.item:hover{
  box-shadow: 0 1px 30px rgba(120, 120, 120, 0.40);
}
#home .populars a.item img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  font-size: 0;
}
#home .populars a.item span{
  display: block;
  width: 100%;
  margin-top: -2px;
  padding: 0 10px;
  line-height: 60px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  box-shadow:0 5px 50px rgba(231, 231, 231, 0.50)
}

#home .packages{
  padding-top: 90px;
}
#home .packages .text-center{
  text-align: left;
}
#home .packages .item{
  position: relative;
  width: 100%;
  height: 325px;
  margin-bottom: 30px;
  text-align: center;
}
#home .packages .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .packages .item .title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#home .packages .item:hover .title{
  opacity: 0;
  bottom: 10px;
}
#home .packages .item .title span{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
#home .packages .item .title span::before{
  position: absolute;
  right: 100%;
  top: 0;
  content: '';
  border-left: 7px solid transparent;
  border-bottom: 17px solid #fff;
  border-top: 17px solid #fff;
}
#home .packages .item .title span::after{
  position: absolute;
  left: 100%;
  top: 0;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 17px solid #fff;
  border-top: 17px solid #fff;
}
#home .packages .item .info{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 40px;
  padding: 50px 30px;
  background-color: rgba(231, 231, 231, 0.88);
  opacity: 0;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#home .packages .item:hover .info{
  opacity: 1;
  top: 20px;
  bottom: 20px;
}
#home .packages .item a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #dc3e60;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #dc3e60;
}
#home .packages .item a.readmore:hover{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}

#home .transfers{
  padding: 70px 0;
}
#home .transfers .text-center{
  text-align: left;
}
#home .transfers .item{
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 5px 50px rgba(231, 231, 231, 0.50);
  color: inherit;
}
#home .transfers .item:hover{
  box-shadow: 0 5px 50px rgba(120, 120, 120, 0.40);
}
#home .transfers .item .image{
  width: 240px;
  height: 100%;
  float: left;
}
#home .transfers .item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .transfers .item .info{
  width: calc(100% - 240px);
  padding: 30px;
  float: left;
}
#home .transfers .item .info .title{
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#home .transfers .item .info ul{
  margin-bottom: 30px;
}
#home .transfers .item .info ul li{
  font-size: 15px;
  margin-bottom: 10px;
}
#home .transfers .item .info ul li::before{
  margin-right: 7px;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #dc3e60;
}
#home .transfers .item .info .amount{
  font-weight: bold;
  font-size: 19px;
  color: #dc3e60;
}
#home .transfers a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #dc3e60;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #dc3e60;
}
#home .transfers a.readmore:hover{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}

#home .testimonials{
  position: relative;
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../images/testimonials-bg.jpg) no-repeat center / cover;
  overflow: hidden;
}
#home .testimonials h2.big-title{
  padding-right: 70px;
  margin-right: 70px;
  color: #fff;
  float: left;
}
#home .testimonials h2.big-title::after{
  position: absolute;
  width: 1px;
  height: 90px;
  right: 0;
  top: 50%;
  margin-top: -45px;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
}
#home .testimonials p{
  color: #fff;
  font-weight: normal
}
#home .testimonials .inner{
  position: relative;
  min-height: 500px;
  padding: 0;
}
#home .testimonials .item{
  text-align: center;
}
#home .testimonials .item img{
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  opacity: .55;

  transition: all ease .3s;
}
#home .testimonials .item .comment{
  visibility: hidden;
}
#home .testimonials .item .client{
  visibility: hidden;
  margin-top: 40px;
}
#home .testimonials .item .client h5{
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
#home .testimonials .item .client span{
  font-size: 13px;
  color: #dc3e60;
  text-transform: uppercase;
}
#home .testimonials .item.now img{
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(231, 231, 231, 0.1);
  opacity: 1;
}
#home .testimonials .item.now .comment{
  position: relative;
  visibility: visible;
  margin-top: 40px;
}
#home .testimonials .item.now .comment p{
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
#home .testimonials .item.now .comment::before{
  position: absolute;
  width: 51px;
  height: 41px;
  right: calc(100% + 10px);
  top: -5px;
  content: '';
  background: url(../images/quote.png) no-repeat center / cover;
}
#home .testimonials .item.now .client{
  visibility: visible;
}

footer{
  position: relative;
  width: 100%;
  height: auto;
  background: #fff url(../images/turkey.png) no-repeat center 50px;
}
footer .top-bar{
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .top-bar .left p{
  margin-bottom: 25px;
  line-height: 160%;
  font-weight: 500;
  font-size: 15px;
}
footer .top-bar .right ul{
  float: none;
  text-align: center
}
footer .top-bar .right ul li{
  display: inline-block;
  margin-left: auto;
  margin: 5px;
  float: none;
}
footer .top-bar .right ul li a{
  display: block;
  width: auto;
  padding: 0 20px;
  line-height: 55px;
  background-color: #dc3e60;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 2px 15px #dc3e60;
  text-align: center;
  text-transform: uppercase;
}
footer .top-bar .right ul li a:hover{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}
footer .top-bar .right ul li:first-child a{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}
footer .bottom-bar{
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  padding-top: 60px;
  background-color: #1a1a1a;
  border-radius: 200% / 100% 100%  0 0 ;
}
footer .bottom-bar .scroll-top{
  position: absolute;
  width: 63px;
  height: 63px; 
  left: 0;
  right: 0;
  margin: auto;
  top: -32px;
  background: url(../images/scroll-top.png) no-repeat center;
  z-index: 1;
}
footer .bottom-bar .left{
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
footer .bottom-bar .item span{
  display: block;
  margin-bottom: 20px;
  color: #787878;
  font-size: 15px;
  font-weight: lighter;
  line-height: 150%;
}
footer .bottom-bar .item ul li{
  display: inline-block;
  float: none;
  color: #a1a1a1;
  line-height: 150%;
}
footer .bottom-bar .item ul li::after{
  content: '|';
  padding: 0 7px;
}
footer .bottom-bar .item ul li:last-child::after{
  display: none;
}
footer .bottom-bar .item ul li a{
  color: inherit;
  font-size: 15px;
}
footer .bottom-bar .item ul li a:hover{
  color: #dc3e60;
}
footer .bottom-bar .right{
  float: none;
  text-align: center;
}


/* mobile extras */




#other-pages .car-list{
  position: relative;
  width: 100%;
  height: auto;
  padding: 90px 0;
}
#other-pages .car-list .item{
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 40px rgba(0,0,0,0.07);
  background-color: #fff;
  margin-bottom: 60px;
}
#other-pages .car-list .item .image{
  position: relative;
  width: 100%;
  height: 240px;
  z-index: 1;
  float: left;
  box-shadow: 0 25px 50px rgba(0,0,0,0.07);
}
#other-pages .car-list .item .image::before{
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: auto;
  margin-left: -12px;
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 12px solid transparent;
}
#other-pages .car-list .item .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
#other-pages .car-list .item .info{
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 20px 50px 20px;
  float: left;
}
#other-pages .car-list .item .info .left{
  float: none;
}
#other-pages .car-list .item .info .right{
  float: none;
}
#other-pages .car-list .item .info h4{
  margin-bottom: 30px;
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 16px;
  color: #424242;
}
#other-pages .car-list .item .info ul.features li{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  font-size: 14px;
}
#other-pages .car-list .item .info ul.features li img{
  margin-right: 15px;
}
#other-pages .car-list .item .info ul.options{
  display: inline-block;
  margin-bottom: 8px;
}
#other-pages .car-list .item .info ul.options li{
  display: block;
  margin-bottom: 8px;
}
#other-pages .car-list .item .info ul.options li label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
#other-pages .car-list .item .info ul.options li span{
  padding: 0 10px;
}
#other-pages .car-list .item .info ul.options li .amount{
  border: 1px solid #ededed;
  padding: 13px 18px;
  color: #a5a5a5;
}
#other-pages .car-list .item .info .select-wrap{
  margin-top: 30px;
}
#other-pages .car-list .item .info .select-wrap a.information{
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: underline !important;
}
#other-pages .car-list .item .info .select-wrap a.information img{
  margin-right: 10px;
  margin-bottom: -4px;
}
#other-pages .car-list .item .info .select-wrap .custom-btn{
  margin-left: 20px;
  padding: 12px 20px;
  color: #fff;
  background-color: #dc3e60;
  box-shadow: 0 2px 15px #dc3e60;
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#other-pages .car-list .item .info .select-wrap .custom-btn:hover{
  background-color: #000;
  box-shadow: 0 2px 15px #000;
}

#other-pages .tours .tab-menu{
  margin-top: 40px;
}
#other-pages .tours .tab-menu ul li{
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
#other-pages .tours .tab-menu ul li a{
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 45px;
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 14px;
  border-right: inherit;
  color: #b5b5b5;
  border: 1px solid #ededed;
}
#other-pages .tours .tab-menu ul li a::before{
  display: none;
}
#other-pages .tours .tab-menu #tabs #current a{
  color: #dc3e60;
  border-color: #dc3e60;
}


}

@media screen and (min-width:0px) and (max-width:768px) {

#home .transfers .item{
  height: auto;
}
#home .transfers .item .image{
  width: 100%;
  height: 200px;
  float: none;
}
#home .transfers .item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .transfers .item .info{
  width: 100%;
  padding: 30px;
  float: left;
}

#home .testimonials h2.big-title{
  float: none;
}
#home .testimonials h2.big-title::after{
  display: none;
}

#other-pages .tours .inner .item{
  margin-bottom: 60px;
}
#other-pages .tours .inner .item .image{
  width: 100%;
  height: 170px;
  float: none;
}
#other-pages .tours .inner .item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#other-pages .tours .inner .item .info{
  width: 100%;
  padding-left: 0;
  padding-top: 30px;
  float: none;
}
#other-pages .tours .inner .item ul li{
  padding: 15px 0;
  border-top: 1px solid #ededed;
  color: #707070;
}

}