/* Template Name: GoGoa */

.hiddensec{display:none;}

section.row.features {
    text-align: center;
    background: #EEEEEE;
    padding-top: 0px;
    padding-bottom: 80px;
}
.wp-block-image img {
    max-width: 100%;
}
/*.wp-block-image img {
    width: 12%!important;
    margin: 0 auto!important;
}*/

.this-taxi {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    right: -35%;
}

.taxi-text1 { font: 800 35px/60px "Lato", sans-serif; color: #fff; text-transform: uppercase; line-height: 50px;
    text-align: right;}
.taxi-text2 { font: 800 75px/100px "Lato", sans-serif; color: #fcaf17; text-align: center; }


.slide-banner-taxi { height: 810px; top: 75px !important;}
.slide-banner-taxi img { background-size: cover; background-repeat: no-repeat; width:100%; }
.offer-title { font-size: 16px; font-weight: 600; margin-bottom: 8px;}
.ser-off-1 { background: #fcaf17; padding: 20px 25px; border-radius: 20px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5); }

.goa-location { margin: 0px !important; padding: 0px !important; top: 0em; }
.location-ul li { width: 49%; }

.Slghtseeing-part h5 { font: 800 25px/10px "Lato", sans-serif; text-align:center; text-transform: uppercase; }
.Slghtseeing-img img { width: 100%;}
.Slghtseeing-img p { width: 100%; border: none; text-align: center; font-size: 16px; font-weight: 600; margin-top: 8px;  padding-left:0px; text-decoration: none; }

.goa-choices { text-align: center; }


.board{
    width: 90%;
margin: 30px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}
p.narrow{ width: 60%; margin: 10px auto; }

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 84%;
    margin: 0 auto;
    left: 0;
    right: 14px;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 10px;
    height:10px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #ddd !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29; background: #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}




.nav-tabs-new> li.active > a span.round-tabs{ background: #fafafa;}
.nav-tabs-new > li {  width: 14%; }
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs-new > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs-new> li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs-new > li a{
   width: 10px;
   height: 10px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs-new > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{ position: relative; padding-top: 0px; }
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 0px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#fc9f19;
    /*border: 2px solid #fd9719;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 100%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 10px;
height: 10px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs-new > li a {
width: 10px;
height: 10px;
line-height:50px;
}	
.nav-tabs-new > li.active:after {
content: " ";
position: absolute;
left: 35%;}	
	
}

	
.tabs-title{
    width: 150px !important;
    position: absolute !important;
    top: -33px !important;
    left: -70px !important;
    color: #000 !important;
}
.tab-pane-new{ padding:0px;}
.tab-pane-taxi{ padding:0px;}
.tab-pane-new img{ width:50%;}

.taxi-banner { height: auto; }
.offer-text { margin-top: 0px; margin-bottom: 30px;}
.Offer-title{ font: 800 36px/60px "Lato", sans-serif; }
.btn-success{ background-image: linear-gradient(to bottom, #fcaf17 0, #fe881c 100%);}
.btn-success:hover { color: #fff; background-color: #fcaf17; border-color: #fcaf17; }
a.Stand-button { margin-left: 10px;}
.service-offer .North-img{     height: 230px;}
.Clubs-part { margin-top: 40px; }


.North-img-goa { padding: 3px !important;}
.North-img img { width: 100%; height: 230px; }

.faix-book-quick {
    margin: 0px !important;
    transform: translateY(0%) !important;
}

.wpcf7-date {
    box-shadow: none;
    border: none;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 0;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    color: rgba(43, 46, 74, 0.5);
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
        width: 100%;
}

.tax-loc { margin-bottom: 10px; }
.section-title2 .this-main { font-family: "Lato", sans-serif; font-weight: 900; }
.footer-book { margin: 10px 0px;}
a.btn.btn-success.btn-outline-rounded.green.footer-botton { padding: 0px 60px; }
.line-text { width: 10%; height: 4px; margin: 20px auto; background: #fcaf17; margin-bottom: 15px; border-radius: 20px; }


.taxi-phone1{ text-align:center;}
.taxi-phone1 a{ color:#f7a608;}
.taxi-phone1 a:hover{ color:#f7a608;}
.happy-text { margin-top: -70px !important;}
.north-part { border-bottom: 1px solid #fff; padding-bottom: 30px !important; margin-bottom: 25px !important;}
.North-title { text-align: center; font-size: 30px; padding-bottom: 10px; color: #1c1e32; font-weight: 600;}

.banner3 .btn { line-height: 40px; padding: 0px 40px; display: block; margin: 20px auto 0px; width: 18%;}
.inner.North-img { padding: 0px !important;}
.line-text { width: 10%; height: 4px; margin: 0px auto; background: #1c1e32; margin-bottom: 15px; border-radius: 20px; }

.navbar-default .navbar-toggle .icon-bar { background-color: #000; }

a.sticky-footer.whatsapp-img img {
    width: 50%;
    position: absolute;
    top: -35px;
    right: 24px;
}

h4.vehicle-title a { color: #000;}
.wrapper-services { padding: 40px 0 10px 0 !important;}
.service-page0 { float: right; }

.North-img .service-offer .text-holder{     padding: 64px 1px 0px 10px;}
.oneway-rental-carousel .testimonial{ padding:15px 0px;}
.testimonial-carousel .testimonial{ padding:15px 0px;}
.ipad-width { margin-top: 20px;}

.section-title.Self_car { max-width: 100%;}
.driven-car_part0{ padding:30px 0 !important;}
.blog-butt { display: none !important;}

.mobile-show{ display:none !important; }
.desktop-view{ display:block;}
.quick-form-show{ z-index:999;}


.service-carousel .owl-dots {
    display: table;
    margin: 0px auto 0 !important;
}

.Book_steps { margin-top: 30px; }
.steps-1 { background: #e9e9e9; padding: 70px 0px; }
.steps-2 { background: #f7f7f7; padding: 70px 0px; }

.steps-1 p { font-size: 16px; text-transform: capitalize; }
.steps-2 p { font-size: 16px; text-transform: capitalize; }

.steps-1 p span {
    font-size: 60px;
    position: absolute;
    left: 85px;
    top: 52px;
    color: #000;
}

.steps-2 p span {
    font-size: 60px;
    position: absolute;
    left: 85px;
    top: 52px;
    color: #000;
}

.Book_steps .fa { font-size: 42px; color: #f77d0a; }

.arrow-right:after {
  content: '\25ba';
  padding-left: 0.5em;
}

.mobile-slider .item img { height: 520px;}
.car-body .vehicle-title { margin-bottom: 10px; }

i.ion-android-arrow-dropleft { color: #f77d0a !important;}
i.ion-android-arrow-dropright { color: #f77d0a !important;}

.slider-test {
    position: absolute;
    top: 75px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 34px;
}

#target { display: none;}
#target3 { display: none;}
.Show a { color: #f98522; cursor: pointer;}
.Hide a { color: #f98522; cursor: pointer;}
span.know_us p { text-align: left; margin-top:8px; }

h3.rent.text-center.sticky-footer {color: #f77d0a;margin-top: 10px;}

.slider-test-mobile {
    position: absolute;
    bottom: 36px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 34px;
}

.slider-test .this-cursive {
    font-size: 48px;
    font-weight: 100;
    margin: 0;
 
}

.slider-test .this-h1 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    margin: 10px auto;
}

.slider-test .this-foot {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin: 5px 0 45px;
}
.slider-test .this-foot a{ color:#fcaf17;}

.slider-test-mobile .this-cursive {
    font-size: 48px;
    font-weight: 100;
    margin: 0;
}

.slider-test-mobile .this-h1 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    margin: 10px auto;
}

.slider-test-mobile .this-foot {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin: 5px 0 45px;
}

.slider-test-mobile .this-foot a{ color:#000;}

.sticky {
  position: fixed !important;
  top: 0;
 width: 86%;
    margin: 0 auto;
}

#navbar {
  overflow: hidden;
 }

.navbar-toggle{ background:#fff;}
.mobile-sticky{ }

.fleet .reviews{ width: 100%;
    display: inline-block;}


.service-pageD:after {
    background: #000000d4 !important;
    opacity: 0.95;}

.service-pageD {
    padding: 130px 0 200px !important;
}

.section-2content {
    width: 80%;
    margin: 20px auto;
}

h6.reviews.taxi-reviews {
    position: relative;
    top: -16px;
    left: 180px; margin: 0px !important;
}

th.even-header { font-size: 11px; }
.tour-btn a {
    margin: -15px auto 0px;
    display: block;
    width: 50%;
    text-align: center;
	cursor: pointer;
}
 .tour-Tbtn a {
    display: inline !important;
    float: right !important;
    width: 20% !important;
    margin-top: -38px !important;
    margin-bottom: 3px !important;
}
.car-button a.detail-btn.btn { line-height: 35px !important; }

.hiddensec{display:none;}

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	text-align: center;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:7px; color: #7b7b7b;
}
#breadcrumbs li a{color: #fff;}
#breadcrumbs .separator{
    font-size:16px;
    font-weight:100;
    color:#fcaf17;
}
.blog-single-banner img {width: 100%;}

.conditions-li { padding: 50px 0px;}
.conditions-li li { list-style: circle; font-size: 16px; text-align: left; margin-bottom: 18px;}

div#ui-datepicker-div { z-index: 999999 !important;}
