


/**/



section.form-container .form-content.style-text p strong {
    color: #cd1f45;
    display: block;
    font-size: 1.625rem;
    margin-bottom: 5px;
}

section.form-container p {
    font-size: 1.5rem;
    line-height: 20px;
}

section.form-container a {
    text-decoration: underline;
    color: #333;
}

section.form-container a:hover {
    text-decoration: none;
}

section.form-container .captcha {
    position: relative;
    display: inline-block;
}

section.form-container .captcha img {
    display: inline-block;
    border: 1px solid #d32;
    height: 34px;
}

section.form-container .captcha .reload {
    background-color: #d32;
    color: #fff;
    height: 34px;
    padding: 6px 12px;
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: 0px;
    border-radius: 2px;
    display: inline-block;
}

section.form-container ul.contact-list {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

section.form-container ul.contact-list li {
    color: #000;
    line-height: 22px;
    list-style: none;
    font-size: 1.5rem;
}

section.form-container ul.contact-list li i {
    width: 15px;
    margin-right: 5px;
    color: #ababab;
}

section.form-container .form-control,
.call .form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#hotel-box {
    display: none;
}

section.form-container textarea.form-control {
    height: 90px;
}

section.form-container #car_box,
section.form-container #flight_box {
    padding: 10px 15px;
    width: 100%;
    float: left;
    display: none;
    border: 2px solid #deeaee;
    background-color: #f3f7f8;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

section.form-container .inline-form {
    width: 100%;
    display: block;
    margin: 5px 0px;
}

section.form-container #car_box .unit .input,
section.form-container #flight_box .unit .input {
    margin: 5px 0px 0px;
}

section.form-container sup,
.call sup {
    color: red;
    font-weight: bold;
}

section.inner-content h1.page-title {
    margin: 15px 0px;
    font-size: 30px;
    color: #e21637;
    font-weight: 400;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    display: block;
}

.radio-input {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.radio-input li:first-child {
    margin-left: 0px;
}

.radio-input li {
    display: inline-block;
    margin: 5px 10px;
    position: relative;
}
.radio-input li label {
    position: relative;
}

.radio-input li label input[type=checkbox]:checked+div, .radio-input li label input[type=radio]:checked+div {
    border-color: #00BCD4;
    background-color: #f2fcfe;
}

.radio-input li label .radio-div {
    border: 2px solid #dcd4d4;
    padding: 5px 12px;
    cursor: pointer;
    position: relative;
}
.payment .radio-div {
    width:160px;
    text-align: center;
}

.payment .price-tab {
    background-color: #f2fcfe;
    border: 1px solid #00BCD4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.price-tab {
    margin-bottom: 10px;
}

.col-lg-6.col-md-6.col-xs-6.text-right .btn-submit {
    background-color: #4caf50;
    color: #fff;
    border-color: #4caf50;
    position: relative;
    z-index: 1;
}
.payment .radio-div i {
    padding: 10px 0px;
    display: block;
}

.thank-box {
    margin: 20px 0px;
    padding: 20px;
    position: relative;
    z-index: 1;
    background: #f7f9f7;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
}

.thank-box .data {
    border-radius: 5px 5px 0px 0px;
    position: relative;
    background: #fdfdfd;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
}

.thank-box .data .icon.success {
    background: url(../images/sucess-icon.png);
}

.thank-box .data .icon.failed {
    background: url(../images/fail-icon.png);
}

.thank-box .data .icon {
    display: block;
    width: 156px;
    height: 156px;
    margin: 0px auto;
}
.thank-box .data h3 {
    margin: 0px;
    font-weight: 300;
    font-size: 3rem;}

    .thank-box dl {
    margin-top: 20px;
    margin-bottom: 10px;
}

.thank-box dl dt {
    float: left;
    margin-right: 10px;
    padding: 5px;
}

.thank-box .t-text {
    padding: 20px;
    text-align: center;
}

.thank-box .t-text p {
    text-align: justify !important;
        font-size: 1.6rem;

}
.thank-box .t-text h3 {
    color: #c43b3b;
}

.radio-input li label .radio-div span.round {
    position: absolute;
    height: 20px;
    width: 20px;
    top: -8px;
    right: -8px;
    background-color: #f7f6f6;
    border: 1.5px solid #dcd4d4;
    border-radius: 30px;
}

.radio-input li label .radio-div span.round:after {
    position: absolute;
    width: 9px;
    height: 3px;
    top: 7px;
    left: 5px;
    border-left: 1px solid #dcd4d4;
    border-bottom: 1px solid #dcd4d4;
    content: "";
    transform: rotate(-43deg);
}

.radio-input li label input[type=checkbox]:checked+div span.round:after, .radio-input li label input[type=radio]:checked+div span.round:after {
    border-color: #000;
}

.radio-input li label input[type=checkbox], .radio-input li label input[type=radio] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

section.inner-content h1.page-title span {
    font-weight: 600;
    font-size: 2.5rem;
}

section.form-container p {
    font-size: 1.5rem;
    line-height: 20px;
}
.payment p {
    text-align: center !important;
    width: auto;
    float: none;
}

.form-group label{
	font-weight:normal;}



/*payment end here*/

.media-list .media:before{
	display:none;}



 .link-btn {
     text-transform: uppercase;
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
    
     text-decoration: none;
     display: inline-block;
     cursor: pointer;
     color: #fff !important;
    /* font-family: Arial;
     */
     font-size: 13px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
}
 .link-btn:hover {
     background-color: #e23464;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #fff;
}
 .div {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .div:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .com-colo-abou {
}

 .inn-page-bg {
     position: relative;
     overflow: hidden;
     background: #f3f3f3;
}
 .inn-page-con-bg {
 /*    position: relative;
     overflow: hidden;
     background: #fff;
     box-shadow: 0px -2px 7px rgba(150, 150, 150, 0.4);*/
}
 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
     color: #6b7a88;
}
 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #6b7a88;
     opacity: 1;
}
 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #6b7a88;
     opacity: 1;
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #909;
}

/* -------------ram start here-----------*/
.form-box {
    margin-top: 10px;
    overflow: hidden;
    background-color: #f7f6f6;
    padding-top: 15px;
    border: 2px solid #dcd4d4;
}
.form-box label {
    display: block;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
/*======footer start here======*/

#tsp_subcribe_news{
	    background:#ee3049;
		 padding:60px 0px;
}

#tsp_subcribe_news .ts-form-subscibe form button {
    position: absolute;
    top: 1px;
    right: 15%;
    background: #e1243d;
    border: 3px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 37px;
    padding: 0 10px 0 6px;
    webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	
#tsp_subcribe_news .ts-form-subscibe form {
    position: relative;
}

#tsp_subcribe_news .ts-form-subscibe form > i {
    position: absolute;
    top: 16px;
    left: 16%;
    color: #666666;
}

#tsp_subcribe_news .ts-form-subscibe form input {
    line-height: 45px;
    width: 70%;
    text-transform: none;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0.3px;
    padding: 0 45px;
    border: 0;
    margin-left:15%;
    border-radius:5px;
}

#tsp_subcribe_news .tsp-text-subscibe h2,#tsp_subcribe_news .tsp-text-subscibe p{
	text-align:right;
	
	}

#tsp_subcribe_news .tsp-text-subscibe h2 {
   margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
}
#tsp_subcribe_news .tsp-text-subscibe p{
	font-size:24px;
	text-align:center;}
.fr-bg{
	  background: #fff;
    padding: 20px 20px;
	border-radius:6px;

}
.fr-bg p{
	font-size:22px;
}
.pd-left-0{
	padding-left:0px !important;}
.pd-right-0{
	padding-right:0px !important;}	
/*======footer end here======*/


	
@media (min-width: 768px){
.modal-dialog {
    width: 400px !important;
    margin:10% auto !important;
}

}

/* -------------ram end here-----------*/



/*-------------------------------------------------------*/
/* 2.HEADER(LOG0 & HELP LINE) 
/*-------------------------------------------------------*/
 .head {
     background: #ffffff;
     padding: 15px 0px;
     -webkit-transition: opacity 2s ease-in;
     -moz-transition: opacity 2s ease-in;
     -o-transition: opacity 2s ease-in;
     -ms-transition: opacity 2s ease-in;
     transition: opacity 2s ease-in;
}
 .head_left {
     padding-left: 0px !important;
}
 .head_left img {
}
 .affix {
     position: fixed;
     width: 100%;
     z-index: 999;
     box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.43);
     -webkit-transition: opacity 2s ease-in;
     -moz-transition: opacity 2s ease-in;
     -o-transition: opacity 2s ease-in;
     -ms-transition: opacity 2s ease-in;
     transition: opacity 2s ease-in;
}
 .head_right_all {
     padding-right: 1px !important;
}
 .head_right {
}
 .head_right ul {
     padding: 0px;
     margin: 0 auto;
    /* display: table;
     */
     float: right;
}
 .head_right ul li {
     display: inline-block;
     vertical-align: bottom;
}
 .head_right ul li a {
     font-size: 13px;
     font-weight: 600;
     text-decoration: none;
    
}
 .head_right ul li:first-child a {
     padding-right: 7px;
     color: #5e6469;
}
 .head_right ul li:nth-child(2) a {
     padding-right: 7px;
     color: #5e6469;
}
 .head_right ul li:nth-child(3) a {
    /* color: #757575;
     */
}
 .head_right ul li a i {
}
 .head_right ul li a .fa-facebook {
     background: #3b5998;
}
 .head_right ul li a .fa-google-plus {
     background: #dd4b39;
}
 .head_right ul li a .fa-twitter {
     background: #55acee;
}
 .head_right ul li a .fa-linkedin {
     background: #0077b5;
}
 .head_right ul li a .fa-whatsapp {
     background: #3ead19;
}
 .head_right ul li:nth-child(2) {
}
.bg-light{
     background-color: #f5f5f5;
}
 .spe-title {
     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
}
 .spe-title h2 {
     margin-bottom: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     font-size: 35px;
     font-weight: 400;
     color: #6d6d6d;
     font-family: 'Karla', sans-serif;
}
 .spe-title h2 span {
     color: #e32f34;
     font-size: 35px;
     font-weight: 700;
     font-family: 'Karla', sans-serif;
}
 .spe-title p {
     margin-bottom: 0px;
     font-size: 16px;
     font-weight: 400;
     padding-top: 10px;
     color: #666;
}
 .spe-title-1 {
}
 .spe-title-1 h2 {
     color: #253d52;
}
 .spe-title-1 h2 span {
}
 .spe-title-1 p {
     color: #4e5963;
}
 .title-line {
     margin-top: -10px;
}
 .tl-1 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}
 .tl-2 {
     display: inline-block;
     height: 12px;
     margin: 0 5px;
     position: relative;
     top: 5px;
     width: 12px;
     border: 1px solid #ebc131;
     border-radius: 50px;
}
 .tl-3 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}
/*-------------------------------------------------------*/
/* 3.NAVIGATION MENU(NOTE:OTHER NAVIGATION CSS FILES FIND ON BOOTSTRAP.CSS ) 
/*-------------------------------------------------------*/
 .menu_book {
     float: right;
     position: relative;
     overflow: hidden;
     margin-top: 10px;
}
 .nav > li > a {
     font-weight: 600;
     font-size: 14px;
     font-family: 'Karla', sans-serif;
}
 .dropdown-menu > li > a {
     font-weight: 500;
     font-size: 14px;
     font-family: 'Karla', sans-serif;
}
 .menu_book a {
     font-weight: 700;
     text-decoration: none;
     color: #fff;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Karla', sans-serif;
}
 .menu_book a:hover {
     color: #fff;
     background: #4cb2db;
     border-radius: 2px;
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
 .dropdown-menu > li > a {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .dropdown-menu > li > a {
}
 .dropdown-menu > li > a:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background-color: #1aa5d8;
     cursor: pointer;
     padding-left: 25px;
}
/*-------------------------------------------------------*/
/* 4.SLIDER & INNER PAGE BANNER 
/*-------------------------------------------------------*/
 section.c3 {
     position: relative;
     width: 100%;
     overflow: hidden;
     background: url(../images/bannerbg.jpg) no-repeat center center;
     background-size: cover;
}
 .item {
}
 .carousel-inner > .item > img, .carousel-inner > .item > a > img {
     float: right;
}
 .slider-cap {

}
 .slider-cap h1 {
     font-size: 40px;
    /* text-transform: uppercase;
     */
     font-weight: 700;
}
 .slider-cap h5 {
}
 .slider-cap p {
     font-size: 20px;
     font-weight: 400;
    /* font-family: 'Raleway', sans-serif;
     */
     padding-bottom: 30px;
     padding-top: 15px;
     line-height: 32px;
     color: #fff;
}
 .slider-cap a {
     text-decoration: none;
     color: #FFF;
     padding: 8px 15px 10px 15px;
     background: #1aa5d8;
     border-radius: 50px;
     font-weight: 700;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
     */
    /* text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.47);
     */
     font-size: 16px;
}
 .slider-cap a:hover {
     transition: all 0.5s ease;
     background: #1aa5d8;
     color: #000;
     text-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
}
 .banner {
     background: url('../images/banner.jpg') no-repeat;
     background-size: cover;
     padding: 100px 0px;
     position: relative;
}
 .banner:before {
     content: '';
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background: rgba(76, 97, 175, 0.34);
}
 .banner h1 {
}
 .banner p {
}
 .home_enq {
     background: #253d52;
}
 .tp-simpleresponsive a {
     text-decoration: none;
     color: #FFF;
     padding: 5px 10px;
     background: #03a9f4;
     border-radius: 50px;
     margin-left: 25px;
     font-weight: 700;
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
 .tp-simpleresponsive a:hover {
     text-decoration: none;
     background: #E7AF06;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #F3F3F3;
}
 .tb-space {
     padding: 40px 0px;
}
 .tb-space-inn {
     padding: 40px 0px;
}
/*-------------------------------------------------------*/
/* 5.SLIDER ENQUIRY 
/*-------------------------------------------------------*/
 .home_form {
}
 .home_form form {
}
 .home_form form ul {
     padding: 8px 8px 4px 8px;
     margin-bottom: 0px;
     position: relative;
     overflow: hidden;
}
 .home_form form ul li {
     display: inline-block;
     line-height: 10px;
     padding: 5px 0px;
}
 .home_form form ul li:nth-child(2) input {
     position: relative;
}
 .home_form form ul li:nth-child(2):before {
}
 .home_form form ul li h4 {
     color: #fff;
     text-transform: uppercase;
     margin-top: 8px;
}
 .home_form form ul li input {
     border: 0px;
     padding: 8px;
     border-radius: 2px;
     width: 95%;
}
 .home_form form ul li textarea {
     border: 0px;
     padding: 7px;
     border-radius: 2px;
     resize: none;
}
 .home_form form ul li input[type="submit"] {
     background: #1aa5d8;
     line-height: 13px;
     font-weight: 600;
     padding-top: 11px;
     color: #ffffff;
    /* text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
     */
     text-align: center;
}
/*-------------------------------------------------------*/
/* 6.TOUR PLACES 
/*-------------------------------------------------------*/
 .b_pack {
     position: relative;
     overflow: hidden;
     background: #ffffff;
     -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     o-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -webkit-transition: all 0.3s ease-out;
     margin-bottom: 30px;
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
}
 .b_pack h4 {
     font-size: 14px;
     text-transform: uppercase;
     margin: 15px 0;
     font-weight: 600;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .b_pack h4 a {
     color: #000000;
     text-decoration: none;
     font-family: 'Karla', sans-serif;
     font-weight: 600;
}
 .v_pl_name {
     text-transform: capitalize;
     padding: 5px;
     color: #6C6C6C;
     font-weight: 500;
}
 .v_place_img {
     position: relative;
     overflow: hidden;
}
 .v_place_img img {
     width: 100% !important;
}
 .b_packages img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
 .b_packages img:hover {
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}
 .band {
     width: 50px;
     height: auto;
     position: absolute;
     z-index: 9;
     left: 13px;
     top: -6px;
}
 .band img:hover {
     -webkit-transform: scale(01.0);
     transform: scale(01.0);
}
 .home_title {
}
 .home_title h1 {
     text-align: center;
     color: #424e57;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 36px;
     margin-top: 0px;
}
 .home_title h1 span {
     color: #00BCD4;
}
 .home_title p {
     color: #707275;
    /* margin-bottom: 30px;
     */
     text-align: center;
}
 .pack_icon {
     padding-top: 15px;
}
 .pack_icon .link-btn{
     display: block;
     text-align: center;
 }
 .home_all {
     background: #1aa5d8;
     border-bottom: 2px solid #e3aa00;
     border-radius: 3px;
     margin: 0 auto;
     display: table;
     text-decoration: none;
     color: #000;
     padding: 5px 10px;
    /* margin-bottom: 35px;
     */
}
 .h_con {
     background: #1aa5d8;
     position: relative;
     overflow: hidden;
}
 .home_consul_1 {
     padding-right: 0px;
     padding-left: 0px;
}
 .home_consul_1 img {
     width: 100%;
}
 .home_consul {
     overflow: hidden;
     padding: 0px 50px;
}
 .home_consul h1 {
     font-size: 42px;
     padding: 5px 0px 25px 0px;
}
 .home_consul h4 {
     font-size: 34px;
     color: #fff;
     text-transform: uppercase;
     padding: 10px 0px 25px 0px;
}
 .home_consul p {
     line-height: 35px;
}
 .home_consul a {
     background: #ffffff;
     border-bottom: 2px solid #d6a204;
     border-radius: 3px;
    /* margin: 0 auto;
     */
     display: table;
     text-decoration: none;
     color: #000;
     padding: 5px 10px;
     margin-top: 40px;
     text-transform: uppercase;
     font-size: 20px;
     font-weight: 700;
     cursor: pointer;
}
 .tout-map {
}
 .tout-map iframe {
     height: 300px;
     width: 100%;
     border: 0px;
}
/*-------------------------------------------------------*/
/* 6.1.HOTELS 
/*-------------------------------------------------------*/
 .to-ho-hotel-con {
     position: relative;
     overflow: hidden;
     border: 1px solid #dfdfdf;
     box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
     margin-bottom: 30px;
}
.to-ho-hotel-con2{
     overflow: visible;
}
 .to-ho-hotel-con-1 {
     position: relative;
}
 .to-ho-hotel-con-1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .to-ho-hotel-con-1 img {
     width: 100%;
}
 .to-ho-hotel-con-23 {
     position: relative;
     overflow: hidden;
     padding: 20px;
}
 .to-ho-hotel-con-2 {
}
 .to-ho-hotel-con-2 h4 {
     margin-top: 0px;
     padding-bottom: 10px;
     margin-bottom: 0px;
}
 .to-ho-hotel-con-2 a {
     color: #333;
}

.to-ho-hotel-con-2 table tr {
    background-color: #fafaff;
}
.to-ho-hotel-con-2 .table th {
    letter-spacing: 0.03px;
    color: #fff;
    background-color: #333;
    padding: 6px 0px;
    text-align: center;
}
.to-ho-hotel-con-2 table td {
    color: #666;
    padding: 6px 0px;
    font-size: 20px;
    text-align: center;
    text-decoration: line-through;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.to-ho-hotel-con-2 table td:nth-child(2n) {
    text-decoration: none;
}
 .to-ho-hotel-con-3 {
}
 .to-ho-hotel-con-3 ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .to-ho-hotel-con-3 ul li {
     list-style-type: none;
     float: left;
}
 .to-ho-hotel-con-3 ul li:last-child {
     float: right;
}
 .ho-hot-rat-star {
     padding-bottom: 0px !important;
}
 .ho-hot-rat-star i {
     font-size: 14px !important;
     padding-left: 3px;
}
 .ho-hot-rat-star-list {
}
 .ho-hot-rat-star-list i {
     color: #FFC107;
     padding-right: 2px;
}
 
 .ho-hot-pri {
     font-size: 25px;
     font-weight: 600;
     color: #f4364f;
     float: right;
}
 .ho-hot-pri-dis {
     font-weight: 400;
     color: #888;
     float: right;
     padding: 0px 5px;
     display: none;
}
 .hot-page2-hli-3 {
     width: 35px;
     height: 35px;
     position: absolute;
     background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px;
     */
     padding: 4px;
     margin: 9px 5px;
     right: 5px;
     border-radius: 5px;
}
 .to-ho-hotel-con-4 {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 14px;
}
 .to-ho-hotel-con-4 a {
     float: left;
     width: 47%;
     text-align: center;
}
 .to-ho-hotel-con-5 {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 12px;
}
 .to-ho-hotel-con-5 ul {
     margin-bottom: 0px;
     padding: 0px;
}
 .to-ho-hotel-con-5 ul li {
     float: left;
     list-style-type: none;
     display: inline-block;
     width: 25%;
}
 .to-ho-hotel-con-5 ul li a {
     display: block;
     border: 1px solid #ececec;
     margin: 2px;
     padding: 0px 5px;
     font-size: 12px;
     color: #8a8a8a;
     text-align: center;
}
 .to-ho-hotel-con-5 ul li a i {
     padding-right: 5px;
}
 .hom-hot-book-btn {
     margin-right: 3%;
}
 .hom-hot-view-btn {
     margin-left: 3%;
}
 .hom-hot-av-tic {
     position: absolute;
     background-color: #8bc34a9e;
     bottom: 15px;
     padding: 3px 8px;
     margin: 0px 0px;
     right: 15px;
     font-weight: 500;
     color: #fff;
     border-radius: 25px;
     border: 1px solid #253747;
     font-family: 'Karla', sans-serif;
}
 .hom-hot-av-tic-list {
     left: 10px;
     right: inherit;
     bottom: 10px;
     border-radius: 2px;
     background: rgba(139, 195, 74, 0.66);
     color: #fff;
     font-weight: 600;
     padding: 3px 8px;
     font-size: 13px;
}
/*-------------------------------------------------------*/
/* ROOMS: HOTEL BOOKING 
/*-------------------------------------------------------*/
 .hotel-book-room {
    margin-bottom: 15px;
	position: relative;
    padding: 12px;
    background: #fff;
    border: 1px dotted #999;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	
}
 .carousel-inner1 > .item > img, .carousel-inner1 > .item > a > img {
     width: 100%;
     margin: auto;
}
 .carousel-indicators-1:hover {
     overflow-y: auto;
}
 .tr-room-type {
}
 .tr-room-type ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .tr-room-type ul li {
     list-style-type: none;
     width: 100%;
     position: relative;
     overflow: hidden;
     border-bottom: 1px solid #cecece;
     padding-bottom: 20px;
     margin-bottom: 20px;
}
 .tr-room-type-list {
}
 .tr-room-type-list p b {
     color: #213d44;
}
 .tr-room-type-list span b {
     color: #213d44;
}
 .tr-room-type-list-1 {
     padding-left: 0px !important;
}
 .tr-room-type-list-1 img {
     width: 100%;
}
 .tr-room-type-list-2 h4 {
     margin-top: 0px;
     color: #213d44;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 16px;
}
 .tr-room-type-list-2 span {
     display: block;
}
 .tr-room-type-list-3 {
}
 .tr-room-type-list-3 span {
     display: block;
     text-align: center;
     margin-bottom: 15px;
}
.description{
    margin-bottom: 30px;
}
.description p, .description div{
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}
/*-------------------------------------------------------*/
/* 7.FREE CONSULTANT 
/*-------------------------------------------------------*/
 .tour-consul {
     background: url(../images/consul-bg.jpg) no-repeat #00BCD4;
     background-size: cover;
     position: relative;
     overflow: hidden;
     background-attachment: fixed;
}
 .tour-consul::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     bottom: 0px;
     background: rgba(19, 40, 58, 0.87);
}
 .tour-consul {
}
 .tour-consul h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 42px;
     margin-top: 25px;
     margin-bottom: 0px;
    /* border-top: 1px solid #1aa5d8;
     */
    /* border-bottom: 1px solid #1aa5d8;
     */
    /* padding-top: 20px;
     */
    /* padding-bottom: 20px;
     */
    /* margin-bottom: 25px;
     */
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
 .tour-consul p {
     color: #d4d8d8;
     font-size: 16px;
     font-weight: 500;
     margin-top: 24px;
     margin-bottom: 0px;
     border-top: 1px solid rgb(76, 84, 90);
     border-bottom: 1px solid rgb(76, 84, 90);
     padding-top: 20px;
     padding-bottom: 20px;
     margin-bottom: 20px;
}
 .to-con-1 {
     background: #1aa5d8;
     color: #000;
     font-weight: 600;
     text-transform: uppercase;
     padding: 5px 8px;
}
 .to-con-2 {
     color: #fff;
     font-size: 30px;
     margin-top: 5px;
     margin-bottom: 25px;
    /* text-transform: uppercase;
     */
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #2e9da2, #13b194);
     font-family: 'Karla', sans-serif;
}
 .to-con-3 {
     text-transform: uppercase;
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Karla', sans-serif;
}
 .to-con-4 {
     text-transform: uppercase;
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Karla', sans-serif;
}
 .ho-con-cont {
}
 .ho-vid {
}
 .ho-vid img {
     width: 100%;
}
/*-------------------------------------------------------*/
/* 8.EVENTS 
/*-------------------------------------------------------*/
 .events table {
     width: 100%;
}
 .events table tr {
     line-height: 50px;
     border-bottom: 1px solid #e9e9e9;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .events table tr:hover {
     background: #e9f2f3;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .events table tr th {
     color: #4A505D;
     font-size: 18px;
     line-height: 40px;
     font-weight: 600;
     font-family: 'Karla', sans-serif;
}
 .events table tr td {
     color: #727070;
     font-size: 15px;
}
 .events table tr td:first-child {
     text-align: center !important;
     padding-right: 5px;
}
 .events table tr td a {
     text-decoration: none;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     font-weight: 700;
     text-decoration: none;
     color: #253d52;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     font-family: 'Karla', sans-serif;
}
 .events table tr td a:hover {
     background: #e23464;
     background: linear-gradient(to bottom,#de253f,#df275a);
}
 .events table tr th:first-child {
     text-align: center !important;
     padding-right: 5px;
}
 .events-1 {
     font-family: 'Montserrat', sans-serif;
}
 .events-1 h1 {
     margin-top: 0px;
}
 .events img {
     width: 110px;
     padding: 10px 15px 10px 0px;
}
 .events-title {
     background: none !important;
    /* font-family: 'Montserrat', sans-serif;
     */
    /* text-transform: uppercase;
     */
     font-size: 15px;
     margin-bottom: 30px;
    /* font-weight: 600;
     */
    /* color: #213d44;
     */
}
 #myInput {
     background-image: url('../images/searchicon.png');
     background-position: 10px 10px;
     background-repeat: no-repeat;
     width: 100%;
     font-size: 16px;
     padding: 12px 20px 12px 40px;
     border: 1px solid #ddd;
     margin-bottom: 12px;
}
 #myTable {
     border-collapse: collapse;
     width: 100%;
     border: 1px solid #ddd;
     font-size: 18px;
}
 #myTable th, #myTable td {
     text-align: left;
     padding: 0px 12px;
}
 #myTable tr {
     border-bottom: 1px solid #ddd;
}
 #myTable tr.header, #myTable tr:hover {
     background-color: #f1f1f1;
}
 .events table tr:first-child {
}
 .events table tr:first-child:hover {
     background: none;
}
/*-------------------------------------------------------*/
/* 9.POPULAR TOUR PLACES 
/*-------------------------------------------------------*/
 .place {
     margin-bottom: 30px;
}
 .popu-places-home {
     position: relative;
     overflow: hidden;
}
 .place img {
     width: 100%;
     border-radius: 5px;
    /* border: 3px solid #24272d;
     */
     box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.29);
}
 .place img:hover {
}
 .pla {
     background: #eff5fb;
     background-size: cover;
    /* margin-top: 35px;
     */
     position: relative;
     overflow: hidden;
     background-attachment: fixed;
}
 .pla::before {
     content: '';
     position: absolute;
     width: 100%;
     bottom: 0px;
     top: 0px;
     background: #e23464;
     background: linear-gradient(to bottom,#f2f9ff,#e1e4e8);
}
 .pla1 {
     padding-right: 0px !important;
     padding-left: 0px !important;
}
 .place h3 {
     color: #253d52;
     font-size: 18px;
     text-transform: uppercase;
     line-height: 34px;
     margin-top: 0px;
     margin-bottom: 0px;
     font-family: 'Karla', sans-serif;
     font-weight: 600;
}
 .place h3 span {
     color: #253d52;
     display: block;
     font-weight: 600;
     font-family: 'Karla', sans-serif;
     text-transform: capitalize;
}
 .place p {
     color: #253d52;
     padding: 10px 0px;
     margin-bottom: 10px;
     text-align: left;
     font-size: 14px;
}
 .place a {
}
 .place a:hover {
}
 .pla1 h1 {
     text-align: center;
     color: #ffffff;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 36px;
     margin-top: 0px;
     padding-bottom: 40px;
     position: relative;
    /* padding-top: 15px;
     */
}
 .pla1 h1 span {
     color: #00BCD4;
}
/*-------------------------------------------------------*/
/* 10.REQUEST A QUOTE 
/*-------------------------------------------------------*/
 .form_1 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .form_1 ul li {
     list-style-type: none;
     width: 50%;
     float: left;
     padding: 0px 8px 16px 8px;
     box-sizing: border-box;
}
 .form_1 ul li:last-child {
     padding-bottom: 0px;
}
 .form_1 ul li input {
     border: 1px solid #bbbbbb;
     width: 100%;
     padding: 10px;
     border-radius: 3px;
}
 .form_1 ul li input[placeholder] {
     color: #6b7a88;
}
 .form_1 ul li select {
     color: #6b7a88;
}
 .form_1 ul li textarea {
     border: 1px solid #bbbbbb;
     resize: none;
     border-radius: 3px;
     width: 100%;
}
 .form_1 ul li select {
     border: 1px solid #bbbbbb;
     width: 100%;
     padding: 14px 10px;
     border-radius: 3px;
}
 .form_book ul li:nth-child(13) {
     width: 100%;
}
 .form_book ul li:nth-child(7) {
     width: 50% !important;
}
 .form_1 ul li:nth-child(7) textarea {
     height: 120px;
     padding: 10px;
     background: #fff;
}
 .form_book select {
}
 .form_1 ul li:nth-child(7) {
     width: 100%;
}
 .form_1 ul li input[type="submit"] {
     font-weight: 700;
     text-decoration: none;
     color: #fff;
     padding: 12px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Karla', sans-serif;
     border: 0px;
     text-transform: uppercase;
}
 .form_1 ul li input[type="submit"]:hover {
}
 .form {
     background: url(../images/cloud.html) no-repeat bottom center #fff;
     padding: 100px 0px 45px 0px;
     background-size: contain;
}
 .form_booking {
     background: url('../images/cloud.html') no-repeat bottom center #f2f8f9;
     padding: 100px 0px 45px 0px;
     background-size: contain;
}
 .form-spac {
     padding: 100px 0px;
}
 .form_book_1 ul li:nth-child(11) {
     width: 100%;
}
/*-------------------------------------------------------*/
/* 10.REQUEST A QUOTE: FAMILY IMAGE 
/*-------------------------------------------------------*/
 .family {
}
 .family img {
     width: 95%;
     margin-bottom: -45px;
}
/*-------------------------------------------------------*/
/* 11.TIPS BEFORE TRAVEL 
/*-------------------------------------------------------*/
 .tips {
     background: url('../images/tipsbg.html') no-repeat center center #f0f2f2;
     background-size: cover;
     position: relative;
     overflow: hidden;
    /* padding: 25px 0px 20px 0px;
     */
    /* margin-top: 40px;
     */
}
 .tips-home tb-space {
    /* margin-top: 0px;
     */
}
 .home_tip {
     margin-top: 0px;
}
/*-------------------------------------------------------*/
/* 11.1 TIPS BEFORE TRAVEL 
/*-------------------------------------------------------*/
 .tips h3 {
     background: #2ea5d3;
     display: inline-block;
     color: #ffffff;
     text-transform: uppercase;
     padding: 5px 8px 3px 8px;
     font-weight: 500;
     margin-top: 0px;
     font-size: 20px;
}
 .tips_left {
     padding-left: 100px;
     padding-bottom: 25px;
}
 .tips_left h5 {
     color: #0f0f0f;
     font-size: 18px;
}
 .tips_left p {
     color: #1e2021;
     text-align: left;
}
 .tips_left_1 {
     background: url('../images/tips1.png') no-repeat left top;
     margin-top: 25px;
}
 .tips_left_2 {
     background: url('../images/tips2.png') no-repeat left top;
}
 .tips_left_3 {
     background: url('../images/tips3.png') no-repeat left top;
     padding-bottom: 5px;
}
 .tips p {
     line-height: 25px;
     text-align: left;
     margin-bottom: 12px;
}
/*-------------------------------------------------------*/
/* 11.2 CUSTOMER TESTIMONIALS 
/*-------------------------------------------------------*/
 .testi {
     background: url('../images/testi_img.png') no-repeat left top;
     padding-left: 116px;
     margin-top: 20px;
     padding-bottom: 15px;
}
 .testi h4 {
}
 .testi p {
     color: #1e2021;
}
 .testi address {
     color: #1e2021;
}
 .testi a {
     background: #14A0D6;
     color: #000;
    /* font-weight: 600;
     */
     border-radius: 0px;
     padding: 5px 10px;
     text-decoration: none;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     border-radius: 50px;
}
 .testi a:hover {
     background: #1aa5d8;
     color: #000;
}
 .p-tesi {
     border: 1px #e0e0e0;
     border-style: dashed;
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
     padding: 20px 15px;
}
 .p-tesi h4 {
     color: #253d52;
     margin-top: 0px;
}
.p-tesi h5{
    margin: 10px 0 5px;
}
.p-tesi h5 span{
    display: block;
}
 .p-tesi p {
}
 .p-tesi address {
     margin-bottom: 0px;
     color: #df2f3d;
    /* font-style: italic;
     */
     font-weight: 500;
}
.light-bg {
    background: #f5f7f7;
}
/*-------------------------------------------------------*/
/* 11.3 ARRANGEMENTS & HELPS 
/*-------------------------------------------------------*/
 .arrange {
     padding-top: 12px;
}
 .arrange ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .arrange ul li {
     width: 48%;
    /* float: left;
     */
     list-style-type: none;
     padding: 5px;
    /* box-sizing: content-box;
     */
     display: inline-block;
}
 .arrange ul li a {
}
 .arrange ul li a img {
     width: 100%;
}
/*-------------------------------------------------------*/
/* 12.FOOTER 1 
/*-------------------------------------------------------*/
 
 .disco a:hover {
     background: #D46600;
     color: #fff;
}
/*-------------------------------------------------------*/
/* 12.2 MOST POPULAR VACATIONS 
/*-------------------------------------------------------*/
 .footer1 {
     background: #000000;
     padding: 100px 0px 50px 0px;
     border-top: 1px solid;
}
 .footer_places {
}
 .footer_places h4 {
     color: #acadaf;
     margin-top: 0px;
     padding-bottom: 15px;
     text-transform: uppercase;
}
 .footer_places ul {
     padding: 0px;
}
 .footer_places ul li {
     display: inline-block;
    /* border-right: 1px solid #9d9d9d;
     */
    /* padding: 0px 15px;
     */
     padding-right: 3px;
     line-height: 35px;
}
 .footer_places ul li a {
     color: #989898;
     text-decoration: none;
    /* border-right: 1px solid #9d9d9d;
     */
     background: #2d2d2d;
     padding: 5px;
}
 .footer_places ul li a:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #126164;
}
/*-------------------------------------------------------*/
/* 14.COPY RIGHTS 
/*-------------------------------------------------------*/
 .copy {
     background: #171717;
     border-top: 2px solid #262626;
}
 .copy p {
     text-align: center;
     margin-bottom: 0px;
     padding: 6px;
     font-size: 13px;
     color: #616161;
}
 .open > .dropdown-menu {
     -webkit-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     -moz-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     -o-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
}
/*-------------------------------------------------------*/
/* 15.INNER PAGE 
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 15.1 COMMON BANNER 
/*-------------------------------------------------------*/
 .inner_banner {
     background: url('../images/list-p-bg.jpg') no-repeat center center;
     background-size: cover;
     padding: 100px 0px 40px 0px;
     position: relative;
}
 .inner_banner::before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .inner_banner_1 {
     background: url('../images/banner/1.jpg') no-repeat center center;
     background-size: cover;
}
 .inner_banner_2 {
     background: url('../images/banner/2.jpg') no-repeat center center;
     background-size: cover;
}
 .inner_banner_3 {
     background: url('../images/banner/3.jpg') no-repeat center center;
     background-size: cover;
}
 .inner_banner_4 {
     background: url('../images/banner/4.jpg') no-repeat center center;
     background-size: cover;
	     background-position: center;

}
 .inner_banner_5 {
     background: url('../images/banner/5.jpg') no-repeat center center;
     background-size: cover;
}
 .inner_banner div {
     position: relative;
}
 .inner_banner h2 {
     color: #f4364f;
     font-size: 32px;
     display: inline-block;
     font-weight: 600;
}
 .inner_banner h2 span {
     color: #FFF;
     font-family: 'Karla', sans-serif;
     font-size: 32px;
     font-weight: 600;
}
 .inner_banner p {
     color: #d6d6d6;
     font-size: 20px;
     font-weight: 100;
}
 .inner_banner ul {
     margin-top: 25px;
     float: right;
     margin-bottom: 0px;
}
 .inner_banner ul li {
     float: left;
     display: inline-block;
     color: #fff;
     padding: 0px 5px;
}
 .inner_banner a {
     color: #fff;
     font-size: 15px;
}
 .inner_banner a i {
     color: #fff;
}
 .inner_banner a:hover {
}
 .bread-acti {
     color: #d6d6d6 !important;
}
 .bg-none {
     background: none;
}
/*-------------------------------------------------------*/
/* TOUR PLACES 
/*-------------------------------------------------------*/
 .p2_2 {
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
     width: 100%;
}
 .p2_1 {
}
 .p2_1 img {
     width: 100%;
}
 .p2 {
}
 .p2 h3 {
     color: #253d52;
     margin-top: 0px;
}
 .p2 h3 span {
     display: block;
}
 .p2 p {
     text-align: left;
     color: #868686;
     line-height: 25px;
     font-size: 16px;
     margin-bottom: 15px;
}
 .p2 .fa-star {
     color: #FF9800;
     font-size: 16px;
}
 .p2 .fa-star-half-o {
     color: #9E9E9E;
     font-size: 16px;
}
/*-------------------------------------------------------*/
/* TICKETS 
/*-------------------------------------------------------*/
 .ticket {
}
 .ticket ul {
     padding: 0px;
     margin-bottom: 5px;
}
 .ticket ul li {
     display: inline-block;
     background: #efefef;
     padding: 2px 7px;
     font-size: 14px;
     font-weight: 600;
     color: #253d52;
     margin-right: 1px;
}
 .ticket ul li:nth-child(1) {
     background: #a2dd2f;
     color: #253d52;
}
/*-------------------------------------------------------*/
/* FEATURES 
/*-------------------------------------------------------*/
 .featur {
     position: relative;
     overflow: hidden;
     padding-bottom: 10px;
}
 .featur h4 {
     background: url('../images/flag.png') no-repeat center left;
     margin-top: 25px;
     padding-left: 32px;
     margin-top: 15px;
     color: #253d52;
     background-size: contain;
}
 .featur ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .featur ul li {
     background: url('../images/tick.png') no-repeat center left;
     display: inline-block;
     padding: 3px;
     color: #253d52;
     padding-left: 24px;
     font-size: 14px;
     font-weight: 600;
}
/*-------------------------------------------------------*/
/* BOOKING 
/*-------------------------------------------------------*/
 .p2_book {
}
 .p2_book ul {
     padding: 0px;
}
 .p2_book ul li {
     display: inline-block;
}
 .p2_book ul li a {
     display: table;
}
 .p2_book ul li a:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #1695c4;
     color: #fff;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
     */
}
 .p2_book ul li:nth-child(2) a {
     background: #c08e21;
     background: linear-gradient(to bottom, #d2a032, #b18013);
}
 .p2_book ul li:nth-child(2) a:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #fff;
     background: #7eb73c;
     background: linear-gradient(to bottom, #8BC34A, #70ab2c);
}
 .banner_book {
     background: #253d52;
     z-index: 9999;
     box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.37);
}
 .banner_book_1 {
}
 .banner_book_1 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .banner_book_1 ul li {
     display: inline;
     line-height: 55px;
     font-size: 18px;
     border-right: 1px solid #314c64;
     color: #fff;
     float: left;
     width: 24%;
     text-align: center;
}
 .banner_book_1 ul li:last-child {
     border-right: 0px solid rgba(3, 3, 3, 0.12);
     padding-left: 0px;
}
 .banner_book_1 ul li a {
     background: #1aa5d8;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
     display: block;
     text-align: center;
     color: #fff;
    /* text-transform: uppercase;
     */
     font-size: 22px;
     font-weight: 600;
     text-decoration: none;
     line-height: inherit;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .banner_book_1 ul li a:hover {
     text-decoration: none;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #3F51B5;
}
 .dl1 {
}
 .dl2 {
}
 .dl3 {
}
 .dl4 {
}
/*-------------------------------------------------------*/
/* PAGE: BLOG POSTS 
/*-------------------------------------------------------*/
 .posts {
     position: relative;
     overflow: hidden;
     width: 100%;
     margin-bottom: 50px;
}
 .posts2 img {
     margin-top: 25px;
}
 .posts img {
     width: 100%;
}
 .posts h3 {
     color: #212627;
     margin-top: 0px;
     padding-bottom: 5px;
     text-transform: capitalize;
}
 .posts h5 {
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     font-size: 16px;
     margin-bottom: 8px;
}
 .posts p {
     text-align: left;
     color: #868686;
     line-height: 25px;
     margin-bottom: 25px;
     font-size: 13px;
}
 .posts a {
}
 .post_author {
     font-family: 'Karla', sans-serif;
     font-weight: 700;
}
 .post_date {
     color: #000000;
     padding-left: 8px;
     font-weight: 500;
     font-size: 13px;
}
 .post_city {
     color: #000000;
     padding-left: 8px;
     font-weight: 500;
     font-size: 13px;
}
/*-------------------------------------------------------*/
/* PAGE: TOUR DETAIL 
/*-------------------------------------------------------*/
 .tour_font {
     margin-bottom: 50px;
}
 .tour_font p {
     text-align: left;
     color: #868686;
     font-size: 15px;
     line-height: 25px;
}
 .tour_head {
}
 .tour_head h2 {
     color: #213d44;
    /* text-transform: uppercase;
     */
     font-weight: 600;
     margin-top: 0px;
     font-size: 36px;
}
 .tour_head span {
}
 .tour_star {
}
 .tour_star i {
     font-size: 18px;
     color: #FF9800;
}
 .tour_rat {
     background: #FF5722;
     color: #fff;
     font-size: 16px;
     padding: 0px 5px;
     border-radius: 2px;
     margin-left: 8px;
}
 .tour_head1 {
}
 .tour_head1 h3 {
     color: #213d44;
     margin-bottom: 20px;
     margin-top: 50px;
     background-size: 16px;
    /* text-transform: uppercase;
     */
     font-weight: 600;
     font-size: 22px;
}
.tour-cont{
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e8e8;
}
.title-style {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    color: #434a54;
    display: inline-block;
}
.title-style:after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: -57px;
    width: 50px;
    height: 3px;
    background-color: #FE8800;
}
.detail-box{
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.text-heading{
    position: relative;
    height: 17px;
}

 .text-heading .element {
   background-color: #f4a93e;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    position: absolute;
    left: 0px;
    top: 8px;
    margin: -22px 0px;
}
.panel-default .panel-body{
	padding:0px 0px;
	
	}

.text-heading .element:before,
.text-heading .element:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
}
.text-heading .element.inclusion-text{
    background: #34b14c !important;
    position: absolute;
}
.text-heading .element.exclusion-text{
    background: #ff5b6a !important;
    position: absolute;
    right: -10px;
    left: auto;
}
.text-heading .element:before{
    border-width: 0 10px 10px 0;
    border-right-color: #d48c25;
    left: 0;
}
.text-heading .element.inclusion-text:before{
    border-right-color: #19792b;
}
.text-heading .element.exclusion-text:before{
    border-width: 0;
}
.text-heading .element.exclusion-text:after{
    border-width: 0 0 10px 10px;
    border-left-color: #db3342;
    right: 0px;
}


.detail-box .inner-box h2{
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.detail-box .inner-box p{
   font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'Abel', sans-serif;
    text-align: justify;
    color: #332e2e;
    font-weight: normal;
}
.panel-heading .nav > li > a {
    font-size: 18px;
    color: #a0b9d0;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    border-radius: 25px;
    padding: 4px 20px;
    border: 1px solid #445869;
    margin-right: 10px;
}

.panel-default{
	background: #fff !important;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1) !important;
    border: 1px dotted #999 !important;
    padding: 12px !important;
	}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #e82b44 !important;
    border: 1px solid #e62942 !important;
    border-bottom-color: transparent;}

.panel-default > .panel-heading {
    color: #333;
    background-color:#253d52 !important;
    border-color: #ddd;
	padding:15px 15px !important;
	text-transform:uppercase;
}

.nav-tabs{
	border-bottom:none !important;}

.detail-box .inner-box .table > thead > tr > th{
    vertical-align: middle;
}
.detail-box .inner-box .accordion-tab{
    margin-top: 10px;
}
.accordion-tab {
    border: 1px solid #ddd;
    border-bottom: none;
}
.accordion-tab .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.accordion-tab .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.accordion-tab .panel-title{
     margin: 0px;
}
.accordion-tab .panel-title > a {
    display: block;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    color: #fff;
}
.accordion-tab .panel-title > a span {
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    display: block;
    right: 15px;
    top: 12px;
    transform-origin: center;
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
.accordion-tab .panel-default > .panel-heading.active > .panel-title.active > a span {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-tab .panel-default > .panel-heading.active > .panel-title.active > a {
    color: #f4364f;
}
.accordion-tab .panel-default > .panel-heading > .panel-title > a:focus,
.accordion-tab .panel-default > .panel-heading > .panel-title > a:hover{
    text-decoration: none;
}
.accordion-tab .panel-collapse {
    border-bottom: 1px solid #ddd;
}
.accordion-tab .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.accordion-tab span.fa-star {
    padding: 0 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #D4D4D4;
}
.accordion-tab span.fa-star.active {
    color:#F6AB3F;
}
.inclusion ul{
    padding: 0;
    margin-left: 10px;
}
.inclusion ul li{
    list-style: none;
    padding: 0 0 0 20px;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}
.inclusion ul li:after{
    position: absolute;
    left: 0;
    top: 8px;
    background: #444;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
}
.price.detail-box .inner-box p{
    margin-bottom: 15px;
    line-height: 24px;
}
.day-box{
    background-color: #ECF0F1;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.day-box:before{    
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    background: rgba(0, 0, 0, 0.08);
}
.itinerary-list{
     padding: 0px;
     margin-top: 10px;
     list-style: none;
}
.itinerary-list li{
     display: block;
     margin-bottom: 20px;
}
.day-box .itinerary-day{
    width: 80px;
    text-align: center;
    float: left;
    line-height: 0.8;
    padding-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.day-box .itinerary-day .number {
    display: block;
    padding-top: 5px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}
.day-box .itinerary-header {
    margin-left: 100px;
    position: relative;
    padding-right:20px;
    padding-top:10px;
}
.day-box .itinerary-header h4 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.day-box .itinerary-header p.font-md {
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
    color: #969696;
    line-height: 22px;
}
 .tour_head1 p {
     color: #7f7f7f;
     font-weight: 500;
}
 .tour_head1 table {
     width: 100%;
}
 .tour_head1 table tr {
     border-bottom: 1px solid #e5e5e5;
}
 .tour_head1 table tr th {
     color: #2e2e2e;
    /* line-height: 40px;
     */
     font-size: 16px;
     font-weight: 600;
     padding-bottom: 10px;
}
 .tour_head1 table tr td {
     line-height: 40px;
     color: #7f7f7f;
     font-weight: 500;
}
 .days {
}
 .days h4 {
     margin: 25px 0px 15px 0px;
     font-size: 16px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
     color: #213d44;
}
 .days h4 span {
     color: #929596;
}
 
 
 .tour_right h3 {
     background: #253d52;
     padding-left: 40px;
     color: #ffffff;
     font-size: 14px;
     background-size: 22px;
    /* margin: 24px 0px;
     */
     margin-top: 0px;
     font-weight: 600;
     text-transform: uppercase;
     padding: 15px;
     margin-bottom: 0px;
}
     .tour_incl {
}
 .tour_incl ul {
}
 .tour_incl ul li {
     list-style-type: none;
     background: url('../images/tick.png') no-repeat left center;
     padding-left: 30px;
    /* line-height: 34px;
     */
    /* font-size: 16px;
     */
     padding-bottom: 8px;
}
 .tour_right ul {
     padding: 15px;
     margin-bottom: 0px;
}
 .tour_r {
}
 .tour_offer {
     background: url('../images/book-bg.png') no-repeat center center;
     padding: 20px;
     background-size: cover;
     margin-bottom: 30px;
}
 .tour_offer p {
     text-align: center;
     color: #1aa5d8;
}
 .tour_offer h4 {
     color: #fff;
     font-size: 50px;
     text-align: center;
}
 .tour_offer h4 span {
     color: #F12860;
     font-size: 25px;
}
 .tour_offer ul {
     list-style-type: none;
     margin-bottom: 0px;
}
 .tour_offer ul li {
     display: inline-block;
     width: 49%;
}
 .tour_offer img {
}
 .tour_offer a {
     background: #1aa5d8;
     display: block;
     color: #000;
     text-align: center;
     padding: 5px;
     font-weight: 600;
     border-radius: 45px;
     font-size: 15px;
}
 .tour_right ul li {
}
 .band1 {
     width: 50px;
     height: auto;
     position: absolute;
     z-index: 99;
    /* left: 13px;
     */
     top: -4px;
     right: 61px;
}
 .tour-ri-com {
     position: relative;
     overflow: hidden;
    /* background: #f3f3f3;
     */
    /* padding: 15px;
     */
     margin-bottom: 30px;
	 background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border: 1px dotted #999;
    padding: 12px;
}
 .hotel-com-color {
}
 .hotel-com-color p {
     color: #868686;
}
 .hotel-gal-arr {
     margin-top: 175%;
     position: absolute;
     background: rgb(0, 193, 255);
     width: 32px;
     height: 32px;
     padding: 4px;
     text-align: center;
     border-radius: 2px;
     left: 24px;
     font-size: 24px;
}
 .hotel-gal-arr1 {
     right: 10px;
     position: relative;
}
/*-------------------------------------------------------*/
/* PAGE: DETAIL PAGE - SOCIAL MEDIA 
/*-------------------------------------------------------*/
 .tour_social {
}
 .tour_social ul {
     float: left;
     padding: 15px 15px 10px 15px;
}
 .tour_social ul li {
     margin-bottom: 5px;
}
 .tour_social ul li:nth-child(2) {
     padding-right: 0px;
}
 .tour_social ul li a {
}
 .tour_social ul li a i {
     width: 32px;
     height: 32px;
     color: #fff;
     padding: 8px;
     text-align: center;
     border-radius: 50%;
}
 .tour_incl {
}
 .tour_social {
}
 .tour_social ul li:nth-child(3) {
     padding-right: 7px;
}
 .tour_social ul li:nth-child(4) {
     padding-right: 7px;
}
/*-------------------------------------------------------*/
/* PAGE: DETAIL PAGE - PACKAGE HELP 
/*-------------------------------------------------------*/
 .tour_help {
}
 .tour_help_1 {
     padding: 15px;
     text-align: center;
}
 .tour_help_1 i {
}
 .tour_help_1 h4 {
     margin-bottom: 0px;
     font-size: 24px;
}
 .tour_help_1_call {
     color: #dd4b39;
     margin-top: 0px;
}
/*-------------------------------------------------------*/
/* RELATED PACKAGES 
/*-------------------------------------------------------*/
 .tour_rela_1 {
     position: relative;
     overflow: hidden;
     margin-top: 0px;
     padding: 15px;
}
 .tour_rela_1 img {
     width: 100%;
}
 .tour_rela_1 h4 {
     margin-top: 15px;
     font-size: 15px;
     font-weight: 600;
}
 .tour_rela_1 p {
     color: #868686;
}
 .tour_rela_1 a {
}
 .tour_rela_1 a:hover {
}
 .tour_booking {
     position: relative;
     overflow: hidden;
}
 .book_poly {
}
 .book_poly h3 {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 28px;
     color: #253d52;
     margin-top: 0px;
     padding-bottom: 12px;
     font-weight: 600;
}
 .book_poly ul {
}
 .book_poly ul li {
     line-height: 35px;
     color: #464646;
     font-size: 16px;
}
 .book_poly p {
     color: #464646;
}
/*-------------------------------------------------------*/
/* PAGE: ABOUT 
/*-------------------------------------------------------*/
 .tourb2-ab-p-2 {
     padding-top: 100px;
     padding-bottom: 100px;
}
 .tourb2-ab-p1 {
     margin-top: 60px;
     position: relative;
     overflow: hidden;
     width: 100%;
}
 .tourb2-ab-p1-left {
}
 .tourb2-ab-p1-left h3 {
     margin-top: 0px;
     margin-bottom: 0px;
     color: #253d52;
}
 .tourb2-ab-p1-left span {
     display: inline-block;
     padding: 20px 0px;
     font-size: 20px;
     font-style: italic;
     font-weight: 200;
     color: #a2a2a2;
}
 .tourb2-ab-p1-left p {
     line-height: 24px;
}
 .tourb2-ab-p1-left a {
     color: #000000;
     background: #1693c1;
     padding: 10px 14px;
     display: inline-block;
     font-size: 16px;
     text-transform: uppercase;
     border-radius: 2px;
     margin-top: 12px;
}
 .tourb2-ab-p1-right {
}
 .tourb2-ab-p1-right img {
     width: 100%;
}
 .tourb2-ab-p-3 {
     background: #253d52;
     padding: 50px 0px 20px 0px;
}
 .tourb2-ab-p3 {
}
 .tourb2-ab-p3-com {
    /* background: #fff;
     */
     padding: 15px 15px 10px 15px;
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
     border-radius: 2px;
}
 .tourb2-ab-p3-com span {
     font-size: 42px;
     font-weight: 600;
     float: left;
     padding-right: 15px;
     color: #ffc210;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
}
 .tourb2-ab-p3-com h4 {
     font-size: 24px;
     font-weight: 600;
     padding-top: 2px;
     text-transform: uppercase;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
     color: #fff;
}
 .tourb2-ab-p3-com p {
     display: block;
    /* position: absolute;
     */
     float: left;
     width: 100%;
}
 .tourb2-ab-p3-1 {
}
 .tourb2-ab-p3-1 p {
     font-size: 18px;
     font-weight: 300;
     color: #b7b7b7;
}
/*--================================================--*/
 .tourb2-ab-p-4 {
     background: #ffffff;
     padding: 100px 0px 70px 0px;
}
 .tourb2-ab-p4 {
}
 .tourb2-ab-p4-com {
     background: #fff;
     padding: 25px 25px 16px 25px;
     position: relative;
     overflow: hidden;
     border: 1px #e0e0e0;
     border-style: dashed;
     margin-bottom: 30px;
}
 .tourb2-ab-p4-com i {
     font-size: 42px;
     float: left;
     padding-right: 25px;
     color: #00bcd4;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.43);
}
 .tourb2-ab-p4-com h4 {
     padding-bottom: 15px;
     font-size: 24px;
     font-weight: 600;
     text-transform: uppercase;
     color: #253d52;
}
 .tourb2-ab-p4-com h4 span {
     font-size: 24px;
     font-weight: 600;
     text-transform: uppercase;
     color: #00bcd4;
}
 .tourb2-ab-p4-com p {
     display: block;
    /* position: absolute;
     */
     float: left;
     width: 100%;
}
 .tourb2-ab-p4-text {
     position: relative;
     overflow: hidden;
}
 .about {
}
 .about h1 {
     padding-bottom: 15px;
}
 .about h2 {
}
 .about p {
     text-align: left;
     margin-bottom: 15px;
}
 .myfont {
}
 .about_ser {
     position: relative;
     overflow: hidden;
}
 .about_ser ul {
     padding: 0px;
}
 .about_ser ul li {
     display: inline-block;
     text-align: center;
     border: 1px solid #ffffff;
     font-size: 18px;
     padding: 20px;
     color: #ffffff;
     box-sizing: border-box;
     background: #55c0ea;
     margin-bottom: 4px;
}
 .about_ser ul li i {
     font-size: 34px;
     color: #f1f1f1;
     text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.08);
}
 .about_ser ul li:hover {
     background: #3a3e44;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #b5b5b5;
}
/*-------------------------------------------------------*/
/* PAGE: TESTIMONIALS 
/*-------------------------------------------------------*/
 .p_testi {
}
 .p_testi h4 {
     font-weight: 600;
     color: #3a3a3a;
}
 .p_testi p {
     color: #848484;
}
 .p_title h2 {
     background: url('../images/umbrella.png') no-repeat left center;
     padding-left: 50px;
     color: #212627;
     margin-bottom: 20px;
     margin-top: 30px;
     background-size: 25px;
}
 .p_title h2 span {
     color: #2ea5d3;
}
 .p_testi address {
     color: #a2a2a2;
     margin-bottom: 0px;
}
 .p_testimonial {
     position: relative;
     overflow: hidden;
}
 .p_testimonial p {
     text-align: left;
     margin-bottom: 10px;
     line-height: 24px;
     color: #888;
     padding-top: 10px;
}
 .p_testimonial h1 {
     padding-bottom: 5px;
}
/*-------------------------------------------------------*/
/* PAGE: TIPS BEFORE TRAVEL 
/*-------------------------------------------------------*/
 .tips_travel {
}
 .tips_travel h3 {
     background: url('../images/umbrella.png') no-repeat left center;
     padding-left: 50px;
     color: #212627;
     margin-bottom: 20px;
     margin-top: 30px;
     background-size: 25px;
}
 .tips_travel p {
     text-align: left;
     margin-left: 50px;
     margin-bottom: 0px;
}
 .tips_travel_1 {
     position: relative;
     overflow: hidden;
     width: 100%;
     margin-top: 50px;
}
 .tips_travel_1 ul {
     padding: 0px;
}
 .tips_travel_1 ul li {
     float: left;
     list-style-type: none;
}
 .tips_travel_2 {
     text-align: center;
     background: #ffffff;
     border: 1px #e0e0e0;
     border-style: dashed;
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
     padding: 25px 15px 15px 15px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .tips_travel_2:hover {
     box-shadow: 0px 15px 32px -5px rgba(150, 150, 150, 0.4);
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .tips_travel_2:hover i {
     color: #ffffff;
     background: #253d52;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     border: 0px;
}
 .tips_travel_2 i {
     width: 65px;
     height: 65px;
     background: #ffc210;
     border-radius: 50px;
     color: #253d52;
    /* box-shadow: 0px 1px 5px rgba(150, 150, 150, 0.4);
     */
     padding: 21px 18px;
     font-size: 24px;
     text-align: center;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    /* background: #ffffff;
     */
     border: 1px #e0e0e0;
     border-style: dashed;
     text-shadow: 0px 1px #fff, 0px -1px #262F33;
}
 .tips_travel_2 h4 {
     color: #253d52;
     margin-top: 25px;
     font-family: 'Poppins', sans-serif;
     font-size: 18px;
     font-weight: 600;
     text-transform: capitalize;
}
 .tips_travel_2 p {
     font-size: 15px;
     font-weight: 400;
}
/*-------------------------------------------------------*/
/* PAGE: TOUR PACKAGE 
/*-------------------------------------------------------*/
 .pack_title {
     background: url('../images/book-bg.png') no-repeat center center;
     padding: 20px;
     background-size: cover;
     text-align: center;
}
 .pack_title h3 {
     color: #fff;
     font-size: 24px;
     text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .pack_title h2 {
     color: #1aa5d8;
     font-weight: 600;
     font-size: 50px;
     text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
 .pack_title h2 span {
     color: #fff;
     font-size: 29px;
}
/*-------------------------------------------------------*/
/* PAGE: DISCOUNT PRICE TABLE 
/*-------------------------------------------------------*/
 .pack_price {
     background: rgba(237, 237, 237, 0.32);
     margin-bottom: 50px;
     box-shadow: 0px 13px 13px -12px rgba(0, 0, 0, 0.4);
     transition: all 0.5s ease;
}
 .pack_price:hover .pack_price ul li a {
     background: #FFD600;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #000;
}
 .pack_price ul {
     padding: 0px;
}
 .pack_price ul li {
     text-align: center;
     display: block;
     font-size: 16px;
     font-weight: 500;
     line-height: 42px;
     color: #000;
     letter-spacing: 0.3px;
     border-bottom: 1px solid #eceaea;
}
 .pack_price ul li a {
     display: block;
     padding: 6px;
     font-weight: 700;
     background: #00bcd4;
     color: #000;
     font-size: 20px;
     text-transform: uppercase;
}
 .pack_price ul li a:hover {
     background: #FFD600;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #000;
}
 .pack_price ul li:last-child {
     border-bottom: 0px;
}
 .disc-bot {
     padding-bottom: 35px;
}
/*-------------------------------------------------------*/
/* PAGE: SITE MAP 
/*-------------------------------------------------------*/
 .site_map {
     padding: 0px 15px;
}
 .site_map ul {
     padding: 0px;
}
 .site_map ul li {
     list-style-type: circle;
}
 .site_map ul li a {
     font-weight: 600;
     color: #253d52;
     line-height: 32px;
     font-size: 15px;
}
 .site_map ul li ul {
     padding-left: 50px;
}
 .site_map ul li ul li {
}
 .site_map ul li ul li a {
}
 .nf {
     text-align: center;
     font-size: 34px;
     color: #E06125;
}
 .site-map-2 {
}
 .site-map-2 h1 {
     padding-bottom: 30px;
}
 .nf1 {
     text-align: center;
     font-size: 120px;
     color: #131313;
     text-shadow: 0px 3px 5px rgba(22, 111, 182, 0.74);
}
 .links {
     margin: 0 auto;
     display: table;
     text-align: center;
}
 .links h4 {
     padding-bottom: 15px;
}
 .links ul {
     padding: 0px;
}
 .links ul li {
     display: inline-block;
     margin-top: 10px;
}
 .links ul li a {
     text-decoration: none;
    /* background: #333;
     */
     border: 1px solid #131313;
     padding: 5px;
     color: #131313;
     border-radius: 4px;
     font-weight: 500;
}
 element.style {
}
 .rnslider .button {
     position: absolute;
}
/*-------------------------------------------------------*/
/* PAGE: CONTACT US 
/*-------------------------------------------------------*/
 .footer_social_1 {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 25px;
}
 .footer_social_1 ul {
     display: table;
     margin: 0 auto;
}
 .footer_social_1 ul li {
     margin: 0px 3px;
}
 .footer_social_1 ul li a {
}
 .footer_social_1 ul li a i {
     font-size: 20px;
     width: 40px;
     height: 40px;
     border-radius: 50px;
}
 .contact-map {
     margin-bottom: -10px;
}
 .contact-map iframe {
     width: 100%;
     height: 320px;
}
 .map-container iframe {
     width: 100%;
     display: block;
     pointer-events: none;
     position: relative;
     margin-top: 1px;
     border: 0px;
}
 .map-container iframe.clicked {
     pointer-events: auto;
}
 .succ_mess {
     background: #58b533;
     color: #fff;
     display: none;
     text-align: center;
     padding: 5px;
     margin-bottom: 20px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .succ_mess_qe {
     background: #58b533;
     color: #fff;
     display: none;
     text-align: center;
     padding: 5px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .form_1 h3 {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 28px;
     color: #1B3033;
     padding: 0px 8px 10px 8px;
     margin-top: 0px;
}
 .post-grid {
     margin-bottom: 45px;
     margin-top: 25px;
}
 .n-td {
     color: red;
     text-decoration: line-through;
}
 .n-td-1 {
     color: #bebebe 
}
 .n-dis-pack {
}
 .p-home {
    /* padding-bottom: 35px;
     */
}
/*-------------------------------------------------*/
/* PRE LOADING 
/*-------------------------------------------------*/
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
    /* change if the mask should have another color then white */
     z-index: 99999;
    /* makes sure it stays on top */
}
 #status {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
    /* centers the loading animation horizontally one the screen */
     top: 50%;
    /* centers the loading animation vertically one the screen */
     background-image: url(../images/preloader.gif);
    /* path to your loading animation */
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/*-------------------------------------------------*/
/* REVIEWS 
/*-------------------------------------------------*/
 .dir-rat {
     position: relative;
     overflow: hidden;
     border: 1px solid #dedede;
     padding: 25px 25px 0px 25px;
     background: #ffffff;
     margin-top: 50px;
}
 fieldset, label {
     margin: 0;
     padding: 0;
}
 .dir-rat h3 {
     font-size: 18px;
}
 .dir-rat-inn {
     position: relative;
     overflow: hidden;
}
 .dir-rat h3 {
     font-size: 18px;
}
 .dir-rat-form {
     position: relative;
     overflow: hidden;
     margin-bottom: 35px;
}
 .dir-rat-form label {
     margin-bottom: 10px;
     margin-top: 5px;
     color: #213d44;
}
 .dir-rat-form input, textarea {
     width: 100%;
     border: 1px solid #dedede;
     border-radius: 3px;
     resize: none;
     padding: 18px;
     box-shadow: none;
}
 .dir-rat-form textarea {
     height: 120px;
}
 .dir-rat-form input[type="submit"] {
     border: 0px;
     padding: 7px;
     width: 250px;
}
/****** Style Star Rating Widget *****/
 .rating {
     border: none;
     float: left;
     height: 48px;
     overflow: hidden;
}
 .rating > input {
     display: none;
}
 .rating > label:before {
     margin: 5px;
     font-size: 22px;
     font-family: FontAwesome;
     display: inline-block;
     content: "\f005";
     border: 0px !important;
}
 .rating > label:after {
     background: none !important;
     border: 0px !important;
}
 .rating > .half:before {
     content: "\f089";
     position: absolute;
     border: 0px;
}
 .rating > label {
     color: #ddd;
     float: right;
}
 .half {
     display: none !important;
}
 .dir-rat-review {
     border: 1px solid #dedede;
     padding: 25px;
     background: #ffffff;
     margin-bottom: 30px;
}
 .dir-rat-left {
     text-align: center;
}
 .dir-rat-left img {
     border-radius: 50px;
     margin-bottom: 20px;
}
 .dir-rat-left p {
     font-size: 16px;
     margin-bottom: 30px;
     font-weight: 600;
     color: #213d44;
}
 .dir-rat-left p span {
     display: block;
     font-size: 14px;
     font-weight: 400;
     color: #888;
}
 .dir-rat-right {
}
 .dir-rat-right p {
     margin-bottom: 0px;
     padding-bottom: 20px;
}
 .dir-rat-right ul {
     padding: 0px;
}
 .dir-rat-right ul li {
     float: left;
     list-style-type: none;
     display: inline-block;
     padding-right: 15px;
}
 .dir-rat-right ul li a i {
}
 .dir-rat-right ul li a {
     color: #333;
     font-size: 14px;
}
 .dir-rat-star {
     padding-bottom: 20px;
}
 .dir-rat-star i {
     font-size: 16px;
     color: #FF9800;
     margin-right: 2px;
}
 .dir-rat-right ul li span {
     padding-right: 7px;
     color: #888;
     font-size: 12px;
}
 .dir-rat-right ul li:nth-child(2) {
}
 .dir-rat-right ul li:nth-child(4) {
}
 .dir-rat-title {
}
 .dir-rat-title h3 {
     margin-top: 0px;
     color: #213d44;
     background-size: 25px;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 18px;
}
 .dir-rat-title p {
}
/*-------------------------------------------------*/
/* TOP TRENDINGS 
/*-------------------------------------------------*/
 .hot-page2-hom-pre {
     position: relative;
     overflow: hidden;
     background: #ffffff;
     padding: 15px;
     border: 1px solid #e7e7e7;
     margin-bottom: 30px;
}
 .hot-page2-hom-pre ul {
     padding: 0px;
}
 .hot-page2-hom-pre ul li {
     list-style-type: none;
     border-bottom: 1px solid #e7e7e7;
     position: relative;
     overflow: hidden;
     padding: 15px 0px;
}
 .hot-page2-hom-pre ul li:last-child {
     border-bottom: 0px;
     padding-bottom: 0px;
}
 .hot-page2-hom-pre div {
     float: left;
}
 .hot-page2-hom-pre ul li a {
}
 .hot-page2-hom-pre-1 {
     width: 10%;
}
 .hot-page2-hom-pre-1 img {
     width: 30px;
     height: 30px;
     border-radius: 2px;
}
 .hot-page2-hom-pre-2 {
     width: 80%;
     padding: 0px 15px;
}
 .hot-page2-hom-pre-2 h5 {
     margin-top: 0px;
     margin-bottom: 2px;
     color: #343c42;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-page2-hom-pre-2 span {
     font-size: 13px;
     color: #999;
}
 .hot-page2-hom-pre-3 {
     width: 10%;
}
 .hot-page2-hom-pre-3 span {
    /* width: 24px;
     */
    /* height: 24px;
     */
     position: absolute;
    /* background-color: #d6d6d6;
     */
     border: 1px solid #8b9ba9;
    /* bottom: 8px;
     */
     padding: 0px 4px;
    /* margin: 10px 5px;
     */
    /* right: 5px;
     */
     border-radius: 2px;
     font-size: 12px;
     z-index: 9;
     line-height: 20px;
     color: #253d52;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     right: 0px;
}
 .hot-page2-hom-pre-3 i {
     width: 22px;
     float: right;
    /* padding-top: 12px;
     */
     border: 1px solid #a9a9a9;
     padding: 4px;
     font-size: 12px;
     border-radius: 50%;
     color: #a9a9a9;
     margin-top: 10px;
}
 .hot-page2-hom-pre-tit {
}
 .hot-page2-hom-pre-tit h3 {
     color: #343c42;
     font-size: 28px;
    /* font-family: 'Montserrat', sans-serif;
     */
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
 .hot-page2-hom-pre-tit h3 span {
     color: #6f6e6b;
     font-size: 28px;
}
 .hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
     padding-left: 15px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hot-page2-hom-pre-head {
     background: #253d52;
     color: #fff;
     padding: 10px 0px;
     text-align: center;
}
 .hot-page2-hom-pre-head h4 {
     color: #ffffff;
}
 .hot-page2-hom-pre-head h4 span {
     color: #9dacb1;
     font-weight: 600;
     font-size: 18px;
}
 .hot-page2-hom-pre-head:after, .hot-page2-hom-pre-head:before {
     top: 59px;
     left: 48%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .hot-page2-hom-pre-head:after {
     border-color: rgba(136, 183, 213, 0);
     border-top-color: #253d52;
     border-width: 9px;
     margin-left: -9px;
     z-index: 9;
}
/*-------------------------------------------------*/
/* INNER PAGE LISTING 
/*-------------------------------------------------*/
 .hot-page2-il-top-fix {
     opacity: 1 !important;
     display: block;
}
 .hot-page2-pa-sp-top {
}
 .hot-page2-alp {
     background: url(../images/consul-bg-1.jpg) no-repeat center top #e6e6e6;
     background-attachment: fixed;
}
 .all-hot-bg{
     background: url(../images/consul-bg-2.jpg) no-repeat center top #e6e6e6;
     background-attachment: fixed;
}
 .hot-page2-alp::before {
     content: '';
     position: fixed;
     background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
    /* top: 0px;
     */
    /* bottom: 0px;
     */
    /* left: 0px;
     */
     width: 100%;
     height: 100%;
    /* right: 0px;
     */
}
 .hot-page2-alp-tit {
}
 .hot-page2-alp-tit h1 {
     display: inline-block;
     color: #fff;
}
 .hot-page2-alp-tit ol {
     background: none;
}
 .hot-page2-alp-tit ol li {
}
 .hot-page2-alp-tit ol li a {
     color: #8a8a8a;
}
 .breadcrumb > .active {
     color: #ffc72f !important;
}
 .breadcrumb > li + li:before {
     color: #8a8a8a;
}
 .hot-page2-alp-con {
     position: relative;
}
.hot-page2-alp-con-left {
     padding-left: 0px ;

}
 .hot-page2-alp-con-right {
     padding-bottom: 70px;
}
 .hot-page2-alp-con-left-1 {
     background: #253d52;
     color: #fff;
     padding: 25px;
}
 .hot-page2-alp-con-left-1:after, .hot-page2-alp-con-left-1:before {
     top: 72px;
     left: 48%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .hot-page2-alp-con-left-1:after {
     border-color: rgba(136, 183, 213, 0);
     border-top-color: #1f4363;
     border-width: 9px;
     margin-left: -9px;
}
 .hot-page2-alp-con-left-1 h3 {
     font-size: 20px;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-cl-1-1 {
}
 .hot-page2-alp-cl-1-1 img {
     width: 24px;
     height: 24px;
}
 .hot-page2-alp-cl-1-2 {
     padding-left: 15px;
}
 .hot-page2-alp-cl-1-2 h5 {
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
     padding-left: 5px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hot-page2-alp-cl-1-2 span {
     line-height: 12px;
     font-size: 12px;
}
 .hot-page2-alp-cl-1-3 {
}
 .hot-page2-alp-cl-1-3 img {
     width: 18px;
     float: right;
}
 .hot-page2-alp-left-ner-notb {
     border-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-left-ner-notb ul li {
     padding: 10px 0px;
}
 .hot-page2-alp-l3 {
     background-color: #ffffff;
    border: 1px solid #dcdcdc;
}
 .hot-page2-alp-l3 ul {
     padding: 0px;
}
.hot-page2-alp-l3 ul li {
     list-style-type: none;
}
 .hot-page2-alp-l3 ul li:nth-child(5) {
}
 .hot-page2-alp-l3 ul li:last-child {
     border-bottom: 0px solid #d4d4d4;
}
 .hot-page2-alp-l3 ul li label {
     display: block;
     font-size: 14px;
     color: #343c42;
     font-weight: 500;
     padding-left: 30px;
}
 .hot-page2-alp-l-com {
}
 .hot-page2-alp-l-com h4 {
     background: #e6e6e6;
     color: #343c42;
     padding: 10px 15px;
     text-transform: uppercase;
     font-size: 15px;
     margin-top: 0px;
     margin-bottom: 0px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-page2-alp-l-com h4 i {
     padding-right: 7px;
}
 .hot-page2-alp-l-com1 form {
     padding-bottom: 8px;
}
 .hot-page2-alp-l-com1 {
     padding:10px 15px;
     background: #ffffff;
     padding-bottom: 25px;
}
 .hot-page2-alp-l-com1 a {
     margin-top: 5px;
     border: 1px solid #254158;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #ffffff;
     background-color: #304b62;
     background-image: -webkit-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -moz-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -ms-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -o-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: linear-gradient(to bottom, #3b5871, #253d52);
     margin-right: 5px;
}
 .hot-page2-alp-l-com1 a:hover {
     color: #fff;
}
 .hot-page2-alp-l-com1 a i {
     font-size: 10px;
}
 .hot-page2-alp-p3 {
}
 .hot-page2-alp-p3 ul {
}
 .hot-page2-alp-p3 ul li:nth-child(1n+6) {
     display: none;
}
 .hot-page2-alp-p3-btn-h {
     display: none;
}
 .hot-page2-alp-p4-btn-h {
     display: none;
}
 .hot-page2-alp-p4 ul li:nth-child(1n+6) {
     display: none;
}
 .hot-page2-alp-p5-btn-h {
     display: none;
}

/*-------------------------------------------------*/
/* LISTING 
/*-------------------------------------------------*/
 .hot-page2-lp-rat {
     padding: 6px 6px 15px 8px;
}
 .hot-page2-alp-ri-p2 {
     padding: 18px 15px;
}
 .hot-page2-alp-ri-p2 h3 {
     color: #343c42;
     font-size: 22px;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-ri-p2 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     padding-top: 12px;
     margin-bottom: 4px;
}
 .hot-page2-alp-ri-p2 ul li {
     list-style-type: none;
     float: left;
     margin-bottom: 8px;
     font-size: 14px;
     padding-left: 30px;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(1) {
     color: #343c42;
     background: url(../images/1.png) no-repeat center left;
     background-size: 18px;
     font-size: 15px;
     font-weight: 600;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(2) {
     color: #979797;
     background: url(../images/2.png) no-repeat center left;
     background-size: 18px;
}
 .hot-page2-alp-ri-p3 {
     padding: 52px 20px 10px 20px;
}
 .hot-page2-alp-ri-p3 span {
     display: block;
     text-align: center;
}
 .hot-list-p3-1 {
     color: #979797;
     font-weight: 400;
     font-size: 14px;
}
 .hot-list-p3-2 {
     font-size: 20px;
     font-weight: 600;
     color: #f4364f;
     padding: 10px 0px;
}
.hot-page2-alp-r-list .duration{
    margin-bottom: 15px;
    display: block;
}
.hot-page2-alp-r-list .duration span,
.hot-page2-alp-r-list .inclusion span{
    background-color: #F4B727;
	color:#FFFFFF;
    padding: 4px 10px;
    font-size: 15px;
}
.hot-page2-alp-r-list .duration i{
    padding-right: 2px;
}
.hot-page2-alp-r-list .duration i:last-child{
    padding-left: 5px;
}

.hot-page2-alp-r-list .content h5{
    font-weight: 600;
	font-size:17px;
}

 .hot-list-p3-3 {
     font-size: 24px;
     color: #979797;
     text-decoration: line-through;
     padding: 10px 0px;
}
 .hot-list-p3-4 {
}
 .hot-list-p3-4 a {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-ri-p2 p {
     color: #979797;
    /* padding-bottom: 12px;
     */
     margin-bottom: 0px;
     text-transform: lowercase;
     font-size: 14px;
}
 .hot-page2-alp-ri-p2 p b {
     padding-right: 5px;
     color: #343c42;
     text-transform: uppercase;
     font-size: 12px;
}
 .hot-page2-alp-ri-p2 a {
}
 .hot-page2-alp-ri-p2 a:hover {
     color: #fff;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-quot-btn {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     margin-top: 10px;
     border: 1px solid #3F51B5;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     padding: 10px 5px;
	 
     text-decoration: none;
     font-weight: bold;
     color: #fff;
     background-color: #3F51B5;
     display: block;
     text-align: center;
}
 .hot-page2-alp-quot-btn:hover{
     background-color: transparent;
     color: #3F51B5;
 }
 .hot-page2-alp-quot-btn.btn1{
     background-color: #4caf50;
     border-color: #4caf50;
 }
  .hot-page2-alp-quot-btn.btn1:hover{
     background-color: transparent;
     color: #4CAF50;
  }
 .hot-page2-alp-quot-free-btn {
     margin-top: 5px;
     border: 1px solid #234767;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #ffffff;
     background-color: #1f4363;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
     background-image: -webkit-linear-gradient(to bottom, #32638e, #1f4363);
     background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
     background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
     background-image: -o-linear-gradient(top, #ffd65e, #febf04);
     background-image: linear-gradient(to bottom, #32638e, #1f4363);
     margin-right: 5px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-ameni {
     margin-bottom: -15px;
}
 .hot-ameni ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .hot-ameni ul li {
     list-style-type: none;
     float: left;
     width: 33.33%;
     padding-bottom: 15px;
     padding-right: 15px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-ameni ul li i {
     font-size: 12px;
     width: 22px;
     height: 22px;
     background: #ffcd33;
     color: #000;
     text-align: center;
     padding: 5px;
     border-radius: 50%;
     margin-right: 6px;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
 .hot-page2-alp-r-list-re-sp {
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 .hot-page2-alp-r-list {
     border: 1px solid #dedede;
	 border-radius:6px;
     background: #fff;
	 box-shadow:0 0 13px #B3CDED;
     position: relative;
     overflow: hidden;
     margin: 0px 0px 20px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-r-list {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

 .hot-page2-alp-r-hot-page-rat {
     background: #253d52;
     position: absolute;
     padding: 4px 8px;
     right: -1px;
     border-radius: 1px;
     color: #fff;
     top: 0px;
     font-weight: 600;
     font-size:12px;
}
 


.pagination-wrap a{
    text-decoration: none;
    background-color: #999;
    padding: 10px 20px;
    margin: 20px 5px;
    color: #fff;
	}

.pagination-wrap .active, .pagination-wrap a:hover{
	background:#ee3049;
	color:#fff;
}
	

.pagination-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pagination-box ul {
    padding: 10px 0;
    list-style: none;
}

.pagination-box ul li {
    display: inline-block;
}

.pagination-box ul li:first-child {
    margin-right: 1em;
}

.pagination-box ul li a,
.pagination-box ul li span {
    color: #d80027;
    text-decoration: none;
    padding: 0.5em 1.5em;
    border: 1px solid #e83f53;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.pagination-box ul li span.disabled {
    border-color: #ddd;
    color: #666;
}

.pagination-box p {
    font-size: 14px;
    color: #666;
    text-align: center;
}
/*--============== alter =====================--*/
 .hot-page2-hr1 {
     text-align: center;
     width: 70%;
     margin: 0 auto;
     position: relative;
}
 .hot-page2-hli {
     position: relative;
     overflow: hidden;
}
 .hot-page2-hli a {
     text-decoration: none;
}
 .hot-page2-hli ul {
     padding: 0px;
}
 .hot-page2-hli ul li {
     list-style-type: none;
}
 .hot-page2-hli-1 {
     position: relative;
}
 /*.hot-page2-hli-1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(244, 54, 79, 0.36) 25%, rgba(0, 0, 0, 0.08) 74%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}*/

@media (min-width: 1024px){
#myCarousel1 .item img{
	height:456px !important;}      
}

 .hot-page2-hli-1 img {
     width: 100%;
}
 .hot-page2-hli-3 {
     width: 35px;
     height: 35px;
     position: absolute;
     background-color: rgba(255, 111, 111, 0.68);
    /* bottom: 8px;
     */
     padding: 4px;
     margin: auto;
     right: 15px;
     top: 15px;
     border-radius: 2px;
     display: none;
}
 .hot-page2-hli-3 img {
}
 .hot-page2-hli-4 {
}
 .hot-page2-hli-5 {
     box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
     margin-bottom: 10px;
}
 .hot-page2-hli-2 {
     padding: 10px 12px;
     background: #ffffff;
}
 .hot-page2-hli-2 h4 {
     color: #273440;
     font-size: 16px;
}
 .hot-page2-hli-2 h4 span {
     float: right;
     font-size: 12px;
     line-height: 20px;
}
 .hot-page2-hpb {
     background: #1b2629;
}
 .hot-page2-hpb h2 {
     color: #fff;
}
 .hot-page2-hpb h5 {
     color: #ffc520;
     padding-top: 14px;
     font-weight: 400;
}
 .hot-page2-hpb p {
     color: #989898;
     padding-top: 15px;
     margin-bottom: 0px;
}
 .hot-page2-hpb ul {
     margin-bottom: 0px;
     padding: 0px;
     padding-top: 42px;
}
 .hot-page2-hpb ul li {
     list-style-type: none;
     display: inline-block;
     width: 32%;
     float: left;
     margin: 0px 3px;
     margin-bottom: 5px;
}
 .hot-page2-hpb ul li a {
     display: block;
     background: #ffc520;
     color: #000;
     padding: 14px 20px;
     font-weight: 600;
     text-transform: uppercase;
     text-align: center;
     font-size: 14px;
     border-radius: 2px;
}
/*-------------------------------------------------*/
/* ROOM AVAILABILITY CHECK 
/*-------------------------------------------------*/
 .hot-room-ava-check {
}
 .hot-room-ava-check form {
     padding-bottom: 0px;
}
 .hot-room-ava-check ul {
     margin-bottom: 0px;
}
 .hot-room-ava-check ul li {
     border-bottom: 0px;
}
 .hot-room-ava-check ul li label {
     padding-left: 0px;
}
 .hot-room-ava-check ul li input {
     width: 100%;
     font-size: 13px;
     padding: 4px 10px;
     border: 1px solid #d4d4d4;
     margin-bottom: 12px;
}
 .hot-room-ava-check ul li input[type="submit"] {
     margin-bottom: 0px;
    /* margin-top: 5px;
     */
     border: 1px solid #254158;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #ffffff;
     background-color: #304b62 !important;
     background-image: -webkit-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -moz-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -ms-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -o-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: linear-gradient(to bottom, #3b5871, #253d52);
    /* margin-right: 5px;
     */
}
 .tourb2-hli-3 {
     width: 32px;
     height: 32px;
     position: absolute;
     background-color: rgba(255, 193, 7, 0.84);
    /* bottom: 8px;
     */
     padding: 4px;
    /* margin: 10px 5px;
     */
     right: 15px;
     border-radius: 2px;
     z-index: 9;
     color: #fff;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     top: 15px;
}
/*-------------------------------------------------*/
/* SOCIAL MEDIA SHARE 
/*-------------------------------------------------*/
 .icon-float {
     position: fixed;
     left: 0px;
     top: 35%;
     z-index: 999;
}
 .icon-float ul {
     padding: 0px;
}
 .icon-float ul li {
     list-style-type: none;
}
 .icon-float ul li a {
     display: block;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     padding: 0px;
}
 .icon-float ul li a i {
     padding: 8px;
     width: 40px;
     height: 32px;
     text-align: center;
     color: #fff;
}
 .icon-float ul li a:hover {
     transform: rotateY(-180deg);
}
 .icon-float ul li a:hover i {
     transform: rotateY(180deg);
}
 .fb1 {
     background: #3b5998;
}
 .gp1 {
     background: #dd4b39;
}
 .tw1 {
     background: #1da1f2;
}
 .li1 {
     background: #0077b5;
}
 .yt1 {
     background: #cd201f;
}
 .wa1 {
     background: #34af23;
}
 .sh {
     background: #fff;
     padding: 10px 0px;
     font-size: 11px;
     text-align: center;
     color: #333;
     border-top-right-radius: 5px;
}
 .sh1 {
     background: #333;
     border-bottom-right-radius: 5px;
}
/*-------------------------------------------------*/
/* MY ACCOUNT DROP DOWN 
/*-------------------------------------------------*/
 .top-menu {
     min-width: 200px;
}
/*-------------------------------------------------*/
/* SECTION AND DIV - TOP AND BOTTOM EXTRA SPACING 
/*-------------------------------------------------*/
 .pad-bot-redu {
     padding-bottom: 40px;
}
 .pad-bot-redu-5 {
     padding-bottom: 50px;
}
 .pad-bot-incre {
     padding-bottom: 100px;
}
 .pad-left-o {
     padding-left: 0px !important;
}
.pad-top-2{
     padding-top: 15px;
}
 .pad-top-o {
     padding-top: 0px;
}
/*-------------------------------------------------*/
/* HOME PAGE CITY HOTELS 
/*-------------------------------------------------*/
 .tour-mig-like {
}
 .tour-mig-like-com {
     position: relative;
     border-radius: 10px;
     margin-bottom: 20px;
     background: #14addb;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .tour-mig-lc-img {
}
 .tour-mig-like-com:hover img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 0.5;
}
 .tour-mig-lc-img img {
     width: 100%;
}
 .tour-mig-like-com:before {
     content: '';
     position: absolute;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);*/
	background:#000;
	opacity:0.3;
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .tour-mig-lc-con {
     position: absolute;
     width: 100%;
     margin-top: -125px;
     padding: 20px 20px 0px 20px;
     display: block;
     text-align: right;
}
 .tour-mig-lc-con2 {
     margin-top: -100px;
}
 .tour-mig-lc-con h5 {
     font-size: 26px;
     color: #fff;
     padding-top: 10px;
     padding-bottom: 0px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     margin-bottom: 2px;
}
 .tour-mig-lc-con h6 {
     font-size: 14px;
     color: #fff;
     position: absolute;
     top: -20px;
    /* right: 0px;
     */
     border: 1px solid #fff;
     padding: 8px 10px 3px 10px;
     border-radius: 18px;
     margin-bottom: 5px;
     padding-bottom: 10px;
}
 .tour-mig-lc-con p {
     color: #c1c1c1;
}
 .tour-mig-lc-con p span {
     text-align: left;
     float: left;
     font-size: 20px;
     color: #eee;
}
/*-------------------------------------------------*/
/* HOME PAGE FOOTER APP 
/*-------------------------------------------------*/
 .foot-mob-app {
}
 .foot-mob-app h2 {
     margin-top: 0px;
     font-size: 45px;
}
 .foot-mob-app p {
     font-size: 15px;
}
 .foot-mob-app ul {
     padding: 0px;
     margin-bottom: 30px;
     margin-top: 24px;
}
 .foot-mob-app ul li {
     list-style-type: none;
     color: #333;
     line-height: 38px;
     font-size: 18px;
}
 .foot-mob-app ul li i {
     color: #fff;
     width: 18px;
     height: 18px;
     background: #8dced4;
     border-radius: 3px;
     text-align: center;
     padding: 3px;
     margin-right: 10px;
     font-size: 12px;
     vertical-align: text-bottom;
}
 .foot-mob-app a {
}
 .foot-mob-sec {
     background: url(../images/cloud.html) no-repeat bottom center #f6f6f6;
     padding: 100px 0px 60px 0px;
     background-size: contain;
     position: relative;
}
 .foot-mob-sec:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(255, 255, 255, 0.55) 0%, rgba(240, 240, 240, 0.8) 100%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
/*-------------------------------------------------*/
/* HOME PAGE SEARCH BOX 
/*-------------------------------------------------*/
 .tourz-search {
     background: url(../images/consul-bg-3.jpg) no-repeat;
     position: relative;
     background-size: cover;
}
 .tourz-search {
}
 .tourz-search-form {
}
 #select-city {
     background: #fff;
     border: 0px;
     height: 45px;
     border-radius: 2px;
     padding: 0px 10px;
     box-sizing: border-box;
     font-size: 14px;
     border: 1px solid #efefef;
}
 #select-search {
     background: url(../images/icon/search.png) no-repeat left center #fff;
     border: 0px;
     height: 45px;
     border-radius: 2px;
     padding: 0px 10px 0px 35px;
     box-sizing: border-box;
     font-size: 14px;
     background-size: 17px;
     background-position-x: 10px;
}
 .search-hotel-type {
     padding-left: 18px;
}
 .tourz-search-form input[type="submit"] {
     background: none !important;
     width: 100%;
}
 .tourz-search-1 {
     padding:30px 0;
     width: 100%;
     margin: 0 auto;
     text-align: center;
     position: absolute;
     z-index: 99;
     bottom: 0px;
     background-color: rgba(0, 0, 0, 0.5);
}
 .tourz-search-1 h1 {
     color: #fff;
     font-size: 50px;
}
 .tourz-search-1 p {
     font-size: 18px;
     color: #fff;
     padding-bottom: 30px;
     margin-bottom: 0px;
}
 .tourz-search-1 form {
}
 .tourz-search-form label {
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     right: 15px;
	     top: 12px !important;
}
 .tourz-search-form div:nth-child(3) {
     width: 20%;
     float: left;
}
 .tourz-search-form div:nth-child(1) {
     width: 80%;
     float: left;
}
 .tourz-search-form div:nth-child(2) {
     width: 18%;
     float: left;
}
 .tourz-search:before {
    /* content: '';
     */
     background: #141E30;
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     position: absolute;
     bottom: 0px;
     top: 0px;
     left: 0px;
     right: 0px;
}
 .tourz-search-form div {
     margin: 0px 5px;
}
 .tourz-sear-btn {
     height: 45px;
     line-height: 45px;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
     outline: none;
     font-size: 16px;
     display: block !important;
     color: #fff;
     font-weight: 600;
     font-family: 'Karla', sans-serif;
     text-transform: uppercase;
}
 .tourz-hom-ser {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 38px;
     padding-bottom: 5px;
}
 .tourz-hom-ser ul {
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
     padding: 0px;
}
 .tourz-hom-ser ul li {
     float: left;
     display: inline;
     text-align: center;
     width: 25%;
     padding: 0px 5px;
}
 .tourz-hom-ser ul li a {
     background: #e8095a00;
     width: 90px;
     height: 90px;
     display: block;
     padding: 18px 2px 10px 2px;
     text-align: center;
     color: #fff;
     border-radius: 5px;
     font-family: 'Arimo', sans-serif;
    /* position: relative;
     */
    /* overflow: hidden;
     */
     line-height: 24px;
     border: 1px solid #8e8e8e;
}
 .tourz-hom-ser ul li a:hover {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
     border: 1px solid #d41e36;
}
 .tourz-hom-ser ul li a img {
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
     width: 36px;
}
 .tourz-pop-ser-btn {
}
 .tourz-pop-ser-btn img {
}
 .tourz-top-phone {
     border: 1px solid #9a729a;
     border-radius: 50px;
}
 .autocomplete-content ul li a {
     border-bottom: 1px solid #e0e0e0;
}
 .profile-btn {
     border: none;
     height: 30px;
     line-height: 26px;
     color: #fff;
     padding: 2px 10px;
     border-radius: 2px;
     font-family: 'Karla', sans-serif;
     background: #e8095a;
     background: linear-gradient(to bottom, #e8095a, #d40852);
}
 .profile-btn:hover {
     color: #fff;
}
 .autocomplete-content li img {
     float: left;
     width: 26px !important;
     height: 26px!important;
     left: 0px;
     top: 15px;
}
 .autocomplete-content li {
}
/*-------------------------------------------------*/
/* MOBILE MENU 
/*-------------------------------------------------*/
 .mob-menu-icon {
     display: inline-block;
     color: #fff;
     background: #f66365;
     padding: 5px 8px;
     cursor: pointer;
     font-size: 18px;
     border-radius: 2px;
}
 .mob-menu-slide {
     z-index: 999;
     background: #ffffff;
     right: -240px;
     padding: 0px;
     border-radius: 2px;
     height: 100%;
     position: fixed;
     top: 0px;
     box-shadow: 10px 50px 100px rgba(0, 0, 0, 0.8);
     z-index: 9999;
     overflow-y: scroll;
}
 .mob-menu-slide h4 {
     padding: 0px 15px 10px 15px;
     border-bottom: 0px solid #303b40;
     margin-bottom: 0px;
     color: #f76466;
     margin-top: 30px;
}
 .mob-menu-slide ul {
     padding: 0px;
     text-align: left;
     position: relative;
     overflow: hidden;
}
 .mob-menu-slide ul li {
     list-style-type: none;
     text-align: left;
     display: block;
     position: relative;
     overflow: hidden;
     border-bottom: 1px solid #ececec;
}
 .mob-menu-slide ul li a {
     color: #000;
     float: inherit;
     display: block;
     font-size: 13px;
    /* border-bottom: 1px solid #303b40;
     */
     padding: 12px 20px;
     font-weight: 500;
     cursor: pointer;
     font-family: 'Karla', sans-serif;
}
 .mob-top {
}
 .mob-menu {
     background: #253d52;
     position: fixed;
     z-index: 99;
     width: 100%;
     display: none;
     padding: 10px 30px;
     box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.63);
}
 .mob-head-left {
     width: 50%;
     float: left;
     display: block;
}
 .mob-head-left img {
}
 .mob-head-right {
     width: 50%;
     float: left;
     display: block;
}
 .mob-head-right a {
     float: right;
}
 .top-menu a i {
     padding-right: 10px;
}
 .btn-close-menu {
     display: none;
     z-index: 999;
     background: #f66365;
     color: #fff;
     position: absolute;
     right: 185px;
     padding: 4px;
     border-radius: 42px;
     top: 5px;
     z-index: 99999;
     width: 32px;
     height: 32px;
     text-align: center;
}
/*-------------------------------------------------------*/
/* DASHBOARD 
/*-------------------------------------------------------*/
 .db {
     position: relative;
     overflow: hidden;
     width: 100%;
     background: #eaedef;
    /* margin-top: 100px;
     */
     padding: 50px;
}
 .db-l {
     float: left;
     width: 20%;
}
 .db-2 {
     float: left;
     width: 58%;
     position: relative;
     overflow: hidden;
     background: #fff;
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
     margin-left: 12px;
     margin-right: 12px;
}
 .db-3 {
     float: left;
     width: 20%;
     position: relative;
     overflow: hidden;
     background: #fff;
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
}
 .db-l-1 {
     position: relative;
     overflow: hidden;
     background: #fff;
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
}
 .db-l-1 ul {
     padding: 0px;
}
 .db-l-1 ul li {
     color: #adadad;
     list-style-type: none;
     text-align: center;
}
 .db-l-1 ul li span {
     display: block;
     font-size: 32px;
     font-weight: 500;
     line-height: 30px;
     color: #21252b;
}
 .db-l-1 ul li:nth-child(1) {
     width: 100%;
     float: left;
}
 .db-l-1 ul li:nth-child(1) img {
     width: 100%;
}
 .db-l-1 ul li:nth-child(2) {
     width: 50%;
     float: left;
     padding: 20px 10px;
    /* text-align: center;
     */
}
 .db-l-1 ul li:nth-child(3) {
     width: 50%;
     float: left;
     padding: 20px 10px;
}
 .db-l-2 {
     position: relative;
     overflow: hidden;
     background: #fff;
     border: 1px solid #dadada;
     padding: 20px;
     margin-top: 12px;
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
}
 .db-l-2 ul {
     padding: 0px;
}
 .db-l-2 ul li {
     border-bottom: 1px solid #eaedef;
     padding: 12px 0px;
     list-style-type: none;
}
 .db-l-2 ul li:last-child {
     border-bottom: 0px solid #dcdcdc;
     padding: 12px 0px 0px 0px;
}
 .db-l-2 ul li a {
     color: #333;
}
 .db-l-2 ul li a:hover {
     color: #333;
     padding-left: 8px;
}
 .db-l-2 ul li a img {
     width: 20px;
     margin-right: 8px;
}
 .db-3 h4 {
     margin: 0px;
     background: #253d52;
     padding: 15px;
     color: #fff;
}
 .db-3 ul {
     margin-bottom: 0px;
     padding: 20px;
     padding-left: 20px !important;
}
 .db-3 ul li {
     border-bottom: 1px solid #dcdcdc;
     padding: 12px 0px;
     list-style-type: none;
}
 .db-3 ul li a {
}
 .db-3 ul li a img {
     float: left;
     width: 28px;
     height: 28px;
     border-radius: 50px;
     margin-right: 10px;
}
 .db-3 ul li a h5 {
     color: #333;
     font-size: 15px;
     margin-top: 0px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     text-transform: capitalize;
     margin-bottom: 0px;
}
 .db-3 ul li a p {
     padding-left: 40px;
     margin-bottom: 0px;
     color: #969595;
     font-size: 12px;
     line-height: 18px;
}
 .db-3 ul li:last-child {
     border-bottom: 0px solid #dcdcdc;
     padding: 12px 0px 0px 0px;
}
 .db-2-com {
}
 .db-2-com h4 {
     margin: 0px;
     background: #253d52;
     padding: 15px;
     color: #fff;
}
 .db-2-main {
}
 .db-2-main-com {
     padding: 20px;
     position: relative;
     overflow: hidden;
}
 .db-2-main-com img {
     display: block;
    /* width: 80px;
     */
     margin: 0 auto;
    /* padding-bottom: 20px;
     */
     border: 1px solid #eaedef;
     padding: 12px;
     border-radius: 5px;
     margin-bottom: 20px;
}
 .db-2-main-com span {
     font-size: 24px;
     font-weight: 600;
     font-family: 'Karla', sans-serif;
}
 .db-2-main-com ul {
     margin-bottom: 0px;
    /* border-top: 1px solid #eaedef;
     */
     margin-top: 10px;
     padding: 0px;
}
 .db-2-main-com ul li {
     text-align: left;
     border-bottom: 1px solid #eaedef;
     padding: 12px 0px;
     list-style-type: none;
     background: url('../images/icon/db-arrow.png') no-repeat center left;
     background-size: 10px;
     text-overflow: ellipsis;
     white-space: inherit;
     overflow: hidden;
}
 .db-2-main-com ul li a {
    /* text-align: left;
     */
     display: block;
     color: #333;
     font-size: 13.5px;
     padding-left: 14px;
}
 .db-2-main-com ul li a:hover {
     padding-left: 10px;
}
 .db-done {
     font-size: 12px !important;
     background: #3e8e41;
     color: #fff;
     padding: 2px 4px;
     border-radius: 3px;
     text-transform: lowercase;
     margin-left: 5px;
}
 .db-done:hover {
     color: #fff;
}
 .db-not-done {
     font-size: 12px !important;
     background: #f4a321;
     color: #fff;
     padding: 2px 4px;
     border-radius: 3px;
     text-transform: lowercase;
     margin-left: 5px;
}
 .db-2-main-1 {
     position: relative;
     overflow: hidden;
     float: left;
     width: 33.3%;
     text-align: center;
}
 .db-2-main-2 {
     border-right: 1px solid #eaedef;
     padding: 20px;
}
 .db-2-main-com-table {
}
 .db-2-main-com-table th {
     font-weight: 600;
     padding: 10px 4px;
}
 .db-2-main-com-table tr {
     border-bottom: 1px solid #eaedef;
     line-height: 37px;
     padding: 10px;
}
 .db-2-main-com-table tr td {
     padding: 16px 4px 13px 4px;
}
 .db2-form-com {
}
 .db2-form-com form {
     padding: 35px 50px 35px 50px;
     background: #eaedef;
     margin-top: 15px;
}
 .db2-form-com form input {
     border: 1px solid #e4e4e4;
     line-height: 44px;
     padding: 0px 25px;
     background: #fff;
}
 .db2-form-com form input[type="submit"] {
     padding: 0px;
}
 .db2-form-com form label {
     font-size: 14px;
     color: #646464;
}
 .db2-form-pay {
}
 .full-btn {
     height: 45px;
     line-height: 45px;
     background: #f96c71;
     background: linear-gradient(to bottom, #fa6d72, #f45d5d);
     outline: none;
     font-size: 16px;
     display: block !important;
     color: #fff;
     font-weight: 600;
     font-family: 'Karla', sans-serif;
     text-transform: uppercase;
     text-align: center;
}
 .db-pay-card {
     position: relative;
     overflow: hidden;
     border: 1px solid #eaedef;
     padding: 1px 10px;
}
 .db-pay-card h5 {
     display: inline-block;
}
 .db-pay-card img {
     width: 175px;
     border: 0px;
     display: inline-block;
     margin-bottom: 0px;
     float: right;
     padding: 0px;
}
 .db2-form-pay ul li {
     background: none;
     padding: 5px 0px 12px 0px;
}
 .db-pay-amount {
     float: right;
     color: #FFC107;
     font-size: 22px;
}
 .db-down-pdf {
     border: 1px solid #c7c8c9;
     border-radius: 3px;
     padding: 4px 8px;
     color: #333;
}
 .db-make-pay {
     border: 1px solid #c7c8c9;
     border-radius: 3px;
     padding: 4px 8px;
     color: #333;
}
 .db-make-pay:hover {
     background: #3e8e41;
     color: #fff;
     border: 1px solid #317d34;
}
 .db-mak-pay-bot {
     margin-top: 25px;
}
 .db-mak-pay-bot p {
     color: #969595;
     font-size: 14px;
     line-height: 24px;
     font-weight: 400;
}
 .db-mak-pay-bot a {
     font-size: 16px;
     text-transform: capitalize;
}
 .db-mak-pay-bot a:hover {
     color: #fff;
}
 .db-up-btn {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: normal;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border: 1px solid transparent;
     border-radius: 4px;
     float: left;
     height: 3rem;
     line-height: 3rem;
     height: 45px;
     padding: 10px 25px;
     background: #14addb;
     color: #fff;
}
 .db-file-upload {
     padding: 0 0.75rem;
}
 .db-com-p {
}
 .db-com-p h5 {
     font-size: 20px;
}
 .db-com-p p {
     color: #969595;
     font-size: 14px;
     line-height: 24px;
     font-weight: 500;
}
 #dropdown1 a {
     color: #333;
}
/*-------------------------------------------------------*/
/* REGISTER AND LOGIN 
/*-------------------------------------------------------*/
 .tr-register {
     background: url(../images/face.html) #e6e6e6;
     position: relative;
    /* overflow: hidden;
     */
     display: inline-block;
     width: 100%;
}
 .tr-register::before {
     content: '';
     position: absolute;
     background: rgba(33, 48, 59, 0.52);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     border-radius: 5px;
}
 .tr-regi-form {
     margin: 0 auto;
     width: 50%;
     background: #fff;
     padding: 45px 50px 50px 50px;
     margin-top: 70px;
     margin-bottom: 70px;
     border-radius: 5px;
     text-align: center;
     position: relative;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}
 .tr-regi-form input {
     padding: 10px 10px 10px;
     border: 1px solid #c9c9c9;
}
 .tr-regi-form textarea {
     padding: 10px 10px 10px 22px;
     border: 1px solid #c9c9c9;
     height: 100px;
}
 .tr-regi-form input[type="submit"] {
     padding: 0px;
     font-size: 18px !important;
}
 .tr-regi-form label {
}
 .tr-regi-form h4 {
     margin-top: 0px;
     font-size: 42px;
     margin-bottom: 8px;
}
 .tr-regi-form h4 span {
     color: #e92b44;
     font-size: 42px;
     font-weight: 600;
}
 .tr-regi-form form {
     position: relative;
     padding: 20px;
}
 .tr-regi-form p {
     font-size: 18px;
     margin-bottom: 0px;
}
 .tr-regi-form p a {
}
 .full-btn {
     width: 100%;
     display: block;
}
 .soc-login {
     position: relative;
     overflow: hidden;
     border-top: 1px solid #dcdcdc;
     margin-top: 15px;
     padding-top: 15px;
}
 .soc-login h4 {
     text-align: center;
     padding-bottom: 15px;
}
 .soc-login ul {
     padding: 0px;
     margin: 0px;
}
 .soc-login ul li {
     list-style-type: none;
     float: left;
     width: 33.333%;
     padding: 5px;
}
 .soc-login ul li a {
     display: block;
     color: #fff;
     padding: 7px 18px;
     text-align: center;
     border-radius: 2px;
}
 .soc-login ul li:nth-child(1) a {
     background: #3b5998;
}
 .soc-login ul li:nth-child(2) a {
     background: #00aced;
}
 .soc-login ul li:nth-child(3) a {
     background: #d34836;
}
 .soc-login ul li a i {
     padding-right: 5px;
}
/*-------------------------------------------------------*/
/* VERSION 2: HOME SEARCH BOX 
/*-------------------------------------------------------*/
 .v2-ho-se-ri {
}
 .v2-ho-se-ri h5{
     color: #fff;
     text-transform: uppercase;
     font-family: 'Karla', sans-serif;
     font-size: 10px;
     letter-spacing: 4px;
     font-weight: 100;
}
 .v2-ho-se-ri h1 {
    margin: 0px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
	}
 .v2-ho-se-ri p {
     color: #fff;
     font-size: 16px;
     margin-bottom: 0px;
     font-weight: 100;
     font-family: 'Karla', sans-serif;
     line-height: 30px;
}
.form-box form .col-md-4, .form-box form .col-lg-6, .form-box form .col-xs-12{
	padding-left:7px;
	padding-right:7px;}
 .v2-search-form {
     position: relative;
     background:#f7f6f6;
     padding: 50px;
     border-radius: 5px;
     border-bottom: 0px solid #cccccc;
     box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.29);
}
.v2-search-form{
     box-shadow: none;
     padding: 10px 20px 20px;
}

.v2-search-form select{
	height:45px;}
.tour-detail h3{
     margin-bottom: 10px;
}
.tour-detail p{
     padding: 5px 20px;
     margin-bottom: 0;
     line-height: 24px;
     font-size: 16px;
}
.tour-detail p:last-child{
     margin-bottom: 10px;
}
.tour-detail label{
     color: #de2f3d;
     text-transform: uppercase;
     font-size: 14px;
     padding: 0px 20px;
     margin-bottom: 0px;
}
 .v2-search-form label {
     color: #727070;
     top: 14px;
     font-size:15px;
	 font-weight:normal;
	 margin-bottom:0px;

	 margin-top:10px;
}

input[type="file"] {
	height:auto !important;
	padding:5px 10px !important;
	display:block;
}
 .v2-search-form input {
     background: #fff;
     border: 0px;
     height: 45px;
     border-radius: 2px;
     padding: 0px 10px;
     box-sizing: border-box;
     font-size: 14px;
     border: 1px solid #efefef;
}
 .v2-hom-search {
     background: url(../images/slider/1.jpg) no-repeat;
     position: relative;
     background-size: cover;
     padding: 100px 0px;
}
 .v2-hom-search:before {
     content: '';
     background: #141E30;
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     background: linear-gradient(to right, rgba(25, 42, 103, 0.8), rgba(20, 30, 48, 0));
     position: absolute;
     bottom: 0px;
     top: 0px;
     left: 0px;
     right: 0px;
}
 .v2-ser-btn {
     text-align: center;
}
 .v2-hom-ser {
     padding-top: 28px;
}
 .v2-hom-ser ul {
     margin: inherit;
}
/*-------------------------------------------------*/
/* = DATE PICKER 
/*-------------------------------------------------*/
 .ui-state-disabled {
     cursor: default !important;
     pointer-events: none;
}
 .ui-datepicker-prev {
     background: url('../images/left-arrow.png') no-repeat center center;
     background-size: 12px;
}
 .ui-datepicker-next {
     background: url('../images/right-arrow.png') no-repeat center center;
     background-size: 12px;
}
/* Icons ----------------------------------*/
 .ui-icon {
     display: inline-block;
     vertical-align: middle;
     margin-top: -.25em;
     position: relative;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
}
 .ui-widget-icon-block {
     left: 50%;
     margin-left: -8px;
     display: block;
}
/* Misc visuals ----------------------------------*/
 .ui-datepicker {
     padding: .2em .2em 0;
     display: none;
}
 .ui-datepicker .ui-datepicker-header {
     position: relative;
     padding: .2em 0;
}
 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
     position: absolute;
     top: -4px;
     width: 1.8em;
     height: 1.8em;
}
 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
     top: 1px;
}
 .ui-datepicker .ui-datepicker-prev {
     left: 2px;
}
 .ui-datepicker .ui-datepicker-next {
     right: 2px;
}
 .ui-datepicker .ui-datepicker-prev-hover {
     left: 1px;
}
 .ui-datepicker .ui-datepicker-next-hover {
     right: 1px;
}
 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
     display: block;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     top: 50%;
     margin-top: -8px;
}
 .ui-datepicker .ui-datepicker-title {
     margin: 0 2.3em;
     line-height: 1.8em;
     text-align: center;
}
 .ui-datepicker .ui-datepicker-title select {
     font-size: 1em;
     margin: 1px 0;
}
 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
     width: 45%;
}
 .ui-datepicker table {
     width: 100%;
     font-size: .9em;
     border-collapse: collapse;
     margin: 0 0 .4em;
}
 .ui-datepicker th {
     padding: .7em .3em;
     text-align: center;
     font-weight: 500;
     color: #aaaaaa;
     border: 0;
}
 .ui-datepicker td {
     border: 0;
     padding: 1px;
}
 .ui-datepicker td span, .ui-datepicker td a {
     display: block;
     padding: 9px;
     text-align: center;
     text-decoration: none;
     width: 40px;
     height: 40px;
}
 .ui-datepicker .ui-datepicker-buttonpane {
     background-image: none;
     margin: .7em 0 0 0;
     padding: 0 .2em;
     border-left: 0;
     border-right: 0;
     border-bottom: 0;
}
 .ui-datepicker .ui-datepicker-buttonpane button {
     float: right;
     margin: .5em .2em .4em;
     cursor: pointer;
     padding: .2em .6em .3em .6em;
     width: auto;
     overflow: visible;
}
 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
     float: left;
}
/* with multiple calendars */
 .ui-datepicker.ui-datepicker-multi {
     width: auto;
}
 .ui-datepicker-multi .ui-datepicker-group {
     float: left;
}
 .ui-datepicker-multi .ui-datepicker-group table {
     width: 95%;
     margin: 0 auto .4em;
}
 .ui-datepicker-multi-2 .ui-datepicker-group {
     width: 50%;
}
 .ui-datepicker-multi-3 .ui-datepicker-group {
     width: 33.3%;
}
 .ui-datepicker-multi-4 .ui-datepicker-group {
     width: 25%;
}
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
     border-left-width: 0;
}
 .ui-datepicker-multi .ui-datepicker-buttonpane {
     clear: left;
}
 .ui-datepicker-row-break {
     clear: both;
     width: 100%;
     font-size: 0;
}
/* RTL support */
 .ui-datepicker-rtl {
     direction: rtl;
}
 .ui-datepicker-rtl .ui-datepicker-prev {
     right: 2px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next {
     left: 2px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-prev:hover {
     right: 1px;
     left: auto;
}
 .ui-datepicker-rtl .ui-datepicker-next:hover {
     left: 1px;
     right: auto;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane {
     clear: right;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
     float: left;
}
 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
     float: right;
}
 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
     border-right-width: 0;
     border-left-width: 1px;
}
/* Icons */
 .ui-datepicker .ui-icon {
     display: block;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
     left: .5em;
     top: .3em;
}
/* Component containers ----------------------------------*/
 .ui-widget {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1em;
}
 .ui-widget .ui-widget {
     font-size: 1em;
}
 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1em;
}
 .ui-widget.ui-widget-content {
     border: 0px solid #c5c5c5;
     box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.31);
     padding: 20px;
}
 .ui-widget-content {
     border: 1px solid #dddddd;
     background: #ffffff;
     color: #333333;
}
 .ui-widget-content a {
     color: #333333;
}
 .ui-widget-header {
    /* border: 1px solid #dddddd;
     */
    /* background: #e9e9e9;
     */
     color: #333333;
     font-weight: bold;
}
 .ui-widget-header a {
     color: #333333;
}
/* Interaction states ----------------------------------*/
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, 
/* We use html here because we need a greater specificity to make sure disabled works properly when clicked or hovered */
 html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: 0px solid #b4b4b4;
     background: #f6f6f6;
     font-weight: normal;
     color: #4f4f4f;
}
 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
     color: #454545;
     text-decoration: none;
}
 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
     font-weight: normal;
     border: 0px solid #dad55e;
     background: #f6598e;
     color: #ffffff;
     border-radius: 27px;
}
 .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
     color: #2b2b2b;
     text-decoration: none;
}
 .ui-visual-focus {
     box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
     font-weight: normal;
     border: 0px solid #dad55e;
     background: #1692c0;
     color: #ffffff;
     border-radius: 27px;
}
 .ui-icon-background, .ui-state-active .ui-icon-background {
     border: #003eff;
     background-color: #ffffff;
}
 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
     color: #ffffff;
     text-decoration: none;
}
/* Icons ----------------------------------*/
/* states and images */
 .ui-icon {
     width: 16px;
     height: 16px;
}
 .ui-state-disabled span {
     color: #aaaaaa !important;
}
/*-------------------------------------------------*/
/* = v2.0 MENU 
/*-------------------------------------------------*/
 .main-menu-v2 {
     padding: 8px 0px;
    /* border-bottom: 1px solid #efeded;
     */
     background: #253d52;
}
 .main-menu-v2 ul {
     position: relative;
     padding: 0px;
     margin-bottom: 0px;
}
 .main-menu-v2 ul li {
     float: left;
     list-style-type: none;
     display: inline-block;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .main-menu-v2 ul li a {
     color: #fff;
     text-transform: uppercase;
     padding: 10px 14px;
     line-height: 35px;
     font-weight: 600;
     font-size: 14px;
     font-family: 'Karla', sans-serif;
}
 .v2-sub-sinl-men {
}
 .v2-sub-sinl-men li {
     min-height: 34px !important;
     line-height: 34px !important;
     border-bottom: 1px solid #f3f3f3;
}
 .v2-sub-sinl-men li a {
     padding: 7px 12px !important;
}
 #main-menu-v2-book {
     float: right;
}
 #main-menu-v2-book a {
     font-weight: 700;
     text-decoration: none;
     color: #fff;
     padding: 0px 15px;
     border-radius: 2px;
     display: inline-block;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Karla', sans-serif;
     font-size: 13px;
}
 .menu-arr:after {
     content: "\f107";
     font-family: FontAwesome;
    /* background: #ffffff;
     */
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 0;
     right: 10px;
     font-weight: 500;
     padding-left: 4px;
}
 .drop-v2-all {
     width: 100%;
     left: 0px !important;
}
 .drop-v2-all {
}
 .drop-v2-all-inn {
     padding: 20px;
     position: relative;
     overflow: hidden;
     background: url(../images/search-bg.png) no-repeat right bottom;
     background-size: 600px;
}
 .menu-sub-drop {
     float: left;
     width: 20%;
}
 .menu-sub-drop h4 {
     margin-top: 10px;
     text-transform: uppercase;
     color: #333;
     font-size: 17px;
     border-bottom: 1px solid #e4e4e4;
     margin-right: 15px;
     padding-bottom: 15px;
}
 .menu-sub-drop ul {
}
 .menu-sub-drop ul li {
     min-height: 42px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .menu-sub-drop ul li a {
     padding: 0px;
     line-height: 26px;
     font-size: 14px;
}
 .v2_head_right {
     width: 190px;
}
 .v2_head_right li {
     display: block !important;
}
 .v2_head_right li a {
}
/*-------------------------------------------------------*/
/* SOCIAL SHARE 
/*-------------------------------------------------------*/
 .post-btn {
     margin-top: 5px;
     position: relative;
     overflow: hidden;
     margin-bottom: 15px;
}
 .post-btn ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .post-btn ul li {
     display: inline-block;
     margin-right: 4px;
     line-height: 40px;
}
 .post-btn ul li a {
     text-transform: uppercase;
     color: #fff;
     font-weight: 400;
     font-size: 11.5px;
     font-family: 'Montserrat', sans-serif;
     padding: 10px;
     border-radius: 3px;
}
 .post-btn ul li:nth-child(1) a {
     background: #3b5998;
}
 .post-btn ul li:nth-child(2) a {
     background: #00aced;
}
 .post-btn ul li:nth-child(3) a {
     background: #d34836;
}
 .post-btn ul li i {
     padding-right: 5px;
}
/*--======================================================================--*/
 .wed-logo{
     float: left;
     width: 20%;
}
 .wed-logo a{
}
 .wed-logo a img{
     width: 200px;
     padding: 7px 0px;
}
 .wed-menu{
     float: right;
     padding-top: 14px;
}
 .wed-menu ul{
     margin-bottom: 0px;
    /* padding-top: 23px;
     */
}
 .wed-menu ul li{
     float: left;
     display: inline-block;
}
 .wed-menu ul li:nth-child(2){
     padding-right:10px;
}
 .wed-menu ul li a{
     color: #363a3c;
     padding: 8px 10px 5px 10px;
}
 .menu-drop-menu{
}
 .menu-drop-menu li{
}
 .menu-drop-menu li a{
}
 .wed-search{
     background: url(../images/banner.jpg) no-repeat;
     position: relative;
     background-size: cover;
}
 .wed-search{
}
 .web-search-form{
}
 .web-search-form input{
     background: #fff !important;
     border: 0px !important;
     height: 45px !important;
     border-radius: 2px !important;
     padding: 0px 10px !important;
     box-sizing: border-box !important;
     font-size: 14px !important;
}
 .web-search-form input[type="submit"]{
     background: none !important;
}
 .wed-search-1{
     padding: 250px 0px 100px 0px;
     width: 70%;
     margin: 0 auto;
     text-align: center;
     position: relative;
}
 .wed-search-1 h1{
     color: #fff;
     font-size: 40px;
}
 .wed-search-1 p{
     font-size: 18px;
     color: #fff;
     padding-bottom: 15px;
}
 .wed-search-1 form{
}
 .web-search-form label{
     top: 16px;
     left: 18px;
     font-size: 12px;
     font-family: 'Open Sans', sans-serif;
}
 .wed-search:before{
     content: '';
     background: #141E30;
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     position: absolute;
     bottom: 0px;
     top: 0px;
     left: 0px;
     right: 0px;
}
 .web-search-form div{
     padding-left: 5px;
     padding-right: 5px;
}
 .wed-sear-btn{
     height: 45px;
     line-height: 45px;
     background-color: #994b97;
     background: linear-gradient(to bottom, #9a4c98, #6a3179);
     outline:none;
}
 .wed-pop-ser-btn{
}
 .wed-pop-ser-btn img{
}
 .wed-top-phone{
     border: 1px solid #6b6a6a;
     border-radius: 50px;
}
/*-------------------------------------------------*/
/* = 2.MAIN MENU 
/*-------------------------------------------------*/
 .main-menu{
     float: right;
     width:80%;
}
 .main-menu ul{
     float: right;
     margin-bottom:0px;
}
 .main-menu ul li{
     display: inline-block;
     position: relative;
}
 .main-menu ul li a{
     color: #000000;
      padding:18px 7px;
     line-height: 32px;
     font-size: 15px;
     font-weight: 600;
     position:relative;
     display: block;
     font-family: 'Karla', sans-serif;
	 text-transform: uppercase;
}
 .main-menu ul li:hover a{
     color: #e23464;
}

.bd-no li a:after{
	border:none;
	height:0px !important;
	color:#000;}
.bd-no li a{
	color:#000 !important;
	text-transform:capitalize !important;
	padding:0px 10px !important;
	}	

 .main-menu ul li a:after{
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     bottom: 12px;
     left: 0;
     color: #e23464;
     background-color: #e23464;
     visibility: hidden;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     transition: all .15s ease-in;
     z-index: 1;
}
.main-menu ul li ul.sub-menu li a:after{
     content: none;
}
 .main-menu ul li:hover a:after{
     visibility: visible;
     transform: scaleX(1);
     transition: all .25s ease-out;
}
 .main-menu ul li:last-child a{
     padding-right:0px;
}
 .ed-sub-menu:after{
     content: "\f107";
     font-family: FontAwesome;
     padding: 5px 5px;
     position: relative;
     top: 0px;
     font-size: 14px;
     font-weight: 900;
}
 .ed-sub-drop-menu:after{
     content: "\f105";
     font-family: FontAwesome;
     padding: 5px 5px;
     position: relative;
     top: -5px;
     font-size: 14px;
     font-weight: 900;
     float:right;
}
 .menu-about:after{
     display:none;
}
 .mm1-s2 a:after{
     display:none;
}
 .mm2-com a:after{
     display:none;
}
.main-menu ul li ul.sub-menu li a{
    line-height: 20px;
}
.main-menu ul li ul.sub-menu li:hover a{
    color: #e23464;
}
 .slider{
     height:500px !important;
}
 .slider:after{
     position:absolute;
     content:'';
     background:#333;
     bottom:0px;
     top:0px;
     left:0px;
     right:0px;
}
 .caption h3{
     font-size: 60px;
}
 .caption h5{
     font-size: 32px;
}
 .caption p{
}
 .caption a{
}
/*-------------------------------------------------*/
/* = 7.SEARCH BOX 
/*-------------------------------------------------*/
 .search-top{
     background: #002147;
     padding: 12px 0px;
     box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.32);
    /* z-index: 99;
     */
    /* position: absolute;
     */
     width: 100%;
     border-top: 1px solid #dedede;
}
 .search-form{
     width: 60%;
     margin: 0 auto;
}
 .search-form form{
}
 .sf-type{
     float: left;
     width: 75%;
}
 .sf-input{
}
 .sf-input input{
     width: 100%;
     border: 0px;
     background: #ffffff;
     background-size: 17px;
     background-position-x: 12px;
     color: #464646;
     font-weight: 500;
     text-transform: capitalize;
     padding: 8px;
     border: 1px solid #ffffff;
     padding: 8px 45px;
     margin: 0px;
     border-top-left-radius: 2px;
     border-bottom-left-radius: 2px;
     font-size: 14px;
}
 .sf-list{
     display:none;
     position: absolute;
     width: 43.8%;
     background: #fff;
     z-index: 99;
     box-shadow: 0 26px 64px 0 rgba(0,0,0,.6);
     border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
     height: 300px;
     overflow-y: hidden;
}
 .sf-list:hover{
     overflow-y: auto;
}
 .sf-list ul{
}
 .sf-list ul li{
}
 .sf-list ul li a{
     display: block;
     color: #2b333a;
     padding: 10px;
     border-bottom: 1px solid #efefef;
     font-size: 14px;
     font-weight: 600;
}
 .sf-list ul li a:hover{
     background: #eee;
}
 .sf-list ul li:last-child a{
     border-bottom: 0px solid #efefef;
}
 .sf-submit{
     float: left;
     width: 25%;
}
 .sf-submit input{
     width: 100%;
     border: 0px;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     padding: 13px;
     border: 1px solid #e25f30;
     border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
     background: #e05a2b;
     background: -webkit-linear-gradient(to top, #ef612f, #f36b3b);
     background: linear-gradient(to top, #de592a, #f36b3b);
}
/*-------------------------------------------------*/
/* = 8.SLIDER 
/*-------------------------------------------------*/
 .slider-arr{
     color: #fff;
     position: absolute;
     font-size: 18px;
     top: 50%;
     width: 50px;
     height: 50px;
     background: #000000;
     padding: 17px;
     border-radius: 50px;
}
 .slider-con{
}
 .slider-con h2{
     font-size: 50px;
     text-transform: uppercase;
     line-height: 50px;
}
 .slider-con h2 span{
     font-size: 50px;
     text-transform: uppercase;
     font-weight: 700;
     line-height: 28px;
     color: #e66030;
}
 .slider-con p{
     font-size: 20px;
     color: #fff;
     margin-bottom: 40px;
     margin-top: 30px;
     line-height: 30px;
     font-weight: 300;
}
 .slider-con a{
    /* color: #fff;
     */
     padding: 14px 45px;
     line-height: 45px;
     border-radius: 3px;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 14px;
     height: 45px;
     text-align: center;
     margin:0px 10px;
}
 .bann-btn-1{
     background: #f36b3b;
     background: -webkit-linear-gradient(to top, #ef612f, #f36b3b);
     background: linear-gradient(to top, #ef612f, #f36b3b);
     color: #fff;
     border: 1px solid #f36b3b;
}
 .bann-btn-1:hover{
     border: 1px solid #fff;
     background:#fff;
     color:#333;
}
 .bann-btn-2{
     border: 1px solid #e0e0e0;
     color: #e0e0e0;
}
 .bann-btn-2:hover{
     border: 1px solid #fff;
     background:#fff;
     color:#333;
}
 .item{
}
 .item img{
     width:100%;
}
 .top-revi{
     float: left;
     position: relative;
     overflow: hidden;
     padding: 5px 5px 5px 5px;
     width: 20%;
}
 .top-revi img{
     width: 50px;
     height: 50px;
     float: left;
     margin-right: 10px;
     border-radius: 5px;
}
 .top-revi h4{
     float: left;
     display: block;
}
 .top-revi p{
    /* line-height: 5px;
     */
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     float: left;
     margin-bottom: 0px;
     font-size: 12px;
     width: 70%;
}
 .top-star-rat{
     margin-bottom: 0px;
     line-height: 10px;
     float: left;
     display: block;
}
 .top-star-rat i{
     font-size: 10px;
}
 .top-logo{
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 1s ease;
}
 .pop-form{
}
 .pop-form input{
     font-size: 16px;
}
 .ff3{
     border: 1px solid #c3c3c3;
     padding: 25px;
     border-top: 0px;
}
 .ff3 h3{
}
 .ff3 p{
}
 .pop-close{
}
/*-------------------------------------------------*/
/* = 9.HOME PAGE: QUICK LINK 
/*-------------------------------------------------*/
 .wed-hom-ser{
    /* position: absolute;
     */
    /* overflow: hidden;
     */
    /* width: 100%;
     */
    /* padding-top: 14px;
     */
     margin-top: -140px;
}





 .cus-pack-form{
     background: url(../images/placebg.jpg) no-repeat #fff;
     padding: 100px 0px 45px 0px;
     background-size: cover;
     position:relative;
     background-attachment:fixed;
}
 .cus-pack-form:before{
     content: '';
     position: absolute;
     background: linear-gradient(to bottom, rgba(22, 40, 105, 0.91) 46%, rgba(0, 0, 0, 0.41) 100%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .cus-title{
}
 .cus-title h2{
    color:#fff;
}
 .book-tab{
     background: url("../images/slider/1.jpg") no-repeat #fff;
     padding: 50px 0px 160px 0px;
     background-size: cover;
     position:relative;
     background-attachment:fixed;
}
 .book-tit{
}
 .book-tit h2{
     font-size: 42px;
     margin-bottom: 30px;
}
 .book-tit h5{
     font-size: 15px;
     letter-spacing: 4px;
}
 .book-tab-inn{
     width: 70%;
     margin: 0 auto;
}
 .book-tab-inn h3{
     margin-top:0px;
}
 .book-tab-inn p{
}
 .book-tab-body{
     background: #fff;
     border-radius: 0px 0px 10px 10px;
}
 .book-tab-tit{
     padding: 50px 50px 0px 50px;
}
 .book-tab-form{
     box-shadow: none;
     padding-top: 0px;
     border-bottom: 0px solid #cccccc;
}
 .book-tab-inn ul li a{
     color: #555;
     font-weight: 700;
     font-size: 14px;
     background: #fff;
}
 .book-tab-inn .nav-tabs > li.active > a, .book-tab-inn .nav-tabs > li.active > a:hover, .book-tab-inn .nav-tabs > li.active > a:focus{
     background: #f1334c;
     color: #fff;
     border: 1px solid #f1334c;
}
 .course-overlay span {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}
 .con-page{
    padding-bottom:170px;
}
 .new-con h2 {
     color: #f26838;
     font-size: 24px;
     font-weight: 700;
}
 .new-con h2 span {
     color: #13293D;
     font-size: 24px;
     font-weight: 700;
}
 .new-con p a {
     color: #333;
}
 .package-form{
     box-shadow: none;
     padding: 0px;
}
 .package-form label,select,input{
    font-size:13px !important;
}
 .tour-alp-ri-p3{
    padding-top: 5px;

}
 
 .trav-list-bod{
     padding-bottom:0px;
     padding-top: 0px;
}
 .trav-list-bod a h3 {
    color: #034398;
	font-size:20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}
}
 .trav-list-bod p{
     font-size: 13px;
     line-height: 20px;
}
.tour-types, .tour-types .tour-type-item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.theme-1 .tour-types{
    padding: 0;
}

.theme-1 .tour-types .tour-type-item .lImage{
    height: 324.5px;
}
.theme .tour-type {
    position: relative;
}
.theme-2 .tour-type{
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
.theme .tour-type:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    opacity: 0.5;
    background: #000;
}
.theme .tour-type:hover:after{
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1
}
.theme .tour-type .effect-1{
    overflow: hidden;
    position: relative;
}
.theme .tour-type .effect-1 img{
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    width: 100%;
}
.theme .tour-type-item:hover .tour-type-info .tour-type-detail, .theme .tour-type-item:hover .tour-type-info .tour-type-description {
    display: block;
    opacity: 1;
}
.theme-2 .tour-type-item:hover .tour-type{
    border-color:#fff;
}
.theme .tour-type-item:hover .effect-1 img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.theme .tour-type  .tour-type-info {
    position: absolute;
    top: calc(50% - 70px);
    text-align: center;
    width: 100%;
}
.theme .tour-type  .tour-type-info {
    top: calc(50% - 30px);
    -webkit-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    padding: 0 40px;
    z-index: 2;
}
.theme-2 .tour-type  .tour-type-info{
    top: calc(50% - 65px);
}
.theme .tour-type .tour-type-icon {
    width:60px;
    height:60px;
    text-align: center;
    line-height:60px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}

.theme .tour-type .tour-type-info  h3 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.theme .tour-type .tour-type-info .tour-type-detail {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    display: none;
    opacity: 0;
}

	
	
	
.pkgtext-box ul>li{font-size:15px;color:#424242}.custom-select select,.custom-select select option,.custom-select:after,.fliter-wraplft span,.pkglinks-left li a{font-size:14px;color:#333}.pkgtext-box ul>li span{background:#fff;border:1px solid #e37749!important;border-radius:50%;display:inline-block;padding-top:8px;margin-bottom:5px}.pkgtext-box ul>li>a{font-size:13px;padding:5px 15px}.pkgtext-box ul>li.active>a,.pkgtext-box ul>li.active>a:focus{background:#eee}.whiteroundBx div.list ul>li::before,.whiteroundBx div.sub-list ul>li::before{background-repeat:no-repeat;background-position:top 0 bottom -5px;margin-bottom:-5px;display:inline-block;content:""}.pkgtext-box ul>li.active>a,.pkgtext-box ul>li.active>a:focus,.pkgtext-box ul>li.active>a:hover{border:none}.custom-select{position:relative;display:block;margin:-2px auto 0;z-index:10;border:1px solid #e5e5e5;padding:0 8px;border-radius:5px}.custom-select select{border:none;outline:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin:0;display:block;width:100%;padding:5px 0;height:40px}.custom-select:after{content:"\e114";font-family:"Glyphicons Halflings";position:absolute;right:10px;top:0;height:0%;line-height:45px;text-align:center;z-index:-10}.custom-select .input-group-addon{background:0 0;border:none;color:#fff;padding:0 5px}.pkglinks-enquire:hover,.pkglinks-view,.pkglinks-view:hover{background-color:#e94500;color:#fff}.pkg-pricebx{margin-top:10px;padding:12px}.pkglinks-enquire,.pkglinks-view{display:block;font-size:14px;padding:8px 2px}.pkg-pricebx span{display:block;font-size:14px;color:#333}.pkg-pricebx strong{display:block;color:#c0392b;font-weight:500;font-size:16px}.pkg-pricebx i{display:block;font-size:18px;font-weight:500;font-style:normal;color:#333;text-align:center}.pkg-pricebx p{font-size:15px;font-weight:500;color:#c0392b;margin-bottom:0;margin-top:25px;text-align:center}.pkglinks-view{margin:15px 0 8px;border-radius:5px}.pkglinks-enquire{border:1px solid #c0392b;color:#c0392b;margin:5px 0 15px;border-radius:5px}.pkglinks-view:active,.pkglinks-view:focus,.pkglinks-view:hover{color:#fff}.package-list img{min-height:165px}.newarea-wrap{background:#f3f3f3;padding:30px 0;margin-bottom:-65px}.whiteroundBx{background:#fff;padding:25px;margin-bottom:30px;border-radius:15px;position:relative}.whiteroundBx .number{position:absolute;right:20px;top:40px;font-size:70px;font-weight:200;color:#e3e3e3}.pkg-imgbx,.things-to .things-to-img{position:relative}.whiteroundBx .thumbnail{padding:0;line-height:inherit;border:none}.whiteroundBx .thumbnail .caption{color:#555}.whiteroundBx .thumbnail img.lazy{border-radius:15px;width:100%;height:auto}.whiteroundBx .thumbnail h4{margin-top:10px;font-weight:600;font-size:20px;color:#424242}.whiteroundBx .thumbnail a.btn-link{color:#424242;font-weight:600}.whiteroundBx .thumbnail a.btn-link:hover{color:#ff5b03;text-decoration:none}.whiteroundBx .thumbnail .titlebx{display:flex;justify-content:space-between;margin-bottom:10px;margin-top:5px}.whiteroundBx .thumbnail .titlebx h4{font-size:16.5px;margin-bottom:0;line-height:21px;margin-top:0}.whiteroundBx .thumbnail .titlebx span{font-size:12px;font-weight:600;text-transform:uppercase}.tripadv{background:url(https://www.indianholiday.com/images/international/outbound/trip-advisor-logo.png) left 5px top 5px no-repeat #00b087;color:#fff;font-size:12px;font-weight:600;border-radius:3px;padding-left:38px;padding-right:10px}.whiteroundBx .thumbnail .location{display:flex;font-size:14.5px;line-height:21px}.whiteroundBx .thumbnail .location:before{content:"";background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='#2274e0' viewBox='0 0 16 16'><path d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z'/><path d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/></svg>");width:31px;height:26px;background-repeat:no-repeat;background-position:0 3px;margin-right:5px}.whiteroundBx ul.ulinfo{margin-bottom:0}.whiteroundBx ul.ulinfo li{width:30%;text-align:left;line-height:24px;margin:15px;border-bottom:1px dashed #ddd;padding-bottom:20px;display:flex}.whiteroundBx ul.ulinfo li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.whiteroundBx ul.ulinfo li svg{color:#e94500;margin-right:15px}.whiteroundBx div.list ul,.whiteroundBx div.sub-list ul{padding:0;margin:0}.whiteroundBx div.list ul>li,.whiteroundBx div.sub-list ul>li{list-style:none;line-height:24px;padding:0 0 5px}.whiteroundBx div.list ul>li::before{width:20px;height:15px;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='#5b9229' viewBox='0 0 16 16'><path d='M13.485 1.431a1.473 1.473 0 0 1 2.104 2.062l-7.84 9.801a1.473 1.473 0 0 1-2.12.04L.431 8.138a1.473 1.473 0 0 1 2.084-2.083l4.111 4.112 6.82-8.69a.486.486 0 0 1 .04-.045z'/></svg>")}.whiteroundBx div.sub-list ul>li::before{width:18px;height:16px;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='#e94500' viewBox='0 0 24 24'><path d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z'/></svg>")}.bestbox{background:#f3f3f3;border-radius:15px;padding:0 20px 20px;margin-top:50px;text-align:center}.overviewtable td:nth-child(odd),.things-to{background:#ecf9ff}.bestbox .roundicon{width:80px;height:80px;padding-top:14px;margin-top:-44px;border-radius:100%;display:inline-block;text-align:center;background:#fff;box-shadow:rgba(99,99,99,.2) 0 2px 6px 0}.bestbox h3{font-size:18px;margin-top:15px;font-weight:600}.bestbox h5{font-size:15px;margin-top:15px;line-height:22px}.bestbox p,.botoverview .hr-accordion-wrapper .accordion-content ul>li{font-size:14px}.botoverview h3{font-size:19px;color:#d34205;font-weight:500}.botoverview p{font-size:15px;line-height:24px}.botoverview .hr-accordion-wrapper .accordion-title span.title{font-size:16px;font-weight:500}.botoverview .hr-accordion-wrapper .accordion-title{border-bottom:1px solid #eee}.botoverview .hr-accordion-wrapper .accordion-content p{font-size:14px;line-height:22px}.botoverview .hr-accordion-wrapper .accordion-title span.collapse-icon{top:5px;right:5px}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;min-width:100%;width:100%;max-width:100%;line-height:1}.offerpkg,.pkg-imgbx,.ticklist li:before{display:inline-block}.carousel-fade .carousel-inner .item{opacity:0;transition-property:opacity;overflow:hidden}.item.active img{transition:transform 5s linear;transform:scale(1.05,1.05)}.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity:1}.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;opacity:0;z-index:1}.carousel-fade .carousel-control{z-index:2;top:35%}@media all and (transform-3d),(-webkit-transform-3d){.carousel-fade .carousel-inner>.item.active.left,.carousel-fade .carousel-inner>.item.active.right,.carousel-fade .carousel-inner>.item.next,.carousel-fade .carousel-inner>.item.prev{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.carousel-fade .carousel-inner>.item.active,.carousel-fade .carousel-inner>.item.next.left,.carousel-fade .carousel-inner>.item.prev.right{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-fade .carousel-control.left,.carousel-fade .carousel-control.right{background-image:none}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev,.carousel-fade .carousel-control .glyphicon-chevron-left{font-size:42px!important}.pkglinks-enquire,.pkglinks-view{outline:0;transition:.5s;-o-transition:.5s;-webkit-transition:.5s}.ticklist li:before{content:"";background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='#568e1c' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/></svg>");width:27px;height:18px;background-repeat:no-repeat;background-position:0 -3px;margin-right:5px;margin-bottom:-4px}ul.arrowlist li:before{content:"";background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='#568e1c' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");width:27px;height:18px;background-position:0 0;margin-bottom:-6px;margin-right:0}.things-to{border-radius:20px 20px 0 0;margin:20px 0 0}.things-to .things-to-img .things-to-hdg{width:100%;height:3em;background-image:linear-gradient(to bottom,rgba(0,0,0,0),#000);position:absolute;bottom:0;left:0;padding:18px 0 0 10px;color:#fff;font-size:17px;border-radius:0 0 15px 15px;font-weight:500}.things-to p{padding:12px;color:#424242}.things-to a.things-details{font-weight:500;color:#e94500;text-transform:uppercase;background:#fff;border-top:1px solid #e94500;display:block;padding:10px 0}.bgcolor{background:#fff}.container.custom-width-container{width:100%;max-width:1477px}.leftpnnl-box{margin-top:10px}.pkgfliter-head{color:#333;margin:0;font-size:17px;font-weight:500}.pkglinks-left{margin:10px 0;padding:0}.pkglinks-left li{list-style:none;padding-bottom:7px;margin:0}.pkglinks-left li:before{content:"\e072";font-family:'Glyphicons Halflings';color:#f18f30;font-size:8px;margin-right:5px}.pkglinks-left li a:hover{text-decoration:none;color:#c0392b}.leftpnnl-box .readmorelnk{text-align:right;font-weight:500;font-size:14px}.viewbtt-txt{font-size:14px;color:#9a281c}.fltrbg{padding:10px 0;border-bottom:1px solid #e6e9ec}.fliter-wraplft{margin-top:20px;padding-bottom:15px;border-bottom:1px solid #cacaca}.fliter-wraplft-head{font-weight:500;color:#333;margin-bottom:15px;font-size:17px}.fliter-wraplft .checkbox-inline{padding-right:0;padding-left:0;margin-left:0;margin-bottom:8px;width:100%}.checkbox-box label:after,.radio label:after{content:'';display:table;clear:both}.checkbox-box .cr,.radio .cr{background:#fff;position:relative;display:block;border:1px solid #a9a9a9;border-radius:.25em;width:1.3em;height:1.3em;float:left;margin-right:.5em}.checkbox-box .cr .cr-icon,.radio .cr .cr-icon{position:absolute;font-size:.8em;line-height:0;top:49%;left:10%}.checkbox-box label input[type=checkbox],.radio label input[type=radio]{display:none}.checkbox-box label input[type=checkbox]+.cr>.cr-icon,.radio label input[type=radio]+.cr>.cr-icon{transform:scale(3) rotateZ(-20deg);opacity:0;transition:.3s ease-in}.checkbox-box label input[type=checkbox]:checked+.cr>.cr-icon,.radio label input[type=radio]:checked+.cr>.cr-icon{transform:scale(1) rotateZ(0);opacity:1}.checkbox-box label input[type=checkbox]:disabled+.cr,.radio label input[type=radio]:disabled+.cr{opacity:.5}.radio .cr{border-radius:50%}.pagt-tetbx{font-size:17px;color:#555;margin-top:30px}.sorting-box{margin-top:25px}.pkgwrapper{border:1px solid #cacaca;margin-top:20px;padding:15px 0;overflow:hidden}.offerpkg{width:67px;height:67px;background:url(https://www.indianholiday.com/images/offer-tag.png) left top no-repeat;position:absolute;left:-3px;top:-3px}.offer-available{display:flex;flex-wrap:wrap;width:100%;padding:0;margin:50px 0 0}.offer-available .offerabl-contr{width:32%;display:flex;background:#f2f2f2;border:2px dashed #bbb;padding:10px 15px 15px;margin:0 22px 0 0;position:relative;cursor:pointer}.offer-available .offerabl-contr:nth-child(3){margin-right:0!important}.offer-available .offerabl-contr .offer-available-listing{width:13%;padding:0;margin:0;font-size:18px}.offer-available .offerabl-contr .offer-available-listing:nth-child(2){width:90%}.offer-available .offerabl-contr .offer-available-listing:nth-child(odd){margin-top:5px}.offer-available .offerabl-contr .scissors-icon{position:absolute;right:25px;top:-37px}.pagination{margin-bottom:5px}.pagination>li>a,.pagination>li>span{margin:5px;border-radius:4px}.pagination>li:first-child>a,.pagination>li:first-child>span,.tourlink-other ul{margin-left:0}.selct-bg{background-color:#fff;border:1px solid #e5e5e5;padding:0 8px;margin-top:-2px;border-radius:5px}.selct-bg:after{right:10px}.tourlink-other{margin-top:18px}.trpkg-pricelist,.trpkg-sectbx{margin-top:6px}.tourlink-other strong{font-size:23px;font-weight:400;color:#333;display:block;padding-bottom:8px}.box .title a,.close-button,.inter-r,.prcbx-inner strong{font-weight:500}.tourlink-other ul li{line-height:50px;margin-bottom:5px;padding-left:3px;padding-right:3px}.tourlink-other ul li a{font-size:15px;color:#333;padding:8px 12px;border:1px solid #dbdbdb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-weight:400}.tourlink-other ul li a:hover{color:#fff;border:1px solid #9f000a;background-color:#bf000c;background-image:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:0}.custom-select,.tourlink-other ul li a{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f1f1f1));background-image:-webkit-linear-gradient(top,#fff,#f1f1f1);background-image:-moz-linear-gradient(top,#fff,#f1f1f1);background-image:-ms-linear-gradient(top,#fff,#f1f1f1);background-image:-o-linear-gradient(top,#fff,#f1f1f1);background-image:linear-gradient(top,#fff,#f1f1f1)}.custom-select .form-control:focus{border-color:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none}.trpkg-pricelist a{font-size:15px;color:#222;background-color:#faebd7;padding:8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.adscontainer,.qfrm{width:320px;z-index:1000}.pkgform-wrapper{background-color:#222;margin-top:25px}.pkgform-headbx{font-size:1.5em;color:#fff;background-color:#d34205;padding-top:8px;padding-bottom:8px;margin:0;position:relative}.title-arrow{width:0;height:0;position:absolute;left:50%;bottom:-10px;margin-left:-8px;border-style:solid;border-width:10px 8.5px 0;border-color:#d34205 transparent transparent}.pkgform-box{padding:15px 12px}.codwh-1,.leftpd{padding-left:0}.capcode-img{margin-top:4px}.pkgform-box input,.pkgform-box textarea{margin-bottom:8px;padding:6px}.pkgform-box select{margin-bottom:8px;padding:6px 2px}.tab-listbx td,.tab-listbx th,.table-newbg table th{padding-top:6px;padding-bottom:6px;text-align:center!important}.pkgform-box .submitbtt{font-size:1.3em;color:#fff;background-color:#d34205;padding:8px 25px;margin:5px auto 0;display:block;text-decoration:none;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;box-shadow:none;border:none}.pkgform-box .submitbtt:hover{color:#fff;background-color:#bf000c;text-decoration:none}.tab-content,.tab-listbx table,.table-newbg table{width:100%}.tab-listbx tr,.table-newbg table tr:nth-child(2n){background-color:#fff}.tab-listbx tr:nth-child(2n){background-color:#f1f1f2}.tab-listbx th{background-color:#e6e6e6;font-size:20px;color:#333}.filter-button,a.filter-result{background:#3eb368;cursor:pointer;display:none}.filter-button,a.filter-result,a.filter-scroll-btn{color:#fff;font-size:16px}.tab-listbx td{font-size:1.11em}.table-newbg table tr{background-color:#fcf8e3}.table-newbg table th{font-size:16px;color:#222;background-color:#ffc000}.table-newbg table td{padding-top:8px;padding-bottom:8px;text-align:center!important;font-size:1.11em}.filter-scrolling{overflow-y:scroll;max-height:200px}.filter-button{position:fixed;bottom:20px;left:25px;z-index:99!important;padding:12px 25px}a.filter-result{padding:12px 0;margin:0 0 5px;text-align:center}.close-button{display:none;position:fixed;top:35px;right:35px;font-size:15px;line-height:1;color:#424242;z-index:9999;border:1px solid #424242;padding:5px 8px;border-radius:50%;background-color:#fff!important}.close-button:focus,.close-button:hover{color:#a60707;border:1px solid #a60707;text-decoration:none;cursor:pointer}a.filter-scroll-btn{background:#3f9dd1;padding:10px 0 10px 15px;margin:15px 0 0;cursor:pointer;position:fixed;top:80px;left:15px;width:210px;display:none;text-decoration:none!important}a.filter-scroll-btn span{padding:3px 15px 0 0}a.filter-scroll-btn:hover{background:#106c9f;color:#fff;text-decoration:none!important}.box a.read-more,.tourinqbtt{text-decoration:none;color:#fff}.lstbtt-text{display:inline-block;background-color:#555;color:#fff!important;font-size:17px;padding:4px 12px;margin-right:15px}.geninfobx{margin-top:20px;padding:10px;border:1px solid #d7d7d7;box-shadow:0 0 2px rgba(0,0,0,.2)}.geninfo-heading{font-size:18px;color:#fff;padding:10px;background-color:#222}.geninfobx ul li{list-style:none;border-bottom:1px solid #d7d7d7;padding:0 10px;font-size:16.5px;color:#333}.geninfobx ul li:last-child,.sail #accordion .panel-default:last-child{border-bottom:none}.geninfobx ul li a{font-size:16.5px;color:#333;padding:10px 0;display:block;background:url(https://www.indianholiday.com/images/arrow-black.png) right 18px no-repeat}.geninfobx ul li h3{margin:0}.geninfobx ul li:hover{background:#d7d7d7}.footer-link ul li{float:left;width:30%;padding-bottom:10px;list-style:circle;margin-left:15px;margin-right:16px}.footer-link ul li a{font-size:15px;color:#000}.border-box{border:1px solid #ccc;background:#fbfafa;padding:10px;overflow:hidden;border-radius:5px}.loadMoreButt{background-color:#c0392b;font-size:15px;color:#fff;padding:5px 15px;margin:15px auto 0;border-radius:5px;border:0;display:inherit}.overflowXscroll{overflow-x:auto!important;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%}.overflowHidden,.tab-text ul{overflow:hidden}.slidrwrapper{width:860px;margin-top:15px}.slidr-listing{margin:0 0 0 10px;width:200px;text-align:center;float:left}.slidr-listing .img-icon{font-weight:500;color:#111}.tab-hdg{display:block;font-size:20px;border-bottom:1px solid #eee;padding:0 0 5px;margin:0 0 10px}.tab-text ul{padding:0 0 15px;margin:0}.tab-text ul li{padding:0;margin:0 15px;font-size:14px;float:left;width:46%;line-height:26px}.tab-text p{padding:0 0 15px;line-height:24px}.tab-text table{border:1px solid #ccc;width:100%}.tab-text table tr th{background:#f1f1f1;font-weight:400;font-size:18px;padding:2px;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.tab-text table tr td{padding:10px;border-right:1px solid #ccc;font-size:17px;text-align:center}@media (min-width:992px) and (max-width:1199px){.adscontainer,.qfrm{width:260px}}@media (max-width:991px){.dest-folter-box,.fliter-wraplft,.pkglinks-left{overflow-y:scroll}.selct-bg{margin-top:15px}.flot-rht{float:none}.statdh1{position:static!important}.adscontainer,.qfrm{width:100%;padding-right:15px}.pkgform-box{padding:15px 20px}.frngbnn-othr,a.filter-scroll-btn{display:none}.filter-button,a.filter-result{display:block}.filter{font-size:20px;color:#424242;text-align:left!important;text-transform:uppercase;border-bottom:1px solid #ddd;padding:5px 0;margin:0 0 20px}.white-overlay{display:none;background:#e3e3e3;position:fixed!important;top:0;left:0;width:100%;height:100%;z-index:999!important}.dest-folter-box,.folter-box{margin-top:9px!important;height:450px}#searchBar{display:none;position:fixed;top:15px;z-index:999;width:100%}.close-button{display:block!important}.pkglinks-left{height:150px}.fliter-wraplft{height:180px;margin-bottom:15px}}.box,.box .nodays,.tourinqbtt{text-align:center}.box,.prcrelt{position:relative}@media (max-width:767px){.pkgimg-box,.pkgtext-box,.txt-cntr{text-align:center}.pkgimg-box a,.pkgtext-box ul li{display:inline-block}.pkglinks-enquire,.pkglinks-view{display:inline-block;padding:8px 15px;margin:18px 8px 0}.pkgtext-box{padding-right:15px;margin-top:10px}.pkgimg-box img{margin:0 auto}.pkgtext-box ul li{width:inherit;float:none;border:1px solid #cacaca;padding:4px 7px;margin:5px 3px;font-size:14px}.custom-select .btn,.custom-select select{font-size:17px}.pkgtext-box i,.pkgtext-box ul{display:none}.hideInMobile{display:none!important}.filter-button{bottom:48px;padding:10px 20px}}@media (max-width:470px){.selct-wth{width:100%}.custom-select{border:1px solid #cacaca;margin-bottom:12px;margin-top:5px;background-color:#fff;border-radius:5px;padding-left:8px}.custom-select::after{right:10px}.custom-select span.multiselect-native-select{top:0}.custom-select .btn-block{height:45px}}.box,.inty-txt img{border-radius:6px}.sail #accordion .panel-title>a{display:block;padding-top:10px;outline:0;text-decoration:none}#accordion a[data-toggle=collapse]::before,.sail #accordion .panel-title>a.accordion-toggle::before{content:"\e260";font-size:16px;font-weight:400;color:#333;float:right;font-family:'Glyphicons Halflings';margin-right:1em}#accordion a.collapsed[data-toggle=collapse]::before,.sail #accordion .panel-title>a.accordion-toggle.collapsed::before{content:"\e259"}.sail #accordion .panel{box-shadow:none;border-radius:6px;padding:10px 0 15px!important;letter-spacing:.02em;margin-bottom:11px}.sail #accordion .panel-group .panel{margin-bottom:0;border-radius:0}.sail #accordion .panel-default{border-color:transparent}.sail #accordion .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top:1px solid #e5e5e5;margin-top:15px}.sail #accordion .panel-default>.panel-heading{color:inherit;background-color:transparent;border-color:inherit}.intytittle{font-size:18px;color:#424242;padding:0 0 0 15px}.inter-r,a.inter-r{color:#d34205}a.inter-r:hover{color:#d3420!important}.inty-txt{padding-bottom:0}.box{padding:5px 5px 10px;margin-bottom:25px;color:#bdc3c7;overflow:hidden;background:#fff;box-shadow:rgba(17,17,26,.1) 0 0 16px}.box img{margin:0 auto 2px;width:100%;height:auto;max-height:185px;object-fit:cover;border-radius:5px}.box .nodays{font-size:16px;color:#333;background-color:#f0f0ef;padding:3px 10px 5px;position:absolute;top:5px;right:5px}.prcrelt{display:block}.prcbx{position:absolute;bottom:0;left:0}.prcbx-inner{background-color:#222;font-size:13px;color:#fff;padding:6px 10px 4px}.prcbx-inner strong{color:#fff}.box .title{margin-bottom:8px;padding-top:5px;min-height:60px}.box .title a{font-size:16px;line-height:22px;color:#e95200}.box .title a:hover{text-decoration:underline}.box a.read-more{font-size:15px;text-transform:uppercase;background-color:#36b670;padding:3px 10px;border-radius:3px}.box a.read-more:hover{color:#36b670;background-color:#fff;border-top:1px solid #36b670}.tourinqbtt{font-size:18px;text-transform:uppercase;padding:6px 20px;margin:8px auto 0;display:inline-block;background-color:#e94500;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;box-shadow:rgba(0,0,0,.1) 0 4px 12px}.tourinqbtt:hover{color:#fff;background:#d4101c}.tourviewbtt{background:#fff;color:#8f060f;border:1px solid #e9d4d4}
.grecaptcha-badge { visibility: hidden;}