﻿@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee_foradian-webfont.woff') format('woff'),
         url('../fonts/rupee_foradian-webfont.ttf') format('truetype'),
         url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot') format('embedded-opentype'),
         url('../fonts/lato-lig.woff2') format('woff2'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato-hai.eot');
    src: url('../fonts/lato-hai.eot') format('embedded-opentype'),
         url('../fonts/lato-hai.woff2') format('woff2'),
         url('../lato-hai.woff') format('woff'),
         url('../fonts/lato-hai.ttf') format('truetype'),
         url('../fonts/lato-hai.svg#LatoHairline') format('svg');
}
@font-face {
    font-family: 'UrbanSketch';
    src: url('../fonts/UrbanSketch.eot');
    src: url('../fonts/UrbanSketch.eot') format('embedded-opentype'),
         url('../fonts/UrbanSketch.woff2') format('woff2'),
         url('../fonts/UrbanSketch.woff') format('woff'),
         url('../fonts/UrbanSketch.ttf') format('truetype'),
         url('../fonts/UrbanSketch.svg#UrbanSketchRegular') format('svg');
}
@font-face{
	font-weight:normal;
	font-style:normal;
	font-family:'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}
@font-face{
	font-weight:normal;
	font-style:normal;
	font-family:'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
}

/*@media (min-width:1200px) {
    .container {
        width: 1240px
    }
}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

body {
    font-family: 'Roboto-Regular', sans-serif;
}

a {
    text-decoration: none !important;
}
.left-img-ctc {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.on-request{
	font-family:'Roboto';
	font-size:16px;
	color: #337AB7;
}
.on-request-smll{
	font-family:'Roboto';
	font-size:14px;
	color: #337AB7;
}
.inr-bold{
    font-family: 'Roboto';
    font-size: 22px;
    color: #127cdc;
    margin-right: 3px;
    font-weight: 500;
}
.inr{
    font-family: 'Roboto';
    font-size: 30px;
    color: #127cdc;
    margin-right: 3px;
    font-weight: 600;
}
.no-border {
    border: none !important;
}
.mrgn-tp20 {
    margin-top: 20px !important;
}
.mrgn-bt20 {
    margin-top: 20px !important;
}
.price-pp{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.advent-big-heading {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    font-family: Roboto;
    /*margin-top: 50px;*/
    color: #ffffff;
}

.advent-subheading {
    text-align: center;
    font-size: 16px;
    /* word-spacing: 2px;
    padding-top: 10px; */
    color: #a8b0b0;
}

.big-heading {
	font-size: 35px;
    font-weight: 800;
    text-align: center;
    font-family: Roboto;
	margin-top: 50px;
    color: #192f2e;
}

.heading-line {
    text-align: center;
    font-size: 16px;
    /* word-spacing: 2px;
    padding-top: 10px; */
    color: #7d7d7d;
}

.tour-smll-heading {
	font-size: 14px;
    color: #666666;
    font-family: Roboto;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font12 {
    font-size: 14px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    /* padding: 10px 0; */
    /* margin: 2px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #192f2e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
	font-family: Roboto;
    line-height: 1.42857143;
    color: #edf3eb;
    white-space: nowrap;
}




.thumb-slideIMG {
    background-color: #000;
    padding: 10px;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
/*overlay*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
.overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

/*no gutter*/

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.advnt-verticals {
    background-color: #192f2e;
    padding: 20px 0;
    padding-bottom: 100px;
    /*background-image: url('../img/map.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-top: 1px dashed #d3e6ea;
}

.parallax1 {
    background-image: url('../img/home.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .parallax1 .overlay {
        display:none;
    }
    .parallax1.flight {
        background-image: url('../img/flight.jpg');
        background-origin: border-box;
    }

    .parallax1.hotel {
        background-image: url('../img/hotel.jpg');
        background-origin: border-box;
    }

    .parallax1.pacakage {
        background-image: url('../img/pacakage.jpg');
        background-origin: border-box;
    }

    .parallax1.bus {
        background-image: url('../img/bus.jpg');
        background-origin: border-box;
    }

    .parallax1.sightseeing {
        background-image: url('../img/Sightseeing.jpg');
        background-origin: border-box;
    }

    .parallax1.cruise {
        background-image: url('../img/cruise.jpg');
        background-origin: border-box;
    }

    .parallax1.transfer {
        background-image: url('../img/transfer.jpg');
        background-origin: border-box;
    }

    .parallax1 .gap {
        padding: 50px;
    }

        .parallax1 .gap.flight {
            padding: 100px;
        }

        .parallax1 .gap.hotel {
            padding: 80px;
        }
.bg-parallax-banner{
	height: 400px;
}
.list-Dtld-parallaxIMG {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.uzbek-parallax {
    background-image: url('../img/uzbek-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}	
.kazak-parallax {
    background-image: url('../img/kazak-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.azerb-parallax {
    background-image: url('../img/azerb-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.russia-parallax {
    background-image: url('../img/russia-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}	
.ukraine-parallax {
    background-image: url('../img/ukraine-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}	
.china-parallax {
    background-image: url('../img/china-parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.jimcorb-parallax {background-image: url('../img/jimcorb-parallax.jpg');}	
.sariska-parallax {background-image: url('../img/sariska-parallax.jpg');}	
.getaway-parallax {background-image: url('../img/weekend-getaway-parallax.jpg');}
.jaipur-parallax{background-image: url('../img/jaipur-parallax.jpg');}
.himalayan-parallax{background-image: url('../img/himalayan-parallax.jpg');}
.clasicLadakh-parallax{background-image: url('../img/clasicLadakh-parallax.jpg');}
.rendezvous-ladakh-parallax{background-image: url('../img/rendezvous-ladakh-paralx.jpg');}
.vof-parallax{background-image: url('../img/ladakh-valley-of-flowers.jpg');}
.aboutUs-parallax{background-image: url('../img/about_collage.jpg');}
.contactUs-parallax{background-image: url('../img/contact-us.jpg');}
.detailPage-parallax{background-image: url('../img/detailPage-parallax.jpg');}
.moscow-pet-parallax{background-image: url('../img/moscow-pet-parallax.jpg');}
.st-petsbug-parallax{background-image: url('../img/st-petsbug-parallax.jpg');}


.parallax2 {
    background-color: #f8f8f8;
    padding: 20px 0;
    padding-bottom: 60px;
    /*background-image: url('../img/map.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .parallax2.flight, .parallax2.pacakage {
        background: #fff;
    }

.parallax3 {
    background-color: #f8f8f8;
	padding-bottom: 80px;
}

.parallax4 {
    position: relative;
    background-color: #f7f7f7;
    position: relative;
    background-color: #ffffff;
    /* padding: 30px 0; */
    padding-bottom: 250px;
}

.monuents {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    padding-top: 80px;
    background-image: url(../img/footer-icon-pattern2.png);
}

.footer-strip{
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    padding-top: 5px;
    background-color: #ff6e3b;
}

.parallax5 {
    position: relative;
    background: #102626;
    /*background-image: url('../img/footer.jpg');*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .parallax5 .overlay {
        background: rgb(15, 38, 38);
    }

.myheader {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    background: rgba(255, 255, 255, 0.96);
    z-index: 3;
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
	font-family: 'Roboto';
	/* background: rgba(0, 0, 0, 0.16) url(../img/trans-black-70.png); */
}

.site-nav {
    margin-bottom: 0px;
    border-radius: 0;
   background: transparent;
    border: 0;
	font-family: 'Roboto';
   border-bottom: 0.0255em solid #f4f4f4;
}

.navbar-logo {
    float: left;
    height: 60px;
    width: 240px;
    /*line-height: 20px;*/
    padding-left: 10px;
}

.gap {
    padding: 60px;
}

.carousel {
    z-index: 1;
/*     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
	top:30px; */
	position: relative;
}
.list-carousel {
    z-index: 1;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9); */
    /* top: 100px; */
height: 200px;}

.main-slider .carousel-indicators {
    display: none;
}

.tab-content {
    position: relative;
    z-index: 2;
}

/*navigation*/

.site-nav .navbar-nav > li > a {
    color: #365155;
    font-weight: 400;
}

    .site-nav .navbar-nav > li > a:focus,
    .site-nav .navbar-nav > li > a:hover {
        color:#ff6e3b;
        text-shadow: 0px 0px 10px #fff;
    }

.vertical-text{
    font-size: 22px;
    margin: 10px 0;
    color: #192f2e;
    font-weight: 700;
}

.co-card-item {
    display: block;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	/*border: 1px solid #f9f9f9;*/
}

.dtl-pkgTitle {
    font-weight: 500;
    font-size: 25px;
    color: #192f2e;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.co-text h2 {
	font-size: 24px;
    margin: 10px 0;
    color: #ff6e3b;
}

.co-text .price {
    font-size: 26px;
    font-weight: 700;
	color: #127cdc;
}
.basedOn {
    font-size: 12px;
    font-weight: 400;
    color: #b5b5b5;
    margin-top: -10px;
}
.startingFrom{
	font-size: 14px;
    font-weight: 400;
	color:#7d7d7d;
}
.rupee_icn {
	font-family: "rupee_foradianregular";
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 100;
}
.co-card-item .co-text {
    text-align: center;
    padding: 20px;
    color: #333;
}

.co-hover figure {
    overflow: hidden;
    border-radius: 20px;
}

    .co-hover figure img {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

.co-text .co-btn {
    padding: 8px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.view-mr-btn {
    display: inline-block;
    padding: 6px 12px;
    /* margin-bottom: 0; */
    font-size: 18px;
    /* font-weight: 400; */
    /* line-height: 1.42857143; */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    /* border-radius: 4px; */
    color: #ffffff;
    background-color: #ff6e3b;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
}
.submitQuery{
    color: #182e2e;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #182e2e;
    text-align: center;
    width: 100%;
	margin-top: 10px;
}
.submitQuery:hover{
    color: #fff;
    background-color: #182e2e;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #182e2e;
    text-align: center;
	    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.view-mr-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.co-hover .co-view-mr-btn {
    background-color: rgba(15, 38, 38, 0.96);
    border-color: rgba(15, 38, 38, 0.96);
}
.co-view-more {
	text-align: center;
    border-radius: 4px;
    color: #333;
	background-color: #ff6e3b;
}
.co-hover .co-btn {
    background-color: rgba(15, 38, 38, 0.96);
    border-radius: 4px;
	height: 40px;
	line-height: 22px;
    margin-top: 10px;
}

.co-hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    /* box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12); 
	border: 1px solid #efefef;*/
}

    .co-hover:hover {
        margin-top: -5px;
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    }

        .co-hover:hover .co-text .co-btn {
            background-color: #ff6e3b;
            border-color: #ff6e3b;
        }

        .co-hover:hover figure img {
            transform: scale(1.2);
        }


/*------------------------START ICON SPRITE-------------------------*/

.pkg-grid-list{
	padding-left: 35px;
}
.pkgIncl {
	margin-top: 10px;
    margin-bottom: 10px;
}
.pkgIncl > p {
    background-color: #15c8af;
    color: #fff;
    font-size: 8px;
    margin-bottom: 0;
    width: 60px;
    text-align: center;
    /* padding: 3px 0; */
    text-transform: uppercase;
}
.pkgIncl li:first-child {
    border-left: 1px dashed #d6d8d9;
}
.pkgIncl ul {
	padding: 0;
    list-style-type: none;
}
.pkgIncl li {
    float: left;
    border: 1px dashed #d6d8d9;
    width: 48px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #a8a8a8;
    padding-top: 6px;
    border-left: none;
}
.pkgIncl li i {
    font-size: 40px;
}

.icon_sprit{
	background-image: url(../img/icon-sprite.png);
}
.icn-avatar{
    width: 70px;
    height: 70px;
    background-position: -204px -38px;
    display: inline-block;
    margin-bottom: 10px;
}
.icn-wedo{
    width: 70px;
    height: 70px;
    background-position:-275px -38px;
    display: inline-block;
    margin-bottom: 10px;
}
.icn-aim{
    width: 70px;
    height: 70px;
    background-position: -345px -38px;
    display: inline-block;
    margin-bottom: 10px;
}
.icn-flight {
    width: 26px;
    height: 24px;
    background-position: 2px 2px;
    display: inline-block;
}
.icn-hotel{
	width: 24px;
    height: 24px;
    background-position: -120px 0px;
    display: inline-block;
    margin: 3px 0px 5px 0px;
    background-image: url(../img/bed.png);
}
.icn-transfer{
    width: 24px;
    height: 24px;
    background-position: -48px 0px;
    display: inline-block;
    margin-top: 0px;
    background-image: url(../img/taxi.png);
}
.icn-brkfast{
    width: 24px;
    height: 24px;
    background-position: -48px -0px;
    display: inline-block;
    background-image: url(../img/breakfast.png);
}
.icn-dinner{
    width: 24px;
    height: 24px;
    background-position: -144px 0px;
    display: inline-block;
    background-image: url(../img/dinner.png);
}
.icn-siteseeing {
    width: 24px;
    height: 24px;
    background-position: -72px 1px;
    display: inline-block;
    /* margin: 0px 10px 0px 0px; */
    background-image: url(../img/siteseeing.png);
}
.icn-activities{
    width: 24px;
    height: 24px;
    background-position: -192px -0px;
    display: inline-block;
    margin: 2px 0px 0px 5px;
    background-image: url(../img/activities.png);
}
.icn-citytur{
    width: 24px;
    height: 24px;
    background-position: -72px 1px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background-image: url(../img/city-tour.png);
}

.icn-plus{
    width: 18px;
    height: 18px;
    background-position: -194px -0px;
    display: inline-block;
    margin: 2px 0px 0px 5px;
}

.icn-tourcode{
    width: 22px;
    height: 22px;
    background-position: -280px -0px;
    display: inline-block;
	margin: 5px 0px -5px 0px;
}
.icn-duration{
    width: 22px;
    height: 22px;
    background-position: -302px -0px;
    display: inline-block;
	margin: 5px 0px -5px 0px;
}
.icn-staypln{
    width: 22px;
    height: 22px;
    background-position: -324px -0px;
    display: inline-block;
	margin: 5px 0px -5px 0px;
}
.icn-advantage{
    width: 22px;
    height: 28px;
    background-position: -346px -0px;
    display: inline-block;
	margin: 5px 0px -5px 0px;
}

/*------------------------END ICON SPRITE-------------------------*/	
		
.searchDesc {
    background-color: rgba(255,193,5,0.8);
    color: #3c3c3c;
    position: absolute;
    width: 40%;
    top: 15px;
    padding: 8px 8px;
    font-size: 12px;
    font-weight: 600;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.searchDesc li:first-child {
    margin-right: 40px;
    font-style: italic;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 11px;
    width: 90%;
	list-style-type: none;
}
.searchDesc li {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
	list-style-type: none;
}
.tourcode {
    color: #000000;
    background-color: rgba(255,222,0,0.8);
    padding: 0 10px 0 10px;
    border-radius: 10px;
}		
		
		
		
/*navigation*/

.site-ul-nav {
    float: right;
    /*width: 574px;*/
    margin: 0 auto;
    font-size: 13px;
	font-family: 'Roboto';
	padding-top: 14px;
}

.site-nav .collapse {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.social {
    float: right;
    position: fixed;
    top: 22px;
    right: 5%;
	font-size: 15px;
}

    .social ul {
        margin: 0;
    }

        .social ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 15px;
        }

            .social ul li a {
                padding: 5px 5px;
                /*border: 1px solid #fff;*/
                display: inline-block;
                color:rgba(113,113,113,0.7);
            }

                .social ul li a:hover {
                    box-shadow: 0px 0px 10px #fff;
                }

@media only screen and (max-width:992px) {
    .social {
        top: 40px;
        right: 0%;
    }
}

@media only screen and (max-width:768px) {
    .social {
        right: 20%;
        display: none;
    }

    .site-ul-nav {
        width: 100%;
    }

    .site-nav .collapse {
        /* margin-top: 10px; */
    }

    .gap {
        padding: 50px;
    }

    .hotel-room {
        width: 320px;
    }
}


/*myform*/

.form-feild {
    position: relative;
}

    .form-feild > i {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 18px;
        color: rgba(15, 38, 38, 0.96);
    }

.form-option {
    position: relative;
    z-index: 1;
}

    .form-option ul li {
        margin-top: 10px;
        list-style-type: none;
        display: inline-block;
    }

        .form-option ul li a {
            padding: 5px 10px;
            display: inline-block;
            color: #fff;
            border: 0;
            background: rgba(15, 38, 38, 0.96);
            border-radius: 4px;
            cursor: pointer;
        }

            .form-option ul li a.active,
            .form-option ul li a:hover,
            .form-option ul li a.focus {
                background: rgba(3, 193, 149, 0.95);
                color: #fff;
                border: 0;
            }

    .form-option .nav-tabs > li.active > a,
    .form-option .nav-tabs > li.active > a:focus,
    .form-option .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background: rgba(3, 193, 149, 0.95);
        border: 0px solid #ddd;
        border-bottom-color: transparent;
    }

    .form-option .nav-tabs {
        border: 0;
    }

.myform {
    position: relative;
    margin: 10px 0;
    z-index: 1;
    padding: 10px;
    padding-top: 0px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

    .myform input,
    .myform select {
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        border: 0;
        color: #8f8f8f;
    }

        .myform input:focus,
        .myform select:focus {
            outline-color: #009270;
        }

    .myform button {
        width: 100%;
        padding: 9px 0;
        border: 0;
        border-radius: 4px;
        background: rgba(15, 38, 38, 0.96);
        color: #fff;
    }

        .myform button:hover,
        .myform button:focus,
        .myform button:active {
            background: rgba(3, 193, 149, 0.95);
            outline-color: rgba(3, 193, 149, 0.95);
        }

.travlr-btn {
    width: 100%;
    padding: 9px 10px;
    background-color: #fff;
    color: #8f8f8f;
    border: 0;
    text-align: inherit;
}

    .travlr-btn i {
        float: right;
        margin-top: 2px;
        font-size: 18px;
    }

    .travlr-btn:hover,
    .travlr-btn:focus,
    .travlr-btn:active {
        background-color: #fff;
        color: #8f8f8f;
    }

.travllr-collapse {
    position: absolute;
    background: rgba(3, 193, 149, 0.95);
    border-radius: 4px;
    top: 60px;
    padding: 10px;
    right: 0px;
    color: #fff;
    width: 300px;
    z-index: 1;
}

    .travllr-collapse:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: 25px;
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(3, 193, 149, 0.95);
    }

    /*.travllr-collapse p {
    padding-left: 15px;
}*/

    .travllr-collapse .member {
        border-right: 1px solid #fff;
        padding: 10px 20px;
        padding-top: 0;
    }

.travllr-mem {
    margin-top: 5px;
}

    .travllr-mem p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 300;
    }

    .travllr-mem span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        text-align: center;
    }

    .travllr-mem .numb {
        margin: 0 5px;
    }

    .travllr-mem .minus, .travllr-mem .plus {
        cursor: pointer;
    }

    .travllr-mem select {
        outline: none;
        border: 1px solid #fff;
        background: transparent;
        padding: 5px 0px;
        color: #fff;
    }

        .travllr-mem select option {
            color: #8f8f8f;
        }

.bus-traveller {
    width: 195px;
}

.Sightseeing-pax {
    width: 330px;
}

.hotel-room {
    width: 330px;
}

.myform .collapse button {
    width: initial;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #fff;
    color: #0f2626;
}

    .myform .collapse button:hover {
        background-color: #0f2626;
        color: #fff;
    }
/* to hide the text in the tab*/


/*radio button*/

.myradio [type="radio"]:checked,
.myradio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .myradio [type="radio"]:checked + label,
    .myradio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

        .myradio [type="radio"]:checked + label:before,
        .myradio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #fff;
            border-radius: 100%;
        }

        .myradio [type="radio"]:checked + label:after,
        .myradio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .myradio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .myradio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.class-prefrence {
    overflow: auto;
    margin-top: 20px;
    padding-left: 20px;
}

    .class-prefrence p {
        font-size: 16px;
        margin-bottom: 10px;
    }


/*myoffer*/

.myoffer.txt {
    position: relative;
	font-family: Roboto;
}

.myoffer .view-more {
    background: #192f2e;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 280px;
    border-radius: 20px;
}

    .myoffer .view-more p {
        font-size: 30px;
        /*font-weight: 300;*/
		font-family: Roboto;
        text-align: center;
        color: #fff;
        position: relative;
        /*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);*/
        top: 30%;
        transform: translateY(-30%);
    }

    .myoffer .view-more a {
        display: block;
        font-size: 18px;
        font-weight: 300;
		font-family: Roboto;
        width: 150px;
        color: #fff;
        position: relative;
        top: 40%;
        left: 50%;
        transform: translateY(-40%) translateX(-50%);
        border: 1px solid #fff;
        text-align: center;
        padding: 5px 15px;
        border-radius: 4px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .myoffer .view-more a:hover {
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
        }

.myofffer {
    position: relative;
    /*box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);*/
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 20px;
}

.overlay ~ img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.myofffer h3 {
    position: absolute;
	font-family: Roboto;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
    top: 20%;
    transform: translate(-50%);
    left: 50%;
    font-size: 22px;
}

.myofffer p {
    position: absolute;
	font-family: Roboto;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
    top: 35%;
    transform: translate(-50%);
    left: 50%;
}

.myofffer p {
    font-size: 16px;
	font-family: Roboto;
    top: 40%;
}

.myofffer a {
    display: block;
    z-index: 1;
	font-family: Roboto;
    position: absolute;
    top: 70%;
    left: 50%;
    background-color: #fff;
    color: rgba(15, 38, 38, 0.95);
    border-radius: 4px;
    transform: translateX(-50%);
    padding: 10px 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.overlay:hover ~ a,
.overlay ~ a:hover {
    top: 65%;
    color: #fff;
    background-color: #ff6e3b;
}


/*why*/

.why {
    /*margin-top: 10px;*/
    position: relative;
    color: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 20px;
}

    .why .title {
        position: absolute;
        z-index: 2;
        color: #fff;
        left: 50%;
        width: 100%;
        font-size: 22px;
        transform: translateX(-50%);
        bottom: -15px;
        text-align: center;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .why .overlay {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        background: rgba(0,0,0,0.3);
    }

    .why:hover {
        margin-top: -10px;
    }

        .why:hover .title {
            bottom: 10%;
        }

        .why:hover .overlay {
            background: rgba(0,0,0,0.8);
        }


/*footer*/

.about-footer {
    position: relative;
    z-index: 1;
    padding: 10px;
    color: #fff;
    border-top: 1px dotted #fff;
    font-size: 14px;
	font-family:'Roboto';
}

    .about-footer ul {
        margin-left: -10px;
    }

        .about-footer ul li {
            list-style-type: none;
        }

            .about-footer ul li a {
                color: #fff;
                padding: 8px 0;
                display: block;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
            }

                .about-footer ul li a:hover {
                    padding-left: 5px;
                    text-shadow: 0px 0px 10px #fff;
                }

.footer-heading {
position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
	font-family:'Roboto';
}
/*form model popup*/
.head {
    text-align: center;
    font-size: 24px;
    /* padding-bottom: 15px; */
    margin: 30px 0px;
    /* background: url(../img/pop-hdr.png) center bottom no-repeat; */
    font-family: Roboto;
    color: #fff;
    font-weight: 600;
}
.vdj-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
	font-family: Roboto;
    font-size: 18px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.vdj-btn:hover {
    background-color: #ff6e3b;
    color: #fff;
}
.vdj-btn-default {
    color: #333;
    background-color: #fff;
	font-family: Roboto;
}
.vdj-btn {
    background-color: #235252e0;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    border-radius: 8px;
    width: 120px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-text {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    /* padding: 0; */
    width: 50%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 520px;
    border-radius: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
    margin-top: -14px;
}
 
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-head {
    padding: 2px 30px;
    background-color: #235252e0;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
}

}
.modal-body {
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 16px 12px;
    font-size: 12px;
    /* line-height: 1.42857143; */
    color: #3c3c3c;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 16px;
}











/*form group*/

.main-way-group p {
    margin: 10px 15px 0 0;
}

.main-way-group [type="radio"]:checked + label,
.main-way-group [type="radio"]:not(:checked) + label {
    color: rgba(15, 38, 38, 0.96);
    font-weight: bold;
}

    .main-way-group [type="radio"]:checked + label:after,
    .main-way-group [type="radio"]:not(:checked) + label:after {
        background: rgba(3, 193, 149, 0.95);
    }

    .main-way-group [type="radio"]:checked + label:before,
    .main-way-group[type="radio"]:not(:checked) + label:before {
        border-color: rgba(3, 193, 149, 0.95);
    }
/*flight page*/
.flight-dest, .flight-dest .overlay, .flight-dest h3, .flight-dest h4, .flight-dest img, .poularDeals .icon {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.flight-dest {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

    .flight-dest h3, .flight-dest .price {
        position: absolute;
        bottom: 0;
        left: 10px;
        color: #fff;
        z-index: 1;
        opacity: 1;
    }

    .flight-dest .icon {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 30px;
        color: #fff;
        width: 50px;
        z-index: 1;
        background: rgba(3, 193, 149, 0.95);
        text-align: center;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
    }

    .flight-dest h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 15px;
        border-radius: 3px;
        opacity: 0;
    }

    .flight-dest:hover h4 {
        opacity: 1;
    }

    .flight-dest:hover img {
        transform: scale(1.05);
    }

    .flight-dest:hover .overlay {
        background: rgba(0,0,0,0.8);
    }


/*popular deals*/
.poularDeals {
    text-align: center;
}

    .poularDeals .icon {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        text-align: center;
        line-height: 150px;
        color: #fff;
        font-size: 50px;
        background-color: rgba(3, 193, 149, 0.95);
    }

    .poularDeals h3 {
        color: rgba(0,0,0,0.8);
    }

    .poularDeals:hover h3 {
        color: rgba(3, 193, 149, 0.95);
    }

    .poularDeals:hover .icon {
        transform: scale(1.05);
    }


/*hotel*/
.flight-dest.hotel .dsetName {
    font-size: 18px;
    top: 10px;
}

.flight-dest .price {
    font-size: 16px;
    bottom: 0px;
}

.flight-dest.hotel .icon {
    top: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
/*pacakages*/
.co-card-item .pkg h2 {
    text-align: center;
}

.co-card-item .pkg {
    text-align: initial;
}

    .co-card-item .pkg .price {
        font-size: 18px;
    }

    .co-card-item .pkg a {
        color: #333;
    }

    .co-card-item .pkg .viewbtn {
        text-align: center;
    }
/*buses*/
.more-buses {
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #e9e9e9;
}

    .more-buses tr a {
        color: #333;
    }

        .more-buses tr a:hover {
            color: rgba(3, 193, 149, 0.95);
        }
