/********************/

/*  Fonts Included  */

/********************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

@font-face {

    font-family: "Open Sans";

    src: url('../fonts/OpenSans-Regular.eot');

    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),

        url('../fonts/OpenSans-Regular.svg#Open Sans') format('svg'),

        url('../fonts/OpenSans-Regular.woff') format('woff'),

        url('../fonts/OpenSans-Regular.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}

@font-face {

    font-family: "Open Sans";

    src: url('../fonts/OpenSans-Semibold.eot');

    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/OpenSans-Semibold.svg#Open Sans Semibold') format('svg'),

        url('../fonts/OpenSans-Semibold.woff') format('woff'),

        url('../fonts/OpenSans-Semibold.ttf') format('truetype');

    font-weight: 600;

    font-style: normal;

}

@font-face {

    font-family: "Open Sans";

    src: url('../fonts/OpenSans-Bold.eot');

    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),

        url('../fonts/OpenSans-Bold.svg#Open Sans') format('svg'),

        url('../fonts/OpenSans-Bold.woff') format('woff'),

        url('../fonts/OpenSans-Bold.ttf') format('truetype');

    font-weight: bold;

    font-style: normal;

}
/*

@font-face {

    font-family: "Roboto Condensed";

    src: url('../fonts/robotocondensed-regular-webfont.eot');

    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),

        url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),

        url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),

        url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),

        url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');

    font-weight: normal;

    font-style: normal;

}*/



/* CSS Document */

body{

    font-family: 'Inter', sans-serif;

    font-size: 15px;

}

a{

    color: #3E3E3E;

}

a:hover{

    color: #EC7500;

    text-decoration: none;

}

.home_warea{

    background: #fff;

}

figure img{

    width: 100%;

}

.topbar{

    background: none repeat scroll 0 0 #000;

    padding:4px;

}



#header .topbar{

    font-size: 10px;

    color:#ffffff;

}



.header_warea{

    background-color:#FA8001;

    border-bottom:3px solid #FF9C35;

}



.header_warea .logo{

    margin:10px 0px 0px;

    display:inline-block;

}

.header_warea .logo img{height: 65px;}

#header .nav{

    margin-top:30px;

    height:67px;

}



#header .header_warea .nav > li{

    color:#000;

	position:inherit;

}



#header .header_warea .nav > li > a{

    padding:15px 15px;

    color:#000000;

}



#header .nav > li.active > a, 

.nav > li.active > a:hover, 

.nav > li.active > a:focus {

    background: -webkit-linear-gradient(top, #000000, #353535);

    background: -o-linear-gradient(top, #000000, #353535);

    background: -moz-linear-gradient(top, #000000, #353535);

    background: linear-gradient(top, #000000, #353535);

    color:#ffffff;

}



#header .nav-pills > li > a {

    border-radius: 0px;

}

#header .nav-pills > li.dropdown:hover > a,

#header .nav-pills > li.dropdown:focus > a{

    background: #eee;

}

#header .nav .dropdown-menu{

    background: #eee;

    border-radius: 0px;

    border: none;

    border-bottom: 3px solid #070707;

    box-shadow: none;

    margin: 0px;

    padding: 0px;

    min-width: 140px;

}



#header .nav .dropdown-menu > li{

    background: #eee;

    border-radius: 0px;

    border: none;

}



#header .nav .dropdown-menu > li > a{

    border-bottom: 1px dotted #ddd;

    font: 600 13px Open Sans;

    padding: 8px;

}



#header .nav .dropdown-menu > li > a:hover{

    background: #ccc;

}



/*

@media (max-height:650px) {

.carousel {

        margin: 100px 0 0 0;

        height: -webkit-calc(100% - 160px); WebKit  	

        height: -moz-calc(100% - 160px);  Firefox 	

        height: -o-calc(100% - 160px);  Opera 	

        height: calc(100% - 160px);

}

}*/



.inr-sub-hd-sm{

    margin-bottom: 3px;

    margin-top: 15px;

    font: 18px "Roboto Condensed";

	text-transform:uppercase;

}

#inner-content h3.inr-hd-md{

    font: 22px "Roboto Condensed";

}



.section_slider{

    max-height: 550px;

}

.section_slider .item{

    height: 550px;

    background-repeat: no-repeat;

    background-size: cover;

}

.section_slider .slide1{

    background-image: url(../gifs/sikkim-cycling-tour.jpg);

    background-position: center center;

}

.section_slider .slide2{

    background-image: url(../gifs/rajasthan-cycling-tour.jpg);

    background-position: center bottom;

}

.section_slider .slide3{

    background-image: url(../gifs/himachal-spiti-cycling.jpg);

    background-position: center top;

}

.section_slider .slide4{

    background-image: url(../gifs/kerala-cycling-tour-header.jpg);

    background-position: center center;

}

.section_slider .slide5{

    background-image: url(../gifs/rajasthan-short-cycling.jpg);

    background-position: center center;

}

.section_slider .carousel-control{

    width: 5%;

}

.section_slider .carousel-control.left,

.section_slider .carousel-control.right{

    background: none;

    top: 50%;

}

.info_wrap {
    background: #fff;
    padding: 50px 40px;
}

.info_wrap h1{
    font: bold 36px 'Roboto Condensed', sans-serif;
    color: #3e3e3e;
    margin: 0px 0px 25px;
    letter-spacing: 0.01em;
    text-align: center;
}

.info_wrap h1 b{

    color:#EC7500;

    font-weight: normal;

}

.info_wrap p{
    font: 15px/26px 'Inter', sans-serif;
    color: #3e3e3e;
    margin-bottom: 20px;
    text-align: justify;
    text-align-last: center;
}

.info_wrap .home_media img{

    border: 3px solid #fff;

    transform: rotate(5deg);

    /*    -moz-box-shadow:    0px 3px 5px 6px #ccc;

        -webkit-box-shadow: 3px 3px 5px 6px #ccc;*/

    box-shadow:         1px 1px 3px 1px rgba(0,0,0,0.5);

}

.home_media img{

    z-index: 20;

}

.info_button{

    z-index: 10;

    height: 40px;

    margin-top: 16px;

    border: 1px solid #7e4102;

    border-radius: 5px;

    background-color: #ba5f00;

    color: #FFF;

    font: 18px/40px "Roboto Condensed";

    text-align: center;

}

.info_button a{

    color: #fff;

}

.info_button a:hover{

    color: #ffba00;

}

.feature_pkg{

    background: url(../gifs/bg-pattern2.png) repeat;

    padding: 40px 0px;

}

.fe_pkg_block h3{

    border-bottom: 2px solid #fa8001;

    color: #fff;

    font: 18px "Roboto Condensed";

    margin:0px 0px 5px;

    padding:0px 0px 5px;

}

.fe_pkg_block h3 i{

    color: #ccc;

    margin-top: 5px;

}

.fe_pkg_block a{

    color: #fff;

}

.fe_pkg_block img{

}

.fe_pkg_link{

    bottom: 100px;

    border-top: 2px solid #4b4b4b;

    padding-top: 2px;

    position: absolute;

    width: 92%;

}

.fe_pkg_link ul{

    background-color: #4b4b4b/*rgba(255,255,255,0.9)*/;

    margin: 0px;

    padding: 5px;

}

.fe_pkg_link li a{

    color: #FFF;

    font: 15px "Roboto Condensed";

    padding: 0px 10px;

}

.fe_pkg_link li a:hover{

    color: #fa8001;

    text-decoration: none;

}

.fe_pkg_footer{

    background-color:#FA8001;

    border-radius:0px 0px 8px 8px;

    padding:10px 10px 8px;

    position: relative;

}

.fe_pkg_footer p{

    font-size:12px;

    color:rgba(255,255,255,0.9);

    line-height: 16px;

    margin:0px 0px 5px;

    text-align: justify;

}

.pkg_info {

    color: #3e3e3e;
}

/*.pkg_info:last-child{

    background: none;

}*/

.pkg_info h2 {

    font-size: 18px;

    font-family: "Roboto Condensed";

    color:#000000;

    border-bottom: 2px solid #FA8001;

    margin: 0 0 15px;

    padding-bottom: 5px;

}

.pkg_info h2 i{

    font-size: 16px;

    margin-top: 3px;

}

.pkg_info ul {

    padding: 0px;

}

.pkg_info .home_media{

    padding-top: 7px;

}

.pkg_info li {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 500;

    padding-bottom: 3px;

    margin-bottom: 8px;

}

.pkg_info li i{

    margin-right: 5px;   

}

.pkg_info li a{
    color: #3e3e3e;
}

.home_btm_wrap{

    padding: 30px 0px !important;

}

.latest_blog li{

    background: transparent !important;    

}

.latest_blog .media-heading{

    margin-bottom: 0px;

}

.img_48{

    width: 48px;

    height: 48px;    

} 

.latest_blog h4{

    font-size: 13px;

    line-height: 16px;

}

.latest_blog p{

    margin-bottom: 0px;

}

.latest_blog p a{

    color: #ccc !important;

    font-size: 11px;

}

.latest_blog p a:hover{

    color: #EC7500 !important;

}

.btn.btn-style {

    background-color: #FA8001;

    border-bottom: 2px solid #AA6217;

    border-right: 2px solid #AA6217;

    color: #FFFFFF;

    padding: 2px 15px;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}



.btn.btn-style, .btn.btn-style1 {

    font: 18px 'Oswald',sans-serif;

}



.divider-hr {

    border-bottom: 2px dotted #ccc;

    margin:20px 0px;

    overflow:hidden;

}



.section_whitebg{

    background: #000;

    padding:50px 0px;

    box-shadow: 0 5px 4px -6px #000000;

    position: relative;

   /* z-index: 3;*/

}
#pkg-block.section_whitebg{background-color: #fff;padding: 150px 0px 50px;}






.section_colorizedbg {

    background: -webkit-linear-gradient(top, #eeeeee, #ffffff);

    background: -o-linear-gradient(top, #eeeeee, #ffffff);

    background: -moz-linear-gradient(top, #eeeeee, #ffffff);

    background: linear-gradient(top, #eeeeee, #ffffff);

    /*    border-bottom: 1px solid #3E575A;

        margin-bottom:5px;*/

    padding: 25px 0;

    position: relative;

    z-index: 2;}



.dtl_info h3 {

    background: none repeat scroll 0 0 #F7F7F7;

    border-bottom: 2px solid #ccc;

    display: inline-block;

    margin: 0 0 15px;

    padding: 5px 10px;

    position: relative;

    font: 22px "Roboto Condensed";

    color:#EC7500;

    text-transform: uppercase;

}

.dtl_info h3:before {

    border-bottom: 20px solid rgba(0, 0, 0, 0);

    border-left: 20px solid #ccc;

    border-top: 20px solid rgba(0, 0, 0, 0);

    content: "";

    position: absolute;

    right: -20px;

    top: 3px;

}

.dtl_info h3:after {

    border-bottom: 20px solid rgba(0, 0, 0, 0);

    border-left: 20px solid #F7F7F7;

    border-top: 20px solid rgba(0, 0, 0, 0);

    content: "";

    position: absolute;

    right: -20px;

    top: 1px;

}

.dtl_info p{

    text-align: justify;

}

.dtl_info li{

    color: #666;

    font: 14px "Roboto Condensed";

}

.btm_wrapper{    

    background: url(../gifs/bg-pattern.png) repeat;

    color: #000;

    padding: 35px 0px;

}

.btm_wrapper h3{

    background: url(../gifs/title-line.png) no-repeat bottom center;

    color:#fff;

    font: 26px "Roboto Condensed";

    margin: 0px 0px 35px;

    padding: 0px 0px 10px;

    text-align: center;

    text-transform: uppercase;

}

.spacer{

    margin-top:15px;

    margin-bottom:10px;

}



#footer{

    background-color:#000000;

    padding:40px 0px 0px;

    border-bottom:1px solid #222222;

}



#footer .footer_warea{

    border-bottom:1px solid #222222;

    padding-bottom:20px;

}

.pl0{padding-left:0px!important;}

#footer h3{

    font: 18px "Roboto Condensed";

    color:#EC7500;

    margin-bottom:15px;

}

#footer h3 a{

    color:#EC7500;

}

#footer h3 a:hover{

    color: #fff;

}

#footer h3 strong{

    color:#fff;

    font-weight:normal;

}

#footer li{

    color:#666;

    margin-bottom:8px;

}

#footer i{

    color: #FFF;

    margin-right: 5px;

}

#footer li a{

    color:#999;    

}

#footer li a:hover{

    color:#fff;    

}

#footer #btm-carousel .carousel-indicators{

    bottom: -45px;

}

#footer .testi{

    border:1px solid #373737;

    background-color:#151515;

    padding:8px 8px 0px 8px;

}



#footer .testi p{

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    color:#666

}



#footer .testi strong{

    padding:10px 0px 0px 0px;

    font-family: 'Open Sans', sans-serif;

    font-size: 11px;

    color:#EC7500;

}



.copyright{

    background: #151515;

    color:#797979;

    line-height: 16px;

    padding: 8px 0;

}

.copyright a{

    color: #EC7500;

}

#footer .social_block ul{

    float: right;

    margin: 0px;

}

#footer .social_block li{

    float: left;

    background: #000;

    box-shadow: 1px 1px #323030;

    border-radius: 3px;

    font-size: 21px;

    height: 32px;

    margin: 0px 0px 0px 5px;

    width: 32px;

    overflow: hidden;

    transition: all 0.6s ease-in-out 0s;

    position: relative;

}

#footer .social_block ul li a {

    color: #FFF;

}

#footer .social_block em {

    line-height: 32px;

    float: left;

    color: #F9F9F9;

    width: 32px;

    text-align: center;

}

#footer .social_block span {

    background: url("../gifs/bg_line.png") no-repeat scroll left center transparent;

    font-family: "Roboto Condensed";

    font-size: 16px;

    display: block;

    line-height: 32px;

    text-align: center;

    vertical-align: top;

    width: 157px;

    color: #F9F9F9;

    position: absolute;

    transition: all 0.6s ease-in-out 0s;

    -webkit-transition: all 0.6s ease-in-out 0s;;/* Chrome, Safari, Opera */

    -ms-transition: all 0.6s ease-in-out 0s;;/* IE 9 */

    left: 32px;

}

/*@media (min-width: 768px) and (max-width: 991px) {

    .footer-container .footer-top #social_block ul li a {

        font-size: 20px; 

    } 

}*/

#footer .social_block ul li:hover{

    width:200px;

}

#footer .social_block li.facebook:hover{

    background: #3b5998;

}

#footer .social_block li.twitter:hover{

    background: #00acee;

}

#footer .social_block li.instagram:hover{

    background: #be1e7a;

}

#footer .social_block li.linkedin:hover{

    background: #0177b5;

}

#footer .social_block li.google-plus:hover{

    background: #dd4b39;

}

#footer .social_block li.pinterest:hover{

    background: #ad1b21;

}

/*.footer-container .footer-top #social_block h4 {

    float: right;

    margin-bottom: 0;

    font-size: 21px;

    line-height: 25px;

    text-transform: none;

    padding: 0 10px 0 0; }

@media (max-width: 767px) {

    .footer-container .footer-top #social_block h4 {

        display: none;

        text-align: center; } 

}*/











.testi-gimmick {

    border-right: 15px solid rgba(69, 69, 69, 0);

    border-style: solid;

    border-width: 15px 15px 0 0;

    color: #151515;

    float: right;

    height: 0;

    width: 0;

}

.testi-info{

    font-family: 'Open Sans',sans-serif;

    font-size: 12px;

    margin-top:15px;

    margin-right:8px;

}

.testi-info a{

    color: #EC7500;

}

.testi-info a:hover{

    color: #999;

}

.breadcrumb{

    background: transparent;

    color: #666;

    font-family: 'Open Sans',sans-serif;

    font-size: 12px;

    margin: 5px 0px 20px;

    padding:0px;

}

.breadcrumb a{

    color: #EC7500;

}

.breadcrumb a:hover{

    color: #111;

}

h1.heading{

    color: #A05200;

    font-family: "Roboto Condensed";

    font-size: 21px;

    margin: 0px 0px 10px 0px;

}

.heading.xl{

    font-size: 27px;

}

.sub-heading{

    background: #f5f5f5;

    border: 1px dotted #ccc;

    display: inline-block;

    padding: 5px 8px;

    margin-bottom: 15px !important;

}

.dtl_info h1.heading{

    margin-top: 0px;

}

.pkg_media{

    position:relative;

	margin-bottom:20px;

}



.page_content_wrap{

    /*background: url(../gifs/bg_img.jpg) no-repeat fixed right bottom / cover transparent;*/

    

    background: -webkit-linear-gradient(top, #eeeeee, #ffffff);

    background: -o-linear-gradient(top, #eeeeee, #ffffff);

    background: -moz-linear-gradient(top, #eeeeee, #ffffff);

    background: linear-gradient(top, #eeeeee, #ffffff);

	padding:30px 0px;

}



.pg_inner_wrap{

    background: #fff;

    border-radius: 15px;

    padding: 15px 15px 0px;

}



.book-btn{

    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important;

    border: 1px solid #ffffff;

    color:#FFFFFF;

    position:absolute;

    top:10px;

    right:10px;

    padding:8px 15px;

    font-family: 'Signika', sans-serif;

    font-size:16px;

}



.book-btn a:hover{

    color:#fa8001 !important;

    text-decoration:none !important;

}



.pkg_dscrptn{

    margin:20px 0px;

}



.pkg_dscrptn ul.nav-tabs{

    background: url(../gifs/bg-pattern.png) repeat;

    padding:10px 10px 0px 10px;

    border-bottom:none;

    border-radius: 8px 8px 0px 0px;

}



.pkg_dscrptn .tab-content{

    border:1px solid #ccc;

    border-top: 1px solid #192425;

    padding:20px;

    overflow:hidden;

}



.pkg_dscrptn .nav-tabs > li > a{

    border:none;

    background-color:transparent;

    color: #fff;

    font: normal 17px "Roboto Condensed";

}



.pkg_dscrptn .nav-tabs > li.active > a,

.pkg_dscrptn .nav-tabs > li.active > a:hover,

.pkg_dscrptn .nav-tabs > li.active > a:focus {

    border:none;

    color: #EC7500;

    cursor: default;

    background-color:#fff;

}



.pkg_dscrptn .nav > li > a:hover,

.pkg_dscrptn .nav > li > a:focus {

    text-decoration: none;

    background-color: #fff;

    color: #666;

}

.pkg_caption{

    background: #f7f7f7;

    border: 2px dashed #88A6A9;

    color: #4c6466;

    padding: 8px 8px 0px;

    margin-bottom: 25px;

}

.pkg_caption i{

    color: #EC7500;

    font-size: 14px;

    margin-right: 5px;

}

.tour_day{    

    border-bottom: 2px dotted #ccc;

    display: table;

    margin-bottom:20px;

    padding-bottom: 20px;

    width: 100%;

}

.day_num{

    width: 50px;

    height: 50px;

    background-color: #EC7500;

    border-radius: 50%;

    text-align: center;

    float: left;

}

.day_num .day_title{

    color:#fff;

    display: block;

    font: 12px/14px "Roboto Condensed";

    margin-top: 10px;

    text-transform: uppercase;

}

.day_num .day_heading{

    color:#ffffff;

    font-size:18px;

    line-height: 16px;

}

.iti_ttl h3{

    color: #333 !important;

    float: left;

    margin: 10px 0px 10px 10px !important;

}

.iti_ttl{

    display: table-row;

}

.iti_dsc{

    display: block;

    margin-top: 5px;

}

.iti_dsc p{

    margin: 0px;

}

.iti_dsc p+p{

    margin-top: 10px;

}

.pkg_dscrptn h3,

#inner-content h3{

    color: #EC7500;

    font: 17px "Roboto Condensed";

    margin: 15px 0px 0px;

    text-transform: uppercase;

}

#inner-content .pagination > .active > a{

    background-color: #EC7500;

    border-color: #EC7500;

    color: #FFF;

}

#inner-content .pagination > li > a,

#inner-content .pagination > li > span {

    color: #111;

}

#inner-content a:hover{

    color: #666;

}

#tour_pack{

    border: 1px solid #e5e5e5;

    overflow:hidden;

    height:auto;

}



.widget{

    margin-bottom:30px;

}



.tour_img{

    position:relative;

    border-bottom:4px solid #EC7500;

}



h3.tour_title{

    background-color: #EC7500;

    bottom: -28px;

    right:0px;

    height: auto;

    padding: 8px 12px;

    position: absolute;

    width: 70%;

    font: 16px "Roboto Condensed";

    color:#fff;

}



.tour_dscrptn{

    margin-top:40px;

    margin-left:30px;

}

.tour_dscrptn li{

    margin-bottom:10px;

}

.tour_dscrptn li i{

    color: #EC7500;

}

.tour_dscrptn li a:hover{

    color: #EC7500;

}

h2.section_title{

    font-family: 'Signika', sans-serif;

    font-size:16px;

    color:#000000;

    border-bottom: 1px solid #eeeeee;

    padding: 0 0 12px;

    position: relative;

}



.title_outer{

    background-color: #EC7500;

    bottom: -1px;

    height: 3px;

    left: 0px;

    position: absolute;

    width: 30%;

}



.dest_txt .media-list {

    list-style: outside none none;

    padding-left: 0;

}

.dest_txt .media-left, 

.dest_txt .media-right, 

.dest_txt .media-body {

    display: inline-block;

}

.dest_txt .media_img{

    max-width: 63px;

}

.dest_txt .media-list li:nth-child(odd){

    background: #e5e5e5;

}

.dest_txt .media-list li:nth-child(even){

    background-color:#f5f5f5;

}

.dest_txt .media-list li:nth-child(even) .media-body{

    padding-left:10px;

}

.dest_txt .media-list .media-right{

    float: right;

}

.dest_txt h4 {

    font-size: 13px;

    margin: 12px 0 8px;

    color:#000000;

    font-weight: normal;

}



.dest_txt .links{

    font-family: 'Open Sans', sans-serif;

    font-size: 11px;

    color:#EC7500;

    text-transform:uppercase;

}



/*.tab-content h1{

    font-family: 'Contrail One', cursive;

    font-size: 16px;

    color:#EC7500;

    margin-bottom:5px;

}*/



.pkg_dscrptn .tab-content ul{

    background-color:transparent;

}



.color{

    background-color:#f9f9f9;

}



.inner-img{

    margin-left:8px;

    margin-top: 3px;

}

.inner-img img{

    border: 3px solid #ccc;

}

.tour_dtl{

    background: #f5f5f5;

    padding: 10px 0px 5px 10px;

}

.tour_dtl li {

    margin-bottom: 10px;

}

.bdr{

    border-bottom:3px solid #000;

}

.required{

    color: #ff0000;

}





/************************/

/*     Top Button CSS   */

/************************/

#toTop{

    display: none;

    position: fixed;

    width: 33px;

    height: 33px;

    line-height:32px;

    bottom: 56px;

    right: 10px;

    border-radius: 2px;

    font-size: 18px;

    z-index:999;

    background-color:#EC7500;

    color:#ffffff;	

    -webkit-transition: none;

    -moz-transition: none;

    -ms-transition: none;

    -o-transition: none;

    transition: none;

    text-align: center;

}

#toTop:hover{

    background-color:#111;

}

#toTop i{

    margin:0px;

}





/***************************/

/*     Facebook Like CSS   */

/***************************/

.fb-like-box{

    background: #fff;

    border:none;

    overflow:hidden;

    width:100%;

    height:343px;

}

/*

.fb-like-box.fb_iframe_widget, 

.fb-like-box.fb_iframe_widget > span, 

.fb-like-box.fb_iframe_widget > span > iframe {

    width: 100% !important;

}

.fb-like-box.fb_iframe_widget > span, 

.fb-like-box.fb_iframe_widget > span > iframe{

        height: 322px !important;

}

.plugin ._4s7c {

    height: 320px !important;

}*/





/********************/

/*    Button CSS    */

/********************/

.btn_ui{

    border-radius: 5px 0px;

    background-clip: padding-box;

    box-sizing: border-box;

    border: medium none;

    margin: 0px;

    padding: 0px;

    color: inherit;

    background: transparent;

    display: inline-block;

    position: relative;

    text-decoration: none;

    overflow: hidden;

    transition: all 0.3s ease 0s;

    font-family: "Roboto Condensed";

    text-transform: uppercase;

}

.btn_sm{

    height: 32px;

    line-height: 32px;

    padding-left: 12px;

    padding-right: 12px;

    font-size: 14px;    

}

.btn_ui.btn_sm {

    padding-left: 45px;

    padding-right: 12px;

}

.btn_ui.btn_sm .icon_bg {

    width: 45px;

    height: 200%;

    top: -30px;

    left: 0px;

}

.btn_ui .icon_bg {

    display: block;

    position: absolute;

    transform-origin: 0px 0px 0px;

    transform: rotate(15deg);

    transition: all 0.3s ease 0s;

}

.btn_ui.btn_sm .btn_icon {

    width: 33px;

    height: 32px;

    line-height: 32px;

    font-size: 14px;

}

.btn_ui .btn_icon{

    display: block;

    position: absolute;

    top: 0px;

    left: 0px;

    text-align: center;

    transition: all 0.3s ease 0s;

}

.carrot{

    background-color: #E67E22;

    color: #fff;

}

.carrot.btn_ui .icon_bg {

    background-color: #ba5f00;

}

.carrot:hover{

    background-color: #f37d14;

    color: #fff !important;

}

.drk_gry{

    background-color: #646464;

    color: #fff;

}

.drk_gry.btn_ui .icon_bg {

    background-color: #3d3d3d;

}

.drk_gry:hover{

    background-color: #524f4f;

    color: #fff !important;

}

.btn_ui:hover,

.btn_ui:focus{

    color: #fff;

    text-decoration: none;

}

.pulse {

    transform: translateZ(0px);

    box-shadow: 0px 0px 1px transparent;

}

@-webkit-keyframes pulse{

    to{

        -webkit-transform:scale(0.9)

    }



}



@-moz-keyframes pulse{

    to{

        -moz-transform:scale(0.9)

    }



}



@-o-keyframes pulse{

    to{

        -o-transform:scale(0.9)

    }



}



@keyframes pulse{

    to{

        -webkit-transform:scale(0.9);

        -moz-transform:scale(0.9);

        -ms-transform:scale(0.9);

        transform:scale(0.9)

    }



}



.pulse{

    -webkit-tap-highlight-color:rgba(0,0,0,0);

    transform:translateZ(0);

    box-shadow:0 0 1px rgba(0,0,0,0)

}



.pulse:hover{

    -webkit-animation:pulse .4s linear infinite;

    -moz-animation:pulse .4s linear infinite;

    -o-animation:pulse .4s linear infinite;

    animation:pulse .4s linear infinite

}



/*************************/

/*   Banner Effect CSS   */

/*************************/



.banner-box a{

    display: inline-block;

    position: relative;

    max-width: 100%;    

}

.banner-box a:before{

    background-color: rgba(0, 0, 0, 0.1);

    content: "";

    height: 0;

    left: 0;

    margin: auto;

    position: absolute;

    top: 0;

    transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;;/* Chrome, Safari, Opera */

    -ms-transition: all 0.3s ease-in-out 0s;;/* IE 9 */

    width: 0;

}

.banner-box a:after{

    background-color: rgba(0, 0, 0, 0.1);

    bottom: 0;

    content: "";

    height: 0;

    position: absolute;

    right: 0;

    transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;;/* Chrome, Safari, Opera */

    -ms-transition: all 0.3s ease-in-out 0s;;/* IE 9 */

    width: 0;

}

.banner-box a:hover:after, 

.banner-box a:hover:before {

    height: 100%;

    width: 100%;

    transition: all 0.4s ease-out 0s;

    -webkit-transition: all 0.4s ease-in-out 0s;;/* Chrome, Safari, Opera */

    -ms-transition: all 0.4s ease-in-out 0s;;/* IE 9 */

}



/*************************/

/*   Photo Gallery CSS   */

/*************************/



.portfolio_image {

    border: 3px solid #fff;

    -moz-box-shadow: 0 0 3px #ccc;

    -webkit-box-shadow: 0 0 3px #ccc;

    box-shadow: 0 0 3px #ccc;

    display: block;

    margin-bottom: 20px;

    overflow: hidden;

}

.portfolio_image a {

    float:left;

    clear: both;

    display: block;

}

.portfolio_image i {

    color: #FFF;

    display: none;

    font-size: 32px;

    margin-left: 40%;

    margin-top: 25%;

    position: absolute;

    z-index: 8;

}

.portfolio_image:hover i {

    display: block;

}

.portfolio_image img {

    opacity: 1;

    width: 100%;

/*    height: 255px;*/

}

.portfolio_image img:hover {

    opacity: 0.8;

}

.watermarked{

    background: url(../gifs/watermarked_w.png) no-repeat;

	background-size: contain;

    width: 170px;

    height: 24px;

    position: absolute;

    z-index: 9;

	opacity: 0.8;

}

#main-carousel{

    position: relative;

}

#main-carousel .watermarked{

    bottom: 0px;

    right: 5px;

}



/*slider for inner*/

.watermarked-inner{

    background: url(../gifs/watermarked_inner.png) no-repeat;

    width: 262px;

    height: 22px;

    position: absolute;

    z-index: 9;

right: 20px;

bottom: 15px;

}



.section_slider .slideraj1{

    background-image: url(../gifs/slider-rajasthan1.jpg);

    background-position: center center;

}

.section_slider .slideraj2{

    background-image: url(../gifs/slider-rajasthan2.jpg);

    background-position: center bottom;

}

.section_slider .slideraj3{

    background-image: url(../gifs/slider-rajasthan3.jpg);

    background-position: center top;

}

.section_slider .slideraj4{		

    background-image: url(../gifs/slider-rajasthan4.jpg);

    background-position: center center;

}



.section_slider .slideraj5{

    background-image: url(../gifs/slider-rajasthan5.jpg);

    background-position: center center;

}

.section_slider .slideraj6{

    background-image: url(../gifs/slider-rajasthan6.jpg);

    background-position: center bottom;

}

.section_slider .slideraj7{

    background-image: url(../gifs/slider-rajasthan7.jpg);

    background-position: center top;

}

.section_slider .slideraj8{		

    background-image: url(../gifs/slider-rajasthan8.jpg);

    background-position: center center;

}



.section_slider .slideraj9{

    background-image: url(../gifs/slider-rajasthan9.jpg);

    background-position: center center;

}

.section_slider .slideraj10{

    background-image: url(../gifs/slider-rajasthan10.jpg);

    background-position: center bottom;

}

.section_slider .slideraj11{

    background-image: url(../gifs/slider-rajasthan11.jpg);

    background-position: center top;

}

.section_slider .slideraj12{		

    background-image: url(../gifs/slider-rajasthan12.jpg);

    background-position: center center;

}



.section_slider .slidegarhwal1{

    background-image: url(../gifs/slider-garhwal1.jpg);

    background-position: center center;

}

.section_slider .slidegarhwal2{

    background-image: url(../gifs/slider-garhwal2.jpg);

    background-position: center bottom;

}

.section_slider .slidegarhwal3{

    background-image: url(../gifs/slider-garhwal3.jpg);

    background-position: center top;

}

.section_slider .slidegarhwal4{		

    background-image: url(../gifs/slider-garhwal4.jpg);

    background-position: center center;

}



.section_slider .slidehimachal1{

    background-image: url(../gifs/slider-himachal1.jpg);

    background-position: center center;

}

.section_slider .slidehimachal2{

    background-image: url(../gifs/slider-himachal2.jpg);

    background-position: center bottom;

}

.section_slider .slidehimachal3{

    background-image: url(../gifs/slider-himachal3.jpg);

    background-position: center top;

}

.section_slider .slidehimachal4{		

    background-image: url(../gifs/slider-himachal4.jpg);

    background-position: center center;

}



.section_slider .slidemanali1{

    background-image: url(../gifs/slider-manali1.jpg);

    background-position: center center;

}

.section_slider .slidemanali2{

    background-image: url(../gifs/slider-manali2.jpg);

    background-position: center bottom;

}

.section_slider .slidemanali3{

    background-image: url(../gifs/slider-manali3.jpg);

    background-position: center top;

}

.section_slider .slidemanali4{		

    background-image: url(../gifs/slider-manali4.jpg);

    background-position: center center;

}



.section_slider .slidekumaon1{

    background-image: url(../gifs/slider-kumaon1.jpg);

    background-position: center center;

}

.section_slider .slidekumaon2{

    background-image: url(../gifs/slider-kumaon2.jpg);

    background-position: center bottom;

}

.section_slider .slidekumaon3{

    background-image: url(../gifs/slider-kumaon3.jpg);

    background-position: center top;

}

.section_slider .slidekumaon4{		

    background-image: url(../gifs/slider-kumaon4.jpg);

    background-position: center center;

}



.section_slider .slideladakh1{

    background-image: url(../gifs/slider-ladakh1.jpg);

    background-position: center center;

}

.section_slider .slideladakh2{

    background-image: url(../gifs/slider-ladakh2.jpg);

    background-position: center bottom;

}

.section_slider .slideladakh3{

    background-image: url(../gifs/slider-ladakh3.jpg);

    background-position: center top;

}

.section_slider .slideladakh4{		

    background-image: url(../gifs/slider-ladakh4.jpg);

    background-position: center center;

}



.section_slider .slideuttranchal1{

    background-image: url(../gifs/slider-uttranchal1.jpg);

    background-position: center center;

}

.section_slider .slideuttranchal2{

    background-image: url(../gifs/slider-uttranchal2.jpg);

    background-position: center bottom;

}

.section_slider .slideuttranchal3{

    background-image: url(../gifs/slider-uttranchal3.jpg);

    background-position: center top;

}

.section_slider .slideuttranchal4{		

    background-image: url(../gifs/slider-uttranchal4.jpg);

    background-position: center center;

}



.section_slider .slidekalimpong1{

    background-image: url(../gifs/slider-kalimpong1.jpg);

    background-position: center center;

}

.section_slider .slidekalimpong2{

    background-image: url(../gifs/slider-kalimpong2.jpg);

    background-position: center bottom;

}

.section_slider .slidekalimpong3{

    background-image: url(../gifs/slider-kalimpong3.jpg);

    background-position: center top;

}

.section_slider .slidekalimpong4{		

    background-image: url(../gifs/slider-kalimpong4.jpg);

    background-position: center center;

}



.section_slider .slidesikkim1{

    background-image: url(../gifs/slider-sikkim1.jpg);

    background-position: center center;

}

.section_slider .slidesikkim2{

    background-image: url(../gifs/slider-sikkim2.jpg);

    background-position: center bottom;

}

.section_slider .slidesikkim3{

    background-image: url(../gifs/slider-sikkim3.jpg);

    background-position: center top;

}

.section_slider .slidesikkim4{		

    background-image: url(../gifs/slider-sikkim4.jpg);

    background-position: center center;

}



.section_slider .slidebike1{

    background-image: url(../gifs/slider-bike1.jpg);

    background-position: center center;

}

.section_slider .slidebike2{

    background-image: url(../gifs/slider-bike2.jpg);

    background-position: center bottom;

}

.section_slider .slidebike3{

    background-image: url(../gifs/slider-bike3.jpg);

    background-position: center top;

}

.section_slider .slidebike4{		

    background-image: url(../gifs/slider-bike4.jpg);

    background-position: center center;

}



.section_slider .slidegoa1{

    background-image: url(../gifs/slider-goa1.jpg);

    background-position: center center;

}

.section_slider .slidegoa2{

    background-image: url(../gifs/slider-goa2.jpg);

    background-position: center bottom;

}

.section_slider .slidegoa3{

    background-image: url(../gifs/slider-goa3.jpg);

    background-position: center top;

}

.section_slider .slidegoa4{		

    background-image: url(../gifs/slider-goa4.jpg);

    background-position: center center;

}



.section_slider .slidekerala1{

    background-image: url(../gifs/slider-kerala1.jpg);

    background-position: center center;

}

.section_slider .slidekerala2{

    background-image: url(../gifs/slider-kerala2.jpg);

    background-position: center bottom;

}

.section_slider .slidekerala3{

    background-image: url(../gifs/slider-kerala3.jpg);

    background-position: center top;

}

.section_slider .slidekerala4{		

    background-image: url(../gifs/slider-kerala4.jpg);

    background-position: center center;

}



.section_slider .slidekerala5{

    background-image: url(../gifs/slider-kerala5.jpg);

    background-position: center center;

}

.section_slider .slidekerala6{

    background-image: url(../gifs/slider-kerala6.jpg);

    background-position: center bottom;

}

.section_slider .slidekerala7{

    background-image: url(../gifs/slider-kerala7.jpg);

    background-position: center top;

}

.section_slider .slidekerala8{		

    background-image: url(../gifs/slider-kerala8.jpg);

    background-position: center center;

}



.section_slider .slidekerala9{

    background-image: url(../gifs/slider-kerala9.jpg);

    background-position: center center;

}

.section_slider .slidekerala10{

    background-image: url(../gifs/slider-kerala10.jpg);

    background-position: center bottom;

}

.section_slider .slidekerala11{

    background-image: url(../gifs/slider-kerala11.jpg);

    background-position: center top;

}

.section_slider .slidekerala12{		

    background-image: url(../gifs/slider-kerala12.jpg);

    background-position: center center;

}



.section_slider .slidekerala13{

    background-image: url(../gifs/slider-kerala13.jpg);

    background-position: center center;

}

.section_slider .slidekerala14{

    background-image: url(../gifs/slider-kerala14.jpg);

    background-position: center bottom;

}

.section_slider .slidekerala15{

    background-image: url(../gifs/slider-kerala15.jpg);

    background-position: center top;

}

.section_slider .slidekerala16{		

    background-image: url(../gifs/slider-kerala16.jpg);

    background-position: center center;

}



.section_slider .slidekerala17{

    background-image: url(../gifs/slider-kerala17.jpg);

    background-position: center center;

}

.section_slider .slidekerala18{

    background-image: url(../gifs/slider-kerala18.jpg);

    background-position: center bottom;

}



.section_slider .slidekerala19{

    background-image: url(../gifs/slider-kerala19.jpg);

    background-position: center bottom;

}

.section_slider .slidemonth1{

    background-image: url(../gifs/slidemonth1.jpg);

    background-position: center center;

}

.section_slider .slidemonth2{

    background-image: url(../gifs/slidemonth2.jpg);

    background-position: center bottom;

}

.section_slider .slidemonth3{

    background-image: url(../gifs/slidemonth3.jpg);

    background-position: center top;

}

.section_slider .slidemonth4{		

    background-image: url(../gifs/slidemonth4.jpg);

    background-position: center center;

}

.btm_wrapper p {

    color: #fff !important;

    font-size: 16px;

    text-align: center;

    line-height: 25px;

}

/*#btm_rgt_block{padding-left: 30px;}*/

.customize-tour{

width:100%;

background-image:url(../gifs/customize-bnr.jpg);

background-repeat:no-repeat;

height:318px;

position:relative;

}

.customize-tour a{color: #ffba00;}

.customize-tour a:hover{color: #fff;}

.customize-tour::before{

    position: absolute;

    top: 0px;

    left: 0px;

    width: 50%;

    background-color: rgba(0, 0, 0, 0.8);

    height: 318px;

	content:"";

}

.customize-tour  .text-area{

position:absolute;

top:33px;

padding-right:100px;

}

.customize-tour h4{

font-size:35px;

text-align:left;

margin:0px 0px 30px;

color:#FFFFFF;

text-transform:uppercase;

font-family:"Roboto Condensed";

}

.customize-tour p{

font-size:16px;

color:#fff;

margin-bottom:30px;

}



.plan-btn{

background-color: #fff;

    font-size: 14px;

    text-align: center;

    padding: 8px 20px;

    color: #000;

    display: inline-block;

    border-radius: 5px 0px 0px 5px;

    position: relative;

	font-weight:700;

	border: none;

	transition: all 0.5s ease-in-out;

	}

.plan-btn::before{

    content: "";

    background: url(../gifs/bullet.png) no-repeat center center #ba5f00;

    padding: 18px 20px;

    position: absolute;

    right: -40px;

	top:0px;

	border-radius:0px 5px 5px 0px;}

.plan-btn:hover{

background:#ba5f00;

color:#fff;

}











#footer h3 span{

text-align:right;

font-size:12px;

color:#fff;

float: right;

margin-top: 5px;

text-decoration:underline;

}

#footer h3 span a{

color:#fff;

}



#footer h3 span a:hover{

color:#EC7500;

}



.arrow-form {

    display: block;

    position: fixed;

    bottom: 30px;

    left: 10px;

    z-index: 9999;

}

.arrow-form .trip-plan {

    background: #000;

    float: left;

    margin-top: 0;

	padding: 0px 65px 0px 30px;

    border: 2px solid #EC7500;

    border-radius: 50px;

    color: #EC7500;

	font-size:16px;

	line-height:43px;

    text-align: center;

	text-transform:uppercase;

}

.arrow-form .trip-plan a {

    text-decoration: none;

    color: #fff;

    display: block;

    width: 100%;

    font-weight: normal;

}



.arrow-form .trip-plan a:hover {

    color: #EC7500 !important;

}

.circle{

background-color:#EC7500;

width:35px;

height:35px;

border-radius:35px;

z-index: 2;

position: absolute;

right: 7px;

top: 6px;

}



.circle .fa{

text-align: center;

font-size: 16px;

color: #fff;

margin-top: 10px;

margin-left: 13px;}



#customizeForm .modal-content{

	background: #FA8001;

	color: #fff;

}

#customizeForm .form-horizontal .control-label{

    color: #fff;

    font-size: 15px;

    font-weight: normal;

}

#customizeForm .form-horizontal .required{color:#fff;}

.sub-txt{

	font-size: 11px!important;

    border-top: 1px solid rgba(255,255,255,0.5);

    padding-top: 9px;

    text-align: right;

}

#customizeForm .modal-header{border:none;margin-bottom:0px;

padding-bottom:0px;}

#customizeForm .modal-title{

    font-family: Roboto Condensed;

    text-transform: uppercase;

    font-size: 30px;

    text-align: center;

}

#customizeForm .modal-header .close {

    margin-top: -2px;

    background: #fff;

    opacity: 1;

    width: 25px;

    height: 25px;

    border-radius: 100%;

    color: #666;

    position: absolute;

    right: -6px;

    top: -6px;

}

#customizeForm .btn-blk{

	background: #333;

	color: #fff;	

}

#customizeForm .btn-blk:hover{

	color: #FA8001;

}

#customizeForm .btn-gry{

	background: #ccc;

	color:#000;

}

#customizeForm .btn-gry:hover{

	background: #fff;

	color:#000;

}

#btm_wrapper{

	

}

.video_wrapper{

	background: #ddd;

	padding: 30px 0px;

}

.video_wrapper h3 {

    color: #ba5f00;

    font-family: "Roboto Condensed";

    text-transform: uppercase;

    font-size: 26px;

    text-align: center;

    font-weight: 500;

    display: inline-block;

	padding-bottom:10px;

    width: 100%;

	margin: 20px 0px;

	background:url(../gifs/title-line-clr.png) no-repeat bottom center;

}

.video-slide{

	width:1170px;margin:20px auto;

}

.video_wrapper #ninja-slider{width:970px;}

.video_wrapper #thumbnail-slider{height:485px;}

.tour_wrapper{

	position: relative;	

	background: url(../gifs/rajasthan-fixed-departure.jpg) no-repeat;

	background-size:	cover;

	width:100%;

	height:270px;

	color: #fff;

	text-align: center;

	padding: 30px 0px;

	margin: 10px 0px 50px;

}

.tour_wrapper:before{

	content:"";

	width:355px;

	height:100%;

	position: absolute;

	right: 100px;

	top: 0px;

	background: #fa8001;

	transform: skew(-10deg);

	

}

.fd_tour_warea{

	width:300px;

	height:100%;

	position: absolute;

	right: 126px;

	top: 0px;

}

.tour_wrapper  h3{

    font-size: 30px;

    margin: 15px 0px 10px;

    color: #FFFFFF;

    text-transform: uppercase;

    font-family: "Roboto Condensed";

}

.tour_wrapper .tour-dr{color: #000;font-size:20px;}

.tour_wrapper .tour-dr,

.tour_wrapper .tour-dt{

    display: inline-block;

    font-family: "Roboto Condensed";

    text-transform: uppercase;

}

.tour_wrapper .tour-dt{font-size:22px;color: #000;margin-top:5px;margin-left: 0x;padding: 5px 15px;background:#fff;transform: skew(-10deg);}

.tour_wrapper .info_button{

	display: inline-block;

	padding: 0px 15px;

	margin-top:0px;

}

.tour-info-wrap{display;block;margin-bottom: 10px;}

.fixed-button{

	position:fixed;

	bottom:0px;

	left:10px;

	z-index:999;

	border-radius: 15px 15px 0px 0px;

	background: #FA8001;

	color:#fff;

	padding: 8px 15px 4px;

	font-size: 15px;

	width: auto;

    text-transform: uppercase;

    font-family: "Roboto Condensed";

	text-align:center;

	text-decoration:none;

	/*border: 3px solid rgba(255,255,255,0.5);*/

}

.fixed-button i{

    font-size: 13px;

    margin-right: 3px;

    display: inline-block;

    vertical-align: middle;

    line-height: 22px;

}

.fixed-button.trip-btn-a{bottom: 80px;}

.fixed-button:hover,.fixed-button:focus{color:#fff;background:#ba5f00;text-decoration:none;}

.fixed-button.trip-btn-a {

    bottom: 16px;

    background: #666;

    left: 10px;

    min-width: 187px;

    padding-bottom: 27px;

}

.fixed-button.trip-btn-a:hover,.fixed-button.trip-btn-a:focus{background:#333;}

/*Tour List by Month*/

.tour-pkg-list{

	padding:0px;	

}

.tour-pkg-list li{

	list-style-type:none;

	text-align:left;

	margin-bottom:30px;

}	

.tour-pkg-list li img{

	width:100%;

   -webkit-transition: all 0.3s ease-in-out;

   -moz-transition: all 0.3s ease-in-out;

   -o-transition: all 0.3s ease-in-out;

   -ms-transition: all 0.3s ease-in-out;

   transition: all 0.3s ease-in-out;

   }

.tour-pkg-list li figure{overflow:hidden;position:relative;}

.tour-pkg-list li figcaption{

    position: absolute;

    top: 0;

    left: 0px;

    padding: 20px;

    background: rgba(0,0,0,0.5);

    height: auto;

    width: 60%;

	color:#fff;

	opacity:1;

    -webkit-transition: -webkit-transform 0.3s, all 0.3s;

    -moz-transition: -moz-transform 0.3s, all 0.3s;

    transition: transform 0.3s, all 0.3s;

}

.tour-pkg-list li h4{

    font-family: "Roboto Condensed";

	font-size: 25px;

	color:#fff;

	margin:0px 0px 10px;

	text-transform: uppercase;

}

.tour-pkg-list li a{

	display: block;

	color: #fff;

	font-size:14px;

}

.tour-pkg-list li figcaption a:hover{color:#ffba00!important;}

.tour-pkg-list li .mask{

    width: 100%;

    height: 100%;

    position: absolute;

    overflow: hidden;

    top: 0;

    left: 0px;

	text-align:center;

	background-color: #ba5f00;

   -webkit-transform: translateX(-350px);

   -moz-transform: translateX(-350px);

   -o-transform: translateX(-350px);

   -ms-transform: translateX(-350px);

   transform: translateX(-350px);

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

   -webkit-transition: all 0.3s ease-in-out;

   -moz-transition: all 0.3s ease-in-out;

   -o-transition: all 0.3s ease-in-out;

   -ms-transition: all 0.3s ease-in-out;

   transition: all 0.3s ease-in-out;

}

.tour-pkg-list li :hover .mask {

   -webkit-transform: translateX(0px);

   -moz-transform: translateX(0px);

   -o-transform: translateX(0px);

   -ms-transform: translateX(0px);

   transform: translateX(0px);

    left: 0;

}

.tour-pkg-list li:hover img {

   -webkit-transform: translateX(350px);

   -moz-transform: translateX(350px);

   -o-transform: translateX(350px);

   -ms-transform: translateX(350px);

   transform: translateX(350px);

}

.tour-pkg-list li:hover figcaption{opacity:0;}

.tour-pkg-list li .mask h4 {

    background: #333;

    color: #fff;

    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    margin: 20px 0px;

    text-align: center;

    padding: 7px 0px;

}

.tour-pkg-list li .mask a{

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

   filter: alpha(opacity=0);

   opacity: 0;

   color: #fff;

   -webkit-transition: all 0.2s linear;

   -moz-transition: all 0.2s linear;

   -o-transition: all 0.2s linear;

   -ms-transition: all 0.2s linear;

   transition: all 0.2s linear;

   font-size: 18px;

   margin-bottom:10px;

}

.tour-pkg-list li:hover .mask a{

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

}

.tour-pkg-list li:hover .mask a:hover{color:rgba(255,255,255,0.5)!important}



.form-horizontal h3{margin: 20px 0px!important;font-size:21px;}



.form-horizontal .form-check{margin-top:5px;display: inline-flex;margin-right: 8px;align-items:center;}

.form-horizontal .form-check-label{margin-bottom:0px;font-weight:normal;}

.form-horizontal .form-check input[type="radio"]{margin-right: 5px;}

#customizeForm .form-control{border:1px solid #ffc000;padding-left:4px;}

#customizeForm .form-control:focus{border:1px solid #ffc000;box-shadow:inset 0 1px 1px rgba(255, 192, 0, .075);}

.main-list{margin:0px;padding:0px;}

.mb20{margin-bottom:20px;}

#customizeForm .form-horizontal .form-check-label{font-size:15px;}

.main-list li{list-style-type:none;color: #EC7500;position:relative;font-family:"Open Sans";}

.main-list li:before{

	position: absolute;

    content: "\f192";

    color: #666;

    font-family: FontAwesome;

    position: absolute;

    top: 5px;

    left: -2px;

    font-size: 11px;

}

#social-widget{padding:35px 0px;}

.note-btm-txt{

    font-size: 17px;

    font-weight: 600;

    display: block;

    width: 100%;

    float: left;

    margin-top: 20px;

}

.note-btm-txt a{color:#E67E22;margin-top: 15px;}

.dateRow .carrot{background:#333;}

.dateRow .carrot.btn_ui .icon_bg {background-color: #FA8001;}







/* 24-05-2018 CSS Start at Here */

.dateTable{ width:100%; display:block; float: left; padding:10px 0 15px 0;}

.dateHeader{ width:100%; float:left; padding:0 0 10px;border-bottom:1px solid #e5e5e5;}

#inner-content .dateHeader h3{ font-size:19px;}

.dtCol1, .dtCol2{width:27.5%;float: left;margin: 0 0.5% 0 0; padding:0 8px 0 0;}

.dtCol3{width:25%;float: left;margin: 0 0.5% 0 0;padding:0 8px 0 0;}

.dtCol4{width:17%;float: left;}





.dateLoop{ width:100%; float:left;}

.dateRow{ width:100%; float:left; border-bottom:1px solid #e5e5e5; padding:10px 0;}

.dateRow .tour-dates-days{font-weight: bold; color:#999;}



.dateRow p.tour-status {font-weight: 700;}

.DTguaranteed{ color:#E30613;}

.DTavailable{ color:#A05200;}

.tour-row-discount{ color:#A05200; font-size:11px;}

.tour-cost{ font-size:17px; font-weight:bold;}

.tour-cost .converted-price{ font-size:13px; color:#999;}

.tourBtn{background:#EC7500; float:right; padding: 8px 12px;font: 16px "Roboto Condensed"; min-width:115px; text-align:center; display:inline-block; color:#fff; margin:10px 0 0;}

.tourBtn.pre-book{ background:#A05200;}

#inner-content .tourBtn:hover{background: -webkit-linear-gradient(top, #000000, #353535);background: -o-linear-gradient(top, #000000, #353535);

background: -moz-linear-gradient(top, #000000, #353535);background: linear-gradient(top, #000000, #353535);color: #ffffff;}







.sidebar-new #tour_pack{ border:0;}

.tour-highlights {margin: 0 0 20px 0;background-color: #ECECEC;padding:15px 10px; border-radius:5px;}

.tour-highlights h3{color: #EC7500;font-family: "Roboto Condensed";font-size: 21px;margin: 0px 0px 10px 0px;}

.tour-highlights ul{ padding:0 0 0 20px;}





.tour-detail-icons-overview {width: 100%;clear: both;float: left;display: block;margin: 0 0 20px; padding:0 10px;}

.tour-icon{width:100%;clear: both;float: left; margin:5px 0;}

.Tour-Detail-Title-Overview {color: #999; display:table; vertical-align:middle; margin:0;}

.tour-icon img {width: 20%;margin: 0 5% 0 0;float: left;}





.tour-custom-map {width: 100%;clear: both;float: left;display: block;}

.tour-custom-map img{ max-width:100%; height:auto; display:block;}

.tour-custom-map p {font-size:11px; color: #B2B2B2;margin: 5px 0 10px 0;}



/* 24-05-2018 CSS End at Here */







/* Rajisthan Table CSS 29-05-18 -- Start */

.tableNew h2{ color:#ec7500; font-size:21px;}



.tableData{ width:100%; float:left; border:1px solid #e6e6e6; border-radius:5px; overflow:hidden; background:#f5f5f5;}

.tableData .dtCol1{ padding-left:20px; width:34%;}

.tableData .dtCol2{ width:20%;}



.tableData .DTavailable, .tableData .tour-row-discount {color: #397a00;}

.tableData .dateRow p.tour-status{ font-weight:600;}

.tableData .dateHeader{background:#e67e22; padding:8px 0;}

#inner-content .tableData .dateHeader h3{ margin:0; color:#fff; font-size:16px;}

.tableData .tourBtn{ background:#ba5f00; border:1px solid #7e4102; border-radius:10px;}

.tableData .tourBtn.pre-book{ background:#638284; border-color:#436a6c;}

.tableData .tour-cost .converted-price{ color:#666666; font-weight:normal}

.tableData .tour-cost{ line-height:20px;}

.tableData .dateRow{ border-bottom:0;}





.newCntnt p em{ color:#666666;}

#inner-content .newCntnt h3{color:#ec7500; font-size:21px; margin-top:25px; text-transform:none;}

#inner-content .newCntnt .margin10{ margin:10px 0;}

#inner-content .font21{font-size:21px;font-family: "Roboto Condensed";}



.font19{ font-size:19px; font-family: "Roboto Condensed";}



.yellow{ color:#e67e22;}

.newCntnt a{ color:#e67e22; text-decoration:underline;}



.tableNew h2{ margin:0 0 20px;font-family: "Roboto Condensed";}



.tour-dates{font-size:14px;font-weight: 600;}

/* Rajisthan Table CSS 29-05-18 -- End */





































#header .header_warea .nav > li > a{

	padding:15px 10px !important;

	}



}

#header .nav{

	height:auto !important;

}





}



/*CSS Added by Mohini 24-06-2018*/

.navbar-toggle .icon-bar{

	background-color:#fff !important;

}

.navbar-toggle{

	border-color:#fff !important;

	margin-top:50px;

}

.navbar{

	padding:0px 10px;

	margin-bottom:0px;

}





.vd-wrap {

	width: 100%;

	/*margin: 60px auto;

	padding: 0 20px;*/

}



.youtube {

	background-color: #000;

	margin-bottom: 30px;

	position: relative;

	padding-top: 56.25%;

	overflow: hidden;

	cursor: pointer;

}

.youtube img {

	width: 100%;

	top: -16.82%;

	left: 0;

	opacity: 0.7;

}

.youtube .play-button {

	width: 90px;

	height: 60px;

	background-color: #333;

	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );

	z-index: 1;

	opacity: 0.8;

	border-radius: 6px;

}

.youtube .play-button:before {

	content: "";

	border-style: solid;

	border-width: 15px 0 15px 26.0px;

	border-color: transparent transparent transparent #fff;

}

.youtube img,

.youtube .play-button {

	cursor: pointer;

}

.youtube img,

.youtube iframe,

.youtube .play-button,

.youtube .play-button:before {

	position: absolute;

}

.youtube .play-button,

.youtube .play-button:before {

	top: 50%;

	left: 50%;

	transform: translate3d( -50%, -50%, 0 );

}

.youtube iframe {

	height: 100%;

	width: 100%;

	top: 0;

	left: 0;

}

.btm-tour-wrap{

width:100%;

background-image:url(../gifs/slider-sikkim1.jpg);

background-repeat:no-repeat;

background-size: cover;

background-position: top;

height:440px;

position:relative;

}
.btm-tour-wrap:before {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.btm-tour-wrap .container, .btm-tour-wrap .row, .btm-tour-wrap .col-sm-12{height:100%;}
*/
.btw-hd-warea{
    width: 100%;
    margin: 80px auto;
    text-align: center;
}

.btw-hd-warea h3{

    margin:0px;font: bold 36px/40px "Roboto Condensed";color: #fff;padding-bottom:15px;

    position:relative;

    text-shadow: 0px 1px 12px rgb(0 0 0 / 30%);

}

.btw-hd-warea h3 span{font-size: 22px;color: #fff;display: block;}

.btw-sub-hd{
    margin-top: 0;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 60px;
    text-shadow: 0px 1px 12px rgb(0 0 0 / 80%);
}

.btw-tour-list{width:calc(100% - 30px);position: absolute;bottom: -130px;margin:0px;padding:0px;z-index: 5;background: #fff;border-radius: 10px;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 10%);float: left;}

.btw-tour-list li{width:calc(100%/5);text-align: center;list-style-type: none;padding:23px 0px 20px;position: relative;}

.btw-tour-list li:before{content:"";width:1px;height:100%;position: absolute;top:0px;right:0px;background: #ddd;}

.btw-tour-list li:last-child:before{background:transparent;}

.btw-tour-list li h4{
    margin: 0px 0px 5px;
    padding: 0px 10%;
    width: 100%;
    display: block;
}

.btw-tour-list li h4 a{

    color: #3e3e3e;

    font:600 22px/28px "Roboto Condensed";

}

.btw-tour-list li h4 a:hover{color:#000;}

.btw-tour-list .tour-dur{font-size: 15px;color:#ff8400;font-weight: 600;}





#inr-hdr .menubl {

    float: right;

}

#inr-hdr  .menubl ul{

    margin:0px;

    padding:0px;

}

#inr-hdr .menubl > ul > li {

    display: inline-block;

    vertical-align: top;

	z-index: 99999;

	height: 82px;

}

#inr-hdr .menubl > ul > li > a{

    height:100%;

    font:18px Roboto Condensed;

    color:#000;

    font-weight:400;

    padding: 0px 15px;

    margin: 0px;

    display: inline-block;

    vertical-align: top;

    height: 82px;

    line-height: 82px;

	text-transform: uppercase;

}

#inr-hdr .menubl > ul > li > a i{font-size: 13px;font-weight: 600;margin-left: 2px;}

#inr-hdr .menubl > ul > li.active > a, 

#inr-hdr .menubl > ul > li.active > a:hover, 

#inr-hdr .menubl > ul > li.active > a:focus {

    background: -webkit-linear-gradient(top, #000000, #353535);

    background: -o-linear-gradient(top, #000000, #353535);

    background: -moz-linear-gradient(top, #000000, #353535);

    background: linear-gradient(top, #000000, #353535);

    color: #ffffff;

	padding: 0px 10px;

}

#inr-hdr .menubl > ul > li:hover > a,

#inr-hdr .menubl > ul > li:focus > a

/*#inr-hdr .container > .menubl > ul > li.active > a*/{

    color: #fff;

	background: -webkit-linear-gradient(top, #000000, #353535);

    background: -o-linear-gradient(top, #000000, #353535);

    background: -moz-linear-gradient(top, #000000, #353535);

    background: linear-gradient(top, #000000, #353535);

}

/*#inr-hdr .menubl > ul > li.active > a:after{

    width: 100%;

    height: 2px;

    background: #dd0605;

    content: "";

    position: absolute;

    bottom: 25px;

    left:0px;

}*/



#inr-hdr  .menubl > ul > li.current_page_item > a, 

#inr-hdr .menubl > ul > li.current-menu-parent > a{

    background:#007f70;

    color: #fff;

}

.header_warea .menubl ul li > .sub-menu{

    background: #ffffff;

     border: 1px solid #eeeeee;

    left: 5%;

    list-style: outside none none;

    margin: 0;

    width: 90%;

    opacity: 0;

    padding: 15px;

    position: absolute;

    top: 100%;

    transform: rotateX(-70deg);

    transform-origin: center top 0;

    transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;

    visibility: hidden;

	min-height:200px;

	box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 6px -6px;

}

.header_warea .menubl ul li:hover > .sub-menu{

    opacity: 1;

    transform: rotateX(0deg);

    visibility: visible;

    z-index: 2;

}

.header_warea .menubl ul li > .sub-menu h3{margin-bottom: 5px;}

.header_warea .menubl ul li > .sub-menu h3{

	font: 16px/18px Roboto Condensed;

	text-transform: uppercase;

}

.header_warea .menubl ul li > .sub-menu h3 a:focus{text-decoration: none;}

.header_warea .menubl ul li > .sub-menu ul{margin: 0px;padding: 0px;}

.header_warea .menubl ul li .sub-menu figure{margin-bottom: 20px;}

.header_warea .menubl ul li .sub-menu li {

    display: inline-block;

    margin: 0;

    vertical-align: top;

    width: 100%;

	border:none;

	list-style:none;

    position: relative;

    height: auto;

    line-height: normal;

}

.header_warea .menubl ul li .sub-menu li a {

    display: inline-block;

    text-align: left;

    text-decoration: none;

    width: 100%;

	font: 13px Open Sans;

	margin-bottom: 15px;

    transition: all 0.4s linear 0s;

    color:#333;

}

.header_warea .menubl ul li .sub-menu li:hover {

    border-left-color:#000;

}

.header_warea .menubl ul li .sub-menu li:hover > a {

    padding-left:5px;

    color:#1c2125;

}

.header_warea .menubl ul li .sub-menu li > .sub-menu {

    left: 100%;

    top: 0px;

}

.btn-quote{

    font-size: 13px;

    border-radius: 3px;

    border: 1px solid #999;

    padding: 5px 8px;

    display: inline-block;

    margin-bottom: 10px;

    color: #777;

	background: #999;

	color: #fff!important;

}

.btn-quote:hover,.btn-quote:focus{

    background: #f7f7f7;

	color: #777!important;

	border-color: #ccc;

}

/*Homepage testimonial 12jan2020*/

.testimonial_wrapper{

    position: relative;

    display: block;

    padding: 50px 0px 40px;   

}

.testimonial_wrapper h3{

    font-size: 25px;

    text-align: center;

    margin: 0px 0px 40px;

    color: #FA8001;

    text-transform: uppercase;

    font-family: "Roboto Condensed";

}

.testimonial_wrapper  .carousel-control.left, .testimonial_wrapper  .carousel-control.right{background: none;}

.testimonial_wrapper .testi_block{position: relative;padding-left: 32%;}

.testimonial_wrapper .testi_media{

    width:36%;

    position: absolute;

    left: 0;

    display: flex;

    align-items: center;

    height: 100%;

    margin: auto 0px;

    text-align: left;

}

.testimonial_wrapper .testi_txt {

    background: #f7f7f7;

    padding: 20px 20px 30px 45px;

}

.testimonial_wrapper .testi_txt h4{color: #000;}

.testimonial_wrapper .testi_txt p{font-size: 15px;}

.testimonial_wrapper .testi_txt a{color: #ff8400;text-transform: uppercase;font-size: 14px;}

.testimonial_wrapper .testi_txt a:hover{color: #333;}

.testimonial_wrapper .client_name{text-transform: uppercase;color: #000;}

.testimonial_wrapper .owl-theme .owl-nav,

.main_blog_wrapper  .owl-theme .owl-nav{position: absolute;top: 45%;left: 0px;z-index: 9999;margin-top:0px;width: 100%;}

.testimonial_wrapper .owl-carousel .owl-nav button.owl-next span, 

.testimonial_wrapper .owl-carousel .owl-nav button.owl-prev span,

.main_blog_wrapper  .owl-carousel .owl-nav button.owl-next span, 

.main_blog_wrapper  .owl-carousel .owl-nav button.owl-prev span{font-size: 0px;width: 30px;height:30px;position: relative;}

.testimonial_wrapper .owl-carousel .owl-nav button.owl-next span:before, 

.testimonial_wrapper .owl-carousel .owl-nav button.owl-prev span:before,

.main_blog_wrapper  .owl-carousel .owl-nav button.owl-next span:before, 

.main_blog_wrapper  .owl-carousel .owl-nav button.owl-prev span:before{

    width: 30px;

    height: 30px;

    font: 32px FontAwesome;

    color: #000;

}

.testimonial_wrapper .owl-carousel .owl-nav button.owl-next,

.main_blog_wrapper   .owl-carousel .owl-nav button.owl-next

{margin-right: -30px;float: right;} 

.testimonial_wrapper .owl-carousel .owl-nav button.owl-prev,

.main_blog_wrapper .owl-carousel .owl-nav button.owl-prev{margin-left: -30px;float: left;}



.testimonial_wrapper .owl-carousel .owl-nav button.owl-next span:before,

.main_blog_wrapper .owl-carousel .owl-nav button.owl-next span:before{content: "\f105";} 



.testimonial_wrapper .owl-carousel .owl-nav button.owl-prev span:before,

.main_blog_wrapper .owl-carousel .owl-nav button.owl-prev span:before{content: "\f104";} 



.testimonial_wrapper .btn,

.main_blog_wrapper .btn{color: #fff;font-size: 15px;margin-top: 25px;font-weight: 500;padding: 5px 25px;}



.testimonial_wrapper .btn:hover,

.main_blog_wrapper .btn:hover{background: #111;}



.testimonial_wrapper .owl-theme .owl-nav [class*=owl-]:hover,

.testimonial_wrapper .owl-theme .owl-nav [class*=owl-]:focus,

.main_blog_wrapper .owl-theme .owl-nav [class*=owl-]:hover,

.main_blog_wrapper .owl-theme .owl-nav [class*=owl-]:focus{

    background: transparent;

    outline: 0;

}



.testimonial_wrapper .owl-theme .owl-nav [class*=owl-]:hover span:before{

    color: #ff8400;

}



.testimonial-txt-wrap{margin-top:30px;}

.testimonial-txt-wrap{display: block;position: relative;padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}

.testimonial-txt-wrap h4{font-size: 21px;margin: 0px 0px 10px;}

.testimonial-txt-wrap .client-name{font-weight: bold;color: #EC7500;}

.testimonial-txt-wrap + .testimonial-txt-wrap{margin-top:20px;}

.testimonial-txt-wrap img{float: right;margin-left:5px;}

.btm_wrapper p a{color: #fff;}

/*Homepage Blog Css*/

.main_blog_wrapper{padding: 40px 0px;}

.main_blog_wrapper h3{

    text-align: center;

    font-size: 26px;

    color: #FA8001;

    font-family: "Roboto Condensed";

    text-transform: uppercase;

    margin-bottom: 50px;

}

.blog_h_wrap{

    position: relative;

    display: block;

}

.blog_h_wrap img{max-width: 100%;}

.blog_h_time{

    margin-top: 25px;

    font-size: 13px;

}

.blog_h_time i{color: #ff8400;}

.blog_h_wrap h5{color: #000;font-size: 26px;text-transform: uppercase;font-weight: bold;font-family: "Roboto Condensed";}



.blog_h_time span{float:right}


/*New Footer */
.footer-logo {
    height: 50px;
    margin-bottom: 25px;
}
#footer p{color: #999;margin:0px 0px 15px;font-size: 14px;}
#footer .copyright p{color: #999;margin:5px 0px 0px;font-size: 12px;}
#footer ul {margin-bottom: 30px;}
#footer li {
    color: #999;
    margin-bottom: 8px;
}
#footer i {
    color: #FFF;
    margin-right: 5px;
}
#footer li a {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}


@media (min-width: 1400px){

    .section_slider .slide1{background-position: center bottom;}

    .section_slider .slide4{background-position: center bottom;}

}





@media(min-width: 1600px){

#header .nav{

    float:right;

}

.btm-tour-wrap{height: 440px;}

.btw-hd-warea h3{font: bold 35px/38px "Roboto Condensed";}

.btw-hd-warea h3 span{font-size:52px;}

.btw-sub-hd{font-size:17px;}





}

@media (max-width: 767px){

    .customize-tour::before{

        position: absolute;

        top: 0px;

        left: 0px;

        width: 100%;

        background-color: rgba(0, 0, 0, 0.5);

        height: 318px;

        content:"";

    }

	.menubl{display:none;}

    .customize-tour h4{font-size:22px;}

    .video-slide{width:100%;}

    .video_wrapper #ninja-slider{width:80%;height:200px;}

    .video_wrapper #thumbnail-slider{width:20%;height:200px;}

    .video_wrapper #ninja-slider .slider-inner{height:100%;}

    .video_wrapper #ninja-slider .slider-inner ul{height:100%!important;}

    #thumbnail-slider ul li{width:100%!important;height:33px!important;}

    .video-slide #thumbnail-slider div.inner ul{width:100%!important;}

    .video_wrapper #ninja-slider .slider-inner iframe{height:200px;}

    .home_btm_wrap .banner-box{margin-bottom:15px;}

    #social-widget iframe{margin-top:20px;}

    .info_wrap .home_media{padding-top:15px;padding-bottom: 15px;}

    .fe_pkg_block{margin-bottom:15px;}

    .pkg_info+.pkg_info{margin-top:30px;}

    .pkg_info ul{margin-top:20px;}

    .customize-tour .text-area{padding-right:0px;}

    .tour_wrapper:before{width:238px;right:37px;}

    .fd_tour_warea{width:227px;right:33px;}

    .tour_wrapper h3{font-size:24px;}

    .tour_wrapper .tour-dt{font-size:17px;}

    .tour-info-wrap{margin-left:-36px;}

    .tour_wrapper .info_button{margin-left:-51px;}

    /*Testimonial Homepage*/

    .testimonial_wrapper .testi_block{padding-left: 0px;padding-top: 32%;}

    .testimonial_wrapper .testi_media{left: 0;right: 0px;margin: auto;align-items: flex-start;top: 0px;width: 55%;height: 150px;}

    .testimonial_wrapper .testi_txt{padding: 45px 20px 30px 20px}

    .testimonial_wrapper{padding-bottom: 30px;}
    .navbar{position: fixed;background: #FA8001;width: 100%;}

}

@media (min-width: 768px) and (max-width: 991px){

    .customize-tour h4{font-size:22px;}

    .video-slide{width:100%;}

    .video_wrapper #ninja-slider{width:600px;height:300px;}

    .video_wrapper #ninja-slider .slider-inner iframe{height:300px;}

    .video_wrapper #ninja-slider .slider-inner{height:100%;}

    .video_wrapper #ninja-slider .slider-inner ul{height:100%!important;}

    .video_wrapper #thumbnail-slider{height:300px;}

    #thumbnail-slider ul li{width:89px!important;height:44px!important;}

    .tour_wrapper{background-position:right;}

    #social-widget iframe{float:right;}

    #header .header_warea .nav > li > a{

        padding-left:8px;

        padding-right:8px;

    }

	.btw-hd-warea{width:80%;}

	.btw-tour-list li h4 a{font-size: 18px; line-height:21px;}

	.btw-tour-list li h4 {

    margin: 0px 0px 5px;

    display: flex;

    align-items: center;

    min-height: 63px;

	}

	.btw-tour-list .tour-dur {

		font-size: 13px;

		line-height: 14px;

	}

	.btw-tour-list li {

		text-align: center;

		list-style-type: none;

		padding-bottom: 10px;

		padding-top: 15px;

		width:20%;

	}

	#header .logo img{margin-top: 3px;}

    #header .nav{

    float:right;

	margin-top: 12px;

	margin-bottom:12px;

	height:auto;

	}

	.btw-tour-list li {

    text-align: center;

    list-style-type: none;

    padding-bottom: 10px;

    position: relative;

    padding-top: 15px;

	}

}



@media (min-width: 992px) and (max-width: 1199px){

    .video-slide{width:100%;}

	.header_warea .logo img {height: 62px;}

	#inr-hdr .menubl ul li > .sub-menu{width: 100%; left:0;}

	#inr-hdr .menubl ul li > .sub-menu h3, #inr-hdr .menubl ul li > .sub-menu h3 a {font-size: 14px;}

	#inr-hdr .menubl > ul > li > a{font-size: 16px;}

    .video_wrapper #ninja-slider{width:780px;height:400px;}

    .video_wrapper #ninja-slider .slider-inner iframe{height:400px;}

    .video_wrapper #ninja-slider .slider-inner{height:100%;}

    .video_wrapper #ninja-slider .slider-inner ul{height:100%!important;}

    .video_wrapper #thumbnail-slider{height:400px;}

    #thumbnail-slider ul li{width:130px!important;height:65px!important;}

    /*.video_wrapper #ninja-slider{width:80%;height:400px;}

    .video_wrapper #thumbnail-slider{width:20%;height:400px;}

    .video_wrapper #ninja-slider .slider-inner{height:100%;}

    .video_wrapper #ninja-slider .slider-inner ul{height:100%!important;}

    #thumbnail-slider ul li{width:100%!important;height:45px!important;}

    .video-slide #thumbnail-slider div.inner ul{width:100%!important;}

    .video_wrapper #ninja-slider .slider-inner iframe{height:400px;}*/

    #header .nav{

    float:right;

	}

	.btw-hd-warea {

    width: 60%;

	}

}





.tips-block{

    background: #f7f7f7;

    padding: 15px;

    position: relative;

    margin-top: 15px;

    float: left;

}

.tips-block h4{color: #111;font-size:15px;margin: 0px 0px 15px;font-weight:600;}

.tips-block ul, .cycle_trip_info{padding:0px;margin:0px;}

.tips-block li, .cycle_trip_info li{

    position: relative;

    padding-left: 16px;

    list-style-type: none;

    margin-bottom: 8px;

    line-height: 16px;

}

.tips-block li:before{

    position: absolute;

    content: "\f0a4";

    left: 0px;

    top: 3px;

    font-family: FontAwesome;

    font-size: 11px;

    color: #EC7500;

}

.cycle_trip_info {

    border: 1px dashed #EC7500;

    padding: 15px;

    position: relative;

    display: inline-block;

    margin-top: 17px;

}

.cycle_trip_info ul{margin:0px;padding:0px;}

.cycle_trip_info li{padding-left:0px;}

.cycle_trip_info li:last-child{margin-bottom:0px;}

.offer-warea{background:#f7f7f7;position: relative; display:block;padding: 20px 25px;border:2px dashed #88A6A9;float:left;border-radius: 3px;margin: 30px 0px 20px;}

.offer-warea p{font-size: 15px;}

.offer-warea li{font-size: 14px;margin-bottom: 8px;}

#home_wrapper #header{

position: absolute;

top: 0px;

z-index: 999;

width: 100%;

}

#home_wrapper .header_warea{background: transparent;border: none;}

#home_wrapper #header .header_warea .logo img{height: 60px;}

#home_wrapper .section_slider{position: relative;max-height: 650px;}

#home_wrapper .section_slider .item{height: 650px;/*position: relative;*/}
#home_wrapper .section_slider .item:before{content: ""; background-color: rgba(0,0,0,0.1); 
    position: absolute; width: 100%; top:  0px; left:  0px;z-index: 1;}

#home_wrapper .carousel-inner{/*display: flex;justify-content: center;align-items:center;*/}

#home_wrapper .topbar{background: transparent;text-align:right;right:15px;position: absolute;top:10px;padding:0px;}

#home_wrapper .header_warea > .container  > .row{position: relative;}

.tour_item{text-align: center;color: #fff;top: 50%; transform: translateY(-50%);position: absolute;margin: 0px auto;left:0;right:0;}

.tour_item h2{font: normal 40px "Roboto Condensed"; position: relative; text-shadow: 0px 3px 7px rgba(0,0,0,0.5);letter-spacing: 0.01em;}

.tour_item h2:after{width: 133px;height:5px;content: "";background: url(../gifs/grunge-line.png) no-repeat;position: absolute;bottom: -5px;left:0px;right:0px;margin: 0px auto;}

.tour_item h2 a{color: #fff;}

.tour_days{font: 600 22px 'Inter', sans-serif;display:block;position: relative;width:100%;margin-bottom: 15px;text-shadow: 0px 2px 3px rgba(0,0,0,0.7);}

a.btn_orng{background: #ff8400; color: #fff; font: 600 19px/31px Roboto Condensed; padding: 5px 30px;border-radius: 40px;height: 42px;text-transform: uppercase;}

a.btn_wht{background: #fff; color: #3e3e3e; font: 600 19px/31px Roboto Condensed; padding: 5px 30px;border-radius: 40px;height: 42px;text-transform: uppercase;}

#home_wrapper #header .header_warea .nav > li > a{

    padding: 8px 15px !important;

    font-weight: 500;

    font-size: 15px;

	color: #fff;

	border-radius: 30px;

    border: 2px solid transparent;

	margin-left: 5px;

}

#home_wrapper #header .header_warea .nav > li > a:hover,

#home_wrapper #header .header_warea .nav > li > a:focus{background: #FA8001;color:#fff;

    border-radius: 30px;

    border: 2px solid transparent;}

#home_wrapper #header .nav{height: auto;}

#home_wrapper #header .header_warea .nav > li:last-child a{/*padding-right: 0px!important;*/}

/*#home_wrapper #header .header_warea .nav > li > a:hover{color: #000;background:transparent;}*/

#home_wrapper #header .nav > li.active > a, #home_wrapper #header .nav > li.active > a:hover, #home_wrapper #header .nav > li.active > a:focus{background: transparent;border-radius: 30px;border: 2px solid #fff; }

#home_wrapper #main-carousel .carousel-indicators{bottom:6px;}

#home_wrapper .topbar span:last-child:before{content:" | ";}

.navbar-collapse{padding-right: 0px;}

.iti_info_btm{position: relative;display: block;margin-top: 20px;}

.iti_info_btm ul{margin: 0px;padding: 0px;position: relative;}

.iti_info_btm li{list-style:none;}

.iti_info_btm span{font-size: 15px;}

.iti_info_btm span strong{font-weight: 600;color:#666;}

.iti_info_btm li i{color:#990000;font-size: 19px;margin-right: 10px;}

.wfull{width:100%;}

.iti_info_btm.dis_sec span, .iti_info_btm.dis_sec strong{display: block;text-align: center;}

.iti_info_btm.dis_sec li{text-align: center;width:20%;display:inline-block;float:left;}

.route-map-block{margin-top: 15px;}

.iti_info_btm.dis_sec small{font-size: 9px;line-height: 8px;display: block;clear:both}

.iti_info_btm.dis_sec span{font-size: 12px;color: #333;text-align: center;margin-top: 10px;text-transform: uppercase;	}

.iti_info_btm.dis_sec strong{margin: auto;font-size: 15px;line-height: 16px;width: 80px;height: 80px;border-radius: 100%;display: flex;align-items: center; justify-content:center;padding: 10px;box-shadow:2px 0px 2px rgba(0,0,0,0.2);}

.tour_day {

    border-bottom: 1px dotted #ccc;

    display: table;

    margin-bottom: 50px;

    padding-bottom: 50px;

    width: 100%;

}

.iti_info_btm.dis_sec span {

    font-size: 12px;

    color: #333;

    text-align: center;

    margin-top: 10px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 0.05em;

}

.iti_dsc p {font-size: 15px;line-height: 24px;}

.tour-list-over{font-size: 14px;margin-bottom: 30px;}

.tour-thumb-row{

    display: flex;

    flex-wrap: wrap;

}

.thumbnail.tour-thumb{display: flex; flex-wrap: wrap;  padding: 0px; border-radius: 0px; border: none;margin: 0px 0px 50px;}

.tour-thumb .tour-media, .tour-thumb .tour-synopsis{float:left;width: 50%;}

.tour-thumb .tour-synopsis{width: 50%;padding: 0px 0px 0px 15px;min-height: 165px;}

.tour-thumb .caption{

    width: 100%;

    display: block;

    padding: 10px;

    background: #f7f7f7;

    border: 1px dashed #eee;

    margin-top: 5px;

	min-height:171px;

}

#inner-content .tour-thumb .tour-synopsis h2{margin-top: 0px;}

.tour-thumb .tour-media img{max-width:100%;}

.tour-thumb-dest{margin: 0px 0px 8px; padding: 0px;float:left;width:100%;}

.tour-thumb-dest li{float: left;padding-right:0px;list-style-type: none;color: #777;line-height: 16px;font-size: 12px;}

.tour-thumb-dest li:after{content: "\f178";font-family: FontAwesome; color: #aaa; margin: 0px 5px;}

.tour-thumb-dest li:last-child:after, .tour-thumb-dest li:first-child:after{content: "";}

.tour-thumb-dest li:first-child{font-weight:600;}

#inner-content .tour-synopsis h2{font-size: 20px;display: block;margin-bottom: 10px;line-height: 22px;}

#inner-content .tour-synopsis h2 a{color: #666;}

.tour-thumb-day{font-size: 12px;color: #aaa;display: block;margin-bottom: 5px;}

.tour-thumb-price{font-size: 20px;color: #111;line-height: 22px;display: block;margin-bottom: 5px;}

.ttdc{color: #FA8001}

.tour-thumb .caption p {

    color: #777;

    text-align: justify;

    font-size: 14px;

    line-height: 21px;

    display: block;

}

.tour-thumb-price span{font-size: 12px; color:#aaa;display: block;line-height: 16px;}

.tour-thumb .caption .btn.btn-default{border: none;color: #EC7500;padding: 0px;float:right;font-size: 13px!important; font-weight: 600;text-transform:uppercase;line-height: 31px;margin-right: 5px;text-decoration: underline; background:none;}

.tour-thumb .caption .btn.btn-default:hover{background: none;text-decoration: none;}

.tour-thumb .tour-icon img{width: 20px;margin-right: 5px;}

.tour-thumb .tour-detail-icons-overview{padding: 0px;margin: 0px;}

.tour-thumb .Tour-Detail-Title-Overview{font-size: 11px;}

.tour-thumb .Tour-Detail-info{font-size: 13px;color: #777;}

.tour-thumb .tour-icon{margin: 0px 0px 5px;}

.tour-thumb-action{text-align:right;}

.section_slider.inner-header .item{height: auto;}

.menuicon {

    height: 28px;

    display: none;

}

#mob-menu .mm-listview .mm-next{background-color: #FA8001!important;}

#mob-menu .mm-listview .mm-next{border: 1px solid rgba(255,255,255,0.3)}

.tour-tag{

    position: absolute;

    background: #EC7500;

	color: #fff;

    font-size: 11px;

    padding: 3px 3px 3px 5px;

    top: 10px;

    font-weight: 600;

}

.tour-tag:after{

    position: absolute;

    content: "";

    border-top: 11px solid transparent;

    border-bottom: 10px solid transparent;

    border-left: 7px solid #EC7500;

    right: -7px;

    width: 0px;

    height: 0px;

    top: 0;

}



/*11 JUNE 2022*/

.section_slider.inner-header .item {
    height: 280px;
}

.pg_inner_wrap.tour-list-wrap {
    border-radius: 0;
    background: transparent;
}
.thumbnail.tour-thumb {
    display: block;
    flex-wrap: wrap;
    padding: 0px;
    border-radius: 15px;
    border: none;
    margin: 0px 0px 50px;
    background: transparent;
    box-shadow: 0px 3px 14px #0000001c;
}
.tour-thumb .tour-media, .tour-thumb .tour-synopsis {
    float: none;
    width: 100%;
}

.tour-content {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
}
.tour-thumb .tour-synopsis, .tour-thumb .caption {
    min-height: auto;
    padding: 0;
}
.tour-thumb .tour-media img {
    border-radius: 15px 15px 0 0;
}
.tour-thumb .tour-detail-icons-overview {
    padding: 0px;
    margin: 30px 0 0 0;
    float: none;
    display: flex;
    align-items: center;
}
.tour-thumb .tour-icon {
    margin: 0px 0px 5px;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    min-height: 70px;
    padding: 5px 14px;
    justify-content: center;
    border-radius: 8px;
    transform: scale(0.95);
}

.tour-thumb .tour-synopsis {
    background: #fff;
    padding: 30px 25px;
    border-radius: 0 0 15px 15px;
}

.tour-dtl-box {
    width: 70%;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    margin-right: 30px;
}
.tour-price-box {
    width: 25%;
    display: inline-block;
    text-align: center;
    height: auto;
    vertical-align: top;
    padding: 10px 0 0;
}
.tour-thumb-action {
    text-align: center;
}
#inner-content .tour-synopsis h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}
#inner-content .tour-synopsis h2 a {
    color: #000;
}

.tour-thumb-day {
    font-size: 12px;
    color: #aaa;
    display: block;
    margin-bottom: 22px;
}
.tour-dtl-box p {
    font-size: 13px;
    color: #666;
}
.tour-thumb-price {
    font-size: 24px;
    color: #000;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}
.tour-thumb-price span {
    font-size: 13px;
    color: #000;
    display: block;
    line-height: 16px;
    margin-top: 10px;
    font-weight: 100;
}
.tour-thumb-day {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 22px;
}
.tour-tag {
    position: absolute;
    background: #EC7500;
    color: #fff;
    font-size: 11px;
    padding: 5px 8px 5px 7px;
    top: 40px;
    font-weight: 600;
    border-radius: 0px 3px 3px 0;

}
.tour-tag:after{display: none;}

span.tour-thumb-day span.ttdc {
    color: #000;
    font-weight: 600;
}
span.tour-thumb-day i {
    color: #EC7500;
    margin-right: 3px;
}

.tour-thumb .tour-icon img {
    width: auto;
    margin-right: 10px;
    height: 24px;
}

.tour-thumb .Tour-Detail-Title-Overview {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.tour-thumb .Tour-Detail-info,
.tour-synop .Tour-Detail-info{
    font-size: 12px;
    color: #777;
    display: inline-block;
}

/*12 JUNE 2022*/

.tour-thumb .Tour-Detail-Title-Overview strong {
    color: #ec7500;
}

.tour-content h1 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
}

#tour_pack {
    border: none;
    overflow: hidden;
    height: auto;
}
section#tour_pack h2 {
    margin-top: 0;
}

section#tour_pack .tour_dscrptn {
    margin-top: 20px;
    margin-left: 16px;
}

section#tour_pack .tour_dscrptn li {
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    position: relative;
}
.tour_dscrptn li a {
    transition: 0.2s ease;
}

.tour_dscrptn li:hover a {
    color: #EC7500;
    padding-left: 6px;
}

section#tour_pack .tour_dscrptn li:hover i{transform: rotate(-360deg);}
section#tour_pack .tour_dscrptn li i{transition: 0.7s ease;}

#sidebar section.widget h2 {
    margin-top: 0 !important;
}

.dest_txt .media-list li{
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.dest_txt .media-list li.media {
    margin-top: 20px;
}
section#tour_pack .tour_dscrptn li:last-child {
    margin-bottom: 0;
}


li.media .blog_h_wrap {
    position: relative;
    display: flex;
    align-items: center;
}

li.media .blog_h_wrap > a {
    display: block;
    width: 34%;
    margin-right: 16px;
}

li.media .blog_h_wrap h5 {
    color: #000;
    font-size: 16px;
    text-transform: unset;
    font-weight: normal;
    font-family: "Roboto Condensed";
    margin: 0;
}
.dest_txt .media-list li:nth-child(odd) {
    background: transparent;
}

li.media .blog_h_time {
    margin-top: 9px;
    font-size: 12px !important;
}

li.media .blog_h_wrap .sblog-detail {
    display: inline-block;
    width: 60%;
}

.dest_txt .blog-lists{margin-top: 24px;}
.dest_txt .media-list li:nth-child(even) {
    background-color: transparent;
}

/*14 JUNE 2022*/
.side-testiOwl{position: relative !important;}
.side-testiOwl .testi_block {
    background: #fff;
    padding: 1.5em;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 10px;
}
.side-testiOwl .testi_media {
    width: 100%;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 80px;
    height: 80px;
    padding: 0px;
    margin-bottom: 15px;
}
.side-testiOwl .item .testi_media img {
    display: block;
    max-width: 80px;
    border-radius: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
}
.side-testiOwl .item .testi_media .client_name {
    margin-left: 0;
    color: #3e3e3e;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
    height: 70px;
    display: inline-block;
}
.side-testiOwl .item .testi_media .client_name span {
    display: block;
    font-weight: 500;
    color: #777;
    margin-top: 0px;
    font-size: 14px;
}
.side-testiOwl .testi_block .testi_txt p {
    font-size: 14px;
    margin: 6px 0 0 0;
    text-align: left;
}
.side-testiOwl .testi_block .testi_txt b, .side-testiOwl .testi_block .testi_txt strong {
    color: #777;
}
.side-testiOwl .testi_block .testi_txt a {
    color: #ff8400;
    font-size: 14px;
    font-weight: 600;
}

.side-testiOwl.owl-theme .owl-nav {
    top: 40%;
}
.side-testiOwl.owl-carousel .owl-nav button.owl-prev{
    margin-left: -30px;
    float: left;
}
.side-testiOwl.owl-carousel .owl-nav button.owl-next span,
.side-testiOwl.owl-carousel .owl-nav button.owl-prev span
{
    font-size: 0px;
    width: 30px;
    height: 30px;
    position: relative;
}
.side-testiOwl.owl-carousel .owl-nav button.owl-prev span:before {
    content: "\f104";
}
.side-testiOwl.owl-carousel .owl-nav button.owl-next{
    margin-right: -30px;
    float: right;
}
.section_slider.inner-header .item {
    height: 280px;
    position: relative;
}
.section_slider.inner-header .item img {
    top: -140px;
    position: absolute;
}

/*16 JUNE 2022*/

a.paramore-btn {
    color: #ec7500;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ec7500;
    border-radius: 4px;
    padding: 6px 14px 7px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 6px;
}

a.paramore-btn:hover {
    color: #fff !important;
    background: #ec7500;
}




@media (min-width: 1200px) and (max-width: 1800px){

#header .nav{

    float:right;

}}

@media (max-width: 767px){

.fixed-button{left:165px;right:auto;font-size:14px;padding:8px 15px 7px;border-radius:10px 10px 0px 0px;}

.fixed-button.trip-btn-a{bottom: 0px;left:10px;right:auto;}

#main-carousel .watermarked{display:none;}

#header .nav{height:auto;}

#home_wrapper #header .nav{background:#FA8001;margin:10px 0px 0px -10px;}

#home_wrapper #header .header_warea .nav > li > a{border-radius:0px;border:none;margin-left: 0px;}

#home_wrapper #header .nav > li.active > a, #home_wrapper #header .nav > li.active > a:hover, #home_wrapper #header .nav > li.active > a:focus {border-radius:0px;border:none;}

#home_wrapper #header .header_warea .nav > li > a:hover{background: #000;margin-left: 0px;border-radius:0px;border:none;}

#header .logo img{height:50px;margin-top: 0px;}

#header .navbar-toggle{margin-top: 15px;}

.btw-tour-list li{width:100%;}

.tableData .dtCol1,.tableData .dtCol4{width:100%;}

.tableData .dtCol2,.tableData .dtCol3{width:49%;padding-left:20px;}

.tableData .dtCol3{text-align: right;}

.tableData .dateRow{border:1px solid #e5e5e5}

.dateRow .tourBtn{margin-top:none;}

.tableData .dtCol4 .tour-book{

    text-align: right;

    margin-right: 10px;

}

.btm-tour-wrap{padding: 50px 0px;height:auto;}
.btw-sub-hd{margin-bottom: 30px;}
.btw-hd-warea{width:100%;text-align: center;}

.btw-hd-warea h3{font-size:24px;
    line-height: 28px;
    padding: 0px 15px;margin-bottom: 15px;}{text-shadow: 0px 1px 8px rgb(0 0 0 / 40%);}
.btw-sub-hd{text-shadow: 0px 1px 8px rgb(0 0 0 / 40%);}

.btw-hd-warea h3 span{font-size:34px;}

.btw-hd-warea{margin:20px 0px 50px;}

.btw-hd-warea h3:before{background: transparent;}

.btw-sub-hd{text-align: justify;
    text-align-last: center;}
    a.btn_orng{font: 600 16px/31px Roboto Condensed;
    padding: 5px 20px;}

.btw-tour-list{width:100%;position: relative;float: left;bottom: auto;}

.btw-tour-list li{padding-top: 35px;}

.btw-tour-list li:before {width: 100%; height:1px;bottom: 0px;left: 0px;top: auto;background: #ddd;}



}

@media (min-width: 1200px){

.btw-tour-list li h4 {

    display: block;

    align-items: top;

    min-height: 56px;

}

}



.navbar-toggle .icon-bar{background:#fff;}



@media (max-width: 480px){

.topbar, .topbar .text-right{text-align:center;}

.iti_info_btm.dis_sec li{width: 50%;margin-bottom: 15px;}

}



@media (min-width: 481px) and (max-width: 767px){

.topbar{text-align:left;} .topbar .text-right{text-align:right;}

.iti_info_btm.dis_sec li{width: 33%;margin-bottom: 15px;}

}





@media (min-width: 768px) and (max-width: 991px){

.tour_item h2{font-size:36px;}

#inr-hdr .menubl > ul > li > a{font-size: 13px;padding: 0px 12px;}

#header .logo img{height:50px;}

/*16 JUNE 2022*/

div#sidebar .widget.banner-box, div#sidebar .bdr {
    display: none;
}

/*Header CSS For Tablet*/


#home_wrapper #header .nav {
    background: #FA8001;
    margin: 10px 0px 0px -10px;
}


.navbar {
    position: fixed;
    background: #FA8001;
    width: 100% !important;
    left: 0;
}

.menuicon {
    height: 28px;
    display: block;
    float: right;
    font-size: 0px;
    margin: 0;
    width: 28px;
    top: 20px;
    right: 15px;
    text-align: center;
    background: #000;
    /* z-index: 9; */
    position: absolute;
}
.menuicon span {
    background: #fff none repeat scroll 0 0;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    top: 12px;
    position: relative;
}
.menubl {
    display: none;
}

#home_wrapper .menuicon {
    top: 18px;
}

.header_warea .logo {
    margin: 5px 0px;
}

#home_wrapper #header .header_warea .logo img {
    height: 50px;
    margin-top: 0px;
}

.menuicon span:after, .menuicon span:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.menuicon span:before {
    top: -7px;
}
.menuicon span:after {
    bottom: -7px;
}

.navbar-header{float: none;}


.section_slider.inner-header .item img {
    top: 0;
    position: absolute;
}
.pg_inner_wrap.tour-list-wrap .col-md-3 {
    display: initial;
}
.tour-dtl-box {
    width: 100%;
    display: inline-block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.tour-price-box {
    width: 100%;
    display: inline-block;
    text-align: left;
    height: auto;
    vertical-align: top;
    padding: 10px 0 0;
}
.tour-price-box .tour-thumb-action {
    text-align: left;
}
.tour-thumb .tour-icon {
    display: grid;
    min-height: 80px;
    text-align: center;
}
.tour-thumb .tour-icon img {
    width: auto;
    margin-right: 10px;
    height: 24px;
    margin: 0 auto;
}

/*Tablet CSS Ends*/



}

@media (max-width: 767px){

.header_warea .logo{margin: 5px 0px;}

.menuicon {

    height: 28px;

	display:block;

    float: right;

    font-size: 0px;

    margin: 0;

    width: 28px;

    top: 20px;

	right: 15px;

    text-align: center;

    background: #000;

    /* z-index: 9; */

    position: absolute;

}

#home_wrapper .menuicon{top: 18px;}

.menuicon span {

    background: #fff none repeat scroll 0 0;

    height: 3px;

    display: inline-block;

    vertical-align: top;

    width: 20px;

    top: 12px;

    position: relative;

}

.menuicon span:after, .menuicon span:before {

    background-color: #fff;

    content: "";

    display: block;

    height: 3px;

    left: 0;

    position: absolute;

    width: 100%;

}

.menuicon span:before {

    top: -7px;

}

.menuicon span:after {

    bottom: -7px;

}

#inr-hdr .menubl{display:none;}

.fixed-button.trip-btn-a{min-width:auto;padding-bottom: 7px;}

.tour_item h2:after{bottom:0px;}

.tour_days{font-size: 18px;}

#home_wrapper .topbar span:last-child:before{content:"";}

#home_wrapper .section_slider .item{height: 400px;}



.tour_item h2 a {color: #fff;font-size: 27px;line-height: 30px;}

.tour-thumb .tour-media, .tour-thumb .tour-synopsis{width:100%;}

.tour-thumb .tour-media{text-align: left;margin-bottom: 10px;}

.tour-thumb .tour-synopsis{padding-left: 0px;}


/*--13 JUNE 2022*/

.tour-thumb-row {
    display: block;
    flex-wrap: unset;
}
.tour-thumb .tour-synopsis {
    padding: 20px 20px;
    padding-left: 20px;
    display: inline-block;
}

.tour-dtl-box {
    width: 100%;
    display: inline-block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.tour-price-box {
    width: 100%;
    display: block;
    text-align: left;
    height: auto;
    vertical-align: top;
    padding: 10px 0 0;
}
.tour-thumb-action {
    text-align: left;
}
.tour-thumb .tour-detail-icons-overview {
    padding: 0px;
    margin: 20px 0 0 0;
    float: none;
    display: inline-block;
    align-items: center;
}
.tour-thumb .tour-icon {
    margin: 0px 0px 5px;
    display: inline-grid;
    align-items: center;
    border: 1px solid #e8e8e8;
    min-height: 80px;
    padding: 16px 7px;
    justify-content: center;
    border-radius: 8px;
    transform: scale(0.95);
    width: 49%;
    float: unset;
    height: 80px;
    text-align: center;
}
.tour-thumb .tour-icon img {
    width: auto;
    margin-right: auto;
    height: 20px;
    margin-left: auto;
}
.tour-thumb .Tour-Detail-Title-Overview {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    margin-top: 12px;
}
.tour-thumb .Tour-Detail-info {
    font-size: 11px !important;
    color: #777;
    display: inline-block;
    display: none;
}
.tour-content h1 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.section_slider.inner-header .item {
    height: 280px;
    display: inline;
}
.tour-thumb .tour-media {
    text-align: left;
    margin-bottom: 0px;
}
.dest_txt .media-list li:nth-child(even) {
    background-color: transparent;
}

/*14 JUNE 2022*/
.section_slider.inner-header .item img {
    top: 0;
    position: unset;
}

/*16 JUNE 2022*/
div#sidebar .widget.banner-box, div#sidebar .bdr {
    display: none;
}





}





@media (min-width: 1601px){

.section_slider{max-height: inherit;}

.section_slider .item{height: auto;}

.carousel-inner > .item > img{width: 100%!important;}

}