body,html{font-family: 'Kanit', sans-serif;font-size: 16px;}
*{margin: 0;padding: 0;}
ul,ol{list-style-type: none;padding-left: 0;}
a{text-decoration: none !important;}
a:focus-visible,a:focus {
	outline: none;
}
/*modal and form css starts from here*/
.manmeet-modal .modal-header{background: #ff6600;position: relative; padding-top: 8px;padding-bottom: 8px;}
.manmeet-modal .modal-title{color: #ffffff;
-webkit-text-shadow: 0px 1px #555555; -moz-text-shadow: 0px 1px #555555; -ms-text-shadow: 0px 1px #555555; -o-text-shadow: 0px 1px #555555; text-shadow: 0px 1px #555555; font-size: 24px;}
.manmeet-modal .modal-content{-webkit-border-radius: 3px;
-moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;overflow: hidden;}
.manmeet-modal .close {color: #fff; opacity: 1; width: 65px; height: 100%; right: 0; position: absolute; top: 0; margin: 0; background: rgba(0, 0, 0, 0.17); }
.manmeet-modal .modal-footer{background: #f0f8ff;}
.modal-backdrop.in {filter: alpha(opacity=80); opacity: .8; }
/*modal and form css endsss from here*/

/*manmeet utility styling starts here*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}


template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 60%;
}
big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*some resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*manmeet styling starts from here*/


/*typography */
html,body{
  color: #777777;
  font-size: 14px;
}

a{
  text-decoration: none;
}

h1{
  font-size:36px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
h2{
  font-size:30px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
h3{
  font-size:24px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4{
  font-size:18px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
h5{
  font-size:12px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
h6{
  font-size:6px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

p{
  line-height: 24px;
}

.inherit_a,.inherit-a,.inherita {text-decoration: none !important; color: inherit; font-size: inherit; }

/*color and backgrounds*/
.absolute-in-content {
    position: absolute;
    right: 15px;
       top: 14px;
    width: 78px;
    line-height: 1;
    text-align: right;
}
.specialbox img:hover,.packageanchor img:hover{
webkit-transform: scale(1.5) rotate(5deg);
    -ms-transform: scale(1.5) rotate(5deg);
    -o-transform: scale(1.5) rotate(5deg);
    transform: scale(1.5) rotate(5deg);
	transition:0.5s;
}
.absolute-in-content .fa
{
	color: #00CC00;
}
.flight_taddress 
{
    color: #fff;
    font-size: 17px;
}
footer h3{
    font-size: 23px;
    color: #fff;
}
.footerfluid li a
{
	 color: #fff;
    font-size: 16px;
    line-height: 38px;
}
.tripo_address
{
	       color: #ffffff;
    font-size: 20px;
}

.hfooterfluid
{
	    background-color: #ffffff;
}
.bus_preturn
{
	display:none;
}
.bus_radio
{
padding-left:10px;
}


.flight_add{	margin-bottom:0px !important;}
.effect_img {
    /* margin: 0px; */
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.promo-box .content-section {
    padding: 40px 0;
    z-index: 1;
    position: relative;
}
.promo-box .table-wrapper {
    width: 100%;
    margin: 0;
}
.wt-nav-tabs>li.active:after {
    background:  #001748  none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 20px;
}
.firstbg {
    height: 46px;
    color: #716d6e !important;
padding-top:10px;
    text-align: center;
    background: #efe9e9 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    border: 1px solid #efe9e9;
	    font-weight: normal;
	
}

.firstbg .fa {
    font-size: 20px;
	    width: 30%;
		margin-right:0px;
}
.firstbg span {
    margin-top: 2px;
	    width: 70%;
}
.promo-box .table-cell {
    vertical-align: middle;
}
.table-wrapper .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none !important;
}
.promo-box .m-title em {
   font-size: 23px;
    font-weight: bold;
    font-style: normal;
}

.content:hover
{
	    margin-top: -37px;
}
.raj_viewDeal {
    width: 100%;
    margin:18px auto;
	background:none !important;
	padding:0px !important;
	
}
.raj_viewDeal span {
    border-top: 1px solid #443c3c;
       padding: 11px 35px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px;
    color: #fff;
	    background-color:  #001748 ;
		margin-bottom:10px;
   
   }
   .footerfluid
   {
	   background-color:  #001748 ;
   }
 
  .packages:hover .travel_trip
  {
  display:block;
  }
   .pcname span
   {
	   color:#333;
	   font-size:18px;
   }
   
 .travel_trip
{
	    position: absolute;
    top: 36px;
    z-index: 999;
    background-color: rgba(11, 10, 54, 0.55);
	display:none;
} 

.absolute-in-content .btn {
    background: none;
    padding: 4px 0;
    font-size: 18px;
	    display: block;
}
footer
{
    
}
/*.footerfluid > .container:first-child:before {
    width: 183px;
    height: 81px;
    top: -109px;
    left: -50px;
    background-image: url('../images/bird.png');
 position:absolute;
	}

.footerfluid > .container:first-child:after {
    width: 210px;
    height: 203px;
   top: -133px;
    right: 0;
	    position: absolute;
    background-image: url('../images/trees.png');
} */
.footerfluid > .container:first-child
{
	 position: relative;
    padding-top: 35px;
}
.absolute-in-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.subscribe
{
    margin-top: 15px;
}

 .absolute-in-image .duration {
    padding: 15px;
}
.absolute-in-content .price {
    color: #F56961;
    font-size: 16px;
    font-weight: 700;
}
.hfooterfluid .container
{
border-top: 1px solid rgba(149, 194, 64, 0.76);
   
	    border-bottom: 1px solid rgba(149, 194, 64, 0.76);
}
 .absolute-in-image .duration span {
    background: #001748;
    color: #e8f909;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}
.navbar-header .navbar-toggle 
{
	margin-top: 28px;
}
.package-fluid .radius-zero {
	color: #fff;
	background-color:  #001748 ;
	border-color:  #001748 ;
}
 .content {
    padding: 15px;
    padding-right: 90px;
    position: relative;
	transition: 0.5s;
	background-color:#fff;
}
 .content h5 {
    color: #001748;
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600
}
/*.specialbox img:hover
{
	-webkit-transform: scale(1.2);
    transform:scale(1.2);
	overflow:hidden;
	transition:0.5sec ease-in-out;
} 
.specialbox img
{
	overflow:hidden;
}*/

.raty-wrapper .fa {
    display: inline-block;
    width: auto;
    margin-right: 3px;
	color: #de4400;
}
.mreview
{
    color:  #001748 ;
}


.light-bg{background: #f5f5f5;}
.main-bg{background:  #001748 ;}
.sub-bg{background: #3bb2d0;}

.hover-light-bg:hover{background: #f5f5f5;}
.hover-main-bg:hover{background:  #001748 ;}
.hover-sub-bg:hover{background: #3bb2d0;}


.light-color{color: #f5f5f5;}
.main-color{color:  #001748 ;}
.sub-color{color: #3bb2d0;}
.dull-color{color: #c5c5c5;}

.hover-light-color:hover{color: #f5f5f5;}
.hover-main-color:hover{color:  #001748 ;}
.hover-sub-color:hover{color: #3bb2d0;}
.hover-dull-color:hover{color: #c5c5c5;}

.read-color{color: #666666;}

 /*standard colors and backgrounds*/
.white-bg{background: #ffffff;}
.black-bg{background: #000000;}
.gray-bg,.grey-bg{background: #eeeeee;}
.primary-bg{background: #337ab7;}
.success-bg{background: #00d008;}
.info-bg{background: #00bcd4;}
.warning-bg{background: #ff9c0b;}
.orange-bg{background: #ff6600;}
.danger-bg{background: #ff0000;}

.hover-white-bg:hover{background: #ffffff;}
.hover-black-bg:hover{background: #000000;}
.hover-gray-bg:hover,.hover-grey-bg:hover{background: #eeeeee;}
.hover-primary-bg:hover{background: #337ab7;}
.hover-success-bg:hover{background: #00d008;}
.hover-info-bg:hover{background: #00bcd4;}
.hover-warning-bg:hover{background: #ff9c0b;}
.hover-orange-bg:hover{background: #ff6600;}
.hover-danger-bg:hover{background: #ff0000;}

.white-color{color: #ffffff;}
.black-color{color: #000000;}
.gray-color,.grey-color{color: #eeeeee;}
.primary-color{color: #337ab7;}
.success-color{color: #00d008;}
.info-color{color: #00bcd4;}
.warning-color{color: #ff9c0b;}
.orange-color{color: #ff6600;}
.danger-color{color: #ff0000;}

.hover-white-color:hover{color: #ffffff;}
.hover-black-color:hover{color: #000000;}
.hover-gray-color:hover,.hover-grey-color:hover{color: #eeeeee;}
.hover-primary-color:hover{color: #337ab7;}
.hover-success-color:hover{color: #00d008;}
.hover-info-color:hover{color: #00bcd4;}
.hover-warning-color:hover{color: #ff9c0b;}
.hover-orange-color:hover{color: #ff6600;}
.hover-danger-color:hover{color: #ff0000;}


/*form styling*/
.input,.textarea,.select{
  height: 34px;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.textarea{min-height: 70px; resize: vertical;}
.form-height{height: 34px;min-height: initial;max-height: initial;}
input[type="radio"],input[type="checkbox"] {
  margin:0; vertical-align: middle;
}
/*button and user interface styles*/
.button{
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,input[type="button"],input[type="submit"]{
  height: 34px;
  text-align: center;
  outline: 0;
  border:0;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.button-small{
  height: auto;
  padding: 5px 8px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.button-medium{
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.button-big{
  height: auto;
  padding: 15px 30px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.button-default{
  background: transparent;
  border:1px solid rgba(255,255,255,.5);
}

.inline{display: inline;}
.inline-block{display: inline-block;}
.block{display: block;}
.none{display: none;}

.border{border: 1px solid #dddddd;}
.border-top{border-top: 1px solid #dddddd;}
.border-right{border-right: 1px solid #dddddd;}
.border-bottom{border-bottom: 1px solid #dddddd;}
.border-left{border-left: 1px solid #dddddd;}
.border-left-right{border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;}
.border-zero{border: none;}

.radius{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

.oval{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
}

.circle{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}

.square,.radius-zero{
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}

.lowercase{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.uppercase{text-transform: uppercase;}

.shadow{
-webkit-box-shadow: 0px 6px 15px #d9d9d9;
-moz-box-shadow: 0px 6px 15px #d9d9d9;
box-shadow: 0px 6px 15px #d9d9d9;
}

/*command class*/
.tal{text-align: left;}
.tac{text-align: center;}
.taj{text-align: justify;}
.tar{text-align: right;}

.fwn{font-weight: normal;}
.fwb{font-weight: bold;}
.fwi{font-weight: initial;}
.fwit{font-weight: inherit;}
.italic{font-style: italic;}

.vam{vertical-align: middle;}
.vas{vertical-align: super;}
.vat{vertical-align: top;}
.vab{vertical-align: bottom;}
.vatt{vertical-align: text-top;}
.vabs{vertical-align: baseline;}

.oh{overflow: hidden;}
.ov{overflow: visible;}
.os{overflow: scroll;}
.osx{overflow-x: scroll;}
.osy{overflow-y: scroll;}

.border-box
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.fz10{font-size: 10px;}
.fz12{font-size: 12px;}
.fz13{font-size: 13px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz24{font-size: 24px;}
.fz26{font-size: 26px;}

.dead{pointer-events: none !important; cursor: no-drop !important;}

.z1{z-index: 1;}
.dheight{height: 34px; line-height: 34px;}
.relative{position: relative;}
.left{float: left;}
.right{float: right;}
.no-float{float: none;}
.clear{
  content: "";
  clear: both;
}
.clear:before,.clear:after{
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.grabber:after,.grabber:before{content: "";clear: both;display: block;width: 100%;}


/*paddings and margins*/
.p0{padding: 0px;}
.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.pb0{padding-bottom: 0px;}
.pt0{padding-top: 0px;}
.plr0{padding-right: 0px; padding-left: 0px;}
.ptb0{padding-top: 0px; padding-bottom: 0px;}

.p15{padding: 15px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}


.m0{margin: 0px;}
.ml0{margin-left: 0px;}
.mr0{margin-right: 0px;}
.mb0{margin-bottom: 0px;}
.mt0{margin-top: 0px;}
.mlr0{margin-right: 0px; margin-left: 0px;}
.mtb0{margin-top: 0px; margin-bottom: 0px;}
.auto{margin: auto;}

.mt5{margin-top: 5px;}
.mt8{margin-top: 8px;}
.mb5{margin-bottom: 5px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mt15{margin-top: 15px;}
.mb15{margin-bottom: 15px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mt25{margin-top: 25px;}
.mb25{margin-bottom: 25px;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}
.mt100{margin-top: 100px;}
.mb100{margin-bottom: 100px;}

/*special widths*/
.width-5{width: 5%}
.width-10{width: 10%}
.width-15{width: 15%}
.width-20{width: 20%}
.width-25{width: 25%}
.width-30{width: 30%}
.width-35{width: 35%}
.width-40{width: 40%}
.width-45{width: 45%}
.width-50{width: 50%}
.width-55{width: 55%}
.width-60{width: 60%}
.width-65{width: 65%}
.width-70{width: 70%}
.width-75{width: 75%}
.width-80{width: 80%}
.width-85{width: 85%}
.width-90{width: 90%}
.width-95{width: 95%}
.width-100{width: 100%}
/*======================*/

/*table css goes here*/
.table-fixed{table-layout: fixed;}
.mk-table{display: table;width: 100%;}
.mk-table>*{display: table-cell;vertical-align: inherit;}

.mk-grid{display: table;width: 100%;}
.mk-grid>*{display: table-cell;vertical-align: inherit; border-right:15px solid transparent;border-left:15px solid transparent;}

/*menu css goes here*/
#trigger{display: inline-block;}
.menu{display: block;width: 100%;}

.menu:before,.menu:after{
content: "";
width: 100%; 
clear:both;
display: block;
}
.menu ul{
color:inherit;
background: inherit;
}
.menu ul li{
position: relative;
display: block; 
color:inherit;
background: inherit;
text-align: center;
}

.menu ul li a{
display: block;
border-bottom: 1px solid rgba(255,255,255,.2);
height: 34px; 
line-height: 34px;
color:inherit;
background: inherit;
font-size: 14px;
}

@media (min-width: 769px) {

.menu>ul>li{
float: left; 
min-width: 100px; 
text-align: center;
border-right: 1px solid rgba(255,255,255,.2);
}
.menu>ul>li:last-of-type{
border-right: 0px solid #000;
}
/*.menu>ul>li ul,.menu>ul>li ul li{text-align: left;}
*/

.menu ul li a{padding:0px 30px;}

.menu>ul>li>ul{
position: absolute;
top: 34px;
left: 0;
border-top: 2px solid rgba(255,255,255,.2);
min-width: 100%;
z-index: 11111;
display: none;
}
.menu>ul>li>ul>li>ul{
position: absolute;
top: 0px;
left: 100%;
border-left: 2px solid rgba(255,255,255,.2);
min-width: 100%;
z-index: 11112;
display: none;
}

.menu>ul>li:hover>ul{display: block;}
.menu>ul>li>ul>li:hover>ul{display: block;}

.auto-menu.menu>ul{display: table;width: 100%;}
.auto-menu.menu>ul>li{display: table-cell;float: none;}

}

/*manmeet utility styling ends here*/



/*header css starts from here*/
.logotext {
    display: inline-block;
    margin-top: 3px;
    display: none;
}
.firsthalftext {
    font-size: 30px;
    font-weight: bold;
    color:  #001748 ;
}
.secondhalftext {
    font-size: 30px;
    color: #004175;
    font-weight: bold;
}
.logo-img{max-height: 100px;margin-top: -3px;margin-bottom: 5px;}
.mk-brand{height: initial;min-height: 00px;max-height: 100px;display: block;padding-top: 3px;padding-bottom: 3px;margin-top: 10px;}
.navbar-default{background-color: #ffffff; border-bottom: 1px solid #f5f5f5; margin-bottom: 0;}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar
{background-color: #ffffff;}

.mk-main-menu{margin-top: 8px;}
.mk-main-menu>li{margin-left: 10px;}
.mk-main-menu>li>a{
    padding: 7px 7px;
    display: block;
    /*text-transform: capitalize;*/
    font-size: 15px;
    color: #999999; }
.mk-main-menu>li>a:hover,
.mk-main-menu>li>a:focus,.mk-main-menu>li.active>a{color: #de4400 !important;background: none !important;}
.mk-main-menu>li.active>a{background: none;}
.mk-main-menu .dropdown-menu{padding-top: 0px;padding-bottom: 0px ;border:1px solid #e2e2e2;
  background: #ffffff ;
  left: 0;right: initial;
}
.border-zero .navbar-toggle:focus, .border-zero .navbar-toggle:hover {
    background-color: #f93;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #de4400 !important;
}


.mk-main-menu .dropdown-menu>li>a{padding: 7px 15px;display: block;font-size: 14px;color: #777777;border-bottom: 1px solid #f5f5f5;}
.mk-main-menu .dropdown-menu>li>a:hover{    background:  #001748 ;
    color: #ffffff;}
.mk-main-menu>li.applynow>a{
  background: #FF5722 !important;
    color: #ffffff;
    border-radius: 20px;
    padding: 7px 20px;
}
/*header css endsss from here*/

/*footer css starts from here*/
.footerfluid1 {padding-top: 15px; padding-bottom: 15px; background: #de4400;
 /* background: repeating-linear-gradient( 32deg, #000000 4px, #292828 8px);*/ overflow: hidden;
   border-bottom: 1px solid rgba(251, 251, 251, 0.07); }
.wehavegotcol{position: relative;}
.wehavegotcol:after{
    content: "";
    width: 1px;
    height: 200%;
    position: absolute;
    right: 0;
    top: -20px;
    background: rgba(251, 251, 251, 0.07);
    z-index: 1;
}
.wehavegot span{
  color: #ffffff;
    float: left;
    width: 76px;
}
.wehavegot h2{
         color:  #001748 ;
    float: left;
    margin: 0;
    font-size: 39px;
    font-weight: normal;
    padding-left: 25px;
}
.wehavegotcall{float: left;margin-right: 50px;}
.wehavegotcall h2{
         color:  #001748 ;
    float: left;
    margin: 0;
    font-size: 39px;
    font-weight: bold;
    padding-left: 15px;
    
}
.wehavegotcall span{    display: block;
    color:  #001748 ;
    text-transform: uppercase;
    font-size: 16px;}
.wehavegotcall>span{    float: left;
    padding-left: 25px;
    padding-top: 8px;
    margin-top: 0px;}
.livechatspan{margin-top: 13px;}
.wehavegotcall.middlecall{text-align: center;margin-right: 0;margin-left: 25px;}
.wehavegotcall.lastcall{float: right;margin-right: 0;}
.footerfluid2{background: #000000; padding-top: 30px;padding-bottom: 30px;}
.footerfluid2 h3{margin-top: 0;margin-bottom: 15px;font-size: 18px;color: #bbbbbb;text-transform: capitalize;font-weight: normal;}
.footerfluid2 ul li{display: block;margin-bottom: 5px;}
.footerfluid2 ul li a{display: inline-block;color: #bbbbbb;}
.footerfluid2 ul li a:hover{display: inline-block;color: #ffffff;}
.newsletterform *{border-radius: 0;}
.newsletterform .form-control{-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
	    height: 43px;
	}
.newsletterform{margin-bottom: 15px;margin-top: 20px;}
.newsletterform .btn{    background:  #001748 ;color: #ffffff;height: 40px; width: 100%;}
.newsletterform .btn:hover{background: #004175;color: #ffffff;border:1px solid #004175;}
.foosocial{margin-bottom:20px;padding-left:0px;}
.foosocial li{display: inline-block !important;}
.foosocial li a{display: block;}
.foosocial li a .fa{display: block;height: 40px;width: 40px;line-height: 40px;text-align: center;background: #352e2e;color: #cccccc;}
.foosocial li a .fa-facebook:hover{color: #ffffff; background: #3F51B5;}
.foosocial li a .fa-twitter:hover{color: #ffffff; background: #03a9f4;}
.foosocial li a .fa-youtube:hover{color: #ffffff; background: #e41000;}
.foosocial li a .fa-instagram:hover{color: #ffffff; background: #607d8b;}
.foosocial li a .fa-google-plus:hover{color: #ffffff; background: #e41000;}
.socialmediaheading{position: relative;text-align: center;float: left;}
.socialmediaheading span{display: inline-block;padding: 0px 10px;border:1px solid #352e2e;background: #000000;position: relative;z-index: 2;height: 40px;line-height: 38px;color: #cccccc;}
.socialmediaheading span:before{
     content: "";
    width: 10px;
    height: 10px;
    background: #000000;
    border-top: 1px solid #352e2e;
    border-right: 1px solid #352e2e;
    position: absolute;
    right: -6px;
    top: 15px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.socialmediaheading:before{content: "";height: 1px;width: 100%;background: #dddddd;position: absolute;z-index: 1;top:10px;left: 0;}*/
.footerfluid3{background: #040404; padding-top: 15px; padding-bottom: 16px;    border-top: 1px solid rgba(251, 251, 251, 0.07);}
.fooconbox{position: relative;padding-left: 65px;}
.fooconbox .fa {
    height: 46px;
    width: 50px;
    display: block;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    line-height: 46px;
    border:1px solid;
}
.fooconbox h3{font-size: 18px;color: #cccccc;margin-top: 0;margin-bottom: 8px;}
.fooconbox a{color:  #001748 ;}
.footerfluid4 {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(251, 251, 251, 0.07);
}
.footerlogo
{
		float:left;
}
.weacceptimg{    width: 100%;
    max-width: 387px;
    display: block;
    margin: 20px auto;
    max-height: 44px;}
.footerlogo img{     max-width: 296px;
    max-height: 104px;
    width: 100%;
    margin-bottom: 0px;
	}   
.copyright{       color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
}
#best_popup .modal-header {
    height: 0px;
    padding: 0px;
}
#best_popup .modal-header .close {
    margin-top: -3px;
    z-index: 99;
    position: relative;
    opacity: 9;
}
#best_popup .modal-body {
    background: url(../images/callbg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#best_popup .modal-title {
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    color: #de4400;
}
#best_popup p.cnow {
    padding: 5px 0px;
    color: #333;
}
#best_popup .tollfree {
    display: block;
    font-family: inherit;
    margin-bottom: 10px;
    color: #333;
}
#best_popup a.callnow
 {
    background-color:  #001748 ;
    color: #fff;
    padding: 4px 11px;
    text-align: center;
    border: 1px solid #ab8484;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 10px;
}
#best_popup a.number i.phone
 {
    float: left;
    font-size: 26px;
    padding-right: 6px;
    color: #fff;
}
#best_popup a.number span {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
	    color: #de4400;
}

.copyright a:hover{color:  #001748 ;}
/*footer css endsss from here*/

/*top fluid css starts from here*/
.top-fluid{background:  #de4400 ;padding-top: 5px;padding-bottom: 5px;}
.topfluidcol a{color: #fff;font-weight: normal;display: inline-block;position: relative;
	padding-right: 15px;margin-right: 15px;}
.topfluidcol a:last-of-type{margin-right: 0;padding-right: 0;}
.topfluidcol a:last-of-type:before{display: none;}
.topfluidcol a:before{content:"";position: absolute;right: 0;height: 10px;top: 5px;width: 1px;background: #bbbbbb;display: block;}
.topfluidcol a:hover{color: #ffffff;}
/*top fluid css endsss from here*/

/*search-fluid css starts from here*/
.carousel .item img{width: 100%;}
#main-slider .item img{width: 100%; min-height: 600px;max-height: 600px;}
.carousel-control{background: none !important;width: 5%; text-shadow: none;opacity: 1;}
.carousel-control .glyphicon{
	font-size: 16px;
    background: #de4400;
    vertical-align: middle;
    line-height: 38px;
    padding: 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #de4400;
}
.carousel-control .glyphicon:hover{background: #ffffff;color: #ff6600;}
.carousel-indicators li{border-width: 2px;height: 15px;width: 15px;}
.carousel-indicators li.active{height: 17px;width: 17px;}
.search-fluid{position: relative;}
.absolute-search-container{position: absolute;left: 0;right: 0;top: 50%;margin:0 auto;max-width: 1140px;padding: 0px;transform: translate(0, -50%);}
/*datepicker css starts from here*/
.ll-skin-melon,.ll-skin-latoja,.ll-skin-santiago,.ll-skin-lugo,
.ll-skin-cangas,.ll-skin-vigo,.ll-skin-nigran,.ll-skin-siena
{font-size: 100% !important;}
/*datepicker css endsss from here*/

/*search engine css starts from here*/
div.validation_message {position: fixed; width: 100%; z-index: 1000000; top: 0px; left: 0; text-align: center; text-transform: capitalize; background-color: #F34F4D; padding: 8px 0px; color: #fff; display: none; font-size: 17px; }
.whitelabelsearchengine{background: none; padding: 0px;max-width: 800px;}
.wt-nav-tabs li, .wt-nav-tabs li>a, .wt-nav-tabs li>a:hover, .wt-nav-tabs li>a:focus .wt-nav-tabs li.active, .wt-nav-tabs li.active>a, .wt-nav-tabs>li.active>a, .wt-nav-tabs>li.active>a:focus, .wt-nav-tabs>li.active>a:hover {border: 0; margin: 0; background: none; border-radius: 0; }
.wt-nav-tabs>li>a{    background: #de4400 !important;
    color: #fff !important;min-width: 114px;text-align: center;text-transform: uppercase;border-right: 1px solid #e2e2e2 !important;}
.wt-nav-tabs>li:last-of-type>a{border-right: none !important;}
.wt-nav-tabs>li.active>a, .wt-nav-tabs>li.active>a:hover, .wt-nav-tabs>li.active>a:focus {
  background:  #001748  !important;
    color: #ffffff !important;
    border-radius: 0px;
}
.wt-nav-tabs{border-bottom: 0px solid #00467d;margin-bottom: 0px;}

.ui-autocomplete .ui-menu-item{background: #f5f5f5;border-radius: 0;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;display: block;border:none !important;border-bottom: 1px solid #e2e2e2 !important;border-top: 1px solid #ffffff !important;padding:5px 15px;color: #777777;font-size: 14px !important;}
.ui-autocomplete .ui-menu-item:hover{background:  #001748  !important;color:#ffffff !important;}

.radio_dv3 {margin-bottom: 15px;}
.wholefieldgrabber>div {margin-bottom: 15px;}
.radio_dv3  label{font-weight: normal;color: #ffffff;margin-right: 15px;padding: 2px 10px;border:1px solid rgba(245, 245, 245, 0.18);    background: #de4400;
    color: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.help-block.form-error{color:red !important;}
.whitelabelsearchengine .tab-content{
	padding: 15px;
    background: hsl(0deg 0% 0% / 61%);
    border-radius: 10px;
    border: 1px solid #de4400;
}
.whitelabelsearchengine .wtlabel{font-weight: normal;margin-bottom: 7px;color: #ffffff;display: block;}
.whitelabelsearchengine .wtinput.inputDisabled{background: #e6e6e6;}
.whitelabelsearchengine .wtinput.inputDisabled.white{background: #ffffff;}
.whitelabelsearchengine .wtinput,
.whitelabelsearchengine .wtselect
{
  height: 34px;
  padding: 7px 15px;
  background: #ffffff;
  color: #777777;
  font-size: 12px;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.paxcount_dv5,.raj_peoplehit {
   height: 34px;
  padding: 7px 15px;
  background: #ffffff;
  color: #777777;
  border-radius: 0;
  display: block;
  width: 100%;
}
.paxcount_dv5 label{font-weight: normal;display: block;width: 100%;}
.whitelabelsearchengine .bookwtbutton{
	padding: 0px 15px;
	background:  #de4400 ;
	color: #ffffff;
	font-size: 18px;
	border-radius: 0;
	display: block;
	font-weight: normal;
}
.input_dv5.pax_dv5{position: relative;}
.raj_roomdv1 {
    padding-top: 15px;
    float: right;
    margin: 0px;
    width: 280px;
    height: auto;
    box-shadow: 0 0 8px 3px #5487A9;
    -webkit-box-shadow: 0 0 8px 3px #5487A9;
    -moz-box-shadow: 0 0 8px 3px #5487A9;
    -o-box-shadow: 0 0 8px 3px #5487A9;
    background: #ffffff;
    z-index: 9;
    position: absolute;
    padding-bottom: 12px;
    top: 100%;
    display: none;
    right: 0px;
    position: absolute;
    height: auto;
    min-width: 300px;
    width: 100%;
    margin-top: 15px;
}
.raj_roomdv1:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    top: -6px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
}
.raj_roomdv1>div{padding: 0;}
.flight_tripo .increment_dv{display: table;width: 100%;margin-bottom: 15px;}
.flight_tripo .increment_dv>*{display: table-cell;background: #e2e2e2;vertical-align: middle;text-align: center;height: 46px;}
.flight_tripo .increment_dv>samp{background: #f5f5f5;font-weight: bold;font-size: 16px;}
.flight_tripo label{font-weight: normal;margin-bottom: 7px;color: #fff;display: block;}
.flight_tripo .selectpex label{float: left;width: 50px;margin-top: 9px;
    margin-bottom: 0;}
.flight_tripo .selectpex select{float: right;width: 197px;}

.raj_main-romdv{position: relative;}
.raj_peoplehit{padding-top: 5px;font-size: 14px;}
.raj_peoplehit samp{font-family: inherit;}
.raj_peoplehit .raj_dir{float: right;margin-top: 5px;font-weight: bold;}
#hotelform .raj_room_2, #hotelform .raj_room_1, #hotelform .raj_room_3, #hotelform .raj_room_4, #hotelform .raj_margin0 {
    margin: 0px;
}
#hotelform .rum-img {
background: #de4400;
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    padding: 0px;
    color: #FFF;
    margin: 29px 0px 0px 0px;
    border-top: 1px solid #6f6e6e;
    margin-top: 0px !important;
}
.shwo_room1 {
  background:  #001748 ;
    color: #fff;
    padding: 4px 7px;
    position: relative;
    float: left;
    display: block;
}
.shwo_room1:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    top: 8px;
    right: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
      background:  #001748 ;
}
.raj_detailsw {
    padding: 3px 0px 0px 67px;
    font-size: 14px;
}
.raj_detailsw samp:nth-child(1) {
    padding: 0px 6px;
}
.raj_detailsw samp:nth-child(4) {
    padding: 0px 6px;
}
.raj_room_hit1 {
    color: #004B95;
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
#hotelform .raj_room_hit1, #hotelform .raj_room_hit2, #hotelform .raj_room_hit3, #hotelform .raj_room_hit4 {
    float: right;
    padding-right: 6px;
    cursor: pointer;
    color: yellow;
}
.raj_pd {
    padding: 0px 0px 10px 0px;
}
.raj_pd .input-group {
    height: 30px;
    margin-top: 1.5px;
    text-align: center;
}
#hotelform .input-group {
    color: #333;
}
.input-group-addon:first-child, .input-group-addon:last-child {
    border-radius: 0px;
    background: #efe9e9;
}
.raj_pd .input-group .form-control {
    float: none;
    line-height: 1;
    vertical-align: middle;
    height: 100%;
}
.raj_addroom {
    cursor: pointer;
}
.hotel_done {
       background: #0a0935;
    color: #fff;
    float: right;
    border: 1px solid #ccc;
    padding: 1px 10px;
    cursor: pointer;
    margin-top: 30px;
}
#hotelform .raj_roomdv1 label{margin-top: 5px;margin-bottom: 3px;}
#hotelform .raj_mt13.wt100{padding-left: 15px;padding-right: 15px;width: 100%;}
.raj_room_2 {
    display: none;
}
.raj_room_3 {
    display: none;
}
.raj_room_4 {
    display: none;
}
.hideflightcoach{float: right;margin-right: 15px;margin-top: 15px;}
/*search engine css endsss from here*/

/*search-fluid css endsss from here*/

/*contact page css starts from here*/
.contactus-fluid,.maincontentfluid{background: #f5f8fb;padding-top: 30px;padding-bottom: 30px;}
.conbox .fa {height: 100px; width: 100px; line-height: 100px; display: block; text-align: center; font-size: 36px; }
.mapgrabber {margin-top: 54px; }
.contactus-fluid .textarea {min-height: 100px; }
.contactus-fluid .container,.maincontentfluid .container{max-width: 1140px;}
.maincontentfluid .container{border:1px solid #e2e2e2;}
.maincontentmainheading{margin: -15px; background: #f5f5f5; margin-bottom: 30px; font-size: 24px; padding: 10px;border-bottom: 1px solid #dddddd;text-transform: capitalize;}
/*contact page css endsss from here*/

/*package-fluid css starts from here*/
.package-fluid{padding-bottom: 50px;background: #fff;    margin-top: 0px;}
.packageanchor{display: block;background: #ffffff;padding-bottom: 10px;border-bottom: 2px solid #0b0a35;}
.packages>div {padding: 8px;}
.packageanchor .packthumb{width: 100%;height:250px;}
.packageanchor .packthumb{width: 100%;}
.myhover {position: relative; padding: 0 !important;}
.myhover:before {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    z-index: 9999;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.packages:hover .myhover:before{    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);}
.packages .newimage {position: absolute; top: 0; left: 0; z-index: 1; width: 100px; min-height: auto; height: auto; }
.packages .included{background: #001748; color: #ffffff;    position: absolute;
    top: 0px;
    width: 100%;} 
.packages .included .fa {color: #de4400; }
.packages strong{font-weight: normal;font-size: 18px;display: block;margin-bottom: 10px;margin-top: 10px;color:#fff;}
.packages .overview {font-size: 14px; text-align: justify; line-height: 24px; color: #fff; display: block;}
.packages .pcname {width: 100%;color: #fff;}
.packages .pcprice {
	width: 40%;
    text-align: left;
    padding-top: 9px;
    font-size: 18px;
    font-weight: 600;
    color: #de4400;
}
.packagerow>div{margin-bottom: 30px;}
.mainheading{margin-top: 33px;
    margin-bottom: 52px;text-align: center;position: relative;padding-bottom: 20px;color: #333;   
    font-weight: bold;}
.mainheading:after{content: "";width: 100%;display: block;margin:0 auto;height: 1px;background: #e0e0e0;position: absolute;bottom: 1px;left: 0;right: 0;max-width: 350px; }
.mainheading:before{content: "";width: 100%;display: block;margin:0 auto;height: 3px;background: #ff6600;position: absolute;bottom: 0;left: 0;right: 0;max-width: 200px; }
.packnotfound{font-size: 39px; color: #ff0000; background: url(../images/no_results.png); height: 400px; display: block; background-repeat: no-repeat; background-size: contain; text-align: right; padding-right: 50px; padding-top: 22px; text-transform: capitalize;} 
/*package-fluid css endsss from here*/

/*special-fluid css starts from here*/
.tpackage{border-bottom: 1px solid #e2e2e2;
	background: url('../images/holiday-slide2.jpg');
    background-attachment: fixed;
	margin-top: 0px; 
}
.special-fluid {
    background: rgb(0 0 0 / 80%);
}
.specialbox{display: block;position: relative;overflow: hidden;border-bottom:5px solid #de4400; height: 280px;}
.specialbox:before {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    z-index: 9999;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.specialpackagerow>div>div:hover .specialbox:before{    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);}
.specialbox img{width: 100%; height: 200px;}
.specialbox p{    margin-bottom: 0; padding: 15px; background:  #001748 ; font-size: 18px; color: white;} 
.specialpackagerow>div{margin-bottom: 30px;}
.starrating{position: absolute;right: 8px;top:8px;color: #ffffff;}
.starrating .yellowstar{color: #de4400;}
/*package-fluid css endsss from here*/

/*services-fluid css starts from here*/
.services-fluid{margin-top: 30px;}
.services-fluid .container>.row>div{margin-bottom: 30px;}
.sercol {
    padding: 15px;
    background: #f5f5f5;
    min-height: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 2px solid #e8e8e8;
}
.description h2{
	margin-top:20px;
}
.serviceimg {
    padding: 5px;
    -webkit-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
    margin-bottom: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    float: left;
}
.serviceheading {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    float: right;
    margin: 0;
    margin-top: 14px;
}
/*services-fluid css endsss from here*/

/*testimonial-fluid css starts from here*/
.testimonial-fluid{
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../images/bg-popular.jpg');
    min-height: 350px;
    background-size: cover;
    background-position-y: -100px;
    position: relative;
}
.testimonial-fluid:after{content: "";width: 100%;height: 100%;position: absolute; background:#001748; z-index: 1;background-blend-mode: multiply;display: block;top: 0;left: 0;}
.testimonial-fluid .container{position: relative;z-index: 2;}
.testimonial-fluid h2{color: #ffffff; text-align: center;}
.testimonial-fluid h2 .fz24{display: block;font-size: 28px;margin-top: 10px;}
#testimonialslider .item img{width: 100px;height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 3px solid #ff6600;
}
#testimonialslider .carousel-indicators{
    bottom: -30px;
}
#testimonialslider{
	display: block;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
#testimonialslider .arrows{ margin-left: -90%; margin-top: -15%; margin-bottom: 15px; }
#testimonialslider .carousel-inner{text-align: center;color: #ffffff;}
#testimonialslider .testiname{font-size: 16px;display: block;}
#testimonialslider .item img{display: inline-block; margin-bottom: 10px;}
#testimonialslider .testiplace{font-size: 14px;display: block;color: #ff6600;margin-bottom: 10px;}
#testimonialslider .testipara{font-size: 14px;display: block;margin-bottom: 0;float: right;position: relative;}
#testimonialslider .carousel-control{width: initial;margin:initial;position: initial;}

/*testimonial-fluid css endsss from here*/

/*video-fluid css starts from here*/
.video-fluid{position: relative; height: 280px; overflow: hidden;} 
.video-background {
  background: #000;

  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
/*video-fluid css endsss from here*/

/*whyus-fluid css starts from here*/
.whyus-fluid{padding-top: 50px; padding-bottom: 50px; background: #ffffff; }
.indicators{position: absolute;top:57%;width: 100%;height: 1px;background: #dddddd;left: 15px;max-width: 1140px;}
.whychoosebox{min-height: 100px;width: 100%;
  border:1px solid;padding: 30px;
  text-align: center;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.whychoosebox .fa{
	font-size: 50px;
    color: #001748;
    background: #de44005c;
    padding: 10px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
}
.whychoosebox h3{
	font-size: 18px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}
.whychoosebox p{font-size: 14px;color: #777777;margin-bottom: 0;}
.fourth-dot-box,.fifth-dot-box{margin-bottom: 0;}
.first-dot-box{color: #FF5722;}
.second-dot-box{color: #00d600;}
.third-dot-box{color: #f44336;}
.fourth-dot-box{color:  #001748 ;}
.fifth-dot-box{color: #9e05ce;}
.whychoosebox:hover{-webkit-box-shadow: 0px 5px 5px #cccccc; box-shadow: 0px 5px 5px #cccccc;}
/*whyus-fluid css endsss from here*/

/*blog css starts from here*/
.blog-fluid{padding-top: 50px; padding-bottom: 50px; background: #f5f8fb;} 
.blog-fluid small{font-size: initial;}
.big-heading{font-size: 40px; color: #666666;line-height: 40px; margin-top: 0px;margin-bottom: 26px;font-weight: bold;}
.blog-link{font-size: 20px;color: #4267b2;margin-top: 15px;margin-bottom: 10px;text-transform: capitalize;line-height: 28px;display:block;}
.blog-fluid p{line-height: 24px; color: #777777;font-size: 14px;}
.blog-fluid a{text-decoration: none !important;}
.join-social{list-style-type: none;}
.join-social li{list-style-type: none;display: inline-block;}
.join-social li a{display: block; width: 30px; height: 30px; color: #777777; background: #f5f5f5;line-height: 30px;text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
.join-social li a.facebook:hover{background: #4267b2;color: #ffffff;}
.join-social li a.twitter:hover{background: #59adeb;color: #ffffff;}
.join-social li a.google-plus:hover{background:  #001748 ;color: #ffffff;}
.join-social li a.pinterest:hover{background: #e63d44;color: #ffffff;}
.join-social li a.youtube:hover{background: #ff0000;color: #ffffff;}
.joinuson{font-weight: bold;font-size: 16px;margin-bottom: 10px;display: inline-block;}

.personblog{padding: 5px; padding-bottom: 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;background: #fbfbfb; border:1px solid #eeeeee;margin-top: 30px;}

.titleimg{width: 100%;height: 200px;min-height: 200px;max-height: 200px;}
.avimg{width: 80px;height: 80px;-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;padding: 2px;-webkit-box-shadow: 0 0 3px #000000;
box-shadow: 0 0 3px #000000; background: #ffffff;}

.by{font-size: 14px;display: inline-block;margin-left: 15px;position: relative;top: 20px;}
.by span{color: #777777;pointer-events: none; cursor: default;}
.mt30{margin-top: 30px;}
.author-block{position: relative;min-height: 240px;}
.avator-block{position: absolute;bottom: 0px;width: 100%; padding-left: 15px;}
.postdate{margin-top: 50px; font-size: 12px; color: #888888;}
.brief-para{margin-top: 15px;margin-bottom: 15px;font-size: 13px !important;line-height: 22px !important;text-align: justify;}

.comments,.likes{color: #bbbbbb;display: block;margin-top: 7px;}
.comments .fa,.likes .fa{font-size: 24px;vertical-align: sub;margin-right: 5px;}
.readpost{ font-size: 14px; display: inline-block; min-width: 100px; padding: 7px 15px; background: #ffffff; border: 1px solid #431b00; color: #431b00; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
.readpost:hover{background: #431b00;color: #ffffff;}
.blog-title-block,.blog-title-block+div,.full-blog-block,.full-blog-block+div{padding-right: 15px;padding-left: 15px;}
.go-right{padding-left: 15px;}

.blog-detail-fluid .titleimg{
  height: initial;
    min-height: 400px;
    max-height: 400px;
}
.blog-detail-fluid .author-block{
    min-height: 440px;
}
.blog-detail-fluid .avator-block{
    width: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.blog-detail-fluid .blog-title-block, .blog-detail-fluid .blog-title-block+div, 
.blog-detail-fluid .full-blog-block{width: 70%;margin-left: auto;margin-right: auto;}

.blog-detail-fluid .blog-title-block{margin-top: 50px;}
.blog-detail-fluid .join-social {margin-top: 30px;}
.blog-detail-fluid .join-social li{margin-bottom: 5px;display: block;}
.blog-detail-fluid .join-social li a{width: 50px;height: 50px;line-height: 50px; border:1px solid #dddddd;}

.blog-detail-fluid .comments .fa, .blog-detail-fluid .likes .fa{font-size: 26px;}
.blog-detail-fluid .full-blog-block{position: absolute;right: 50px;width: 52px;padding: 0;}

.full-blog-paragraph{width: 70%;margin: 0 auto;margin-top: 50px;padding: 0 15px;}
.full-blog-paragraph p{font-weight: normal;font-size: 18px;line-height: 30px;text-align: justify;}
/*blog css endsss from here*/

/*holidaylist-fluid css starts from here*/
.holidaylist-fluid{padding-top: 50px; padding-bottom: 50px; background: #f5f8fb; }
.catpackbox,.recentpackcol{padding: 15px;border:1px solid #e2e2e2;background: #ffffff;}
.imgscale {position: relative; overflow: hidden; }
.imgscale img {width: 100%; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; height: initial; }
.imgscale:hover .imgscaleimg{-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);} 
.offer-box {position: absolute; left: 20px; bottom: 20px; }
.offer-top {width: 100%; padding: 10px 15px; background: #de4400; }
.offer-bottom {width: 100%; padding: 10px 15px; background:  #001748 ; color: #ffffff; }
.featured-cr {color: #ffffff; font-size: 20px; font-weight: 700; }
.featured-spe {font-size: 32px; font-weight: 700; line-height: 1; }
.featured-spe .fa{font-size: 16px;}
.featured-btm{padding: 7px 15px; background:  #001748 ;color: #ffffff;}
.featured-btm ul{padding: 0;list-style-type: none;}
.featured-btm ul li{display: inline-block;margin-right: 15px;}
.tourinfoheading{font-size: 26px;color:#000000;margin-top: 30px;margin-bottom: 15px;}
.tourinfopara{color: #777777;margin-top: 15px;margin-bottom: 15px;}
.catpackbox{margin-bottom: 15px;}
.recentpackcolbox img{width: 100%;-webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.recentpackcolbox .firstbox:hover img{-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.recentpackcolbox,.itedays{padding-bottom: 15px;border-bottom: 1px dashed #e2e2e2;margin-bottom: 15px;}
.recentpackcolbox:last-of-type,.itedays:last-of-type{border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.packnavtabs{display: table;width: 100%;border-bottom: 0;margin-bottom: -1px;}
.packnavtabs>li{float: none;display: table-cell;margin-right: 0 !important;}
.packnavtabs>li>a{padding: 7px !important;text-align: center;display: block;margin-right: 0 !important;border-radius:0;}
.packdetailstabpanel .tab-content{border:1px solid #eeeeee;padding: 15px;}
.inexbox ol{list-style-type: decimal !important;padding-left: 30px;}
.inexbox ol li{margin-bottom: 3px;}
.package_autocomplet{z-index: 9999999999;background-color:#fff;overflow-y:scroll; max-height:600px;color:#000;}
/*holidaylist-fluid css endsss from here*/

/*airlines-fluid css starts from here*/
.airlines-fluid{background: #f5f5f5;border-top: 1px solid #e2e2e2;min-height: 108px;}
#airlineslider{padding-top: 15px;padding-bottom: 15px;}
#airlineslider ul {list-style-type: none;padding: 0;   margin: 0;}
#airlineslider ul li{float: left;width: 25%;list-style: none;padding: 15px;}
#airlineslider ul li img{width: 100%;display: block;}
/*airlines-fluid css endsss from here*/

/*alltestimonial-fluid css starts from here*/
.alltestimonial-fluid{background: #f5f5f5;padding-top: 50px;padding-bottom: 50px;}
.testimonialbox{padding: 15px;background: #ffffff;border:1px solid #eeeeee;position: relative;padding-left: 180px;min-height: 220px;margin-bottom: 15px;}
.testimonialbox:last-of-type{margin-bottom: 0;}
.testimonialbox .leftpart{position: absolute;width: 150px;left: 15px;top:15px;}
.testimonialbox span{display: block;font-size: 18px;}
.testimonialbox small{display: block;font-size: 16px;color:#ff6600;}
.testimonialbox img{display: block;width: 120px;margin-bottom: 15px;}
/*alltestimonial-fluid css endsss from here*/

/* ===========extra customization css starts from here==========*/
/*.whitelabelsearchengine .wtlabel{display: none;}
.whitelabelsearchengine .bookwtbutton.marginlevel{margin-top: 0;}*/
.wholefieldgrabber{    padding-left: 0px;
    padding-right: 0px;}
.wholefieldgrabber>div{margin-bottom: 16px;}
#form_5 .wholefieldgrabber>div.col-sm-2{width: 8.5%;}
.whitelabelsearchengine .wtinput, .whitelabelsearchengine .wtselect{border-right: 0;border-top:0;border-bottom: 0;font-size: 14px;color:#000000;}
/*.whitelabelsearchengine .tab-content {
    background: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(255, 255, 255, 0.26);
}*/
.paxcount_dv5, .raj_peoplehit{border-left: 1px solid #dddddd;}

/*#hotelform .wholefieldgrabber>div.hotel_paxdesign{width: 20%;} */
#hotelform .wholefieldgrabber>div.input_dv5_btn{width: 34%;
    padding-top: 25px;}

#busbooking .wholefieldgrabber>div.col-sm-3{width: 30%;}
#busbooking .wholefieldgrabber>div.col-sm-2{width: 15%;}
#busbooking .wholefieldgrabber>div.input_dv5_btn{width: 30%;}

#packagebooking .wholefieldgrabber>div.col-sm-6{width: 40%;}

.raj_roomdv1 .selectpex select{border:1px solid #dddddd !important;padding-top: 4px !important;}

#packages_save .row>div>div,
#save_contact>div
{position: relative;}
#packages_save .help-block.form-error,
#save_contact .help-block.form-error
{position: absolute; bottom: -30px; }
#packages_save input.error,
#packages_save textarea.error,
#save_contact input.error,
#save_contact textarea.error
{outline: 2px solid red;}

.wt-nav-tabs>li>a{padding: 12px 25px;}
.whitelabelsearchengine .wtinput, .whitelabelsearchengine .wtselect,
.paxcount_dv5, .raj_peoplehit,
.whitelabelsearchengine .bookwtbutton
{    height: 46px;}
.whitelabelsearchengine .wtinput,.package_select
{

    width: calc(100% - 100px) !important;
}
.wholefieldgrabber1 .wtinput
{
	width:100% !important;
} 
.wholefieldgrabber1 .addflighthide
{
	color: #fff;
}
.plus_flight
{
	    color: #fff;
    font-size: 50px;
    position: relative;
    top: 3px;
}
.adultbox>span {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px 0px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.adultbox {
    display: table;
    width: 100%;
    table-layout: fixed;
	    margin-top: 20px;
}
.adultbox>span {
    color: #333;
}
.minus {
    background: #efe9e9;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #716d6e;
    height: 46px;
       padding: 12px 19px !important;
}
.plus {
    background: #efe9e9;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #716d6e;
    height: 46px;
          padding: 12px 19px !important;
}
.value {
    background: #f5f5f5;
    color: #cc6600000;
    height: 46px;
      padding: 13px 19px !important;
}
.rightcolxs .wtinput
{
	width:100% !important;
	    margin-top: 9px;
}
.mul_nopd
{
	    margin-top: 20px;
}
 .addflighthide a
 {
	     font-size: 18px;
    color: #fff;
          margin-top: -26px;
 }
 .remove_fbutton
 {
         margin-top: 30px;
    background-color:  #001748 ;
    text-align: center;
    padding: 7px 10px;
 } .flight_tripo {	 margin-bottom:5px !important; }
  .remove_fbutton samp
  {
	      color: #fff;
    font-size: 18px;	cursor:pointer;
  }
   .wholefieldgrabber1
   {
	       margin-bottom: 14px;
   }
  .search-heading {
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 20px 0 20px;
    border-bottom: none;
    text-align: left;
    margin-top: 8px;
}
.special-fluid .mainheading {
	color:#fff;
}

.paxcount_dv5{padding: 10px 15px;}
.raj_peoplehit{padding: 8px 15px;}

.addconbox h3{margin-top: 0;}
.switchinputvalue,.switchinputvalue2{
	position: absolute;
    z-index: 1;
    right: -10px;
    bottom: 0px;
    background: #e6e6e6;
    padding: 10px 12px;
    color: #f44336;
}
/*============extra customization css endsss from here==========*/


@media(min-width: 769px) {
	.mk-main-menu{margin-top: 15px;} 
	.mk-main-menu>li>a{padding: 15px 0px;}
	.mk-main-menu>li {margin-left: 11px; } 
	.mk-brand{margin-top: 0px;}
	.mk-main-menu .dropdown-menu:before {bottom: 100%; left: 15%; border: solid transparent; content: " "; height: 0; width: 0; position: inherit; pointer-events: none; border-bottom-color:  #001748 ; border-width: 10px; margin-left: -10px; }
  .wt-nav-tabs>li:first-child>a,
  .wt-nav-tabs>li:first-child
  {
      -webkit-border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    -ms-border-radius: 3px 0px 0px 0px;
    -o-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0px 0px 0px; 
  }
  .wt-nav-tabs>li:last-child>a,
  .wt-nav-tabs>li:last-child
  {
      -webkit-border-radius: 0px 3px  0px 0px;
    -moz-border-radius: 0px 3px  0px 0px;
    -ms-border-radius: 0px 3px  0px 0px;
    -o-border-radius: 0px 3px  0px 0px;
    border-radius: 0px 3px  0px 0px; 
  }
  /*.whitelabelsearchengine .tab-content{
    -webkit-border-radius: 0px 3px 3px 3px;
    -moz-border-radius: 0px 3px 3px 3px;
    -ms-border-radius: 0px 3px 3px 3px;
    -o-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
  }

  /*.wholefieldgrabber>div:first-child .wtinput{
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
  } 
  .wholefieldgrabber>div:last-child .bookwtbutton{
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
  } */

}


@media(max-width: 767px)
 {
	 .conbox
	 {
		 margin-bottom:15px;
	 }
	 .search-heading {
       margin-top: 9px;
}
	 .radio_dv3 label
	 {
		 margin-bottom:8px;
		 margin-right:2px;
		 padding:2px 8px;
	 }
	 .border-zero .navbar-collapse.in {
    background-color:  #001748 ;
    margin-bottom: 14px;
}
.mk-main-menu>li {
     margin-left: 0px; 
}
.border-zero .navbar-toggle {
    border-color: #fff;
    background-color:  #001748 ;
}
.mk-main-menu>li>a:hover, .mk-main-menu>li>a:focus, .mk-main-menu>li.active>a {
    color: #de4400 !important;
    background: none !important;
    border-bottom: 1px dotted #fff;
}
.mk-main-menu>li>a {
    color: #fff !important;
    border-bottom: 1px dotted #fff;
}
.border-zero .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.border-zero .navbar-nav .open .dropdown-menu {
    background-color: #de4400;
}
	.specialpackagerow .specialbox img:hover, .packageanchor img:hover
 {
	 transform:none;
}
.logo-img {
    max-height: 50px;
}
.specialpackagerow .specialbox {
     height: 256px;
}
  body>.container-fluid{padding-left: 0;padding-right: 0;}
  .container,.container>.row>div>div.p15,[class*="col-"]{padding-left: 7px;padding-right: 7px;}
  .row{margin-right: -7px;margin-left: -7px;}
  .topfluidcol{text-align: center;margin-bottom: 5px;margin-top: 5px;}  
  .wt-nav-tabs>li>a{min-width: initial;padding: 12px 0px;}
  #main-slider{display: none;}
  .search-fluid{background: #000000;padding-top: 15px;padding-bottom: 15px;}
  .radio_dv3{padding-left: 7px;}
  .wt-nav-tabs{display: table;width: 100%;}
  .wt-nav-tabs>li{display: table-cell;float: none;}
  .navbar-default .navbar-toggle{border:0px solid #dddddd;}
  nav.navbar-default .grabber ul li a {
	color: #001748 !important;
	font-weight: 600;
  }
  .wholefieldgrabber>div{width: 100% !important;margin-bottom: 15px !important;}
  .whitelabelsearchengine .wtlabel{display: block;}
  .whitelabelsearchengine .tab-content {padding: 10px; background: #004175; }
  .specialpackagerow>div,.packagerow>div{margin-bottom: 15px;}
  .specialbox img{height: initial;}
  .testimonial-fluid h2{position: initial;text-align: center; margin-bottom: 40px;}
  #testimonialslider .carousel-indicators {position: absolute; bottom: -60px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; top: initial;}
  #testimonialslider{float: none;}
  .testimonial-fluid{background-size: initial;}
  .testimonial-fluid .container>a{margin-top: 70px;display: block;    max-width: 100px; margin-left: auto; margin-right: auto;}
  #testimonialslider .carousel-inner{text-align: center;}
  .indicators{display: none;}
  .whychoosebox{margin-bottom: 15px;}
  .whychoosebox:before,.whychoosebox:after{display: none;}
  .airlines-fluid{min-height: initial;display: none;}
  .wehavegot h2, .wehavegotcall h2 {float: right; padding: 0; }
  .wehavegotcall {width: 100%; margin-top: 15px; margin-right: 0 !important;margin-left: 0 !important;}
  .wehavegotcall>span {padding-left: 0; }
  .footerfluid2 .container>.row>div{margin-bottom: 30px;}
  .footerfluid2 .socialmediaheading{display: none;}
  .fooconbox{padding-left: 0;}
  .foosocial{float: none;}
  .fooconbox .fa{position: initial;margin-right: 15px;float: left;}
  .fooconbox,.services-fluid .container>.row>div{margin-bottom: 15px;}
  .copyright{text-align: left;margin-top: 15px;}
  .footerlogo{display: block;text-align: center;margin-bottom: 15px;text-align: left;}
  .weacceptimg{margin-left: initial;}
  .blog-detail-fluid .full-blog-block{display: none;}
  .blog-detail-fluid .blog-title-block, .blog-detail-fluid .blog-title-block+div, .blog-detail-fluid .full-blog-block,.full-blog-paragraph{width: 100%;}
  .blog-detail-fluid .titleimg,.blog-detail-fluid .author-block{min-height: initial;max-height: initial;}
  .blog-detail-fluid .avator-block{width: 100%;position: initial;}
  .maincontentmainheading{margin:-15px -7px 30px -7px;}
  .recentpackcol{background: initial;border:initial;}
  .recentpackcol>div{    padding: 15px; border: 1px solid #e2e2e2; background: #ffffff;}
  .packnavtabs{display: block;}
  .packnavtabs>li{display: block;float: left;width: 50%;}
  .packnavtabs>li>a{border:1px solid #ffffff !important;}
  .packnavtabs>li>a{background: #f5f5f5 !important;}
  .packnavtabs>li.active>a{background:  #001748  !important;color: #ffffff !important;}
  .testimonialbox .leftpart{position: initial;width: 100%;}
  .testimonialbox{padding-left: 15px;}
  .testimonialbox img{float: left;margin-right: 30px;}
  .raj_roomdv1{right: 7px;}
  .child_age,.child_age2,.child_age3,.child_age4{width:100%;float: left;margin-top: 10px;}
  .child_age .col-sm-6,.child_age2 .col-sm-6,.child_age3 .col-sm-6,.child_age4 .col-sm-6
  {width: 50%;float: left;margin-bottom: 15px;}

  .packnotfound{padding: 0;font-size: 18px;height: 200px;}
  .hideflightcoach{margin-right: 7px;}
  .titleimg{height: initial;max-height: initial;min-height: initial;}
  .avator-block {position: relative; margin-top: -44px; }
  .switchinputvalue,.switchinputvalue2{display: none;}
}

.FollowSocialicon span {
	color: #fff;
}