/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic,900,900italic);
*{
    margin: 0;
    padding: 0;
}
/*@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.eot');
    src: local('☺'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body{
    /*font-family: 'Montserrat', sans-serif;*/
    font: 1.4em/1.71428571 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width:768px) {
    body {
        overflow-x:hidden;
    }
}

#top a, .contact p i, .country_phone i{
    color: #fff;
}
#web_logo {
    margin: 0px auto;
    width: 228.8px;
    height: 100px;
}

#web_logo a {
    display: block;
    background: url("../images/test-logo.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.newsletter{
    display:inline-block;
    border-right:1px solid #fff;
    padding-top:5px;
    padding-right:15px;
    position:relative;
}

.newsletter  a {
    margin-left: 10px;
    vertical-align: top;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.newsletter a  i {
    font-size: 1.5em;
}

.newsletter aside.widget {
    position: absolute;
    top: 40px;
    left: 0;
    background: #24809e;
    padding: 5px  10px 15px;
    text-align: left;
    z-index: 2000;
    display: none;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.newsletter aside.widget .gform_ajax_spinner, 
.newsletter aside.widget .widget-title, 
.newsletter aside.widget a.gform_anchor{
    display: none;
}
.gfield_label{
    color: #fff;
}
.gform_body ul li {
    list-style: none;
}
.gform_footer #gform_submit_button_5{
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 0px 5px;
    color: #000;
}
.gfield_description {
    text-align: center;
    color: #fff;
}

.social {
    display: inline-block;
    padding-top: 0;
    text-align: right;
    /*border-right: 1px solid #fff;*/
    padding-right: 17%;
}

.social  a {
    font-size: 20px;
    margin-left: 10px;
    line-height: 1em;
    vertical-align: bottom;
    text-decoration: none;
}
[class*=" icon-"], [class^=icon-] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}
.icon-envelope-alt::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-linkdin:before{
    content: "\f0e1";
}
.icon-youtube:before {
    content: "\f167 ";
}
.icon-pinterest:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
#searchform {
    margin-bottom: 0;
    padding-top: 30px;
    display: block;
}
.assistive-text {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
#searchform input[type=text] {
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    padding: 5px 7px 5px 7px;
}
#searchform input[type=submit] {
    border: none;
    background: 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none;
}
.contact, #margin-10 {
    margin-top: 10px;
}
 .contact  p {
    margin-bottom: 0;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: transparent;
}


@media (max-width: 959px) {
    .logo-device{
        width: 60%;
        float: left;
    }
    .social-device{
        width: 40%;
        float: left;
    }
.contact_phone {
    width:40%;
    float: left;
}
.contact_email {
    width: 60%;
    float: left;
}
.social {
    border-right:none;
    position: relative;
    top: 7px;
}
.navbar-toggle .icon-bar{
    background: red;
    height: 3px;
}
}

/*nav bar css */


.menu-mobile {
    display: none;
    padding: 20px;
}
@media (min-width: 768px) {

.menu-mobile:after {
    right: 11% !important;
}
.contact_email {
    text-align: right;
}
}
@media (min-width: 959px){
    .contact_email {
    text-align: left;
}
}


.menu-mobile:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 3.5rem;
    padding: 0;
    float: right;
    position: absolute;
    right: 15%;
    top:2%;
    color: #24809e;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: FontAwesome;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    color: #fff;
}
 #top_sspace {
    margin-top:35%;
}


/*navbar css end */
@media only screen (min-width: 1024px){
#slide_height .item{
    height: 500px;
}
}
.top_heading{
    margin: 0;
    line-height: 1em;
}
#myCarousel {
    margin-bottom: 20px;
    background: 0 0;
    position: relative;
}


a:focus, a:hover{
    text-decoration:none;
}

.big-button { 
    padding: 30px 0 0 0;
}
.big-button a{
    background: #24809e;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
}
.big-button a:hover{
    background:#000;
}
.topover_view{
    padding: 35px 0;
    box-shadow: 0px 3px 5px 0px #eeebe6;
    background:#f3f4f5;
    display:block;
    border-bottom: 2px solid #ededed;
}


.topover_view h1{
    margin-top: 0;
    padding-top: 0;
    padding-bottom:35px;
    text-align:center;
}
.topover_view  h1:after{
    display:none;
}
.topover_view h1 em{
    display: table;
    border-top: solid 1px #ef114c;
    margin: 4px auto auto auto;
    font-size: 20px;
    font-style: normal;
    padding-top: 0;
    font-weight: 500;
    color: #2f2424;
    line-height: 29px;
}
/*first row tours*/
/*.tab_home .nav>li>a{
    color:#333;
}
.tab_home .nav>li>a:focus, .nav>li>a:hover{
    background: #24809e;
    color:#fff;
}
.tab_home .nav-tabs>li.active>a, .tab_home .nav-tabs>li.active>a:focus, .tab_home .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.home-tab-img{
    height: 20px;
    padding-left: 5px;
    display: inline-block;
}*/
#custtomtab a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
#custtomtab .tab .nav-tabs{
    border: none;
    margin: 20px 0px;
    text-align: center;
}
#custtomtab .nav-tabs>li {
    float: none;
    display: inline-block;
}
#custtomtab .tab .nav-tabs li a{
    display: block;
    padding: 7px 15px;
    margin: 0 0 25px 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #523f38;
    text-transform: uppercase;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
#custtomtab .tab .nav-tabs li a:before{
    content: "";
    width: 105%;
    height: 4px;
    background: #d3d3d3;
    position: absolute;
    bottom: -36px;
    left: 0;
}
#custtomtab .tab .nav-tabs li.active a:before{ background: #24809e; }
#custtomtab .tab .nav-tabs li a:after{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    position: absolute;
    bottom: -46px;
    right: 40%;
    z-index: 1;
}
#custtomtab .tab .nav-tabs li.active a:after{ background: #24809e; }
#custtomtab .tab .nav-tabs li a:hover,
#custtomtab .tab .nav-tabs li.active a{
    background: #24809e;
    color: #fff;
}
#custtomtab .tab .tab-content{
    padding: 10px 15px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    position: relative;
}
#custtomtab .tab .tab-content:before{
    content: "";
    width: 100%;
    padding: 6px 0;
    border: 1px solid #d3d3d3;
    position: absolute;
    top: -18px;
    left: 0;
}
#custtomtab .tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    #custtomtab .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    #custtomtab .tab .nav-tabs li a{ margin-bottom: 36px; }
    #custtomtab .tab .nav-tabs li a:before{
        width: 100%;
        bottom: -20px;
    }
    #custtomtab .tab .nav-tabs li a:after{
        margin: 0 auto;
        bottom: -30px;
        left: 0;
        right: 0;
    }
    #custtomtab .tab .tab-content:before{
        width: 0;
        padding: 0;
        border: none;
    }
}
/*end first row tours*/
.top-10-packages{
    padding:35px 0;
    float:left;
    width:100%;
}
.top-10-packages h2 {
    color: #070000;
    display: table;
    padding-bottom:35px;
    margin: auto;
    font-size: 26px;
    font-weight:400;
}
.top-10-packages h2:after {
    content: "";
    width: 50%;
    height: 1px;
    border-bottom: solid 2px #24809e;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.top-10-packages h2 span{
    color: #ae1819;
    font-weight:500;
    font-size:25px;
}

.top-row-desk{
    background:#3c3c3c;
    padding: 0px 0;
    width:100%;
    display: block;
}
.top-row-desk .option_nav ul{
    float: right;
    margin: 0;
    padding: 0;
}
.top-row-desk .option_nav ul li{
    float: left;
    list-style:none;
    line-height: 32px;
    border-left:1px solid rgba(255,255,255,0.12);
}
.top-row-desk .option_nav ul li a{
    color:#fcfcfc;
    padding: 0px 20px;

}
p a {
    color: #333;
    text-decoration: underline;
}
/* hover effect start here*/
.discr-article {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    color: #000;
    display:block;
    text-align: center;
}
.discr-article span{
    color:#24809e;
}
.route_display{
    /* float: left; */
    display: table;
    /* width: 100%; */
    text-align: center;
    /* margin: auto; */
    padding-top: 5px;
    border-radius: 8px;
}

.route_display strong{ 
    color:#d2ab67;
    padding-bottom: 8px;
    padding-left:5px;
    float: left;
    margin-top: 18px;
     }
.home_tour .art-col:hover .route_display strong {
    margin-top:15px;
}
     .route_display strong i{ 
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background:#24809e;
    margin-right: 8px;
    color: #FFF;
    padding-top: 5px;
     }
.route_display ul{
    margin: 0 auto;
    display: table;
    list-style: none;
    padding: 0;
     border-bottom:1px dashed #a29c9c;
}
.home_tour .route_display ul {
    border-bottom: none;
}
.route_display ul li{
    float: left;
    padding: 0 10px 15px 10px;
    margin: 0 0 -3px 0;
    font-size:12px;
    color: #333;
    background:url(../images/track.png) no-repeat center bottom;
}
.home_tour .route_display ul li {
    padding: 5px 4px 5px 4px;
    background:none;
}
.cities_covered {
    font-weight: bold; 
    font-size: 14px;
}
.home_tour .location {
    margin-bottom: 0px;
}
#route_display ul li {
    padding: 0 5px 15px 5px;
}
.home_tour #route_display ul li {
   padding: 5px 4px 5px 4px;
}
.article-attraction {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0px 0px 0;


}
.article-attraction figcaption {
    position: absolute;
    /*background:#940843e0;*/
    background:rgba(255, 255, 255, 0.91);
    color: #cfcfcf;
    padding: 10px;
    margin:0 0px;
    line-height:20px;
    font-size:14px;
    /*opacity: 0;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.cap-bot{height:200px;}
.cap-bot img{overflow:hidden;}
.popupeffect:hover figcaption {
    opacity: 10;
    bottom: 20px;
    background: #777;
}
.article-attraction:hover:before {
    opacity: 0;
}
.article-attraction .art-col:before {
    bottom: 10px;
    left: 10px;
}
.article-attraction .art-col figcaption {
    left: 0;
    bottom: -56%;
    min-height:155px;
    width:100%;
}
.home_tour .article-attraction .art-col figcaption {
    left: 0;
    bottom: -56%;
    min-height:180px;
    max-height: 180px;
    width:100%;
}
.article-attraction .art-col:hover figcaption {
    bottom: 0%;
    background:#fff;
    margin:0 0px;
    color:#000;
}
.article-attraction .art-col:hover figcaption .discr-article{
    color:#24809e;
}
.iti-box{
    box-shadow: 0px 0px 1px 1px rgba(119, 119, 119, 0.2);
    float: left;
    margin-bottom:30px;
}
.iti-box .duration_discover{
    background:#fff;
    width:100%;
    float:left;
    border-top: solid 1px #dbdbdb;
}
.start-and {
    color: #e67b06;
    font-weight: bold;
    padding-bottom: 10px;
}
.ribbon {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    top: 10px;
    z-index:1;
    padding:0px 20px 0 15px;
    position: absolute;
    background: url(../images/ribbon.png) no-repeat left top;
}
 .ribbon .fa{
    margin-left:5px;
}
.iti-box .duration{
    float: left;
    width: 26%;
    border-right: solid 1px #dbdbdb;
    padding: 2%;
    text-align: center;
    color: #e67b06;
    font-weight: bold;
}
.iti-box .discover{
    float:left;
    width: 66%;
    padding:2%;
    text-align: right;
}
.iti-box .discover .btn{
    background: #c6a367;
    width: 135px;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 32px;
    font-size: 17px;
    padding: 5px;
}
.iti-box .discover .btn i.fa.fa-angle-right{
    margin-left: 4px;
}
.iti-box .duration span{
    color: #000;
    display: block;
    width: 100%;
    font-size: 25px;
    line-height: 18px;
    padding-top: 5px;
}
/* hover effect end here*/
/*first effect*/
.article-attraction .view-details, .view_more_packageby {
    background: #24809e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 14px;
    display: table;
    border-radius: 33px;
    margin: 15px auto 10px auto;
}
.view_more_packageby:hover{
    color: #fff;
}
.accrodin-article-attraction figcaption {
    position: absolute;
    background:rgba(255, 255, 255, 0.8);
    color: #cfcfcf;
    padding:0 0px 10px 0px;
    margin:0 0px;
    z-index:2;
    line-height:20px;
    font-size:14px;
 -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.cap-bot{height:200px;}
.cap-bot img{overflow:hidden;}
.popupeffect:hover figcaption {
    opacity: 10;
    bottom: 20px;
    background: #777;
}
.accrodin-article-attraction:hover:before {
    opacity: 0;
}
.accrodin-article-attraction .art-col:before {
    bottom: 10px;
    left: 10px;
}
.accrodin-article-attraction .art-col figcaption {
    left: 0;
    bottom:-64%;
    min-height: 155px;
    width: 100%;
}
.accrodin-article-attraction .art-col:hover figcaption {
    bottom: 0%;
    background:#fff;
    margin:0 0px;
    color:#000;
}
.accrodin-article-attraction .art-col:hover figcaption .discr-article{
    color:#990000;
}
.shadow-ribbon{
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    top: 10px;
    left: 2px;
    z-index: 1;
    padding: 3px 10px 13px 10px;
    position: absolute;
    background: url(../images/shadow-row-triangle.png) no-repeat left bottom;
}
.accrodin-article-attraction .discr-article{
    background: #fafafa;
    padding: 20px 16px;
    border-bottom: solid 1px #ccc;
}
.accrodin-article-attraction .view-details{
    background: #24809e;
    color: #fff;
   
    text-align: center;
    font-size:17px;
    padding: 5px 14px;
    display: table;
    border-radius: 33px;
    margin: 15px auto 10px auto;
}
.view-details i{
    margin-left:6px;
}
.accrodin-article-attraction p{
    font-size: 15px;
    padding:10px 15px 0 15px;
    margin-top: 0;
    line-height: 24px;
}

.accrodin-iti-box.nd2 .art-col figcaption{
        bottom:-211px;
    }
.accrodin-iti-box.nd2 .art-col:hover figcaption {
    bottom: 0%;
    background:#fff;
    color:#000;

}
.accrodin-iti-box.nd2 .art-col:hover figcaption .discr-article{
    color:#990000;
    padding-top:8px;
    padding-bottom:8px;
}
.accrodin-iti-box.nd2 .art-col:hover figcaption .discr-article span.rounded{
    display: none;
}
.accrodin-iti-box.nd2 .accrodin-article-attraction .discr-article{
    font-size: 20px;
    padding-bottom:20px;
    padding-top: 20px;
}
/***/
.accrodin-iti-sec{
    background:#fff;
    box-shadow:0 0 1px 1px rgba(119, 119, 119, 0.2);
}
.accr_cant{
    padding: 10px 15px;
    margin: 0 0 30px 0;
}
.accr_cant p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pkg-image-holder{
    height: 200px;
    overflow: hidden;
}
.accr_cant h3{
    font-size:18px;
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0px;
    color: #000;
    display: block;
    text-align: center;
}
.accrodin-iti-sec .view-details {
    /*background:#444;
    width: 120px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    display: table;
    border-radius: 33px;
    margin: 15px auto 10px auto;*/
    background: #444;
    color: #fff;
    
    text-align: center;
    font-size:16px;
    padding: 5px 14px;
    display: table;
    border-radius: 33px;
    margin: 15px auto 10px auto;
}
.accrodin-iti-sec .view-details:hover{
    background:#000;
}

.accrodin-iti-sec:hover{    
    box-shadow:0 0 1px 1px rgba(119, 119, 119, 0.49);
}

.accrodin-iti-sec:hover .accr_cant h3{
    color:#e80404;
}
.accrodin-iti-sec:hover .view-details{
    background:#ae1819;
}
.top-space{
    padding-top: 25px;
    float: left;
    width: 100%;
}
.discr-article span.rounded {
    float:right;
    font-size: 26px;
}





.approvedclass{
    display: table;
    float: right;
}

#colophon  .top-bg img {
    border-radius: 6px;
    margin-right: 13px;
    padding: 5px;
}
.span.ac_btn_cover{
    background:#ebebeb;
}
.trust{
    border-right:solid 1px #444;
}

.align-right{
    text-align:right;
}
.list-image-box{
    float:left; 
    padding-right:20px;
}
.list-cant-box{
    float:left; 
    line-height:22px; 
    font-size:14px; 
}


/*owl css next-prev button*/
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 46%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 46%;
    right: -25px;
    display: block;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    transform : scale(1,6); 
    color: #ccc;
}
.owl-buttons div{ /* left arrow */
    width: 55px; /* width background image */
    height: 0 !important;
    padding-top: 33px !important; /* height background image */
    overflow: hidden !important;
} 
.owl-buttons .owl-prev{ 
    background-image: url("../images/next-arrow.png"); background-repeat:no-repeat;    
    float: left; margin-left:15px; 
}
.owl-buttons .owl-next{ /* right arrow */
    float: right;
    background-image:url("../images/previous-arrow.png") !important; 
    background-repeat:no-repeat;  
    margin-right:15px;
}
.custom-slider-caption{
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999999999;
    color: #000;
    bottom:160px;
    height:155px;
    padding-top:10px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: -160px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.item a:hover{
    text-decoration: none;
}
.custom-slider-caption h3{
    color: #ae1819;
    margin: 0;
    font-weight: bolder;
    text-shadow: -1px 2px #fff;
    padding: 0;
    text-decoration: none;
    font-size:22px;
}
.custom-slider-caption p{
    color: #000;
    padding-top: 6px;
    font-size: 15px;
    line-height: 21px;
    margin-top: 0;
 }
/*own css next preve button end */

.custmcant{
    width:100%; 
    margin:0 auto;
}
.cstmservice #CDSWIDSSP{    
    width: auto;
    width: 100%!important;
}
.cstmservice #CDSWIDSSP .widSSPData{
    border:3px solid #00a680!important;  
    border-radius:8px;
}
.cstmservice #CDSWIDSSP .widSSPData .widSSPBranding dt{
    height:19px!important;
    margin:1px 0!important;
}
.cstmservice #CDSWIDSSP .widSSPData .widSSPBranding{
    margin-bottom: 3px;
}
.cstmservice #CDSWIDSSP .widSSPData .widSSPBranding dt.widSSPTagline{
    margin-bottom: 2px!important;
}
.cstmservice  #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPH11{
    padding-top: 3px!important;
}
.cstmservice #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPTrvlRtng .widSSPOverall {
    margin-bottom: 3px!important;
}
.cstmservice  #CDSWIDSSP .widSSPData .widSSPInformation{
    padding-top:3px!important;
    padding-bottom:3px!important;
}
.cstmservice #CDSWIDSSP .widSSPData .widSSPInformation{
    padding-bottom:3px!important;
}
.cstmservice  #CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet{
    margin: 2px 0 0!important;
}
.cstmservice{
    background:#fff;
    padding:35px 0;
}
.cstmservice .row{
    padding:0; 
    margin-left:-15px; 
    margin-right:-15px;
}
.cstmservice p{
    text-align: center;
    padding-bottom: 35px;
    font-size: 15px;
    color: #444;
    line-height: 25px;
}
.cstmservice h2 {
    color: #070000;
    
    display: table;
    padding-bottom:35px;
    margin: auto;
    font-size: 26px;
    font-weight:400;
}
.cstmservice h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.cstmservice h2 span{
    color: #ae1819;
    font-weight:500;
    font-size:25px;
}
.custitm{
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    float: left;
}
.info-stats {
    display: table;
    margin: auto;
}   
.global-typography {
    display: block;
    max-width: none;
}

.see-work{
    margin:auto;
}
.see-work a{
    border:solid 2px #ae1819;
    padding: 5px 20px;
    color: #ae1819;
    border-radius: 8px;
    font-size: 17px;
    margin-top: 20px;
    display: table;
    /* margin-left: 30px; */
}
.see-work a:hover{
    background:#fff;
}
.ratede-work{
    display: table;
    float: right;
    padding-top:20px;
}
.ratede-work .bdr_b{
    border-bottom:solid 1px #ccc;
}
.ratede-work .bdr_r{
    border-right:solid 1px #ccc;
}
.ratede-work h3 {
    display: table;
    float: left;
    padding: 0;
    font-weight: bold;
    margin: 0;
 
}
.ratede-work h3:first-child{
    /* border-bottom: solid 1px #777; */
    width:100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.ratede-work h3 big{ 
    display: block;
    color: #444;
}
.ratede-work h3 big .fa{
    display:none;
}
.ratede-work h3 small{ 
    display: block;
    padding-top: 5px;
    color: #555;
    font-size: 14px;
}


.cstmservice li{
     list-style: none;
    font-size: 15px;
    letter-spacing: 0.2px;
    word-spacing: 3px;
    /* font-weight: 400; */
    color: #444;
   
    padding: 15px 0 15px 115px;
    margin-bottom: 15px;
}
.cstmservice li strong {
    font-size: 18px;
    display: block;
    color: #e07c30;
    font-weight: 500;
   
}

 .magazine {
    background-color:#eaeaea;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    float: left;
    width: 100%;
}

.magazine h2 {
    color: #070000;
    display: table;
    padding-bottom:35px;
    margin: auto;
    font-size: 26px;
    font-weight:400;
}
.magazine h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.magazine h2 span{
    color: #ae1819;
    font-weight:500;
    font-size:25px;
}

.magazine-cn .magazine-ds {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    background-color:#fff;
}

.title-wrap {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
}

.float-left {
    float: left;
}

.title-wrap .travel-title h2 {
    display: inline-block;
    margin: 0;
    color: #111;
    font-size: 24px;
    text-transform: inherit;
    font-weight: 500;
    background-image: url('../images/footer-strip.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 50px;
}


.awe-btn {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #dedede;
    color: #333;
    font-weight: 600;
    outline: 0;
    background-repeat: no-repeat;
}

.awe-btn.awe-btn-5 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.float-right {
    float: right;
}
.text-uppercase {
    text-transform: uppercase;
}

.awe-btn.awe-btn-4:hover, .awe-btn.awe-btn-5 {
    background-color: #444444;
}


.awe-btn.arrow-right {
    background:#3a3a32;
    color: #fff;
    padding:5px 8px;
    text-align: center;
    text-decoration: none;
    /*display: table;*/
    border-radius: 33px;
    /*margin:auto;*/
}
.awe-btn.arrow-right a{
    font-size: 14px;
}

.awe-btn.awe-btn-5.awe-btn-lager {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.7px;
}

.magazine-cn {
    margin-top: 1px;
   }

.magazine-cn .owl-theme .owl-controls .owl-buttons div{background:#444444;}
.magazine-item, .thumnail-item {
    position: relative;
}

.magazine-item .magazine-body p {
    margin-bottom: 13px;
}

.magazine-item .magazine-body {
    /*margin: 20px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 198px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;*/
}
.magazine-item .magazine-body p {
    height: 177px;
    overflow: hidden;
}

.magazine-item .magazine-header h2 {
    margin: 0;
    color: #111;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    text-transform: inherit;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.magazine-item .magazine-header ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
}

.magazine-item .magazine-header ul li {
    float: left;
    font-size: 13px;
    color: #333;
    line-height: 30px;
   
    font-style: italic;
    padding-left: 0px;
}

.magazine-item .magazine-header ul li::before {
    content: '-';
    padding: 0 5px;
}

.magazine-item .magazine-header ul li a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}


.magazine-item .magazine-header .hr {
    margin-top: 10px;
}
.hr {
    width: 30px;
    margin: 0;
    margin-top: 0px;
    height: 4px;
    background-color: #111;
}

/*.magazine-item .magazine-footer {
    margin: 20px 0;
    padding: 10px 0 34px 0;
    background: url(../images/bg-border-v.png) top left repeat-x;
    overflow: hidden;
}*/

.magazine-item .magazine-footer .magazine-share a {
    margin-top: 8px;
}
.slier_holer{

    position:relative;
    overflow:hidden;
}
.news-slider{
    height:337px;
    overflow:hidden;
}
.post-share a {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    color: #ccc;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.thumnail-item {
    cursor: pointer;
    /*background: url(../images/bg-border-v.png) bottom left repeat-x;*/
    border-bottom:1px dotted #999;
    padding-bottom: 7px;
    padding-top: 7px;
}

.thumnail-item:last-child {
    cursor: pointer;
    background: transparent;
    border-bottom:0px dotted #999;
}

.thumnail-item figure {
    position: relative;
    z-index: 1;
    width:150px;
    height:100px;
    overflow:hidden;
}

figure {
    margin: 0;
}

.thumnail-item figure img{
vertical-align: middle;
width:100%;
height: 100%;
}

.thumnail-item figure:before {
    left: 0;
    right: 0;
    border: 6px solid #59c45a;
}

.thumnail-item figure:after, .thumnail-item figure:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    content: '';
}


.thumnail-item figure:after {
    height: 0;
    width: 0;
    right: -30px;
    margin: auto;
    border: 15px solid transparent;
    border-left-color: #7f0000;
}


.thumnail-item .thumnail-text {
    padding: 0px 10px 0px 10px;
    display: table-cell;
}

.thumnail-item .thumnail-text h4 {
    color: #333030;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 0px;
}

.thumnail-item .thumnail-text span {
    line-height: 30px;
    color: #666;
    font-size: 16px;
    
    font-style: italic;
}


.thumnail-item.active figure:after, .thumnail-item.active figure:before, .thumnail-item:hover figure:after, .thumnail-item:hover figure:before {
    opacity: 1;
    visibility: visible;
}

.thumnail-item figure:before {
    left: 0;
    right: 0;
    border: 4px solid #e07c30;
}

.thumnail-text p{
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
}

.magazine-thum{
    background-color:#fff;
    padding: 7px 10px;
}
.magazine .owl-controls{
    display: none!important;
}
.mob-image{
    display:none;
}
.mob_footer{
    display:none;
}
.position-create-my-trip{}
.mob-carousel-caption {
    display: none;
}

.more-btn{
    float:left;
    width: 100%;
    padding-top:15px;
    text-align: center;
}
.more-btn a {
    background: #ae1819;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
}
.more-btn a:hover{ 
    background:#000;
    color:#fff;
    text-decoration:none; 
}
.full-breds a{
    color:#fff;
    font-size:16px;
}
.full-breds a:hover {
 color: #fff;
 }
.full-breds {
    color:#fff;
     font-size:16px;
     padding:4px 0;
     background:#24809e;
}
/*animated button start here*/
.trip-plan{ 
    display: inline-block;
    font-size: 17px;
    padding: 11px 11px;
    border-radius: 6px;
    background-color:#494a4c;
    text-decoration: none;
    position: relative;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
    letter-spacing: .9px;
    word-spacing: 1.5px;
}
.trip-plan a{color:#fff;}
.anmt {
    position:absolute; 
    width: 100%; 
    height: 100%; 
    background-color: #fff; 
    top: 0; left: 0; 
    transform: scale(0); 
    opacity: .5;
}   
.trip-plan:hover>.anmt{
    animation:anm 2s
}
@keyframes anm{0%{transform:scale(0)}20%{transform:scale(1);opacity:.3}to{transform:scale(1);opacity:0}}
@keyframes anm{0%{transform:scaleX(0)}20%{transform:scaleX(1);opacity:.3}to{transform:scaleX(1);opacity:0}} 
.full-travelogy-form.introform{
    padding-top:50px;
    border:none;
}
/*animated button End here*/

/*========================== INNER PAGE PACKAGES(target-tours.com/rajasthan)==========================*/

/*==(tour packages section start)==*/
.serve_view{
    padding: 35px 0;
    box-shadow: 0px 3px 5px 0px #eeebe6;
    background:#fff;
    display: block;
    border-bottom: 2px solid #ededed;
    float:left;
    width:100%;
}
.click_me{
    color: #ae1819;
    text-align: center;
    cursor: pointer;
    font-size:16px;
}
 .serve_view h1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom:35px;
    margin-left:auto;
    margin-right:auto;
    display:table;
}
 .serve_view h1:after {
    content: "";
    width:30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}

.serve_view article p{}
/*==(Landing page Tour section start)==*/
.top_trip{
    background: #f1f3f2;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    float:left;
    width:100%;
}
section.border-bottom-0 {
    border-bottom: 0;
}
section.border-top-0 {
    border-top: 0;
}
section.padding-bottom-0 {
    padding-bottom: 0;
}
section.padding-top-0 {
    padding-top: 0;
}
section.top_trip.white-bg{
    background:#fff;
    border:none;
}
.top_trip h2 {
    color: #070000;
    
    display: table;
    padding-bottom: 35px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.top_trip h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.top_trip .packagebox{
    margin-bottom:30px;
    text-align: left;
    /*border: solid 1px #ccc;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background:#fff;
}
.top_trip .packagebox_imgholder {
    height:260px;
    overflow: hidden;
}
.top_trip .packagebox img {
      width: 100%;
}
.top_trip .packagebox .tourInfo {
    display: block;
    color: #545454;
    padding: 10px;
}
.top_trip .packagebox .tourInfo h3 {
    display: block;
    font-weight: bold;
    /*color: #545454;*/
    min-height: 34px;
    font-size: 15px;
    margin: 11px 0 0 0px;
    font-style: normal;
}
.top_trip .packagebox .tourInfo h3 strong{
    font-weight:600;
}
.top_trip .packagebox .tourInfo p {
    color: #777;
    line-height: 20px;
   /* font-style: italic;*/
    font-size: 12px;
    min-height: 75px;
}
.top_trip .packagebox .tourInfo p.location{
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.top_trip .packagebox .tourInfo .dest-pt {
    padding-top: 10px;
    color: #555;
    line-height: 22px;
    font-style: normal;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top_trip .packagebox .tourInfo .dest-pt .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    width: 120px;
}
.top_trip .packagebox .tourInfo .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align:center;
    width: 120px;
}
.top_trip .packagebox .tourInfo .viewMore a {
    color: #24809e;
    font-weight: 600;
    font-size: 14px;
}

.top_trip .packagebox:hover{
    /*border:solid 1px #C5162B;*/
    box-shadow: 0 2px 5px #777;
    background:#F4F4F4
}
.top_trip .packagebox:hover .dest-pt{
    color:#000
}
.top_trip .packagebox:hover h3{
    color:#fff;
}

.top_trip .packagebox:hover p.location{
    color:#000;
}
/* on white bg packages*/
section.top_trip-2{
    float:left;
    width:100%;
}
.top_trip-2{
    background: #fff;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.top_trip-2 h2 {
    color: #070000;
    display: table;
    padding-bottom: 35px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.top_trip-2 h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.top_trip-2 .packagebox{
    margin-bottom:30px;
    text-align: left;
    /*border: solid 1px #ccc;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background:#fff;
}
.top_trip-2 .packagebox_imgholder {
    height: 200px;
    overflow: hidden;
}
.top_trip-2 .packagebox img {
      width: 100%;
}
.top_trip-2 .packagebox .tourInfo {
    display: block;
    color: #545454;
    padding: 10px;
}
.top_trip-2 .packagebox .tourInfo h3 {
    display: block;
    font-weight: bold;
    color:#545454;
    font-size: 15px;
    margin: 15px 0 10px;
    font-style: normal;
}
.top_trip-2 .packagebox .tourInfo h3 strong{
    font-weight:600;
}
.top_trip-2 .packagebox .tourInfo p {
    color: #777;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    min-height: 50px;
}
.top_trip-2 .packagebox .tourInfo p.location{
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top_trip-2 .packagebox .tourInfo .dest-pt {
    padding-top: 10px;
    color: #555;
    line-height: 22px;
    font-style: normal;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top_trip-2 .packagebox .tourInfo .dest-pt .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    width: 120px;
}
.top_trip-2 .packagebox .tourInfo .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align:center;
    width: 120px;
}
.top_trip-2 .packagebox .tourInfo .viewMore a {
    color: #C5162B;
    font-weight: 600;
    font-size: 14px;
}

.top_trip-2 .packagebox:hover{
    /*border:solid 1px #C5162B;*/
    box-shadow: 0 2px 5px #777;
    background:#F4F4F4
}
.top_trip-2 .packagebox:hover .dest-pt{
    color:#000
}
.top_trip-2 .packagebox:hover h3{
    color:#C5162B
}

.top_trip-2 .packagebox:hover p.location{
    color:#000;
}
/*on white bg packges end */
.moreTours {
    float:left;
    width:100%;
    text-align: center;
}
.moreTours a{
    background: #ae1819;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
    letter-spacing: .8px;
    word-spacing: 1.5px;
}
.moreTours a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.extension_tour {
   /* background:#fff;*/
   padding-bottom:35px;
}
.extension-bdr-top{
    /*border-top:dotted 2px #000;*/
    background: url(../images/bdr-hr.jpg) top repeat-x;
    padding-top: 35px;
    margin-top: 20px;
}
.extension-left{
    /*border-right:dotted 1px #777;*/
    background: url(../images/bdr-vr.jpg) top right repeat-y;
    padding-right:30px;

}
.less-padding-left{
    padding-left:0;
}
.extension-right{
    padding-left:30px;

}
.extension-tour-horizonta-tours{
    background: #fff;
    border: none;
    padding: 7px;
    margin:0 0 30px 0;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.37);
}
.extension_tour h3{
    font-size: 20px;
    color: #000;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1em;
    padding-bottom:7px;
}
.extension-tour-horizonta-tours .section-title{
    padding:10px 0;
}

.extension-tour-horizonta-tours .section-title a{
    font-size: 15px;
    color:#444;
    font-weight: bold;
}
.extension-tour-horizonta-tours .viewMore {
    text-align: right;
    display: block;
    padding-right:10px;
}
.extension-tour-horizonta-tours .viewMore a {
    color:#ae1819;
    font-weight: bold;
}
.extension-tour-horizonta-tours p.location{
    color: #777;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    min-height: 50px;
    padding:0;
}
.extension-tour-horizonta-tours .featured-image{
        overflow: hidden;
        width:100%;
}
.extension-tour-horizonta-tours img{
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
    -webkit-transition-delay:0;
    -moz-transition-delay:0;
    -o-transition-delay:0;
    -ms-transition-delay:0;
    transition-delay:0
    width:100%;
}
.extension-tour-horizonta-tours:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.extension-tour-horizonta-tours:hover{
    box-shadow: 0 2px 5px #777;
    background: #F4F4F4;
}
.extension-tour-horizonta-tours:hover .section-title a{
    color:#C5162B;
}
.extension-tour-horizonta-tours:hover p.location{
    color:#000;
}
/*end tour packages section*/



/*==(index Travel guide section)==*/
.survival-guide-section{
    background:#fff;
    padding: 35px 0;
    float:left;
    width:100%;
}
.survival-guide-section h2 {
    color: #070000;
    display: table;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
}
.survival-guide-section h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.survival-guide {
    text-align: center;
}
.survival-guide__list {
    margin-top: 30px;
    margin-bottom: 30px;
}
a.survival-guide__link {
    text-decoration: none;
}
.survival-guide__link img {
    width: 75px;
}
.survival-guide__title {
    font-size: 20px;
    color: #444;
    letter-spacing: .8px;
    word-spacing: 1.5px;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1em;
}
.survival-guide__link p {
    text-align: center;
    font-style: normal;
    color: #545454;
    font-size: 14px;
    line-height: 24px;
    margin: .5em auto 0;
    width: 90%;
}
.survival-guide__button-container{
    float:left;
    width: 100%;
    text-align: center;
}
.survival-guide__more {
    background: #ae1819;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
    letter-spacing: .8px;
    word-spacing: 1.5px;
}
.survival-guide__more:hover{ 
    background:#000;
    color:#fff;
    text-decoration:none; 
}

.click-more-packages {
    background: #ae1819;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
}
.click-more-packages:hover{ 
    background:#000;
    color:#fff;
    text-decoration:none; 
}
.survival-guide-section-2 {
    background: #fff;
    padding:35px 0;
    float:left;
    width:100%;
}
.survival-guide-section-2 h2 {
    color: #070000;
    display: table;
    margin:auto auto 25px auto;
    font-size: 26px;
    font-weight: 400;
}
.survival-guide-section-2 h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.survival-guide-section-2 ul{
    margin:0;
    padding:0;
}
.survival-guide-section-2 ul li{
    margin: 10px 0 10px 0;
    padding: 15px;
    background:#f1f3f2;
    list-style: none;
    float: left;
    border:solid 1px rgba(0, 0, 0, 0.15);
    border-left: 2px solid #535354;
    width: 100%;

}
.survival-guide-section-2 ul li a{
    text-decoration:none;
}
.survival-guide-section-2 ul li a h3{
    font-size: 17px;
    color: #000;
    padding-bottom: 4px;
    margin-bottom:0;
    margin-top:0;
}
.survival-guide-section-2 ul li a .viewMore{
    font-size: 13px;
    color: #ae1819;
    padding-top: 8px;
    display: block;
}
.survival-guide-section-2 ul li a p{
    font-size:12px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*end travel gudie section*/


/*==(index Travel destination section)==*/
.survival-destination{
    background-color: #f1f3f2;
    padding: 35px 0;
    border-top: 2px solid #ededed;
}
.survival-destination h2 {
    color: #070000;
    display: table;
    padding-bottom: 35px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
}
.survival-destination h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.image-zooming-effect{
    width:100%;
    margin-right:1px;
    margin-bottom:15px;
    margin-top:15px;
    position:relative;
    overflow:hidden
}
.image-zooming-effect img{
    width:100%;
    vertical-align:top;
    transform:scale(1);
    transition:all .5s ease 0s;

}
.image-zooming-effect:hover img{
    transform:scale(1.1,1.1)
}
.image-zooming-effect-detals{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    padding:32px 15px 0 25px
}
.image-zooming-effect-detals > h3{
    font:20px/20px clanotmedium;
    color:#fff;
    text-transform:uppercase;
    padding-bottom:5px;
    text-shadow:-2px 0 20px rgba(0,0,0,0.75)
}
.image-zooming-effect-detals p{
    font:11px/15px open_sansbold;
    color:#fff;
    text-transform:uppercase
}
.image-zooming-effect-detals > a h3{
    text-decoration:none;
    color:#fff;
    text-shadow:-2px 0 20px rgba(0,0,0,0.75);
    font-size:17px;
    padding: 0;
    margin: 0;
    letter-spacing: .8px;
    word-spacing: 1.5px;
}
.image-zooming-effect-detals {
    background:rgba(0, 0, 0, 0.6392156862745098);;
    padding: 15px;
    bottom: 0;
    top: auto;
}
/*End Travel destination section*/

/*==(index Top Article Section Start)==*/
.survival-arcicle{
    background: #fff;
    padding: 35px 0;
    float: left;
    width: 100%;
}
.survival-arcicle h2 {
    color: #070000;
    display: table;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    margin-bottom:35px;
}
.survival-arcicle h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.newYear {
    margin-top: 15px;
}
.newYear img {
    border-radius: 4px;
    margin-bottom: 30px;
}
.otherFestival img {
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
}
.otherFestival {
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
.newYear strong, .otherFestival strong {
    color: #444;
    font-size: 18px;
}
.newYear a {
    color: #444;
}
/*Top article end*/

/*========================== INNER PAGE PACKAGES(target-tours.com/rajasthan/travelguide.html)==========================*/
.mob-carousel-caption.rajasthan-mob-banne{
    background-image:url(../images/rajasthan/mob-banner-rajasthan.jpg)!important;
}
/*==(travel guide land overview)==*/
.travel-guide-page-overview{
    padding: 35px 0;
    box-shadow: 0px 3px 5px 0px #eeebe6;
    background:#fff;
    display: block;
    border-bottom:1px solid #ededed;  
}
.travel-guide-page-overview h1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom:30px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    text-align: center;
}
.travel-guide-page-overview h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.travel-guide-page-overview h2{
    font-size:18px;
    color:#000;
}
.travel-guide-page-overview article p{

}
.travel-guide-page-overview li{
    list-style:outside;
}

/*==(travel guide box patern)==*/ 
.travel-guide-page-info{
    padding: 35px 0;
    box-shadow: 0px 3px 5px 0px #eeebe6;
    background: #f1f3f2;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.travel-guide-page-info h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    text-align:center;
}
.travel-guide-page-info h2:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.travel-guide-page-info ul{
    margin:0;
    padding:0;
}
.travel-guide-page-info ul li{
    margin: 10px 0 10px 0;
    padding: 15px;
    background: #fff;
    list-style: none;
    float: left;
    border-left: 2px solid #535354;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 100%;

}
.travel-guide-page-info ul li a{
    text-decoration:none;
}
.travel-guide-page-info ul li a h3{
    font-size: 17px;
    color: #000;
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 0;
}
.travel-guide-page-info ul li a .viewMore{
    font-size: 13px;
    color: #ae1819;
    padding-top: 8px;
    display: block;
}
.travel-guide-page-info ul li a p{
    font-size:12px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*end travel guide box patern)*/

/*==(travel guide page destination section)==*/  
.magazine-guide-destination{
    padding:35px 0;
    background: #fff
}
.magazine-guide-destination h2 {
    color: #070000;
    display: table;
    padding-bottom:20px;
    margin: auto;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}
.magazine-guide-destination h2:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
/*end travel guide page destination section*/

/*========================== INNER travel guide article page start==========================*/
.travel-guide-sidebar-1{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-bottom:15px;
    float:left;
    width:100%;
}
.travel-guide-sidebar-1 h2{
    background:#000;
    color:#fff;
    font-size:18px;
    font-weight:normal;
    padding:12px 15px;
    margin:0;
}
.travel-guide-sidebar-1 ul{
    margin:0;
    padding:0;
}
.travel-guide-sidebar-1 ul li{
    font-size: 14px;
    list-style:none;
    text-align: left;
    color: #251c1c;
}

.travel-guide-sidebar-1 ul li a{
    color:#333;
    background: url(../images/arrow-red.png) no-repeat 15px 15px #fff;
    border-bottom: 1px dashed #d8d7d4;
    line-height:normal; 
    padding:10px 5px 10px 29px;
    display: block;
}
.travel-guide-sidebar-1 ul li a:hover{
    text-decoration:none;
    color:#d1383f;
    border-bottom: 1px dashed #777;
    background: url(../images/arrow-red.png) no-repeat 15px 15px #f1f3f2;
}
.travel-guide-sidebar-1  li.click-more-sidebar{
    text-align: right;
    line-height: 28px; 
    padding:5px 5px 5px 35px;
    background:#f1f3f2;
    border:none!important;
    color:#ae1819!important;
    font-weight:bold;
    cursor:pointer;
}
.travel-guide-sidebar-1 ul li.click-more-view a {
    text-align: right;
    line-height: 28px;
    padding: 5px 5px 5px 35px;
    background: #f1f3f2;
    border: none!important;
    color: #ae1819!important;
    font-weight: bold;
    cursor: pointer;
}
.travel-guide-sidebar-1  li.click-more-sidebar a:hover{
    background:#fff;
}
.travel-guide-tour-sidebar-1{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin:15px 0 25px 0;
    float:left;
    width:100%;
}
.travel-guide-tour-sidebar-1 h2{
    background:#ae1819;
    color:#fff;
    font-size:19px;
    font-weight:normal;
    padding:12px 15px;
    margin:0;
    letter-spacing: .9px;
    word-spacing: 1.5px;
}
.travel-guide-tour-sidebar-1 ul{
    margin:0;
    padding:0;
}
.travel-guide-tour-sidebar-1 ul li{
    font-size: 14px;
    list-style:none;
    text-align: left;
    color: #251c1c;
}
.travel-guide-tour-sidebar-1 li.click-more-sidebar {
    text-align: right;
    line-height: 28px;
    padding: 5px 5px 5px 35px;
    background: #f1f3f2;
    border: none!important;
    color: #ae1819!important;
    font-weight: bold;
    cursor: pointer;
}
.travel-guide-tour-sidebar-1 ul li a{
    color: #333;
    background:url(../images/arrow-red.png) no-repeat 15px 15px #fff;
    border-bottom: 1px dashed #d8d7d4;
    line-height: normal;
    padding:10px 5px 10px 29px;
    display: block;
    font-size: 14px;
}
.travel-guide-tour-sidebar-1 ul li a span{
    color:#ae1819;
    font-weight:bold;
    font-size:13px;
}
.travel-guide-tour-sidebar-1 ul li a:hover{
    text-decoration:none;
    color:#d1383f;
    border-bottom: 1px dashed #777;
    background: url(../images/arrow-red.png) no-repeat 15px 15px #f1f3f2;
}
.travel-guide-tour-sidebar-1 ul li.click-more-view a {
    text-align: right;
    line-height: 28px;
    padding: 5px 5px 5px 35px;
    background: #f1f3f2;
    border: none!important;
    color:#ae1819!important;
    font-weight: bold;
    cursor: pointer;
}
/* travel guide pages details*/
.travel-guide-details-page{
    padding:35px 0;
}
.travel-guide-page-details{

}
.travel-guide-page-details h1{
    border-bottom: solid 2px #777;
    text-align: left;
    padding-bottom: 15px;
    margin-top:0;
    font-size:28px;
    line-height: 18px;
    margin-bottom: 25px;
}
.travel-guide-page-details h2 {
    color: #333;
    padding-bottom: 0px;
    margin-bottom:10px;
    font-size: 21px;
    font-weight: 400;
    color: #222;    
}

.travel-guide-page-details h3 {
    color: #333;
    padding-bottom: 0px;
    font-size:20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
}

.travel-guide-page-details h4 {
    color: #070000;
    padding-bottom:0px;
    font-size: 17px;
    font-weight: 400;
    font-weight: normal;
}
.travel-guide-page-details a{
    color:#333;
    text-decoration:underline;
}
.travel-guide-page-details li{
    list-style:outside;
    padding-left:5px;
    font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 27px;
}
.travel-guide-page-details p{
    font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 27px;
    /*float: left;
    width: 100%;*/
}
.travel-guide-page-details ul.list_tour{
    margin-top:15px;
}
.travel-guide-page-details ul.list_tour li{
    padding-top:3px;
    padding-bottom:3px;
}
.top-10-list-travel-guide-details-page h2{
    color: #ae1819;
    font-weight: 500;
    font-size: 24px;
    display: table;
    border-bottom: solid 2px #ae1819;
    padding-bottom: 2px;
}
.top-10-list-travel-guide-details-page h3{
    padding-bottom: 5px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 500;
    font-size: 20px;
}

.common-list-travel-guide-details-page h2{
    color: #ae1819;
    font-weight: 500;
    font-size: 24px;
    display: table;
    border-bottom: solid 2px #ae1819;
    padding-bottom: 2px;
}
.common-list-travel-guide-details-page h3{
    padding-bottom:0px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 600;
    font-size: 17px;
}

.top-10-list-travel-guide-details-page .listli{
    margin:0px 0 10px 0;
}

ul.guide-inner-list {
    margin:0 0 0 10px;
    padding: 0;
}

ul.guide-inner-list li ul.not-list li {
    list-style:none;
}
.top-10-list-travel-guide-details-page ul.guide-inner-list{
    padding-left:20px;
}

ul.guide-inner-list p{
    padding-bottom:10px;
    padding-top:0;
}
ul.guide-inner-list li{
    list-style:none;
    padding-left:0px;
}


.guide-inner-list li ul li {
    list-style: outside;
    padding-left:0px;
    padding-top:2px;
    padding-bottom:2px;
    list-style: outside;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 27px;
}
.guide-inner-list li ul li h3{
    margin-top:0;
}
.guide-inner-list li h4{
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    font-weight: 600;
    line-height: 22px;
    color: #444;
}
ul.listli{
    margin-bottom:15px;
}
.travel-guide-page-details img{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 6px solid rgb(255, 255, 255);
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 20px;
    max-width: 260px;
    box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.4);
}
.tourist-attraction-details-info-imageholder img{
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.visitor-information-min-box{
    margin-bottom: 15px;
    float:left;
    width:100%;
}
.visitor-information{
    margin:0;
    padding:0;
}
.visitor-information ul{
    margin: 10px 0 0 0;
    padding: 0;
}
.visitor-information ul li{
     list-style: none;
    padding: 6px 10px;
    background:#fafafa;
    border-top:solid 1px #cec9c9;
    border-left:solid 1px #dcd7d7;
    border-right:solid 1px #dcd7d7;

}
.visitor-information ul li:nth-child(even){
    background-color: #ebebeb;
     border-bottom:solid 1px #dcd7d7;
}
.visitor-information ul li strong{
    color: #ae1819;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.visitor-information ul li .fa {
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-right:5px;
}
.visitor-information ul li p{
    padding: 0;
    color: #333;
    letter-spacing: 0;
}
.tourist-attraction-details-info-imageholder{
    margin-top: 11px;
    height:273px;
    overflow: hidden;
}
.tourist-attraction-details-info-imageholder.img-holder-2{
    height:325px; 
} 
.tourist-attraction-details-info-imageholder.img-holder-2 img{
    height:100%;
} 
.visitor-information-head {
    font-size: 18px;
    color: #ae1819;
}
.less-padding-right{
    padding-right:0
}

.less-padding-left{
    padding-left:0
}
.magazine-guide-destination-page{
    background: #f1f3f2;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}
.magazine-guide-destination-page h2{
    color: #070000;
    display: table;
    padding-bottom:20px;
    text-align:center;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.magazine-guide-destination-page h2:after{
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.tailorLast{
        background: url(../images/arrow-with-bg.jpg) no-repeat top center #eae9e9;
        padding: 40px 0 40px 0;
        line-height: 40px;
        text-align: center;
        display: block;
        font-size: 25px;
        margin-top:35px;
}
.tailorLast span a {
    text-align: center;
    font-size: 20px;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 20px auto 0 auto;
    display: block;
    border-radius: 6px;
    border: 2px solid #a31022;
    font-weight: 400;
    color: #ffffff;
    background: #ae1819;
}
.tailorLast span a:hover{
    background:#fff;
    color:#ae1819;
    text-decoration:none;
}
/*================== Destination Page start===========================*/
.travel-guide-destination-page-overview{
    padding: 35px 0;
    box-shadow: 0px 3px 5px 0px #eeebe6;
    background: #fff;
    display: block;
    border-bottom: 1px solid #ededed;
}
 .travel-guide-destination-page-overview h1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align:center;
}
 .travel-guide-destination-page-overview h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
 .travel-guide-destination-page-overview article p{
    
 }
/*==========================   Tour Package Page Start==========================*/
.tour-packages-page-overview{
    padding: 35px 0 0 0;
    background: #fff;
    display: block;
}
.tour-packages-page-overview h1 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.tour-packages-page-overview h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.tour-packages-page-overview article p{}
.tour-packages-page-overview article p a{ 
    color:#ae1819; 
    text-decoration:underline; 
}
.tour-package-list{
 padding-bottom:35px;
 padding-top:35px;
}
.tour-package-list article p{

}
.dest-pack {
    margin: 15px 0;
}
.dest-pack figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.dest-pack figure img {
    height:175px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
}
.dest-pack img{
    width:100%;
    vertical-align:top;
    transform:scale(1);
    transition:all .5s ease 0s;
}
.dest-pack:hover img{
    transform:scale(1.1,1.1)
}
.dest-pack .botton-caption {
    min-height: 65px;
    position: relative;
    margin-top: -40px;
    background: #f9f9f9;
    font-size: 15px;
    padding: 15px;
    font-weight: 700;
    display: block;
    top: 1px;
    text-align: left;
    line-height: 18px;
}
.botton-caption a {
    color: #000;
    font-weight: 500;
    text-align: left;
}
.dest-pack .detl {
    font-size: 10px;
    margin: 0 15px 15px;
    text-align: left;
    color: #04679a;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 34px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dest-pack p {
    min-height: 78px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px dotted #919191;
    padding: 15px 0px 0 0px;
    color: #444;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dest-pack .more-details {
    text-align: right;
    padding:15px 15px 15px 15px;
}
.dest-pack .more-details a {
    color: #C5162B;
    font-weight: 600;
    font-size: 12px;
}
/*==================== tour-itinerary-details-page start here ========================*/
.tour-itinerary-details-page{
    padding:35px 0;
}
.tour-itinerary-details-page p{
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 27px;
    float: left;
    width: 100%;
    color: #333;
    letter-spacing: 0.5px;
    padding: 5px 20px 5px 20px;
}
.tour-details-page-overview{
    background: url(../images/family-row.png) no-repeat scroll center bottom;
    padding-bottom: 35px;
    padding-top: 35px;
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.tour-details-page-overview-details{
}
/**/
.tourpkg-heading h1 {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    display: block;
    color: #222;
    text-shadow: 1px 0px;
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: lighter;
    line-height: 1.09em;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.tourpkg-heading h1 span {
    font-weight:500;
 }
.destination-iti {
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 24px;
    font-size: 15px;
    line-height: 23px;
    color: #85888c;
}
.destination-iti:last-child{
    border:none;
}
 .destination-iti strong span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #008e00;
    font-weight: 600;
}
.destination-iti ul {
    margin-left: 0;
    padding-left: 0
}
.tourpkg-heading .destination-iti:nth-child(3) {
    border: none;
}
.destination-iti li {
    background: url(../images/black-dot.png) no-repeat 2px 12px;
    list-style: none;
    padding-left: 19px;
    font-weight: 400;
    color: #85888c;
    line-height: 27px;
}
.click-more-highlis {
    cursor: pointer;
    text-align: left;
    color: #ae1819;
    font-size: 16px;
    font-weight: 500;
}
.pkgtour-head{
    padding-left:22px;
    font-size: 21px;
    color: #333;
    text-shadow: 1px 0px;
    text-align: left;
    margin:15px 0 0 0;
    float: left;
    width: 100%;
}

.pkgtour-textwrap:nth-child(1) .pkgtour-head{
    background: url(../images/highlight-arrow-hd.png) no-repeat left;
    /*background: url(../images/tour-overview.png) no-repeat left;*/
}
.pkgtour-textwrap:nth-child(2) .pkgtour-head{
     background: url(../images/highlight-arrow-hd.png) no-repeat left;
     /*background: url(../images/tour-itinerary-icon.png) no-repeat left;*/
     margin-bottom:15px;
}
.pkgtour-textwrap:nth-child(3) .pkgtour-head{
     background: url(../images/highlight-arrow-hd.png) no-repeat left;
     /*background: url(../images/tour-itinerary-icon.png) no-repeat left;*/
     margin-bottom:15px;
}
.pkgtour-days {
    border-radius: 2px;
    padding:0 0 0px 0;
    margin-bottom: 8px;
    margin-top: 8px;
    border: solid 1px #e4dfdf;
    background:#fff;
    float: left;
    width: 100%;
}
.itinerary-dayinfo{
    width: 100%;
    float: left;
    background: #f1efef;
    font-size: 17px;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-bottom: solid 1px #ccc;
}
.tour-itinerary-details-page p:first-of-type {
    padding-top:8px;
}
.tour-itinerary-details-page p:last-child {
    padding-bottom:8px;
}
.itinerary-dayinfo strong {
    color:#33393c;
    font-size:16px;
    font-weight: normal;
    text-shadow: 1px 0px;
    float:left;
    padding-left:5px;
    letter-spacing:.9px;
    word-spacing: 1.5px;
}
.itinerary-dayinfo span {
    display: inline-block;
    color: #ae1819;
    font-weight:normal;
    padding: 0;
    text-shadow: 1px 0px;
    font-size: 17px;
    text-align: center;
    border-radius: 4px;
    float:left;
}
.itinerary-dayinfo label{
    font-size:18px;
    float:right;
    padding:0px 5px;
    display:table;
    color:#ae1819;
    text-align:center;
    width: 29px;
    border: solid 2px #ae1819;
    line-height: 20px;
    height: 25px;
    margin-bottom:0;
    border-radius: 4px;
}

ul.tour-list li{
    padding: 3px 0;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0.8px;

}
/*==========================sub foleder pages(target-tours.com/rajasthan/jaipur)==========================*/
#exTab1 .tab-content {
  color : white;
  background-color:#f1f3f2;
}
#exTab1 .nav-pills{
    display:table;
    width:100%;
}
#exTab1 .nav-pills>li{
    text-align: center;
    display: table-cell;
    float: none;
}
#exTab1 .nav-pills > li > a {
    border-radius: 0;
    background: #3a3a32;
    color: #fff;
    border-radius: 0;
   font-size: 20px;
    margin: 0;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}
#exTab1 .nav-pills>li.active>a:after {
    top:100%;
    left:50%;
    border: solid transparent;
    content:" ";
    height:0;
    width:0;
    position: absolute;
    z-index:1;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b51818;
    border-width: 13px;
    margin-left: -13px;
}
#exTab1 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ae1819;
}

#exTab1 .tab-content>.active{
color:#000;
}

#exTab1 .tab-content h3.title{
   padding:10px 0 10px 0;
   margin-bottom:25px;
    border-bottom: solid 2px #777;

}
#exTab1 .tab-content h3.title:after {
    content: "";
    width: 387px;
    border-bottom: solid 2px #ae1819;
    display: block;
    margin-bottom: -12px;
    padding-bottom: 10px;
}

/* pkg section start*/
.sub-top_trip{
    background: #f1f3f2;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    float:left;
    width:100%;
}
.sub-top_trip h2 {
    color: #070000;
    display: table;
    padding-bottom: 35px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.sub-top_trip h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
.sub-top_trip .packagebox{
    margin-bottom:30px;
    text-align: left;
    float:left;
    width:100%;
    /*border: solid 1px #ccc;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background:#fff;
}
.price_pkg_box{
    margin-top:15px;
    /*margin-bottom: 30px;*/
    text-align: left;
    float: left;
    padding: 0px;
    width: 100%;
    border: solid 1px #ccc;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    background: #f9f9f9;
    border-radius: 0px 0px 4px 4px;
}
.price_pkg_box .tourInfo{
    float: left;
    width: 100%;
    padding: 5px 15px;
}
.price_pkg_box .dest-pt {
    padding-top: 10px;
    color: #555;
    line-height: 22px;
    font-style: normal;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.price_pkg_box  .packagebox_imgholder {
    height: 150px;
    overflow: hidden;
}
.price_pkg_box h3{
    display: block;
    font-weight: bold;
    color: #545454;
    font-size: 15px;
    margin:8px 0 10px;
    font-style: normal;
    min-height:auto;
}
.sub-top_trip .packagebox .tourInfo span.rating i{
    color: #e67b06;
}
.pric_btn_row{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
    border-top: dotted 1px #ccc;
}
.pric_btn_row .price_coln{
 float:left;
 width:50%;
}
.pric_btn_row .btn_coln{
 float:left;
 width:50%;
}
.sub-top_trip .packagebox .tourInfo .pric_btn_row .btn_coln a{
    color:#fff;
}
.pric_btn_row .btn_coln a{
    background: #e67b06;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
}
span.from_txt{
    display: block;
    font-size: 15px;
    color: #777;
}
span.price_cost {
    font-size: 18px;
    font-weight: bold;
    color: #0e50cc;
}
span.price_cost small{
    font-size:14px;
    display:block;
    color: #444;
    font-weight: normal;
    font-style: italic;
}
.packagebox img{
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
    -webkit-transition-delay:0;
    -moz-transition-delay:0;
    -o-transition-delay:0;
    -ms-transition-delay:0;
    transition-delay:0
    width:100%;
}
.packagebox:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.sub-top_trip .packagebox_imgholder {
    height:175px;
    overflow: hidden;
}
.top_trip .packagebox img {
      width: 100%;
}
.sub-top_trip .packagebox .tourInfo {
    display: block;
    color: #545454;
    padding:0 10px 10px 10px;
}
.sub-top_trip .packagebox .tourInfo h3 {
    display: block;
    font-weight: bold;
    color:#545454;
    font-size: 15px;
    margin: 15px 0 10px;
    font-style: normal;
    min-height:35px;
}
.sub-top_trip .packagebox .tourInfo h3 strong{
    font-weight:600;
}
.sub-top_trip .packagebox .tourInfo p {
    color:#191111;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
    min-height: 50px;
}
.sub-top_trip .packagebox .tourInfo p.location{
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub-top_trip .packagebox .tourInfo .dest-pt {
    padding-top: 10px;
    color: #555;
    line-height: 22px;
    font-style: normal;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tsub-top_trip .packagebox .tourInfo .dest-pt .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    width: 120px;
}
.sub-top_trip .packagebox .tourInfo .viewMore {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    text-align:center;
    width: 120px;
}
.sub-top_trip .packagebox .tourInfo .viewMore a {
    color: #C5162B;
    font-weight: 600;
    font-size: 14px;
}

.sub-top_trip .packagebox:hover{
    /*border:solid 1px #C5162B;*/
    box-shadow: 0 2px 5px #777;
    background:#F4F4F4
}
.sub-top_trip .packagebox:hover .dest-pt{
    color:#000
}
.sub-top_trip .packagebox:hover h3{
    color:#C5162B
}

.sub-top_trip .packagebox:hover p.location{
    color:#000;
}
/*packages section end*/

/* --------------------kerala attraction page start here------------*/
.magazine-guide-destination-page.whitebg{
    background: #fff;
    border-bottom:none;
    
}
.magazine-guide-destination-page.whitebg h1{
    color: #070000;
    display: table;
    padding-bottom:20px;
    text-align:center;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.magazine-guide-destination-page.whitebg h1:after{
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
/* ladakh festival calendar css*/

.Calender-table{
    margin-bottom:25px;
    overflow-x:auto;
    width:100%
    font-size:13px;
}
.Calender-table strong{
    font-size:12px;
}
.Calender-table td{
    border:solid 1px #ccc;
    padding:10px 8px;
    font-size:13px;
}

tr.Calender-head td{
    color:#fff;
    text-align:left
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}
ul.address-ul {
    margin: 0;
    padding: 0;
}
.guide-inner-list li ul.address-ul  li{
    list-style:none;
    padding-left: 25px;
}
.guide-inner-list li ul.address-ul h3{
    font-size: 17px;
    color:#1b9815;
} 
/*==========================sub foleder pages(www.target-tours.com/south-india/)==========================*/
#exTab2 .tab-content {
  color : white;
  background-color:#f1f3f2;
}
#exTab2 .nav-pills>li{
 width:24.5%;
}
#exTab2 .nav-pills.day-pkg-nav>li{
 width:19.5%;
}
#exTab2 .nav-pills > li > a {
    border-radius: 0;
    background: #3a3a32;
    color: #fff;
    border-radius: 0;
   font-size: 20px;
    margin: 0;
    font-size:17px;
    line-height: normal;
    text-align: center;
    font-weight: normal;
}
#exTab2 .nav-pills>li.active>a:after {
    top:100%;
    left:50%;
    border: solid transparent;
    content:" ";
    height:0;
    width:0;
    position: absolute;
    z-index:1;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b51818;
    border-width: 13px;
    margin-left: -13px;
}
#exTab2 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ae1819;
}

#exTab2 .tab-content>.active{
color:#000;
}

#exTab2 .tab-content h3.title{
   padding:10px 0 10px 0;
   margin-bottom:25px;
    border-bottom: solid 2px #777;

}
#exTab2 .tab-content h3.title:after {
    content: "";
    width: 387px;
    border-bottom: solid 2px #ae1819;
    display: block;
    margin-bottom: -12px;
    padding-bottom: 10px;
}
.detailebx a{
    color:#ae1819;
    text-align: right;
}
/*.duration-package-head {
    background: url(../images/calender-pin.png) repeat-x top #c55a12;
    text-align: center;
    padding: 35px 10px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.duration-package-cant {
    background: #fcfaf3;
    border: solid 1px #1b1718;
    margin-bottom:25px;
}
*/
.duration-package-head {
    background:#e4e4e4;
    text-align:left;
    padding: 10px 15px;
    color:#ae1819;
    font-size: 20px;
    font-weight: 700;
    border-top: dashed 1px #ae1819;
}
.list-duration-package-cant {
    margin-top:15px;
    box-shadow: 0px 2px 1px 1px rgba(119, 119, 119, 0.2);
}
.duration-package-cant {
    background: #fff;
    /*border: solid 1px #e4e4e4;*/
    /*box-shadow:0 0 1px 1px rgba(119, 119, 119, 0.2);*/
    margin-bottom:25px;
    min-height: 305px;
    position:relative;
}  


.duration-package-cant ul {
    margin: 0;
    padding: 0 10px;
}
.duration-package-cant ul li {
    list-style: none;
    border-bottom: 1px dashed #d8d7d4;
    padding: 0;
    background: url(../images/arrow-red.png) no-repeat 0px 16px #fff;
}
.duration-package-cant ul li a {
    padding: 8px 5px 8px 10px;
    display: block;
    color: #333;
    font-size: 15px;
}
.view-all-dest-pack {
   /* padding: 25px 15px 10px 0;
    text-align: right;*/
    position:absolute;
    bottom:0;
    width:100%;
}
.view-all-dest-pack a {
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 14px;
    display: table;
    border-radius: 33px;
    margin:auto;
    display:table;
    margin-bottom:20px;

}
.view-all-dest-pack a:hover{
    background:#ae1837;
}
p.survival-guide__blurb.gap-ayrveda {
    padding: 10px 45px;
    font-size: 15px;
}
.survival-guide__item .more-ayurveda{    
    background: #ae1819;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    display: table;
    border-radius: 33px;
    margin: auto;
}
.package-article {
    background: #fff;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    float:left;
    width:100%;
}
.package-article h2{
    margin-top:0;
    color: #070000;
    padding-bottom:0px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
.package-article h3{
    margin-top:0;
    color:#ae1819;
    padding-bottom:0px;
    margin: auto;
    font-size:20px;
    font-weight: 400;
    font-weight: normal;
}
.package-article li{
    padding: 5px 0;
    font-size:13px;
    font-weight: 400;
    color: #000;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0.8px;
    line-height: 24px;
}
.package-article p{
    font-size:14px;
}
.firstTime ol li span {
    color:#444343;
    font-weight: 400;
    padding-left: 10px;
    line-height: 22px;
    display: block;
    font-size: 14px;
}
 .package-article li span {
    padding-left: 10px;
}
.extension-col strong{
    color:#ae1819;
}
.extension-col{
    margin-top:25px;
}
.extension-col ul {
    margin:15px 0 15px 0;
    padding: 0px;
    float: left;
    width:100%;
}
.extension-col ul li {
    height: 25px;
    float: left;
    font-size: 13px;
    list-style: none;
}
.extension-col ul li:before {
    content: "-";
    padding-right: 15px;
    color: #AD1818;
    font-size: 18px;
    font-weight: bold;
}
.local-day{
    float:left;
}
h3.bjdaytrip-h3{
    color:#0b5f96;
      font-size:17px;
    font-weight:400;
    padding-bottom:0;
}
.local-day p{
    font-size:14px;
    line-height:22px;
    margin:0 0 18px
}
.local-day img{
    padding:15px;
    max-width:120px;
}
.zoneleftbx{
    padding:0;
}
    .extension-over-view{
    padding: 15px 0;
    float: left;
    width: 100%;
    /* border-top: solid 3px #777; */
    }
.extension-over-view .dest{
    padding: 20px 0 10px 0;
    border: 1px dashed #ae1819;
    line-height: 24px;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    /* background: #e6dfca; */
    padding: 3px 13px;
    border-radius: 20px;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.extension-over-view .dest strong{
    font-size: 15px;
    color: #ae1819;
    font-weight:100;
}
.extension-over-view h2{
    width: 100%;
    text-align: left;
    float: left;
    display: block;
    color: #222;
    text-shadow: 1px 0px;
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: lighter;
    line-height: 1.09em;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.extension-over-view h2 span {
    font-weight: 500;
    color: #008e00;
}
.extension-over-view p{
    padding:0;
 }
 .package-horizontal-section {
    background: #fff;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    float:left;
    width:100%;
}
.package-horizontal-section h2{
  background: none;
    clear: both;
    display: block;
    font-size: 21px;
    font-weight: bolder;
    margin: 0;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom:10px;
    text-align: left;
    color: #a31022;
    border-bottom: solid 1px #777;
}
.package-horizontal-section .tourstarting{
    background: #f1f1f1;
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 25px;
    float:left;
    width:100%;
}

.horizonta-tours{
    background: #fff;
    border: none;
    padding: 15px;
    margin:15px 0;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.horizonta-tours .section-title a{
    font-size:18px;
    color:#000;
}
.horizonta-tours .viewMore {
    text-align: right;
    display: block;
}
.horizonta-tours .viewMore a{
    color:#C5162B;
    font-weight:bold;
}
.featured-image{
    width:100%;
}
.featured-image img{
    width:100%;
     height:auto;
}
.choose-us-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.choose-us-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.choose-us-icon ul li {
    margin: 15px 0;
    padding: 0px 0px 10px 55px;
    list-style: none;
    background: url(../images/choose-us-icon.png) no-repeat left top;
}
.choose-hd {
    text-transform: uppercase;
    color: #5e5c5c;
    font-size: 18px;
    font-weight: 600;
}
.choose-list {
    font-size: 20px;
    color: #777777;
    font-size: 17px;
}
.glc {
    text-align: center;
    width: 100%;
    display: block;
}
/*.gallery-section img {
    border-radius: 100px;
    background: #dee0e3;
    border: solid 3px #444;
    margin: 0 auto;
}*/
.imagehead {
    text-align: center;
    font-size: 20px;
    padding: 20px 0 0px 0;
    color: #333;
}
.video-gallery-sec {
    background-image: url(../images/video-gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    float:left;
    padding: 5% 0 10% 0;
    text-align: center;
}
.videos-hd {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
}
.vide-cant {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 0 15px 0;
}

.video-more {
    display: table;
    margin: 25px auto;
    padding: 5px 20px;
    border: solid 3px #fff;
    font-size: 22px;
    color: #fff;
    border-radius: 8px;
}
section.survival-arcicle.company-profile h2{
    margin-bottom:25px;
}
section.survival-arcicle.company h2{
     padding-bottom:35px;
}
.company-profile-page-details{
    padding: 35px 0;
}
.company-profile-page-details ul li {
    list-style: outside;
    padding-left: 5px;
    font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    line-height: 27px;
}
.company-profile-page-details h1{
    border-bottom: solid 2px #777;
    text-align: left;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 28px;
    line-height: 18px;
    margin-bottom: 25px;
}
.company-profile-page-details h2{
    /*font-family:'Google Sans' , Arial,Helvetica,sans-serif;*/
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 400;
    color: #222;
}
.about-sidebar-1{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    margin-top:15px;
}
.about-sidebar-1 h2 {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 15px;
    margin: 0;
}
.about-sidebar-1 ul {
    margin:0 0 0 0;
    padding: 0;
}
.about-sidebar-1 ul li {
    font-size: 14px;
    list-style: none;
    text-align: left;
    color: #251c1c;
}
.about-sidebar-1 ul li img{
    margin-right:8px;
}
.about-sidebar-1 ul li a {
    color: #333;
    border-bottom:1px dashed #d8d7d4;
    line-height: normal;
    padding: 10px 5px 10px 10px;
    display:block;
}
.about-sidebar-1 ul li a:hover {
    text-decoration: none;
    color: #d1383f;
    background:#fcfcfc;
}

.pictures {
    position: relative;
    overflow: hidden;
}
.about-sidebar-2{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    margin-top:15px;
    float:left;
    width:100%;
}
.about-sidebar-2 h2 {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 15px;
    margin: 0;
}
.about-sidebar-2 ul {
    margin:0 0 0 0;
    padding: 0;
    float:left;
    width:100%;
}
.about-sidebar-2 ul li {
    font-size: 14px;
    list-style: none;
    text-align: left;
    color: #251c1c;
    float:left;
    width:100%;
    list-style:none;

    color: #333;
    border-bottom: 1px dashed #d8d7d4;
    line-height: normal;
    padding: 10px 5px 10px 10px;
    display: block;
}
.about-sidebar-2 ul li .left {
    float:left;
}
.about-sidebar-2 ul li .right {
    float: left;
    padding-left: 0%;
    padding-right: 3%;
    width: 83%;
}
.about-sidebar-2 ul li:first-child strong{
    color:#f3264d;
}
.about-sidebar-2 ul li:nth-child(2) strong{
    color:#692e98;
}
.about-sidebar-2 ul li:nth-child(3) strong{
    color:#155765;
}
.about-sidebar-2 ul li img{
    margin-right:8px;
}
.about-sidebar-tripadvisor #CDSWIDSSP{
    width:100%!important;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.reviewDetail {
    display: block;
    margin: 25px 0 35px;
    font-size: 20px;
    font-weight: 400;
    background: #f1f1f1;
    padding: 20px 30px 40px;
    position: relative;
    border-radius: 4px;
}
.reviewDetail .quoteLeft {
    display: block;
    width: 27px;
    font-size: 13px;
    height: 27px;
    position: absolute;
    top: -10px;
    /*left: calc(50% - 17px);*/
    left:30px;
    border: 1px solid #a31022;
    border-radius: 50%;
    text-align: center;
    color: #a31022;
    padding-top: 4px;
}
.reviewTitle {
    font-size: 19px;
    display: block;
    text-align: left;
    margin: 16px 0 0 0px;
}
.reviewDetail p {
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
}
.quoteEnd {
    display: inline-block;
    margin-left: 15px;
    color: #999;
    font-size:14px;
}
.whoRating {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    /* color: #ae1819; */
    padding-left: 46px;
}
.rating{
margin:10px auto;
}
.rating i{
    color: #e67b06;
    font-size: 15px;
}
.quotestart{
    margin-left: 0px;
    color: #6d6969;
    font-size: 14px;
}
.review-location i{
    font-size:13px;
    margin-right:3px;
}
span.review-location {
    font-size: 14px;
    padding-left: 46px;
}
/*a.vlightbox1 {
    height: 0;
    overflow: hidden;
}
.tjGalleryItem img {
    border: 4px solid rgb(255, 255, 255);
    box-shadow:0px 2px 4px 0px rgba(136, 136, 136, 0.4);
    border-radius:8px;
}*/
.less-padding-left{
    padding-left:0;
}
.less-padding-right{
    padding-right:0;
}
.video-page{
 /*width: 32.5%;*/
}
.video-page #exTab2{
    margin-top:25px;
}
/*.video-details-page .about-sidebar-tripadvisor{
display:none;
}*/
/*  VIDEO PLAYER CONTAINER
############################### */
.video-page .tab-content.clearfix {
    background: #eae9e9;
    padding:0 15px 15px 15px;
}
.video-page .tab-content.clearfix h3{
    font-size: 27px;
    padding-bottom: 6px;
    border-bottom: dashed 1px #777;
    margin-bottom: 22px;
}
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px; 
    height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*  VIDEOS PLAYLIST 
############################### */
#all-video .vid-list{
    /*width: 4000px;
    position: relative;*/
    top: 8px;
    left: 6px;
}
#english-video .vid-list{
   /* width: 2369px;*/
}
#spanish-video .vid-list{
    /*width: 1344px;*/
}
#italian-video{

}
.vid-list-container {
    /*width: 88%;
    overflow: hidden;*/
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 20px;
    background: #eae9e9;
}
.vid-list {
    /*width: 1344px;*/
    position: relative;
    top:8px;
    left:6px;
}
.vid-item {
    display: block;
    /*width: 148px;*/
    width:135px;
    float: left;
    margin: 0;
    padding: 10px;
}
.thumb {
    /*position: relative;*/
    overflow:hidden;
}
.thumb img {
    width: 100%;
    position: relative;

}
.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top:5px;
}

.vid-item:hover {
    background: #eee;
    cursor: pointer;
}
.arrows {
    position:relative;
    width: 100%;
}
.arrow-left {
    color: #fff;
    position: absolute;
    background: #ae1819;
    padding: 8px;
    /* border-radius: 22px; */
    left: 0;
    top: -67px;
    cursor: pointer;
}
.arrow-right {
    color: #fff;
    position: absolute;
    background: #ae1819;
    padding: 8px;
    /* border-radius: 22px; */
    right: 0;
    /*top: -67px;*/
    cursor: pointer;
}
.arrow-left:hover {
    background: #CC181E;
}
.arrow-right:hover {
    background: #CC181E;
}
iframe#vid_frame .ytp-large-play-button{
    background:#000!important;
}
iframe#vid_frame .ytp-large-play-button svg{
    display:none!important;
}
.contact-page-details{
    padding:35px 0;
    background:#f0f0f0;
    /*background:rgba(0, 0, 0, 0.04);*/
}
.contact {
    /*background: #eae9e9;*/
    padding:15px 0;
}
.contact-page h1{
    text-align: center;
    margin-bottom:15px;
}

.contact-page .center-text{
    /*width: 80%;*/
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
/*.contact-page .center-text:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom:solid 2px #F78536;
    margin: auto;
    display: table;
    padding-top: 30px;
    margin-bottom:30px;

}*/
.contact-page .center-text p{
    /*text-align: center;*/
    font-size: 16px;
}
.contact-page .center-text p a{
    color:#24809e;
}
.contact h2{
    margin: 0;
    padding: 0 0 15px;
    display: block;
    clear: both;
    font-weight:bold;
    color:#24809e;
    font-size:19px;
    /* font-family: "conduit_itcbold"; */
    text-transform: uppercase
}
.contact h3{
    font-size:16px;
    color: #24809e;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact h3 i {
    color: #24809e;
    font-size: 18px;
    margin-right: 5px;
}
.contact p{
    font-size: 15px;
    color: #3c3a3a;
    font-weight: 500;
}
/*.contact_your_tour_planner {
    margin:0px 0 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    float: left;
    border-radius: 0 0 5px 5px;
}*/
.contact p a{
    color:#1837ae;
}
strong.name-company{
    color:#24809e;
    font-size: 18px;
}
.contact_your_tour_planner h3 {
    margin: 0;
    padding: 0 0 15px;
    display: block;
    clear: both;
    color:#24809e;
    font-size:19px;
    font-weight: bold;
    /* font-family: "conduit_itcbold"; */
    text-transform: uppercase;
}
.contact_form_body_contct span.cnctspk-none p {
    margin: 0 0 17px;
    padding: 0;
    display: block;
    clear: both;
    /*color: #fff;*/
    font-size: 14px;
  
}
.travelogy-form-name {
    /* color: #fff; */
    padding-bottom: 4px;
    width: 30%;
    float: left;
}
.travelogy-form-formbox {
    float: right;
    width: 70%;
}
.contact_form_body_contct {
    margin: 0 0 20px;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 2px #999;
    float:left;
    width:100%;
}
.contact_form_body_contct .travelogy-form-row {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.contact_form_body_inner_main_cnct input {
    /*display: block;
    width: 100%;
    height:35px;
    font-size: 15px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #999;
    box-shadow: inset 2px 2px 2px #d1d1d1;
}
.contact_form_body_inner_main_cnct select {
    display: block;
    width: 100%;
    height:35px;
    font-size: 15px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border: 1px solid #999;
    box-shadow: inset 2px 2px 2px #d1d1d1;
}
.contact_form_body_inner_main_cnct textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border: 1px solid #999;
    box-shadow: inset 2px 2px 2px #d1d1d1;
}
.travelogy-submit small {
    display: none;
}
.travelogy-submit span {
    display: block;
    float: right;
    font-weight: normal !important;
    border-radius: 4px;
    padding-left: 18px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 115px;
    color: #fff;
}
.trvelogy-button {
    width: 100%;
    float: right;
}
.travelogy-submit{
    background: #24809e;
    display: table;
    margin: 20px auto;
    font-size: 17px;
    color: #fff;
    border: none;
    border: 2px solid transparent;
    border-radius: 5px;
}
ul.privacy-policy-tems{
    margin:0 0 0 15px;
    padding:0;
}
ul.privacy-policy-tems li{
    font-size: 13px;
}
ul.privacy-policy-tems li a{
    color:#ae1819;
    font-weight:bold;
}
h2.trms-cnd{
    margin-bottom: 7px;
    line-height: 31px;
}
h3.trms-cnd{
    margin-bottom: 7px;
    line-height: 31px;
    font-size:17px;
}
h3.trms-cnd strong{
    color:#ae1819;
}
ul.trms-cnd{
    margin:0 0 0 25px;
    padding:0; 
}
ul.trms-cnd li{
    font-size:15px;
    line-height:30px;
}
.membership-box {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 8px;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px 1px rgba(119, 119, 119, 0.2);
    color: rgb(44, 44, 44);
}
.membership-box-name {
    background: #eae9e9;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    border: solid 1px #00a680;
    border-top: none;
    padding: 7px;
    text-align: center;
}
.membership-box img {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 !important;
    padding: 0 !important;
}
.membership-box #CDSWIDCOE {
    width: 100%;
    border: none;
    background: none;
    margin: 0px 15px 0px 0px;
}
.membership-box #CDSWIDCOE img {
    width: auto!important;
    text-align: center;
}
.widCOELogo {
    text-align: center!important;
    width: 120px!important;
    margin: 0 auto;
    padding: 15px 0;
}
.membership-box #CDSWIDCOE.widCOE .widCOETitle {
    font-size: 20px;
}
/*missing page start here*/
.missing{
    padding:35px 0;
}
.error-wrapper {
    background-color:#e4e4de;
    /*border: 1px solid #e5e1dc;*/
    padding: 15px;
}
.error-foundtxt {
    margin-top:8px;
    font: bold 70px verdana;
    color: #222;
    text-transform: uppercase;
}
.error-foundtxt strong {
    font-size: 37px;
    display: block;
    padding-top: 7px;
    color: #bf000c;
}
.error-foundtxt span {
    font: bold 16px verdana;
    display: block;
    color: #666;
}
.error-textbx p {
    font: 16px/22px verdana;
    color: #333;
}
p.missing-tag{
    text-align:center;
    font-size:13px;
}
p.missing-tag b{
    color: #895501;
}
.error-wrapper .contact_form_body_contct{
    /*background:none;*/
    border:none;
}
.error-wrapper .survival-guide {
    text-align: center;
    float: left;
    /* background: #fff; */
    width: 100%;
    /*border-top: dashed 1px #777;*/
}
.error-wrapper .survival-guide__title {
    font-size: 16px;
    color: #ae1819;
    margin-top: 1rem;
    font-weight: 600;
    line-height: .5em;
}
.error-wrapper .survival-guide p {
    font:14px/22px verdana;
}
.thankyou{
    padding:35px 0;
    float:left;
    width:100%;
}
.thankyou-warper{}
.thankyou h1{
    /* text-align: center; */
    padding-bottom: 15px;
    font-size: 25px;
    border-bottom: solid 1px #777;
}
.thankyou h1 img{
  /*  display:table;
    margin:auto;*/
    width:30px;
    margin-right:15px;
}
.thankyou p.thank-top-text{
    font-size: 15px;
    line-height: 29px;
    text-transform: capitalize;
    margin: 15px auto;  
   /* background-color: #f5f8f6;
    border: 1px solid #a3a9a5;
    box-shadow: 0 0 1px 1px rgba(119, 119, 119, 0.2);*/      
}
.thankyou p.thank-top-text strong{
    color:#ae1819;
}
.thankyou h2{
    font-size:20px;
}
.rounbdr{
    border-radius: 50%;
    /* border: solid 1px #ae1819; */
    background: #d4cece;
    padding: 3px;
    margin: 15px
}
.rounbdr:hover{
    background:#777;
}
.rounbdr .mrg-left-less{
    margin-left:0;
}
.footer_about img{
    width:195px;
    background: #dedbdb;
    /*margin: 16px auto 10px auto;
    padding: 10px 25px;*/
}
#arrivalDate{
/*  background:url(../images/calendar-icon.png)no-repeat right #fff;*/
}
.magazine-item h2:after{
    border-bottom:solid 1px #ffffff;
}

.vlightbox1 .img-circle {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
a img.img-circle.img-responsive{
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
img.dierctor{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 6px solid rgb(255, 255, 255);
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.4);
}
.itinerary-article h2{
    font-size: 19px;
}
.recomended_tours {
    border-top: 1px solid #ebebeb;
    width: 100%;
    float: left;
    padding: 20px 0px;
    position: relative;
    margin-top: 25px;
    padding-bottom: 35px;
}
.recomended_tours  h3{
    margin-top: 0;
    display: inline-table;
    float: left;
    font-size: 20px;
}
}
.recomended_tours:before {
    width: 70px;
    height: 3px;
    background: #ff6634;
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
}
.recomended_tours .carousel-control {
    height: 15px;
}
.recomended_tours .carousel-control.left {
    right:20px;
    background: none;
    left: auto;
    width:2%;
    text-decoration:none;
    font-size:20px;
    color:#000;
    font-weight:bold;
}
.recomended_tours .carousel-control{
    opacity:100;
}
.recomended_tours .carousel-control.right {
    background: none;
    width:2%;
    text-decoration:none;
    font-size:20px;
    color:#000;
    font-weight:bold;
}
.recm_tour_coln{
    /*border: 1px solid #e9e6e6;*/
    width: 100%;
    float: left;
    padding:0;
    margin-top:20px;
}
.thumbnail-image-holder{
    width:100%;
    float: left;
    height:165px;
    position: relative;
    overflow: hidden;
}
.thumbnail-image-holder img{
    max-width:100%;
    background:none;
    box-shadow:none;
    margin:0;
    border:none;
}
.recm_tour_coln .recm_title span{
    color:#24809e;
    /*display:block;*/
    font-size: 20px;
}
.recm_tour_coln .recm_title{
    /*font: 500 13px/18px 'Google Sans' , Arial,Helvetica,sans-serif;*/
    color: #363c43;
    padding:15px 10px;
    margin-top:0;

}
.recm_tour_coln .recm_title a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.8px;
    word-spacing: 1.5px;
}
.right_section_rec{
    float: right;
    width: 100%;
    background: #eae9e9;
    min-height:70px;    
    border: 1px solid #d6d6d6;
}

.recm_tour_coln .recm_title span.icon-btn {
    border-radius: 17px;
    background: #24809e;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.recm_tour_coln .recm_title span.icon-btn:hover{
    background:#e67b06;
}
/* top selling tour packages start here*/
section.top-selling-tours{
    background: #f1f3f2;
    padding: 35px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    float: left;
    width: 100%;
}

section.top-selling-tours h2 {
    color: #070000;
    display: table;
    padding-bottom: 35px;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
    font-weight: normal;
}
section.top-selling-tours h2:after {
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
section.top-selling-tours ul.tour-list{
    margin: 10px 0 0 0;
    padding: 0;
}
section.top-selling-tours ul.tour-list li{
    list-style: none;
    border-bottom: 1px dashed #d8d7d4;
    padding:0; 
    background: url(../images/arrow-red.png) no-repeat 0px 16px #fff;
}
section.top-selling-tours ul.tour-list li a{
    padding:8px 5px 8px 10px;
    display: block;
    color:#333;
    font-size:15px;
}
section.top-selling-tours ul.tour-list li a span{
    color: #ae1819;
}
.accr_cant h3.left-txt{
    text-align:left;
}
.package-col-mask {
    position:relative;
}
.package-col-mask h3 {
    position: absolute;
    width: 100%;
    margin:0;
    padding:18px 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,0,0,0), endColorstr=#666666);*/
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.package-col-mask h3 a{
    color:#fff;
    font-size:20px;
    padding:8px 12px;
    margin:0;
}
/*top selling tour packages end here*/
section.top_destination_packages{
    background: #fff;
    padding: 35px 0;
    float: left;
    width: 100%;
}
section.top_destination_packages h2{
    color: #070000;
    display: table;
    margin: auto;
    font-size: 26px;
    font-weight: 400;
}
section.top_destination_packages h2:after{
    content: "";
    width: 30%;
    height: 1px;
    border-bottom: solid 1px #ef114c;
    margin: auto;
    display: table;
    padding-top: 10px;
}
section.top_destination_packages{

}
section.top_destination_packages .less_pad_coll{
 padding:5px;
}
section.top_destination_packages{
    margin-left:-5px;
    margin-right:-5px;
}
.collction-of-destinations{
    float:left;
    width:100%;
    padding:25px 0 0 0;
}
.destinatin-list{
   /* padding:2.5px 0;*/
    position: relative;
    min-height: 134px;
}
.destinatin-list img{
    width:100%;
}
.destinatin-list-mask{
    position: absolute;
    width: 100%;
    margin: 0;
    padding:0px;
    color: #fff;
    float:left;
    bottom: 0;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/*.destinatin-list-mask:hover{
    padding-right:20px;
}
.destinatin-list-mask:hover h3{
    color:#000;
    }*/
.destinatin-list-mask h3{ 
        float: left;
        display: table;
        margin-top: 0;
        padding:35px 15px 10px 15px;
        font-size: 19px;
}

.destinatin-list-mask .link_btn{
    display: table;
    float: right;
    font-size: 27px;
}
.HideShowMe{
    display:none;
    /*margin-bottom:25px;*/
    padding:0 5px;
    float:left;
    width:100%;
}
a.clickme{
    margin-top:25px;
    cursor:pointer;
}
.thumb-desti .destinatin-list-mask{

}
.thumb-desti .destinatin-list-mask h3{
    font-size: 18px;
    padding-top:25px;
    padding-bottom:0px;
}
.nav_max_height{
  max-width: 720px; 
  margin-left: 66px;
}
/* page loader*/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


/* page loader end hre*/
@media only screen and (max-width: 1024px) {
    /*home page slider text start */
    .list-foot ul li{
        font-size:11px;
    }
    .news-slider{
        height:265px;
    }
    .banner-text-holder{
       margin: 2em auto!important;
    }
    /*home page slider text end */
    /*top tour packages in home page*/
    .article-attraction .art-col figcaption{
        left: 0;
        bottom: -79%;
    }
    .hidden-slider{
        height:379px;
        overflow:hidden;
    }
    .custom-slider-caption p{
        display:none;
    }
    .custom-slider-caption{
        bottom: 182px;
    }
    .sub-top_trip .packagebox .tourInfo h3{
        font-size:13px;
    }
    .sub-top_trip .packagebox_imgholder{
        height:155px;
    }
    .duration-package-cant {
        min-height:367px;
    }
    .nav_max_height{
       margin-left:58px;
    }

}



@media only screen and (max-width: 768px) {
  .videobx .carousel-control{
        top: 50%!important;
  }
    .top-row-desk{
    display:none;
    }
    .slier_holer{
        display: none;
        visibility:hidden;
    }

    .cstmservice p{
        text-align:left;
    }
    .custitm{
        width:100%;
    }
    .blgimg img{
        min-height:auto;
    }
    .travelogy-blog-section .flex-direction-nav{
        bottom:-122px;
    }
    .travelogy-blog-section .flex-direction-nav a {
    height: 91px;
    width: 89px;
    border-radius:80px;
    }
    .accrodin-article-attraction p{
        display: none;
    }
    .mob-image-holder{
        height: 225px;
        overflow: hidden;
    }
    .image-holder-mob2{
        height: 285px;
        overflow: hidden;  
    }
   /* .accrodin-iti-box.nd2 .art-col figcaption{
        bottom:-96px;
    }*/
    .top_trip .packagebox_imgholder{
        height:auto;
    }
    .art-col figcaption{
        /* height: 50px; */
        min-height: auto!important;
        position: relative;
        padding:0;
        top:0;

    }
    .accrodin-iti-box.nd2 .art-col figcaption{
        bottom:0;
    }
    .accrodin-iti-box{
        margin:15px 0;
    }
    .accrodin-article-attraction .view-details{
        display: none;
    }
    .hidden-slider{
        display:none;
    }
    .magazine h2, .top_trip h2, .survival-guide-section h2, .survival-arcicle h2, 
    .survival-guide-section-2 h2, .magazine-guide-destination-page h2, .sub-top_trip h2{
        font-size:20px;
        line-height:25px;
        margin-bottom:10px;
        padding-left:10px;
        padding-bottom:0;
        padding-right:10px;
        text-align:center;
    }
    .top_trip, .magazine, .serve_view, .survival-guide-section, .survival-arcicle, .package-article, 
    .survival-guide-section-2, .magazine-guide-destination-page{
        padding: 15px 0;
    }
    .top_trip .packagebox .tourInfo{
       padding: 0 10px 10px 10px;
    }
    .moreTours a, .survival-guide__button-container a, .more-btn a{
       font-size: 13px;
       padding: 8px 15px;
       padding:7px 10px;
    }
    .survival-guide__list{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .survival-guide__title{
        font-size: 16px;
        font-weight:bold;
        margin:0;
    }
    .survival-guide__link img{
        width:45px;
    }
    .top_trip .packagebox .tourInfo h3{
        font-size: 14px;
        margin: 7px 0 3px;
        color: #545454;
        line-height: 20px;
    }
    /* hompe page section*/
    .topover_view h1{
        padding-bottom:0;
    }
    .topover_view h1 em{
       font-size: 14px;
       border-top: solid 1px #222222;
       color: #ae1819;
    }
    .home_accross_india_tour h2{
        font-size: 20px;
        padding:0 10px;
    }
    /*home page section end here*/
    .tourpkg-heading h1{
        font-size: 18px;
        line-height:24px;
    }
    .destination-iti strong span{
        font-size: 14px;
        margin-bottom:5px;
    }
    .tour-itinerary-details-page p{
        padding-left:0;
        padding-right:0;
    }
    .pkgtour-days p{
        padding-left:10px;
        padding-right:10px;
    }
   /* .top_trip h2{
       
        padding: 0 15px;
    }*/
    .serve_view h1{
        padding-bottom:0;
        text-align:center;
    }
    .header-nav.sticky .wsmenu-list>li>a{
        line-height: 25px;
        margin-top: 0;
    }
    .accrodin-iti-box.nd2 .art-col:figcaption{
        min-height:auto!important;
    }

    .accrodin-iti-box.nd2 .art-col:hover figcaption {
        bottom: -96px;
    }
    .accrodin-iti-box.nd2 .art-col:hover figcaption .discr-article{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .article-attraction .art-col figcaption{
        bottom: -95px;
    }
    .article-attraction .art-col:hover figcaption {
        bottom: 42px;
    }
    .discr-article{
        padding-bottom:10px;
        padding-top:10px;
        color: #484747;
        font-size: 15px;
        font-weight: bold;
    }
    .article-attraction .view-details{
        display:none;
    }
    .route_display{
        display:none;
    }
    .desk-image{
        display: none;
    }
    .mob-image{
        display:block!important;
        width: 100%;
    }
    #colophon{
        display:none;
    }
    .cstmservice ul{
        padding-left: 0;
    }
    .topover_view{
        padding:15px 0;
    }
    .topover_view h1{
        margin: 0 auto;
    }
     .topover_view h1:after{
        margin: 0 auto;
    }
    .home_accross_india_tour{
        padding:15px 0;
    }
    .home_accross_india_tour h2{
        font-size: 20px;
        text-align: center;
        margin-bottom:15px;
        line-height: 24px;
    }
    .top-10-packages h2{
        font-size: 20px;
        text-align: center;
    }
    .shadow-ribbon{
        top:35px;
        left:4px;
    }
    .ribbon{
        top:25px;
    }
    .cstmservice h2{
        padding-bottom:0;
        margin-bottom:0;
    }
    .custitm{
        padding-top:0;
    }
    .big-button a{
        padding: 8px 8px;
        font-size: 13px;
    }
    .mob_footer{
        display:block!important;
    }

/*    .mob_footer {
        background: #3a3a32;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        display: block;
        font-size: l;
        float: left;
        margin-bottom: 30px;
    }*/
    /*.mob_top_footer_link ul{
        margin: 0 auto;
        padding: 0;
        list-style: none;
        
        display: table;
    }
    .mob_top_footer_link ul li{
        margin:0;
        padding:0 10px;
        list-style:none;
        float:left;
    }
    .mob_footer a{
        padding-right: 16px;
        color:#fff;
        font-size: 13px;
    }
    .mob_footer .bottom_footer{
        border-top: solid 1px #777;
        color: #ccc;
        padding-top: 8px;
        float: left;
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        background: #3a3a32;
    }
    .mob_top_footer_link {
        padding: 0 0 10px 0;
        margin: 0;
        line-height: normal;
    }
    footer{
        display:none;
    }*/
    .position-create-my-trip {
        background: #ae1819;
        padding: 5px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        display: block;
    }
     .position-create-my-trip a{
        color:#fff;
     }
    .slier_holer {
         display: none;
         visibility: hidden;
    }
    .mob-carousel-caption {
        position: relative!important;
        top: 0;
        left: 0;
        right: 0;
        max-height: 170px;
        min-height: 170px;
        display: block;
        width: 100%;
        background-color: #444;
        background-image: url(../images/mob-banner-1.jpg);
        background-size: cover;
    }
    .mob_banner_bg {
        background: #00000091;
        width: 100%;
        min-height: 170px;
        text-align: center;
        display: block;
        position: relative;
        color: #fff;
    }
    .mob_banner_bg big {
        font-size: 20px;
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px;
        font-weight: 500;
        padding-top: 40px;
    }
    .mob_banner_bg small {
        font-size: 12px;
        font-weight: 100;
        padding-top: 3px;
        display: table;
        margin: 2px auto 0 auto;
        letter-spacing: 3px;
        word-spacing: 2px;
        text-transform: capitalize;
        border-top: solid 2px #f3eee9;
    }
    .ratede-work .bdr_b{
        border:none;
    }
    .ratede-work .bdr_r{
        border:none;
    }
    #exTab1 .tab-content h3.title{
        font-size: 20px;
        text-align: center;
    }
    #exTab1 .tab-content h3.title:after{
        width:100%;
    }
    .less-padding-left{
        padding-left:15px;
    }
    .tourist-attraction-details-info-imageholder{
        height:auto;
        margin-bottom:0;
    }
    .tourist-attraction-details-info-imageholder img{
        margin-bottom:0;
    }
    .visitor-information ul{
        margin-top:0;
    }
    .travel-guide-page-details h1{
        line-height: 23px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    #exTab2 .nav-contain {
        width: 100%;
        overflow-x: auto;
    }
    #exTab2 ul.nav.nav-pills {
        display: block !important;
        width:628px;
        overflow-y: hidden;
    }


    .hide-side {
      display:none;
    }
    .less-padding-left{
         padding-left:0;
    }
    .less-padding-right{
        padding-right:0;
    }
    /* video section end here*/
     .caption {
        margin-top: 40px;
      }
      .vid-list-container {
        padding-bottom: 20px;
      }

      /* reposition left/right arrows */
      .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
      }
      .arrow-left {
        left: 0;
        top: -17px;
      }

      .arrow-right {
        right: 0;
        top: -17px;
      }
      .day-left {
        width: 90%;
        padding-right: 1%;
        float: left;
      }
      .expBut {
        float: right;
        width: 9%;
        }
        .itinerary-dayinfo strong { 
            float:none; 
            font-size:15px;
        }
        .itinerary-dayinfo span {
            float:none;
            font-size:15px;
        }

        .itinerary-dayinfo{
            padding:9px 6px;
        }
        #exTab1 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
          font-size: 17px;
        }
        #exTab1 .nav-pills > li > a{
          font-size: 17px;
          height:65px;
        }
        .package-article h2{
            text-align:center;
            font-size: 20px;
            margin-bottom: 15px;
        }
        .client #TA_selfserveprop102{
            display:none;
        }
        .travel-guide-page-details h2, .travel-guide-page-details h3{
            font-size:18px;
            font-weight: 600;
        }
        .tailorLast{
          display:none;
        }
        .survival-guide-section-2 h2{
           font-size: 20px;
        }

        .top_trip .packagebox .tourInfo .viewMore{
            width:100%;
            text-align: right;
        }

/*media qurry closing tag start*/

}
/*media qurry closing tag end*/
.more-btn a:focus{
    color:inherit;
}
@media only screen and (max-width: 414px) {
    .top_trip .packagebox_imgholder{
        height:200px;
    }
    .ratede-work{
        display:none;
        }
        .mob_footer a{
            padding-right:4px;
        }
        .travel-guide-page-details img{
            max-width: 100%;
        }
        #exTab2 .nav-pills>li{
         width: 155px;
        }
        #exTab2 .nav-pills > li > a{
            font-size: 15px;
        }
        #exTab2 .tab-content h3.title:after{
            width:auto;
        }
        .section-title {
            padding-top: 10px;
         }
        .sub-top_trip .packagebox .tourInfo h3{
            min-height:auto;
        }
        .sub-top_trip .packagebox .tourInfo p{
            min-height:auto;
        }
        .top_trip .packagebox .tourInfo p{
            min-height:auto;
        }
        .top_trip .packagebox .tourInfo .dest-pt{
            display:none;
        }
        h1{
        font-size: 23px;
        }

        .tailorLast{
        font-size: 15px;
        }
        .less-padding-left{
            padding-left:15px;
        }
        .less-padding-right{
            padding-right:15px;
        }

        /* Start thumbnail slider section here*/
        .thumbnail-image-holder{
            width:100%;
            height:auto;
        }
        .recm_tour_coln{
            padding:2px;
        }
        .recm_tour_coln{
            margin-top:10px;
        }
        .right_section_rec{
            width:55%;
        }
        .recm_tour_coln .recm_title a {
             font-size:11px;
             line-height:15px;
        }
        .recm_tour_coln .recm_title span{
            display: inline-table;           
            padding-top:0;
            margin-top:0;
        }
        .recm_tour_coln .recm_title span.icon-btn{
                /* border-radius: 0; */
                /* width: 12px; */
                /* height: 12px; */
                /*border-radius: 0; */
                width: 20px;
                height: 20px;
                display:none;
                padding-top: 0px;
                text-align: center;
                float: none;
                margin: 5px auto auto auto;
        }
        .recm_tour_coln .recm_title{
            display: inline;
            padding-top:3px;
            font-size:11px;
            line-height:13px;
            padding:0;
        }
        .recomended_tours .col-xs-4{
            padding-right:4px;
            padding-left:4px;
        }
        .recomended_tours .row{
            margin-right: -4px;
            margin-left: -4px;
        }
        .thumbnail-image-holder img{
            border:none;
        }
        
        .right_section_rec {
            width:100%;
            padding-left: 2%;
       }
       .extension-left{
          padding-left: 15px;
          padding-right: 15px;
       }
       .extension-right{
        padding-right:15px;
       }
       .flex-control-thumbs li{
        margin-left:5px!important;
       }
      /* End thumbnail slider section here*/
}

.owl-carousel .owl-item img {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.gallery{
    max-width: 1000px;
    width: 100%;
    overflow-x: hidden;
    
    .owl-stage{
        display: flex;
    }
}
/*start section three css */
.bgcolor {
    background: #f5f5f5;
    margin-top: 20px;
}
.choose-hdg {
    margin: 25px 0 10px 0px;
}
.theme-heading {
    font-size: 32px;
    color: #222;
    /*font-variant: small-caps;*/
    margin-top: 30px;
}
ul.trippt {
    margin: 35px 0px 30px;
    padding: 0px;
}
ul.trippt li {
    list-style: none;
    float: left;
    width: 33%;
    border-right: 1px dotted #ccc;
}
.choose-icon1 {
    width: 48px;
    height: 44px;
    background-position: 0 0;
}
.choose-icon1, .choose-icon2, .choose-icon3 {
    background-image: url(../images/why-choose-icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
ul.trippt li p {
    color: #000;
    text-align: center;
    padding: 10px 15px;
    line-height: 21px;
    font-size: 17px;
    font-style: italic;
}
.choose-icon2 {
    width: 60px;
    height: 45px;
    background-position: -56px 0;
}
.choose-icon3 {
    width: 47px;
    height: 47px;
    background-position: -124px 0;
}
.videobx .carousel-control {
    top: 25%;
    height: 25%;
}
.sub-view-all {
    font-size: 14px;
    background: #24809e;
    padding: 7px 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.video-caption {
    overflow: hidden;
    padding: 6px 0 12px 0px;
    text-align: center;
    font-size: 14px;
    background-color: #24809e;
}
.video-caption span {
    display: block;
    color: #fff;
}
.video-caption strong {
    display: block;
    color: #fff;
}
.video-caption p {
    color: #fff;
    margin-bottom: 0px;
}
/*section four css */
.theme-heading {
    font-size: 32px;
    color: #24809e;
    /*font-variant: small-caps;*/
    margin-top: 30px;
}
.theme-heading span {
    color: #24809e;
}
.textwrap p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.click_me {
    font-size: 16px;
    float: none !important;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
    padding: 8px 15px;
    margin-top: 10px;
    display: inline-block;
}
.prefooter {
    /*padding: 40px 0px 60px;*/
    padding: 40px 0px 10px;
    background: #24809e;
    margin-top:30px;
}
#footer-logo {
    margin: 10px 0 15px 15px;
    width: 235.8px;
    height: 195px;
}
#footer-logo a {
    display: block;
    background: url(../images/target-logo-small.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
    z-index: 1;
}
#footer_color a i, #footer_color, #footer_color a{
    color: #fff;
}
#copyright{
    background:#24809ecf;
    padding-top: 10px;
    color: #fff;
}
#copyright a {
    text-decoration: none;
}

/*single tour css*/
.read-more-div-inner{
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}
#section-p p, .intro-item-body p, .panel-body p, .list-with-icon p{
      /*font-size: 13px; font-weight: 400;*/ line-height: 24px; margin: 25px 0 0; color: #777; 
}
#section-p p, .panel-body p {
    margin-top: 10px;
    text-align: justify;
}

button.month-search{
    background: #24809e!important;
    border-color: #24809e!important;
    color: #FFF !important;
}

#mygallery .image{
height: 463px;
max-height: 500px;
}
#mygallery .image img{
    height: 463px;max-width: 100%;
}
#thumb_slide .image img{
    height: 57px;
}
#nav-back{
    background:#24809e;
}
#access .navbar-nav>.open>a, #access .navbar-nav>.open>a:focus, #access .navbar-nav>.open>a:hover{
    background-color: #24809e;
}

/*All Tours Css */

.tourtop-bg {
    background: #333 url(nav_banner/india-tour-banner.jpg) no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 400px;
}
.tour-searchbx h1 {
    font-size: 40px;
    /*font-variant: small-caps;*/
    font-weight: bolder;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    margin-bottom: 15px;
}

.bg-tour{
    background: rgba(65,104,132,.9);
    color: #fff;
}

.tour_package_new h3{
    background-color: #24809e;
    padding: 11px 10px 9px;
    color:#fff;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.box-efft p.location{
    color: #24809e;
}

.tour_package h3::before {
    content: "\e062";
    font-family: "Glyphicons Halflings";
    font-size: 13px;
    font-style: normal;
    text-align: center;
    color: #24809e;
    padding-top: 6px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: left;
    margin: -4px 5px -5px -25px;
}
.box-efft {
    position: relative;
}
.box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg-white-img.png) repeat left top;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.box-efft:hover .box-overlay {
    height: 31%;
    z-index: 1;
}
.box-efft:hover .opacity{
    opacity: 0.1;
}
#tour_s>a:after{
    z-index: 1111111;
}
.themetur-overview {
    padding: 10px;
    text-align: left;
}
.text-box {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.themetur-overview p {
    font-size: 15.5px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #222;
    text-align: justify;
}

.description {
    position: relative;
    background:#fff;
}
.entry-summary {
    padding: 20px 0 0;
    font-size: 14px;
    color: #24809e
    font-weight:400;
}
.entry-summary>div {
    padding: 0 20px;
    height: 220px;
    overflow: hidden;
    text-overflow: hidden;
}
.entry-summary>div p {
    margin-bottom: 0;
    color: #24809e
}
.entry-link {
    color: #24809e;
    font-weight: 800;
    margin-left: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
.entry-header {
    background: #24809e;
    transition: background .2s ease-in;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    box-shadow: 0 2px 5px #777;

}
.entry-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.entry-meta{
    background: #f7f5f0;
    padding: 5px 20px;
    width: auto;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #24809e;
    font-weight: 600;
}
a:hover header {
    background: #b47d47;
}
a:hover .intro_image{opacity:0}
.new_package{
    box-shadow: 0 2px 5px #777;
}

.viewMore{
    text-align: center;
    display: block;
    position: relative;
    top: 5px;
}
.viewMore a {
    color: #24809e;
    font-weight: 600;
    font-size: 14px;
}

/*new css */

.margin_top {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 769px) {


    .destination{
        height: 340px;
    }

   .margin_top img{
    /*min-height: 300px;
        max-height:300px;*/
        width:100%;
   }

.img_h #tour_s a, .img_h #tour_s a:hover{
    overflow: hidden;
    max-height: 382px;
}
}
#tour_s a, #tour_s a:hover{
    text-decoration: none;
}
#tour_s>a.image:hover {
    background: rgba(140,156,178,.9);
}
#tour_s a.image {
    background: #24809e;
    color: #fff;
    display: block;
}
 #tour_s h5 {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.1em;
    padding-top: 10px;
}
 #tour_s h5{
    font-size: 17px;
 }
#tour_s h4, #tour_s p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
#tour_s h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#tour_s>a {
    transition: all .2s ease-in;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
    float: left;
    min-height: 1px;
}

#tour_s>a:after {
    content: " ";
    position: absolute;
    transition: opacity .3s ease-in;
    bottom: 15px;
    right: 15px;
    /*background: url(img/arrow.png) bottom right no-repeat;*/
    width: 40px;
    height: 40px;
    z-index:0;
   }
   #tour_s p {
    max-height: 90px;
    overflow: hidden;
   }
/*special tours css */
.item_border {
    border: 1px solid #E8E8E8;
    margin-bottom: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    background: #fff;
}
.post_images {
    background: #d8d8d8;
    min-height: 125px;
    position: relative;
    margin: -1px;
}
.wrapper_content {
    min-height: 172px;
    padding: 10px;
}
.post_title h3 {
    font-size: 20px !important;
}
.fix_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    max-height: 39px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 39px;
}
.post_date {
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.post_date:before {
    color: #ffb300;
}
.post_date:before {
    content: "\f017";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
.description p {
    margin-bottom: 0px;
}
.fix_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 80px;
}
.read_more {
    background: #f5f5f5;
    height: 40px;
}
.read_more .add_to_cart_button {
    background: #26bdf7;
}
 .read_more .add_to_cart_button{
    float: right;
    color: #fff;
    width: 40%;
    text-align: center;
    line-height: 41px;
    padding: 0 0 0 5px;
    background: #24809e;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    margin-right: -1px;
    margin-bottom: -1px;
    border-radius: 0;
    text-transform: uppercase;
}
.read_more .add_to_cart_button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    border-bottom: 20px solid transparent;
}
.read_more .add_to_cart_button:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 20px solid transparent;
}
/*second row css */
.luxury-pkgwrap {
    background: url(../images/nami.png) repeat left top;
    height: 220px;
    margin-top: 25px;
    margin-bottom: -300px;
}
.luxpkg-box img{
    border: 7px solid #fff;
    border-bottom: 0px;
}
.lux-heading2 {
    font: 2.5em Playball;
    color: #fff;
    margin-top: 20px;
}
.lxicon {
    background-color: #fff;
    width: 46px;
    height: 46px;
    margin: -20px auto 0px;
    position: relative;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    border-radius: 80px;
}
.luxpkg-box h2 {
    display: block;
    font: 1.7em Playball;
    color: #222;
    margin-top: -7px;
}
.lux-train {
    width: 25px;
    height: 23px;
    background: url(../../images/luxury-icon.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 8px;
}
.lux-tour {
    width: 25px;
    height: 25px;
    background: url(../../images/luxury-icon.png) no-repeat -40px 0;
    display: inline-block;
    margin-top: 7px;
}
.lux-hotels {
    width: 25px;
    height: 25px;
    background: url(../../images/luxury-icon.png) no-repeat -80px 0;
    display: inline-block;
    margin-top: 8px;
}
.lux-cruises {
    width: 24px;
    height: 26px;
    background: url(../../images/luxury-icon.png) no-repeat -120px 0;
    display: inline-block;
    margin-top: 8px;
}
.luxpkg-box h2::after {
    content: "";
    display: block;
    width: 15%;
    height: 3px;
    background-color: #937a28;
    margin: 6px auto 13px;
}
.luxbtt1:hover {
    background-color: #24809e;
    color: #fff;
}
.luxbtt1 {
    color: #24809e;
    border: 1px solid #24809e;
}
.lux-button {
    display: inline-block;
    font: 1.15em Corbel;
    text-transform: uppercase;
    padding: 6px 15px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    cursor: pointer;
}
.luxpkg-box p {
    font: italic 1.15em Corbel;
    color: #555;
    padding: 0 10px;
    min-height: 90px;
    max-height: 90px;
}

/*testimonial margin */
.margin-testimonial{
    margin-top:20px;
}

.margin-testimonial .video-caption{
    margin-bottom: 20px;
}

.small_device2{
    display: none;
}
@media only screen and (max-width: 767px) {
    .small_device1 {
      display: none;
      }
    .small_device2{
       display: block;
    }
#footer_color {
    text-align:center;
}
#footer_color img{
    margin:0px auto;
    display:block;
}
    #footer-logo {
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .box-efft:hover .opacity{
    opacity: 1;
}
#tour_s>a.image:hover {
    background: #24809e;
}
.social {
    padding-right:0%;
}
}

.sortable-handler {
  touch-action: none;
}
.afterborder{
  border-top: 1px solid #E3E3E3;
}

.arrow_icon:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    color: #24809e;
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 24px;
}
#h6colapse h6.heading, #h6colapse h5.heading{
    cursor: pointer;
}
 #h6colapse h5.heading1::after, #h6colapse h6.heading::after{
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    color: #24809e;
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 24px;
}
/*aboutus css */

.fair-txtbx {
    letter-spacing: 0.02em;
}
.h1-head3 {
    font-size: 34px;
    /*font-variant: small-caps;*/
    color: #24809e;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
article[data-readmore] {
    transition: height 50ms;
    overflow: hidden;
}
.fair-txtbx p {
    font-size: 16.5px;
    line-height: 26px;
    color: #333;
    letter-spacing: inherit;
    text-align: justify;
}
.services-box-orange {
    background: #e59700;
}
.services-box-text {
    padding: 5px 0 10px 0px;
    color: #fff;
    font-size: 18px;
}
.services-box-hdg {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.services-box-blue {
    background: #356aa0;
}
.services-box-yellow {
    background: #009aac;
}
.services-box-navyblue {
    background: #333;
}
.services-box-green {
    background: #42865f;
}
.services-box-red {
    background: #24809e;
}
.services-box-orange, .services-box-yellow, .services-box-blue, .services-box-navyblue, .services-box-green, .services-box-red{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 180px;
}
.leadership-box .box-bg-name {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    color: #FFF;
   background-color: #24809e;
    opacity: 0.7;
}
.leadership-box .box-bg-name .bg-subname {
    color: #fff;
    font-size: 18px;
    padding: 5px 0 3px 10px;
    font-weight: bold;
}
.leadership-box .box-bg-name .bg-name {
    color: #fff;
    font-size: 15px;
    padding: 0 0 5px 10px;
}
.leadership-box {
    margin: 0 0 10px 0px;
    position: relative;
}
.leadership-contr-pddg {
    padding-bottom: 20px;
}
.readmorelnk {
    text-align: right;
    font-weight: bold;
    color: #e45800 !important;
    display: block;
    background: transparent;
    border: none;
}

/*terms and condition css */

.term-head1{font-size:38px; 
    color:#24809e; margin-top:0px; margin-bottom:20px; 
    background:url(../images/dark-dots-lines.png) no-repeat center bottom; padding-bottom:8px;}

.terms_text{letter-spacing:0.02em;}
.terms_text p{font-size:16.5px; line-height:22px; color:#333; list-style:circle; padding-top:5px; padding-bottom:5px;}
.terms_text span{display:block; font-size:23px; font-variant:small-caps; color:#222; padding:8px 0; border-bottom:1px dashed #333; margin-bottom:10px; margin-top:15px;}

@media (max-width: 991px) {
.banner-toppg{display:none;}
}
.left_padding{
    padding-left:25px; 
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 30px;
    }
#back-to-top a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
    border: 1px solid #000;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    border-radius: 3px;
}
/*Tailor Made form css */
.label_form {
    display: block;
    vertical-align: top;
    clear: both;

    padding-right: 17px;
    text-align: right;
}
.content-wrapper select {
    font-size: 1em!important;
    display: inline-block;
    margin-top: -3px;
    overflow: hidden;
}
.content-wrapper{
    margin-bottom: 30px;
}
 .formright select{
    width: 47%;
    margin-bottom: 5px;
    padding: 7px 0px;
   
}
.input_normal_tailor{
    width: 50%;
    padding: 7px 0px;
}
.child_agegroup {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .form_max_width {
        max-width: 90%;
        overflow: hidden;
        width: 80%;
    }
}
.form_max_width {
        max-width: 90%;
        overflow: hidden;
        width: 70%;
        padding: 7px 0px;
    }
.tailor_message{
    width: 100%;
    
    margin-top: 15px;
}
.bottom_form_input input{
    width: 100%;
    padding: 7px;
}
.bottom_form_input select{
    width: 50%;
    padding: 7px 0px;
}
.trf-security, .trf-best {
    padding: 10px;
    border: 1px solid #797979;
    background: #dcdcdc;
    font-size: .8em;
}
.position-tailor{
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .position-tailor {
        position: relative;
    }
    .label_form{
        text-align: left;
    }
    .bottom_form_input select {
        width: 100%;
    }
    .sm_clear{
        clear: left;
    }
}
.form-actions input.form-submit {
    display: inline-block;
    clear: both;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 5px 0;
    min-height: 20px;
    text-align: left;
    border: 2px solid #ed9300;
    padding: 6px 15px 6px 30px;
    background-image: url(../images/white-link-arrow.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-color: #ed9300;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 6px 30px 6px 45px;
    background-position: 18px 8px;
    font-size: 1.2em;
}
/*tailor made sidebar css */
.testimonial-side-heading {
    background: #24809e;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
}
.side-btn {
    background: linear-gradient(#888, #888);
    -webkit-background: linear-gradient(#888, #888);
    -moz-background: linear-gradient(#888, #888);
    -o-background: linear-gradient(#888, #888);
    border: 0px solid #802024;
    padding: 10px;
    word-wrap: break-word;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
}
/*luxury train css */
.luxtrains-box img {
    
    border-bottom: 0px;
}
.luxtrains-txtbx {
    background-color: #fff;
   
}
.luxtrains-price {
    padding: 5px 0px;
    font: 2em/10px ;
    color: #fff;
}
.luxtrains-price strong {
    font: 1.4em ;
    color: #fff;
    display: inline-block;
}
.luxtrains-price span {
    font: italic 0.5em ;
    display: inline-block;
}
.luxtrains-price::after {
    content: "";
    display: block;
    width: 7%;
    height: 3px;
    background-color: #fff;
    margin: 3px auto;
}

.luxtrains-box h2 {
    font: 2.2em ;
    color: #fff;
    margin-bottom: 7px;
    clear: both;
    position: absolute;
    top: 5%;
    left: 5%;
    background: #24809e;
    padding: 5px;
}
.luxtrains-box h2:after{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #24809e;
    border-width: 17px;
    /* top: 13px; */
    left: 100%;
}
.luxtrains-box p, .luxtrains-bigbx p {
    font: italic 1.15em ;
    color: #000;
    padding: 0 15px;
    padding-top:24px;
}
.luxbtt1 {
    color: #333;
    border: 1px solid #424242;
}
.lux-button {
    display: inline-block;
    font: 1.15em ;
    text-transform: uppercase;
    padding: 6px 15px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    cursor: pointer;
}
.luxtrains-box, #margin-30 {
    margin-top: 30px;
    display: block;
}
#margin-50{
    margin-top: 50px;
}
.luxtrains-box a {
    display: inline-block;
    border: 1px solid #e1e3e4;
    border-top: none;
    padding-bottom: 22px;
    box-shadow: 0 6px 5px -5px #333;
    border: 7px solid #e1e0e0;
}
.luxtrains-txtbx {
    background: #24809e;
}

@media (max-width: 1920px) {
.top-popup {
    padding: 50px;
}
.top-popup {
    background: url(../images/welcome_bg.png) center center no-repeat;
    background-size: 100%;
    width: 450px;
    height: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    padding: 45px;
    text-align: center;
}
}
.luxury_trainbanner {
    background: url('../images/luxury-trains-banner.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px;
    }
.luxury-train-content {
    max-height: 85px;
    overflow: hidden;
    text-align: justify;
}
@media (max-width: 1366px) {
.top-popup {
    width: 461px;
    height: 320px;
    padding: 50px;
}
}
.top-popup .places-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
}
@media (max-width: 1920px){
.top-popup h1 {
    font: 70px/70px;
    color: #71282b;
    text-transform: capitalize;
}
.top-popup h2 {
    padding-bottom: 17px;
    text-transform: capitalize;
    color: #71282b;
    font: 48px/50px ;
}
}



/*.luxtrains-box a:hover  .luxtrains-txtbx {
    margin-top: -30px;
}*/
/*.swiper-container{
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: -1!important;
}*/
.set_postion_menu{
    position: absolute;
    width: 100%;
    z-index: 99999;
}

/*.tbanner_position{
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: -1!important;
}*/
.custom_bg {
   background: #4D6D9A!important; 
   display: block;
}
#nav_bottom{
    margin-bottom: 20px;
    top: 0px;
    padding-bottom: 7px;
}
.bg_nav{
    background-size: cover;
    background-repeat: no-repeat;
    /*margin-bottom: 40px;*/
    max-height: 500px;
    overflow: hidden;
}



.testimonial_banner {
    background-image: url('../images/testimonial.jpg');
    min-height: 190px;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: left center;
} 


.daytour_banner{
    background-image: url('../images/day_tour_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.delhitour_banner{
    background-image: url('nav_banner/dalhi-tour-banner.jpg');
}*/
.maharaja_banner {
    background-image: url('nav_banner/maharaja_banner.jpg');
}
.indiatour_banner {
    background-image: url('nav_banner/india_tours.jpg');
    background-position: center;
    height: 540px;
}
#searchform input[type=text]:focus{
    outline: none;
}
#searchform input[type=text] {
    width: 130px;
   box-sizing: border-box;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
 background: transparent;
}
#searchform input[type=text]:focus {
  width: 80%;
  background: #fff;
  overflow: hidden;

}
#searchform input[type=text]:required:valid {
    width: 80%;
  background: #fff;
  overflow: hidden;
}
label .fa-search{
    color: #fff;
    cursor: pointer;
}

#searchform input[type=text]::-webkit-input-placeholder { /* Edge */
  color: #fff;
  text-align: right;
  font-weight: 600;
}

#searchform input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-align: right;
  font-weight: 600;
}

#searchform input[type=text]::placeholder {
  color: #fff;
  text-align: right;
  font-weight: 600;
}

#searchform input[type=text]:focus::-webkit-input-placeholder {
    color: #24809e;
    text-align: left;
}
#searchform input[type=text]:focus::placeholder {
    color: #24809e;
    text-align: left;
}
#text_home .text-justify{
    letter-spacing: 1.1px;
}
.d-block{
    display: block;
}
strong.d-block{
    padding:7px 0px;
}
/*iti image box css */
#iti_image .iti-box img {
    min-height: 220px;
}
.similar_tour .carousel-inner .item img {
    min-height: 165px;
}
.top_heading_underline::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #b48d48;
    left: 0;
    right: 0;
    bottom: -10px;
}
.dest-pt::before{
    content: "\f00c";
    font-family: Fontawesome;
    padding-right: 3px;

}
p.copyright a, p.siteby a{
    color: #fff;
}
.siteby {
    text-align: right;
}
.footer-adress, .phone-footer{
    text-align: justify;
    display: block;
}
.footer-phone a{
    text-decoration: none;
    font: 14px;
    font-weight: 400;
}
footer .menu {
    list-style: none;
}
.patener-images img{
    min-height: 42px;
    max-height: 43px;
}
h2.testimonial_heading::after {
   content: "";
   width: 100px;
   position: absolute;
   margin: 0 auto;
   height: 3px;
   background: #24809e;
   left: 0;
   right: 0;
   bottom: -10px;
}

#reps{
    display: none;
}
 #exercheckbox:checked ~ #reps{
    display: block;
}
.width_wrapper {
    max-width: 1920px;
    width: 100%;
    margin:0px auto;
}