.mobile-inner{
  position: absolute;
  width: 100%;
  height: auto;
}
.mobile-phone{
  display: none;
}
body{
  color: #333;
  font-size: 16px;
}
.web-logo{
  display: block;
}
.mobile-logo{
  display: none;
}
.custom-pad{
  padding: 2rem 0;
}
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: absolute;
  width: 250px;
  left: 0;
  top: 0;
  z-index: 1;
}
.logo img{
  width: 100%;
  height: auto;
}
header .top_bar .contact{
  float: right;
}
header .top_bar .contact nav ul li{
  display: block;
  float: left;
  margin-left: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
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: 10px;
  line-height: 30px;
  background-color: #242629;
  color: inherit;
  border-radius: 100px;
  font-weight: bold;
  font-size: 14px;
  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%;
  background-color: rgba(255, 255, 255, 0.77);
}
header .menu nav{
  position: relative;
  width: 100%;
  height: auto; 
}
header .menu nav ul{
  float: right;
}
header .menu nav ul li{
  display: block;
  margin-left: 5px;
  float: left;
}
header .menu nav ul li a{
  display: block;
  padding: 0 10px;
  line-height: 75px;
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  font-size: 14px;
}
header .menu nav ul li a:hover{
  color: #733380;
}
header .menu nav ul li a i{
  color: #733380;
  margin-right: 7px;
}

.banner{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner1{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 485px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .left .inner{
  display: inline-block;
  position: relative;
}
.banner .left .hot-deal{
  position: absolute;
  width: 133px;
  height: 116px;
  left: 100%;
  top: 0;
  padding: 31px 27px;
  background: url(../images/shape.png) no-repeat center / contain;
  font-weight: 900;
  font-size: 29px;
  line-height: 1px;
}
.banner .left .hot-deal span{
  display: block;
  color: #733380;
}
.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;
  background-color: rgba(241, 241, 241, 0.85);
}
.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 35px;
  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(241, 241, 241, 0.85);
  border-color: #733380;
  color: #000;
}
.form label{
  display: block;
  margin-bottom: 15px;
  color: #777;
  font-size: 15px;
}
.form .custom-input, .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;
}
.form .custom-input:focus, .form .custom-select:focus{
  box-shadow: 0 0 15px rgba(220,62,96,.25);
}
.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;
   background-size: 30px 6px;
}
.form .custom-btn{
  padding: 15px 50px;
  color: #fff;
  background-color: #733380;
  box-shadow: 0 2px 15px #733380;
  border-radius: 100px;
  font-size: 15px;
  text-transform: uppercase;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}


.form .custom-btn:hover{
  background-color: #000;
  box-shadow: 0 2px 15px #000;
}
.form .form-group{
  margin-bottom: 35px;
}
.form .cost{

  margin-bottom: 35px;

  color: #733380;
  font-size: 19px;
  font-weight: bold;
}
.form .cost span{
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #777;
}
.banner ol.breadcrumb{
  text-align: center;
  margin-top: -20px;
  margin-bottom: 90px;
  background: transparent;
}
.banner ol.breadcrumb li{
  display: inline-block;
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  font-family: 'Raleway';
  text-transform: uppercase;
  line-height: 180%;
}
.banner ol.breadcrumb li::before{
  content: '>';
  padding: 0 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.70);
}
.banner ol.breadcrumb li:first-child:before{
  display: none;
}
.banner ol.breadcrumb li a{
  color: inherit;
}
.banner ol.breadcrumb li.active{
  font-weight: bold;
  color: #fff;
}

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: #733380;
}

#home .prices{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 200px;
 background: #733380 url(../images/cards.png) no-repeat center 25px;

}
#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 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: absolute;
  left: 0;
  right: 0;
  bottom: -155px;
}
#home .prices .item{
  display: inline-block;
  width: 310px;
  height: 310px;
  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: 240px;
  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: #733380;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
}
#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: 50px;
}
#home .populars a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 14px;
  color: #733380;
  box-shadow: 0 2px 15px #d5d5d5;
}
#home .populars a.readmore:hover{
  box-shadow: 0 2px 15px #733380;
  background-color: #733380;
  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 .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 10px;
  line-height: 34px;
  background-color: #fff;
  font-size: 12px;
  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: #733380;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
}
#home .packages .item a.readmore:hover{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}

#home .transfers{
  padding: 70px 0;
}
#home .transfers .item{
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  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: #733380;
}
#home .transfers .item .info .amount{
  font-weight: bold;
  font-size: 19px;
  color: #733380;
}
#home .transfers a.readmore{
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  background-color: #733380;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
}
#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;
}
#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 100px;
}
#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: #733380;
  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: 91px;
  height: 71px;
  right: calc(100% + 30px);
  top: -15px;
  content: '';
  background: url(../images/quote.png) no-repeat center;
}
#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: 200px;
  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: right;
}
footer .top-bar .right ul li{
  display: block;
  margin-left: 25px;
  float: left;
}
footer .top-bar .right ul li a{
  display: block;
  width: 250px;
  line-height: 67px;
  background-color: #733380;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
  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: 100% / 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: left;
  text-align: left;
}
footer .bottom-bar .item span{
  display: block;
  margin-bottom: 20px;
  color: #787878;
  font-size: 15px;
  font-weight: lighter;
}
footer .bottom-bar .item ul li{
  display: block;
  float: left;
  color: #a1a1a1;
}
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: #733380;
}
footer .bottom-bar .right{
  float: right;
  text-align: right;
}


/* mobile extras */

.mobile-menu{
  display: none;
}


/* extras */

.color-pink{
  color: #733380;
}

.custom-checkbox{
  position: relative;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
}
.custom-checkbox input[type=checkbox]{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;
  z-index:99;
  cursor:pointer;
}
.custom-checkbox .check{
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  top: 0;
  bottom:0;
  left: 20px;
  margin:auto;
  border: 2px solid #733380;
  border-radius: 2px;
  font-weight: normal;
}
.custom-checkbox input[type=checkbox]:checked ~ .check {
  background:#733380;
}
.custom-checkbox input[type=checkbox]:checked ~ .check::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
}

.custom-radio{
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
}
.custom-radio input[type=radio]{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0;
  z-index:99;
  cursor:pointer;
}
.custom-radio .radio{
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  margin: auto;
  background:#733380;
  border-radius: 100px;
  opacity: 0;
}
.custom-radio input[type=radio]:checked ~ .radio {
  opacity: 1;
}

#other-pages .summary{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fffdfd;
  padding: 20px 30px;
  box-shadow: 0 5px 50px rgba(0,0,0,0.10);
}
#other-pages .summary .call{
  margin: 15px -30px;
  padding: 25px;
  height: 185px;
  background: url(../images/summary-top-bg.png) no-repeat top / cover;
  text-align: center;
  color: #fff;
}
#other-pages .summary .call h3{
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 700;
}
#other-pages .summary .call ul li{
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
}
#other-pages .summary .call ul li i{
  margin-right: 10px;
  font-size: 18px;
}
#other-pages .summary .list{
  padding: 30px 0;
}
#other-pages .summary .list h2{
  margin-bottom: 35px;
  color: #733380;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Raleway';
}
#other-pages .summary .list h4{
  margin-bottom: 10px;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Raleway';
}
#other-pages .summary .list ul{
  margin-bottom: 40px;
}
#other-pages .summary .list ul li{
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  color: #787878;
  font-size: 15px;
}
#other-pages .summary .list ul li:last-child{
  border: none;
}
#other-pages .summary .list .total{
  text-align: center;
  font-size: 19px;
  color: #733380;
  font-weight: bold;
}
#other-pages .summary .list .total span{
  margin-right: 10px;
  font-size: 15px;
  color: #787878;
  font-weight: normal;
}

#other-pages .car-form{
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
#other-pages .car-form .title{
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 5px 50px rgba(0,0,0,0.10);
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 16px;
  color: #733380;
}

#other-pages .car-form .inner{
  border: 1px solid #ededed;
  border-top: 0;
  padding: 40px 30px;
  margin-bottom: 50px;
}
#other-pages .car-form span.require{
  display: block;
  font-size: 13px;
  color: #b5b5b5;
  margin-bottom: 50px;
}

#other-pages .car-form .buttons{
  text-align: center;
  margin: 50px 0;
}
#other-pages .car-form .buttons ul li{
  display: inline-block;
  margin: 0 12px 10px;
}
#other-pages .car-form .buttons ul li a{
  display: block;
  width: 150px;
  line-height: 50px;
  background-color: #733380;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
  text-align: center;
  text-transform: uppercase;
}

#other-pages .car-form .buttons ul li button{
  display: block;
  width: 150px;
  line-height: 50px;
  background-color: #733380;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 2px 15px #733380;
  text-align: center;
  text-transform: uppercase;
}
#other-pages .car-form .buttons ul li button:hover{
  color: #fff;
  box-shadow: 0 2px 15px #000;
  background-color: #1a1a1a;
}

#other-pages .car-form .buttons ul li a:hover{
  color: #fff;
  box-shadow: 0 2px 15px #000;
  background-color: #1a1a1a;
}
#other-pages .car-form .buttons ul li:first-child a{
  color: #777;
  box-shadow: 0 2px 15px #d5d5d5;
  background-color: #fff;
}

#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: 310px;
  height: 220px;
  z-index: 1;
  float: left;
  box-shadow: 25px 0 50px rgba(0,0,0,0.07);
}
#other-pages .car-list .item .image::before{
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -12px;
  content: '';
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  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: calc(100% - 310px);
  height: auto;
  padding: 30px 30px 0 65px;
  float: left;
}
#other-pages .car-list .item .info .left{
  float: left;
}
#other-pages .car-list .item .info .right{
  float: right;
}
#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;
  float: right;
}
#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 30px;
  color: #fff;
  background-color: #733380;
  box-shadow: 0 2px 15px #733380;
  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-btn1{
  margin-left: 20px;
  padding: 12px 30px;
  color: #733380;
 font-weight:bold;
  box-shadow: 0 2px 15px #733380;
  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 .category{
  position: relative;
  width: 100%;
  height: auto;
  padding: 90px 0;
}
#other-pages .category .item{
  margin-bottom: 50px;
  box-shadow: 0 5px 50px rgba(0,0,0,0.1);
}
#other-pages .category .item .image{
  width: 100%;
  height: 230px;
}
#other-pages .category .item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#other-pages .category .item .info{
  text-align: center;
  padding: 23px 0;
  background-color: #fff;
}
#other-pages .category .item .info span{
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 800;
}
#other-pages .category .item .info a.readmore{
  display: inline-block;
  margin-left: 25px;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 100px;
  font-size: 14px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px 50px rgba(0,0,0,0.1);
  text-transform: uppercase;
}
#other-pages .category .item .info a.readmore::after{
  margin-left: 7px;
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #733380;
}
#other-pages .category .item .info a.readmore:hover{
  background-color: #733380;
  box-shadow: 0 5px 50px #733380;
  color: #fff;
}
#other-pages .category .item .info a.readmore:hover::after{
  color: #fff;
}

#other-pages .category .item .hot-deal{
  position: absolute;
  width: 91px;
  height: 81px;
  right: -10px;
  top: -40px;
  padding: 24px 19px;
  background: url(../images/shape.png) no-repeat center / contain;
  font-weight: 900;
  font-size: 20px;
  line-height: 1px;
  z-index: 1;
}
#other-pages .category .item .hot-deal span{
  display: block;
  color: #733380;
}

#other-pages .tours{
  position: relative;
  width: 100%;
  height: auto;
  padding: 90px 0;
}
#other-pages .tours .tab-menu{
  margin-top: 40px;
}
#other-pages .tours .tab-menu ul li{
  display: block;
  float: left;
}
#other-pages .tours .tab-menu ul li a{
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 60px;
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #ededed;
  border-right: 0;
  color: #b5b5b5;
}
#other-pages .tours .tab-menu #tabs #current a{
  color: #733380;
  border-bottom-color: #fff;
}
#other-pages .tours .tab-menu #tabs #current a::before{
  position: absolute;
  top: -5px;
  left: -1px;
  right: -1px;
  height: 4px;
  content: '';
  background-color: #733380;
}
#other-pages .tours .tab-menu ul li:last-child a{
  border-right: 1px solid #ededed;
}
#other-pages .tours .inner{
  margin-top: -1px;
  padding: 30px;
  border: 1px solid #ededed;
  margin-bottom: 40px;
}
#other-pages .tours .inner h3{
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
#other-pages .tours .inner h4{
  display: inline-block;
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 16px;
  background-color: #733380;
  color: #fff;
  padding: 12px 17px;
  margin-bottom: 30px;
}
#other-pages .tours .inner ol{
  margin-bottom: 50px;
}
#other-pages .tours .inner ol li{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 150%;
}
#other-pages .tours .inner ol li::before{
  content: '■';
  color: #733380;
  margin-right: 12px;
}
#other-pages .tours .inner a.play{
  position: relative;
  display: block;
  width: 100%;
  height: 340px;
  background-color: #111;
}
#other-pages .tours .inner a.play img{
  width: 100%;
  height: 100%;
  opacity: .6;
}
#other-pages .tours .inner a.play::before{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: url(../images/play.png) no-repeat center;
  z-index: 1;

  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#other-pages .tours .inner a.play:hover::before{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#other-pages .tours .inner .item{
  margin-bottom: 60px;
}
#other-pages .tours .inner .item .image{
  width: 170px;
  height: 170px;
  float: left;
}
#other-pages .tours .inner .item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#other-pages .tours .inner .item .info{
  width: calc(100% - 170px);
  padding-left: 30px;
  float: left;
}
#other-pages .tours .inner .item ul li{
  padding: 12px 0;
  border-top: 1px solid #ededed;
  color: #707070;
  line-height: 150%;
  font-size: 15px;
}

.slider{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}


.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}




#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}





.contact ul li img {

display: inline-block;
vertical-align: middle;

}

.dropbtn1 {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown1 {
    position: relative;
    display: inline-block;

}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 340px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-image: url(menu-bg.jpg);
       background-repeat: no-repeat;
        border-radius: 10px;

}


.dropdown-content1 a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    font-size: 12px;

}
.renk a:hover {
  color: #fff !important;

}
.renk a {
  color: #f1f1f1 !important;
   height: 13px;
}
.renk {

  width: 310px;
  margin: 10px;
  padding: 4px;
  background-color: #733380;
 border-style: solid;
    border-width: 1px;
    border-color: black;
  border-radius: 5px;
  font-size: 14px;
  color: white;
font-weight: normal !important;


}
.dropdown1:hover .dropdown-content1 {display: block;}
.card img{
  max-width: 100%;
}

.vehicleRows {
  position: relative;
  text-align: center;
  border: solid 1px #cecece;
  padding: 15px;
  margin-bottom: 10px;
}
.vehicleName {
  padding: 10px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  display: block;
  background: #428bca;
  color: #fff;
  border-radius: 5px;
}
.vehicleImage{
  position: relative;
  max-width: 320px;
  height: 150px;
  overflow: hidden;
  padding: 10px;
}
.vehicleImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vehiclePrice {
  position: relative;
  width: 100%;
  height: auto;
}
.vehiclePrice h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #428bca;
}
.vehiclePrice h1 span {
  display: inline-block;
}
.vehiclePrice h1 span:nth-child(2) {
  font-size: 14px;
  color: #777;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
}
.vehiclePropList {
  position: relative;
  width: 100%;
  height: auto;
}
.vehiclePropList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.vehiclePropList ul li {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #6c757d;
}


.tour-detail-price {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #733380;
    width: fit-content;
    height: auto;
    padding: 7px 10px;
}
.tour-detail-price p {
    margin: 0;
    color: #fff;
    font-size: 16px;
        line-height: 100%;
}
.tour-detail-desc {
    position: relative;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    height: auto;
}
.tour-detail-desc p {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}
.tour-detail-title {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
/*.tour-detail-title p{*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    overflow:hidden;*/
/*}*/
.tdd-time {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}