@charset "utf-8";
/* CSS Document */

         
.fullWidth {
	width: 100%;
	height: 100px;
	border-radius: 5px;
}
.lead-banner-section, .lead-banner-section-thanks-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.lead-banner-txt h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 16px;
}
.lead-banner-txt h2 b {
    color: #fdd20b;
    font-weight: 500;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
.lead-banner-txt {
    color: #fff;
	 margin-top: 30px;
}
.lead-form {
  
    margin: 16px 0;
    padding: 16px;
}
.image-box .box, .image-box.box {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    text-align: left;
	 box-shadow: 1px 1px 8px rgba(156, 160, 173, 0.25);
	 border:4px solid #fff;
}
.image-box .box img, .image-box.box img {
    height: auto;
    width: 100%;
}
.image-box .box > .details, .image-box.box > .details {
    padding: 5px 2px;
}

.hover-effect {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    position: relative;
}
.hover-effect::after {
    background: rgba(228, 64, 73, 0.6) url("logout-critical.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    width: 100%;
}
.hover-effect img {
    backface-visibility: hidden;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.hover-effect:hover::after {
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
    visibility: visible;
}
.hover-effect:hover img {
    transform: scale(1.2);
}
.image-box.style4 .details .goto-detail {
    color: #98ce44;
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.lead-phone-number {
    border: 1px solid #2e6da4;
    border-radius: 2px;
    color: #2e6da4;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    padding: 8px 16px;
}
.lead-phone-number img {
    margin: -4px 5px 0 0;
}
.lead-phone-number img {
    margin: -4px 5px 0 0;
}
.lead-submit-btn {
    border-radius: 2px;
    
    font-family: Roboto-madium,sans-serif;
    font-weight: 400;
    padding: 8px 16px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.padding15 {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 15px;
}
.why-travel {
    margin: 0 0 20px;
}
.why-wrap .why-block {
    margin-bottom: 0;
    position: relative;
}
.why-block .why-img {
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.why-block .why-desc {
    margin-left: 70px;
}
.why-block .why-desc .title {
    color: #5b5b56;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.why-block p{
font-size: 1.0833em;
    line-height: 1.6666;
    margin-bottom: 15px;	
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.lead-testimonial-media .media-body .media-heading {
    color: #009df5;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.lead-testimonial-media .media-body p {
    color: #757575;
}
.lead-testimonial-text {
    color: #757575;
    margin: 16px 0;
}
.lead-testimonial-media .media-left .media-object {
    border-radius: 50%;
    width: 56px;
}
#inneroverlay {
    text-shadow: 0 2px 7px #000, 2px -2px 40px #000 !important;
}
#inneroverlay p {
    font-size: 20px;
    margin: 0;
}
.services-column-claim {   
    padding: 10px;
    vertical-align: middle;    
}
.services-claim {
    color: #606159;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.services-column-item {
    border-left: 1px solid #d9dad0;
    display: table-cell;
    padding: 10px;
    vertical-align: top;
   
}


.services-item {
    color: #606159;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
    text-transform: capitalize;
}
.services-item::before {
    background-repeat: no-repeat;
    content: " ";
    display: block;
    left: 14px;
    position: absolute;
    top: 0;
}
.services-item-info {
    color: #b0b1a8;
    font-size: small;
    line-height: 1.1em;
    margin: 4px 0 0;
    padding-left: 60px;
}
.details p{
	 color: #333;
    margin: 0;
    overflow: hidden;
    overflow-wrap: break-word !important;
    padding: 2px 5px;
	font-size:12px;	
}
.w3-btn {
    background-color: #4caf50;
   
	 overflow: hidden;
    padding: 6px 16px;
    text-align: center;
	width:100%;

}
.w3-btn a{
color: #ffffff;
text-decoration:none;	
}
.w3-btn a:hover{
color: #ffffff;
text-decoration:none;	
}
.textinfo{
	font-family: Helvetica;
    line-height: 24px;
    
    text-transform: capitalize;	
}
.section-title.lines::after {
    border-bottom: 2px dotted #e0e0e0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.section-title.lines {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.section-title.lines h2 {
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 0px 23px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
	color:red;
	font-size:24px;
	color: #5e5e5e;
}
.visible-lg h2{
color:red;	
font-size:24px;
}
.btn-block_2 {
    font-weight: 600;
    margin-bottom: 20px;
	padding:5px;    
    width: auto;
}
.btn {
    -moz-user-select: none;
    background-color: #0066b3;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;    
    opacity: 1;
    padding: 10px 12px;
    text-align: center;
    transition: opacity 0.5s ease 0s;
    vertical-align: middle;    
	 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    text-transform: capitalize;
}
.btn:hover{
	color:#fff;	
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.header-links div a {
    color: #333;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0 30px;
}
.header-links div a:hover{
text-decoration:none;
}
.header-links div a:click{
text-decoration:none;
}
.top-border{
border-top: 1px solid #b6b6b6;
font-size: 14px;
cursor:pointer;
padding:5px 0px;
}
.head {
    background-color: #5bdecc;
    background-position: 260px 12px;
    background-repeat: no-repeat;

    color: #000;
    font-family: candara;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 9px;
    padding: 5px 0 5px;
    text-align: center;
    width: 100%;
}
span.paktype {
    font-size: 11px;
    color: #333;
    font-weight: 400;
}
.textwidget ul{
margin:0px; padding:0px;
}
.textwidget ul li{
text-align:left;
list-style:none;
}
.main-footer .links ul li {
    position: relative;
    list-style: none;
}
.links ul li:before {
    content: "\003e";
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    
}
.links ul li a {
    margin-left: 15px;
    color: #fff;
    line-height: 20px;
    
}
.links h4{
text-align:left;
}
.textwidget a{
text-align:left;
}
.ftr-call-number i {
    font-size: 24px;
}
.textwidget .fa {
    margin-right: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ftr-call-number {
    color: #fff;
    font-size: 24px
    line-height: 30px;
}
.fa-phone:before {
    content: "\2706"; 
}
.book-btn{
	width:100%;
	text-align:center;	
}
.logo-glimpse{
font-family: "Comic Sans MS",cursive;
font-size: 26px;
    color: #337ab7;

}
.form1 {
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);    
    min-height: 380px;
    padding: 9px;
    width: 100%;
}

.package_price{
 color: #fb830b;
    font-size: 20px;
    font-weight: 700;
}
.png2 {
    background: url(flags.png) no-repeat scroll 0 0 transparent;
    border: 1px solid #000;
    height: 22px;
    width: 30px;
	display: inline-block;
}
.fll{
	float:left;

}
.certified-desk{
display:none;	
}
ul.flags li.icon {display: none;}
@media(min-width:769px) and (max-width:1000px) {
.logo-glimpse {
    color: #337ab7;
    font-family: "Comic Sans MS",cursive;
    font-size: 16px;
}

}
@media(max-width:768px)
{
.hidden-apr{
	display:none;
}
.certified-desk{
display:block;	
}
	
}
.recomnded-tour-india-box-area {
    background: rgba(0, 0, 0, 0) url("recomnded-tour-india-box-area-bg.png") repeat scroll 0 0;
    bottom: 0;
  
    min-height: 70px;
    
    position: absolute;
    width: 90%;
    z-index: 99;
}
.recomnded-tour-india-box-area h3 {
    color: #fff;
    font: 14px/14px "verdana";
    margin-bottom: 10px;
    text-transform: uppercase;
	font-weight:bold;
	padding:0px 10px;
}

.recomnded-tour-india-box-area h4 {
    color: #fff;
    font: 11px/11px "verdana";
    text-transform: uppercase;
	padding:0px 10px;
}
.arroe-right-img img {
    bottom: 21px;
    position: absolute;
    right: 25px;
    transition: all 0.3s ease 0s;
    width: auto;
}
.box img
{
	background:#eae6e6;
	padding:5px;
	margin-bottom:2px;
	width:95%;
}
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height:250px;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        line-height: 1;
    }
	
.travel h1 {
    font-size: 21px!important;
}
.travel h1 span {
    color: #AE1819;
    font-weight: 600;
}
.norm {
    padding: 1px!important;
    margin: 0px!important;
}

.travel ul li.minilo {
    background: none!important;
    margin: 0 0 15px 0!important;
    list-style: none!important;
    padding: 15px 10px 15px 0px!important;
    font-family: MuseoSans_500-webfont;
    font-size: 15px;
    color: #504f4f;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.travel ul li.minilo:before {
    content: "Destination ";
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 19px;
    font-family: ProximaNova-Reg;
    color: #008e00!important;
}
 .travel p {
    margin-bottom: 0px;
    padding: 0;
    color: #565555;
    font-weight: normal;
    line-height: 25px;
}
.travel p strong {
    color: #343434;
    font-size: 14px;
}
.travel p strong span {
    display: block;
    margin-bottom: 0px;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 15px;
    
    color: #008e00!important;
}
.norm li {
    font-size: 13px!important;
    line-height: 20px;

    list-style: none!important;
    margin-left: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 6px!important;
    color: #333!important;
  
}

.customized-this {
    color: #000;
    font-size: 13px;
    clear: both;
    display: block;
    

}

.cstb {
    border-top: 1px solid #bbb;
}