/* -----Cover Spin Start-------*/

.cover-spin {
    position:fixed;d
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.cover-spin h2{
 clear:both;
 float:left;
 position:absolute;
 top:50%; 
 left: 0;
 right:0;
 color:#307e85;
 text-align:center;
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#307e85;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* -----Cover Spin End-------*/
.accordion {
	background-color: #dbcbbc;
	color: #000;
	cursor: pointer;
	padding: 4px 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin-bottom: 10px;
}

.accordion span {
	margin-top: 10px;
	display: inline-block;
}

.accordion span i {
	color: #f47523;
}

.active,
.accordion:hover {
	/*background-color: #eee;*/
}

.accordion:after {
	content: '\002B';
	color: #000;
	
	float: right;
	margin-left: 5px;
	font-size: 27px;
}

.accordion.active:after {
	content: "\2212";
	font-size: 27px;
	
}

.panel2 {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow-y: scroll;
	transition: max-height 0.2s ease-out;
}

ul.accor {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.accor li {
	line-height: 24px;
	font-size: 14px;
	border-top: 1px solid #d1d1d1;
	padding-left: 4px;
}

ul.accor li:first-child {
	border-top: none;
}




.desc_box{ margin-top: 15px;}


.panel2 p{font-size: 12px;}

.pretty {
    display: block !important;
}
.pretty.p-svg .state .svg {
  
	font-size: 13px !important;}



.pretty input:checked~.state.p-custom-color label:after,
.pretty.p-toggle .state.p-custom-color label:after {
	background-color: #dbcbbc !important
}

.pretty input:checked~.state.p-custom-color .icon,
.pretty input:checked~.state.p-custom-color .svg,
.pretty.p-toggle .state.p-custom-color .icon,
.pretty.p-toggle .state.p-custom-color .svg {
	color: #fff;
	stroke: #fff;
}

.pretty input:checked~.state.p-pink-o label:before,
.pretty.p-toggle .state.p-pink-o label:before {
	border-color: #dbcbbc
}

.pretty input:checked~.state.p-pink-o label:after,
.pretty.p-toggle .state.p-pink-o label:after {
	background-color: transparent
}

.pretty input:checked~.state.p-pink-o .icon,
.pretty input:checked~.state.p-pink-o .svg,
.pretty input:checked~.state.p-pink-o svg,
.pretty.p-toggle .state.p-pink-o .icon,
.pretty.p-toggle .state.p-pink-o .svg,
.pretty.p-toggle .state.p-pink-o svg {
	color: #dbcbbc;
	stroke: #dbcbbc
}


.margin1 {
    margin-top: 10px;
}

@media (min-width: 992px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.droopmenu-header a img{
    width:100%;
}

.top_form h2 span {
    /*background: #fff;
    padding: 0px 7px;*/
}
.top_form h2 {
    /*color: #000;*/
}
.dest_head {
    text-align: center;
}
.customNavigation5 {
    text-align: center;
    margin-bottom: 20px;
}
.margin4 {
    margin-top: 40px;
}

.range_margin {
    margin-top: 10px;
}

.slider-labels {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px; width: 98%;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider_form{
    /*position: absolute; bottom: 1%; width: 100%;*/
    
    /*position: absolute;
    top: 39%;
    right: 60px;*/
    
}
.slider_form_opaque{background: rgb(0 0 0 / 17%); padding: 15px; border-radius: 20px;}

span.search {
  position: relative;
}
span.search input {
  min-width: 100%;
  height: 40px;
  padding:5px 35px 5px 12px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.search button {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 5px;
  border: none;
  background: transparent;
}
span.search button i {
  color: #999;
  font-size: 15px;
  vertical-align: middle;
}

/** Round Corner Image **/
.pop_box img, .blog_box img, .portfolio-item img, .upcoming_upper, .upcoming_upper img, .india_box img, .desti img{
    border-radius: 10px;
}
.serv_form{
    border-radius: 10px;
}

/*.inner1 {
    top: 75% !important;
    border-radius: 10px !important;
}*/

.learn h6, .learn p{
    display: inline-block;
}

/*** Navigation Search Section ***/
.search {
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.search-bar input {
    height: 26px;
    width: 100%;
    padding: 0 12px 0 25px;
    background: white url("https://cssdeck.com/uploads/media/items/5/5JuDgOa.png") 8px 6px no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #a8acbc #babdcc #c0c3d2;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.search input:focus + .results { display: block }

.search .results {
    display: none;
    position: absolute;
    /*top: 35px;*/
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    
    /*min-height: .01%;*/
    
    overflow-x: auto;
}

.search .results-show{
    height:300px;
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }

.search .results li:first-child:before, .search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after { display: none }

.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results a span { font-weight: 200 }

.search .results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.search .results a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #338cdf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input { line-height: 26px }

.nav-show{
    display:block !important;
}

.nav-hide{
    display:none !important;
}


/*** Navigation Search Section ***/
.search1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.search-bar input {
    height: 26px;
    width: 100%;
    padding: 0 12px 0 25px;
    background: white url("https://cssdeck.com/uploads/media/items/5/5JuDgOa.png") 8px 6px no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #a8acbc #babdcc #c0c3d2;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search1 input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.search1 input:focus + .results1 { display: block }

.search1 .results1 {
    display: none;
    position: absolute;
    /*top: 35px;*/
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    
    /*min-height: .01%;*/
    
    overflow-x: auto;
    
    
}

.search1 .results-show{
    height:300px;
}

.search1 .results1 li { display: block }

.search1 .results1 li:first-child { margin-top: -1px }

.search1 .results1 li:first-child:before, .search1 .result1s li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search1 .results1 li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search1 .results1 li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search1 .results1 li:first-child:hover:before, .search1 .results1 li:first-child:hover:after { display: none }

.search1 .results1 li:last-child { margin-bottom: -1px }

.search1 .results1 a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
}

.search1 .results1 a span { font-weight: 200 }

.search1 .results1 a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.search1 .results1 a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #338cdf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}
/*** Navigation Search Section End ***/

.section-padding{
    padding: 1rem 1rem;
}

.white_box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul.small_list li a {
    /*color: #fff;
    background: #ffc84c !important;*/
}

ul.small_list li .btn-danger{
    /*color: #fff;*/
    background-color: #ffc84c !important;
    border-color: #ffc84c !important;
}

span.search input {
    
    border: 2px solid #2f77bc;
}

.ani_div{margin-top:40px;}



.services{padding-top:30px; padding-bottom: 10px;}


.pop_box{position: relative;text-align: center; margin-top: 35px;}
.pop_box img{width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;}
.box {
  position: relative;
  
  height: auto;
  background:;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}


.top_title{text-align: center; margin-top: 10px;}
.top_title a{ color: #fff; margin: 0 0 0 0; padding:5px 0 5px 0; font-size: 18px; text-align: center;width:100%;display: block;text-decoration: none;}

.inner1{ position: absolute;bottom:0; width: 100%;background: rgba(0,0,0,.3); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}



.inner1 h4{color: #fff;font-size:17px; margin-bottom: 12px;}
.inner1 h4 i{color: #ce8f24;}
.inner1 p{color: #fff; font-size: 16px;}
.inner1 p span{background:#e9222a; padding:2px 7px; border-radius: 12px;}
.inner1 h6{color:#fff; font-size: 16px;}
.inner1 h6 span{background:#e9222a; padding: 2px 4px; border-radius: 12px;}

.ft_left{float: left;width: 49%;text-align: left;}
.ft_right{float: right;width: 49%; text-align: right;}


.ft_right p{margin-top: 10px; margin-right: 10px; line-height: 24px;}


.ft_left h6{margin-left: 10px; line-height: 24px;}

.top_title{text-align: center;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);
    border-radius: 12px;}
.top_title a{ color: #000;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;}

.white_box{background: #fff; padding: 10px;-webkit-box-shadow: 0px 2px 5px #555555;
-moz-box-shadow: 0px 2px 5px #555555;
box-shadow: 0px 2px 5px #555555;border-radius: 100%;
    width: 150px;
    height: 150px !important;}

.white_box img{margin-top:15px;}



.white_box h3{margin-bottom: 5px;margin-top: 10px; font-size: 19px;letter-spacing: 1px; font-weight: bold; color:#000;}
.white_box p{font-size: 15px; margin-bottom: 0;}

.advert_modal .modal-header{
    border-bottom: none;
}

.advert_modal .modal-footer{
    border-top: none;
}

.advert_modal .modal-body{
    border-radius: 20px;
    border: none;
}

.contact-page .c_left img{
        border-radius: 20px;
}

.contact-page .c_left img, .contact-page .map_div .google_map3{
        border-radius: 20px;
}
.member_box, .contact-form{
    border-radius: 20px;
}
.about-page img{
    border-radius: 20px;
}

@media(max-width:992px) {
    .slider_form{position: relative; bottom:0; width: 100%;background:#000; right: 0; top: 0;}
.slider_form_opaque{background:none; padding: 15px;}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.blog_lower_left {
    float: left;
    width: 25%;
    margin-top: 20px;
}
.blog_lower_right {
    float: right;
    width: 74%;
    margin-top: 15px;
    border-left: 1px solid #959494;
}
.india_box {
    border: 1px solid #1a1a1a !important;
    border-radius: 20px !important;
}

.serv_right_head h2{
    background: #ffc84c;
}

.serv_form {
    border-radius: 10px;
    border: 1px solid black;
}
/*
.droopmenu > li > a{
    line-height: 90px !important;
}
*/
.services{
    padding-top: 10px !important;
}

#carousel-1 .carousel-inner{
    border-radius:20px;
}
.carousel-inner .item, .carousel-inner .item img{
    /*border-radius:20px;*/
}

.testimonial_div{
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog_lower_right a{
    font-size: 15px !important;
}

.why-us{
    padding-top:15px;
}

.top_title{
    background: #0a74c3 !important;
}

.top_title a{
    color: #fff !important;
}

span.search input, span.search button{
    height: 60px;
}

.serv_right_head h2 {
    background: #ffc84c;
    border-radius: 10px;
}

/* TOP SEARCH OVERLAY */


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index:99999;
  top: 0;
  left: 0;
  background-color: #fff;
  
  overflow-y: hidden;
  transition: 1s;
}

.overlay-content {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #000;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/*.top_search{ width: 30%; margin: 0 auto;}*/

.news_input_top input[type=text]{ border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:1px solid #000; background: none; box-shadow: none; border-radius:0 !important; font-size: 16px; color: #555; padding-left: 5px;}


.news_input_top .form-control{height: 44px;}

.search_margin{ margin-top: 15px;}


@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* TOP SEARCH OVERLAY ENDS*/

.holiday-filter .accordion:after{
    content:'';
}

.accordion{
    margin-top: 15px;
}

.holiday-slider .carousel-inner .item a img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 992px) {

.holiday-slider .carousel-inner .item a img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
}

span.search {
  
}
span.search input {
  min-width: 100%;position: relative;
  height: 60px;
  padding:5px 35px 5px 40px;
  border-radius:50px;
  -webkit-appearance: none; font-weight: bold;
  -moz-appearance: none; font-size: 16px;
  border:2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
span.search button {
  width: auto;
  height:40px; 
  top:11px; 
  font-size: 16px;
  position: absolute; padding: 3px 17px; border-radius: 50px;
  right: 10px; background:#0071eb; color: #fff;
  border: none;
  background: ;
}
*/

span.search button {
  width: auto;
  height:40px; 
  top:-9px; 
  font-size: 16px;
  position: absolute; padding: 3px 17px; border-radius: 50px;
  right: 10px; background:#0071eb; color: #fff;
  border: none;
  background: ;
}

span.search button i {
  color: #999;
  font-size: 15px;
  vertical-align: middle;
}







span.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}




/*.mag{position: absolute; top: 17px; left: 10px;z-index: 9;}*/

.mag{position: absolute; top: -4px; left: 10px;z-index: 9;}

@media (min-width: 992px) {
    .adjust-margin{
        margin-left:21.2px !important;
    }
}

.mt-2{
    margin-top: 20px;
}

.advert_modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.advert_modal_form .modal-body {
    border-radius: 18px;
}
.advert_modal .modal-body {
    background: #edf5fc;
    background: -moz-linear-gradient(top, #edf5fc 0%, #ffffff 43%, #ffffff 65%, #edf5fc 100%);
    background: -webkit-linear-gradient(top, #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%);
    background: linear-gradient(to bottom, #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5fc', endColorstr='#edf5fc',GradientType=0 );
}

@media (min-width: 1200px){
.login_wrap {
    margin: 0 auto;
}
}

.search_form_box h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

.slider_form2{position: relative;}




span.search2 {
  
}
span.search2 input {
  min-width: 100%;position: relative;
  height: 60px;
  padding:5px 35px 5px 15px;
  border-radius:50px;
  -webkit-appearance: none; font-weight: bold;
  -moz-appearance: none; font-size: 16px;
  border:2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.search2 button {
  width: auto;
  height:40px; top:10px; font-size: 16px;
  position: absolute; padding: 3px 17px; border-radius: 50px;
  right:15px; background:#0071eb; color: #fff;
  border: none;
  background: ;
}
span.search2 button i {
  color: #999;
  font-size: 15px;
  vertical-align: middle;
}







span.search2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}



.advert_modal_form{background: rgba(0,0,0,.4);}
.advert_modal_form .modal-body {
   
    border-radius: 18px;
}
.advert_modal_form .modal-header{border:none;}
.advert_modal_form .modal-footer{border:none;}

.advert_modal_form .close{color:#fff;}

.mt-10{
    margin-top:10px;
}

.info_bottom2 ul.nav-pills li a {
    color: #000;
    padding: 4px 10px;
    background: none;
    border-radius: 14px;
    font-size: 15px;
    border: 1px solid #ff0000;
}

@media (max-width: 767px){
.visible-xs {
    display: inline-block !important;
}
}

@media (min-width: 992px){
.ihp_holiday_outer {
    margin-top: 60px;
    margin-bottom: 60px;
}
}

.mem_image img {
    max-width: 35px;
    max-height: 52px;
}

.mem_text h5 {
    font-size: 15px;
}

.wrap2{
    /*border-bottom: 1px solid #ebebeb;*/
}



.slide_text_box_inner h4 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 991px){
.slide_text_box_inner {
    position: absolute;
    width: 100%;
    bottom: 50%;
}

.slide_text_box_inner h4 {
    font-size:20px;
}
}

@media (min-width: 992px){
.slide_text_box_inner {
    position: absolute;
    width: 100%;
    bottom: 70%;
}

.slide_text_box_inner h4 {
    font-size:30px;
}
}

@media (max-width: 500px){
.slide_text_box_inner {
    position: absolute;
    width: 100%;
    bottom: 40%;
}
}

.bidf a{
    border: none !important;
    font-weight: bold !important; 
}

.wrap2 {
    /*background: #000000b3;*/
}

.top-nav-collapse {
    background: #000000b3 !important;
}

a.fly_wrap h4 {
    /*font-size: 25px;*/
}

a.fly_wrap h6 {
    /*font-size: 20px;*/
}

@media (max-width: 587px){
    .desktop-carousel{
        display:none !important;
    }
}

.mem_image {
    float: left;
    margin-right: 0px !important;
}
.logo_div img {
    transition: all .8s;
    max-width: 111px;
    max-width: 170px;
}
.slider_wrap {
    position: relative;
    /*margin-top: 91px;*/
}
.top_form_hotel_bg_landing{
    margin-top: 91px !important;
}
.blog_inner_content p{
    text-align: justify;
}
.ck_flight {
    /*padding: 15px;*/
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}

.flight_list_outer {
    margin-top: 30px;
    margin-bottom: 30px;
}
.flight_list{padding:15px;border-radius:20px;margin-bottom:0;}
.flight_list ul{list-style: none;}
.flight_list ul li{margin-top: 15px;padding-bottom:10px;}
.flight_list ul li a{text-decoration: none;}
.flight_list h3{margin: 0 0 0 0; font-size: 20px;color: #000; border-bottom: 1px solid #e0e0e0;padding-bottom:10px;}

.coimbatore{}
.coimbatore h4{font-size: 15px;margin: 0 0 0 0;}
.coimbatore h6{font-size: 13px;margin:5px 0 0 0;color: #000; font-style: italic;}

@media (min-width: 1200px){
.flight-section .container {
    width: 1300px;
}
}

.flight_faq .accordion-container {
    margin: 0 auto 0 auto;
}
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
}
flight_faq .set {
   
    background-color: transparent;
}


.flight_faq .content {
    background-color: transparent;
  
}

.flight_faq .set > a { 
    color: #000;
    font-size: 14px;
   font-weight: bold;
}
.flight_faq .content p{
   font-size: 14px !important;
  
}


.flight_faq .set > a.active {
	
	color: #fff;
}

@media (max-width: 400px){
    .info_box h2{
        font-size:20px;
    }
}

.big_form_btn a.btn_new1 {
    width: 100%;
    padding: 7px 0;
    margin-top: 25px;
}

/*** IFrame css Changes ***/
#adivaha-wrapper-container iframe #bodyAdi .adi-full ul.adiFullp li{
    border-radius: 12px !important;
}

.adi-full ul.adiFullp li{
    border-radius: 12px !important;
}

.adiFullp_lip {
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 50%);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #000;
}
/*** END ***/

.grid_outer{margin-top: 115px;}

.latest_wrap{position: relative;}

.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px; margin-bottom: 20px;
}

.div1 { grid-area: 1 / 1 / 3 / 3;overflow: hidden; }
.div2 { grid-area: 1 / 3 / 2 / 4;overflow: hidden; }
.div3 { grid-area: 1 / 4 / 2 / 5;overflow: hidden; }
.div4 { grid-area: 2 / 4 / 3 / 5;overflow: hidden; }
.div5 { grid-area: 2 / 3 / 3 / 4;overflow: hidden; }

.block_div{ position: relative; width: 100%; height: 100%; overflow: hidden;}
.block_inner{position: absolute; bottom: 10px; width: 100%;z-index: 99;}
.block_inner h5{ color:#000;}
.block_inner h5 span{ background: #f9ba1f;padding: 4px 7px; border-radius: 4px; }

.block_inner ul{list-style: none;}
.block_inner ul li{display: inline-block; color: #fff; margin-right: 5px;}

.block_inner p{color: #fff; margin-bottom: 0;}

.inner1{padding: 10px;}
.block_div img{width: 100%;}



#owl-demo5 .item{
      background: ;
      padding: 0px 0px;
      margin: 0;
      color: #000;
     
      text-align: left;
    }
    .customNavigation5{
      text-align: center; margin-bottom: 50px;
    }
   
    .customNavigation5 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation5 .prev5{ cursor:pointer; padding: 0 0; margin-left: 2px; margin-right: 2px;}
.customNavigation5 .next5{cursor:pointer; padding: 0; float: right;margin-left: 2px; margin-right: 2px;}

.customNavigation5 .prev5 img{max-width: 26px;}
.customNavigation5 .next5 img{max-width: 26px;}


 
.customNavigation5 {
    text-align: center;
    margin-bottom: 20px;
    position: absolute; right: 1%;
    top: 10px;
}
.parent img{width: 100%; height: 100%; object-fit: cover;border-radius: 20px;overflow: hidden;}


.latest_wrap .owl-controls{display:none !important;}

.inner1b{padding:0 10px;}
.inner1b p{font-weight: normal;font-size: 14px;}


	.block_div .overlay-top{position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;overflow: hidden;border-radius: 20px;
background: -moz-linear-gradient(top,  rgba(185,33,49,0) 0%, rgba(185,33,49,0) 1%, rgba(185,33,49,0.99) 99%, rgba(185,33,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(185,33,49,0) 0%,rgba(185,33,49,0) 1%,rgba(185,33,49,0.99) 99%,rgba(185,33,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(185,33,49,0) 0%,rgba(185,33,49,0) 1%,rgba(185,33,49,0.99) 99%,rgba(185,33,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92131', endColorstr='#b92131',GradientType=0 ); /* IE6-9 */

}



#myModal-fancy{z-index: 99999;}



.detail_pics #carousel-custom { width: 100%;}
.detail_pics #carousel-custom .carousel-indicators { margin: 10px 0 0; overflow: auto; position: static;text-align: center; white-space: nowrap;width:100%;
}
.detail_pics #carousel-custom .carousel-indicators li {background-color: transparent;-webkit-border-radius: 0;border-radius: 0; display: inline-block;height: auto;margin: 0 !important;width:18%;margin:0 5px;}
.detail_pics #carousel-custom .carousel-indicators li img { display: block; opacity:1;width:100%;}
.detail_pics #carousel-custom .carousel-indicators li.active img {opacity: 1;}
.detail_pics #carousel-custom .carousel-indicators li:hover img { opacity:1;}
.detail_pics #carousel-custom .carousel-outer { position: relative;}
.detail_pics .carousel-control.right{ background:none; display: none;}
.detail_pics .carousel-control.left{ background:none;display: none;}

.detail_pics .carousel-inner.item{ position: relative;}
.carousel-inner .item img{ width: 100%;}

#myModal-fancy{background:rgba(0,0,0,.9);}
#myModal-fancy .modal-header{background:transparent; border-bottom: none;}

#myModal-fancy .modal-content{box-shadow:none;background: transparent;border:none;}

#myModal-fancy .modal-footer{border-top: none;padding: 0;text-align: center;}



#myModal-fancy .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}


.gallery_box{position: relative;}
.gallery_box img{width: 100%;}

.gallery_overlap{position:absolute;bottom: 5%;left: 10px;}



#myModal-fancy .modal-body {
    
    padding: 0;
}



.hp_top h3{margin: 0 0 10px 0}




.no_tab_b1{}
.no_tab_b2{}
	.no_tab_b3{margin-top:30px;}


ul.hpi{list-style: none;margin-bottom:15px;background:#e6e6e6;padding: 5px;border: 1px solid #e0e0e0;}
ul.hpi li{display: inline-block; border-left: 1px solid #777;padding-left:10px;}
ul.hpi li a{/*text-transform: uppercase;*/ margin-right: 10px;font-size:16px;color:#000; padding:3px 5px;}
ul.hpi li:first-child{border-left:none; padding-left: 0;}
.section_stick2 {
	position: sticky;
	top: 100px;
	margin-bottom: 20px;z-index: 9;
}


.n_d{display: inline-block; margin-right: 5px;}
.n_d .btn_new1{padding: 2px 4px; font-size: 12px; color:#ffc84c;}
.n_d h5 span{}

.nd_bg1{background: #19a79c;}
.nd_bg2{background: #000;}

#myModal_small_list{z-index:99999;}

.n_d p{font-size: 13px;}
.n_d p span{background: #e0e0e0;padding: 5px 6px;
    font-size: 12px;border-radius:20px;}

ul.high{list-style: none;}
ul.high li{line-height: 24px;}

.left_outer{border: 1px solid #e0e0e0;padding-top: 15px; padding-bottom: 15px;border-radius: 20px;}
.modal-body li {
    list-style: none;
}

.ck_flight, .flight_faq, .info_box{
    line-height:1.8;
}

.gallery_box img {
    width: 100%;
}
.parent img {
    width: 100%;
    height: 336px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.same_img img {
    width: 100%;
    height: 161px;
    object-fit: cover;
}

@media (max-width: 992px){
.parent img {
    height: 150px;
    width: 100%;
}
}
#carousel-custom .carousel-inner .item img{
    height: 450px;
}
#carousel-custom .carousel-indicators li img{
    height: 97px;
}

.package-items .india_box img{
    width: 100%;
    height:120px;    
}

@media (max-width: 992px){
.slider_wrap {
    position: relative;
    margin-top: 0px;
}
.package-items .india_box img{
    width: 100%;
    height:150px;   
}
}
.serv_form{
    margin-top:0px !important;
}
.no_tab_b2 h3, .no_tab_b1 h3, .no_tab_b3 h3{
    border-bottom: 1px solid #2a59a3;
    padding-bottom: 5px;
    padding-top: 20px;
}
.grid_outer {
    margin-top: 115px;
}
@media (max-width: 992px){
.grid_outer {
    margin-top: 20px;
    display: none;
}
.div1 {margin-bottom: 15px;}
.div2 {margin-bottom: 15px;}
.div3 { margin-bottom: 15px; }
.div4 {margin-bottom: 15px;}
.div5{margin-bottom: 15px;}
.latest_wrap{margin-top:15px;}
.parent {
    display: block;
}
.mobile-hide{display:none;}
}
.slider_wrap2 {
	position: relative;
	margin-top:-20px;
	margin-bottom: 0;
}

.banner_wrap2 {
	position: relative;
}

.top_b_text_wrap {
	position: absolute;
	width: 100%;
	bottom: 20%;
	z-index: 9;
}

.banner_text2 {
	text-align: center;
}

.banner_text2 h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.banner_text2 h2 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	text-shadow: 0px 3px 5px #222222;
}

.banner_text2 a {
	margin-top:15px;
}

.bg_yellow {
	background: #ffcc05 !important;
}

.overlay_1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/repeat.png) repeat center center;
	z-index: 99;
}

.top_round {
	position: absolute;
	right: 5%;
	bottom: 17%;
	z-index: 9999;
}

.top_round a {
	display: block;
	margin-bottom: 25px;
}

.top_round img{
border-radius:20px;
}









.slider_wrap2 .carousel-inner .item img {
	width: 100%;border-radius: 0;
}

.slider_wrap2 .carousel-indicators {
	bottom: 20px;
}

.slider_wrap2 .carousel-indicators .active {
	background: #db0f0f;
	width: 42px;
	height: 6px;
	margin-right: 6px;
}

.slider_wrap2 .carousel-indicators li {
	background: #fff;
	border: none;
	width: 42px;
	height: 7px;
	margin-right: 6px;
	border-radius: 0;
	vertical-align: middle;
}

.slider_wrap2 a.carousel-control {
	background-image: none !important;
	opacity: 1;
	z-index: 99;
}

.slider_wrap2 .carousel-control .glyphicon {
	font-size: 45px;
	color: #fff;
}

.slide_pic img {
	width: 100%;
}

.slide_mobile {
	display: none !important;
}

.slide_top_axil {
	display: none;
}






.big_form_div2 {
	position: relative;
}



.big_form_div2 select {
	border: none;
	box-shadow: none;
}


.new_position2 {
	bottom:5%;
}




.big_form_btn2 button.btn_new1 {
    width: 100%;
    padding: 7px 0;
   
}


.img_wrap{position: relative;}
.img_wrap:after {
    background-image: url(../images/banner_bottom_abt.png);
    content: " ";
    display: block;position: absolute;
    height: 20px;bottom:0;z-index: 999; width: 100%;left: 0;
    background-size: contain;
    background-repeat: repeat-x;
}


.offer_box_wrap{}
.offer_box {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.offer_left{float: left; width: 10%;}
.offer_right{float: left;width: 90%;}
.offer_right h3{margin-top: 0;color: #000;font-size:19px;}
.offer_right h3 span{color:#000;}


.blog_lists{margin-bottom: 40px; margin-top: 20px;}

.blog_left_list{border:1px solid #e0e0e0; padding: 15px;border-radius: 20px;}

.blog_left_list img{width: 100%;height:330px; object-fit: cover;border-radius: 20px;}

.blog_left_list h3{margin-top:15px;margin-bottom: 10px; color: #000;font-size: 20px;}


#owl-demo-food .item {
	background: ;
	padding: 0px 0px;
	margin: 0 15px;
	color: #000;
	text-align: left;
}

.customNavigation-food {
	text-align: center;
	margin-bottom: 20px;
}

.customNavigation-food a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation-food .prev-food {
	cursor: pointer;
	padding: 0 2px;
}

.customNavigation-food .next-food {
	cursor: pointer;
	padding: 0 2px;
}

.review_div .owl-controls {
	display: none !important;
}



.benefit_box{margin-top: 30px;}
.benefit_top{position: relative;}

.benefit_box img{width: 100%;border-radius: 20px;height:200px;}

.ben_text{position: absolute; bottom: 40%;width: 100%; background:rgba(255,255,255,.65);text-align: center;}

.ben_text h5{text-align: center; font-size:20px;font-weight: bold; color: #000;}

.benefit_bottom{background: #fff;box-shadow: 0 2px 8px 1px rgb(0 0 0 / 15%);padding: 15px;margin-top: 15px;border-radius: 20px;}
.benefit_bottom p{margin: 0 0 0 0;color: #000;text-align: center;}



.food_div{
background: url(../images/food_bg.jpg) no-repeat center center;
		background-attachment: fixed;
		background-size: cover;padding-top: 50px; padding-bottom: 50px;
}




.form_wrapper2 {
	border: 1px solid #e0e0e0; border-radius: 20px;
	padding: 15px;
}


.transfer_text{margin-bottom: 30px;}
.transfer_text p{font-size: 14; font-weight: normal; text-align: center; line-height: 24px;color: #000;}


.overview_inner{margin-bottom: 30px;}
.overview_inner h4{margin-bottom: 0;}
.includes{margin-bottom: 0;}
.includes h5{font-weight: bold;}
.includes ul{list-style: none;}
.includes ul li{color: #000; line-height: 24px;}

.includes ul li i{font-size:9px; vertical-align: middle;color:#b72e2e; margin-right: 4px;}


.info_bottom3 ul.nav-tabs {
	margin-bottom:15px;
	padding-bottom: 10px; margin-top: 10px;text-align: center;
}

.info_bottom3 ul.nav-tabs li {
	float: none;
	display: inline-block;margin-left: 15px; margin-right: 15px;
}

.info_bottom3 ul.nav-tabs li a {
	color: #fff;padding: 6px 10px; background:none;border-radius: 20px; font-size: 16px; border:none; background: #000;
}

.info_bottom3 ul.nav-tabs li.active a {
	background: rgb(232, 85, 90);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8555a', endColorstr='#e91e26', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */border:none;
	color: #fff;
}


.job_box{border: 1px solid #e0e0e0; border-top-right-radius: 20px; border-bottom-left-radius:20px;overflow: hidden; margin-bottom: 30px;}

.jb_top{background: #000;padding-top:10px; padding-bottom:10px;}
.jb_top h4{color: #fff; padding-left: 12px; margin: 0 0 0 0;}
.jb_top h5{color: #fff; padding-left: 12px; margin:5px 0 0 0;}
.jb_bottom{padding: 12px;}
.jb_bottom p{margin-bottom: 5px;}

.jb_bottom h5{font-weight: bold;margin-top: 5px; margin-bottom: 5px;}


.sl1 ul{list-style: none;}
.sl1 ul li{display:block; margin-right: 5px;line-height: 24px;color: #000; font-weight:500;}
.sl1 ul li i{font-size:6px; vertical-align: middle; margin-right: 3px; color:#b72e2e;}



.tender_box {
	margin-top: 15px
}

.tb_left {
	float: left;
	width: 30%
}

.tb_left img {
	border: 3px solid #e58686;
}

.tb_right {
	float: right;
	width: 67%
}

.tender_box h4 {
	margin: 0 0 3px 0;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px
}

.tender_box p {
	line-height: 17px;
	color: #fff;
	font-size: 13px
}

.attract_bg{padding-top: 30px; padding-bottom:55px;background: rgb(232, 85, 90);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8555a', endColorstr='#e91e26', GradientType=1);
	position: relative; margin-bottom:15px;}


.attract_bg:after {
    background-image: url(../images/banner_bottom_abt.png);
    content: " ";
    display: block;position: absolute;
    height: 20px;bottom:0;z-index: 999; width: 100%;left: 0;
    background-size: contain;
    background-repeat: repeat-x;
}


.heading4 {}

.heading4 h2 {
	text-align: center;
	color: #fff;text-transform:uppercase !important;margin-top: 0;
}


.img_wrap:after {
    background-image: url(../images/banner_bottom_abt.png);
    content: " ";
    display: block;position: absolute;
    height: 20px;bottom:0;z-index: 999; width: 100%;left: 0;
    background-size: contain;
    background-repeat: repeat-x;
}




.food_div2{
background: url(../images/ho_bg.jpg) no-repeat center center;
		background-attachment: fixed;
		background-size: cover;padding-top: 50px; padding-bottom: 50px;
}



#owl-demo-food2 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 15px;
	color: #000;
	text-align: left;
}

.customNavigation-food2 {
	text-align: center;
	margin-bottom: 20px;
}

.customNavigation-food2 a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation-food2 .prev-food2 {
	cursor: pointer;
	padding: 0 2px;
}

.customNavigation-food2 .next-food2 {
	cursor: pointer;
	padding: 0 2px;
}

.review_div .owl-controls {
	display: none !important;
}




.good_wrap{margin-top:20px; margin-bottom:20px; background:#fff;padding-top:20px; padding-bottom: 20px;}


.good_box_outer{margin-bottom: 30px;}
.good_box_outer a{ }


.good_box{text-align: center;position: relative;}



.good_left{}
.good_left h2{color: #000;margin-top: 10px}
.good_left h4{ margin-top: 15px; margin-bottom:15px; color: #000;font-size: 14px;}

.good_left h6{ margin-top: 25px; color: #000;margin-top:50px}


.know_more{text-align: center; margin-top: 20px;}

.good_text{position: absolute; width: 100%; top: 45%; text-align: center; color: #fff; font-weight: bold;font-size: 16px;}



.good_box img{width: 100%; height:300px; object-fit: cover;filter: brightness(50%);
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-o-filter: brightness(50%);
-ms-filter: brightness(50%);transition: all .6s;border-radius: 20px}


.good_box img:hover{filter: brightness(80%);
-webkit-filter: brightness(80%);
-moz-filter: brightness(80%);
-o-filter: brightness(80%);
-ms-filter: brightness(80%);}

.good_box::after{content:""; position: absolute; top: 10px; left: 10px; width: 100%; background:#2f77bc;height: 100%;z-index: -1;border-radius: 20px;}



.flight_faq .accordion-container {

	margin: 0 auto 0 auto;
}




.google_map {
	width: 100%;
	height:200px;margin-top: 15px;
}


.border_up{}


.infra_para p{text-align: center;color: #000;font-size: 14px;}








/*.grid_outer{margin-top: 115px;}*/

.latest_wrap{position: relative;}

.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px; margin-bottom: 20px;
}

.div1 { grid-area: 1 / 1 / 3 / 3;overflow: hidden; }
.div2 { grid-area: 1 / 3 / 2 / 4;overflow: hidden; }
.div3 { grid-area: 1 / 4 / 2 / 5;overflow: hidden; }
.div4 { grid-area: 2 / 4 / 3 / 5;overflow: hidden; }
.div5 { grid-area: 2 / 3 / 3 / 4;overflow: hidden; }

.block_div{ position: relative; width: 100%; height: 100%; overflow: hidden;}
.block_inner{position: absolute; bottom: 10px; width: 100%;z-index: 99;}
.block_inner h5{ color:#000;}
.block_inner h5 span{ background: #f9ba1f;padding: 4px 7px; border-radius: 4px; }

.block_inner ul{list-style: none;}
.block_inner ul li{display: inline-block; color: #fff; margin-right: 5px;}

.block_inner p{color: #fff; margin-bottom: 0;}

.inner1{padding: 10px;}
.block_div img{width: 100%;}



#owl-demo5 .item{
      background: ;
      padding: 0px 0px;
      margin: 0;
      color: #000;
     
      text-align: left;
    }
    .customNavigation5{
      text-align: center; margin-bottom: 50px;
    }
   
    .customNavigation5 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation5 .prev5{ cursor:pointer; padding: 0 0; margin-left: 2px; margin-right: 2px;}
.customNavigation5 .next5{cursor:pointer; padding: 0; float: right;margin-left: 2px; margin-right: 2px;}

.customNavigation5 .prev5 img{max-width: 26px;}
.customNavigation5 .next5 img{max-width: 26px;}


 
.customNavigation5 {
    text-align: center;
    margin-bottom: 20px;
    position: absolute; right: 1%;
    top: 10px;
}






.latest_wrap .owl-controls{display:none !important;}

.inner1b{padding:0 10px;}
.inner1b p{font-weight: normal;font-size: 14px;}


	.block_div .overlay-top{position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;overflow: hidden;border-radius: 20px;
background: -moz-linear-gradient(top,  rgba(185,33,49,0) 0%, rgba(185,33,49,0) 1%, rgba(185,33,49,0.99) 99%, rgba(185,33,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(185,33,49,0) 0%,rgba(185,33,49,0) 1%,rgba(185,33,49,0.99) 99%,rgba(185,33,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(185,33,49,0) 0%,rgba(185,33,49,0) 1%,rgba(185,33,49,0.99) 99%,rgba(185,33,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92131', endColorstr='#b92131',GradientType=0 ); /* IE6-9 */

}
@media (max-width: 1200px){
.top_round {
    display: none;
}
}
.img_wrap img{
    width:100%;
    height:600px;
}
@media (max-width: 991px){
.click1a{
    display: none;
}
.img_wrap{
   height:auto;
}
}
.infra_para2 {
    display: none;
}
.mob_accor {
    display: none;
}
@media (max-width: 992px){
.infra_para2 {
    display: block;
}
.infra_para2 ul {
    list-style: none;
}
.infra_para2 ul li {
    display: inline-block;
}
.infra_para {
    margin-top: 15px;
    /*display: none;*/
}
}

.left_outer {
    border: 1px solid #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
}

@media (max-width: 992px){
.iti_hide_mob {
    display: none;
}
}

@media (max-width: 992px){
.left_outer {
    margin-left: 15px;
    margin-right: 15px;
}
}

.mob_accor {
    display: none;
}
@media (max-width: 992px){
.mob_accor {
    display: block;
    margin-bottom: 20px;
}
}
.holiday-mobile-slider img{
    border-radius: 0px !important;
}
@media (max-width: 992px){
.infra_para2 ul li a {
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 5px;
}
}
@media (max-width: 992px){
.inf_color_1 {
    background: #15b1ab;
}
}
@media (max-width: 992px){
.inf_color_2 {
    background: #000;
}
}
.slider_wrap3 {
    position: relative;
    display: none;
}
@media (max-width: 992px){
.slider_wrap3 {
    display: block;
}
}
@media (max-width: 992px){
    .top_b_text_wrap{
        bottom: 40%;
    }
}

.good_wrap ul{
    margin-left: 15px;
}

.slider_wrap3 .carousel-inner .item img{ width: 100%;border-radius: 0; height: 350px; object-fit: cover;}
.slider_wrap3 .carousel-indicators .active{ background: #fff; border: 1px solid #fff; border-radius:100%; width:13px; height: 13px;}
.slider_wrap3 .carousel-indicators li{ background: #c10101; border: 1px solid #c10101;border-radius: 100%;width: 13px; height:13px;}

/*ul.hpi{list-style: none;margin-bottom:15px;background:#000;padding: 5px;border: 1px solid #e0e0e0;border-radius: 16px;}
ul.hpi li{display: inline-block; border-left: 1px solid #777;padding-left:10px;}
ul.hpi li a{text-transform: uppercase; margin-right: 10px;font-size:16px;color:#f0c200; padding:3px 5px;}
ul.hpi li:first-child{border-left:none; padding-left: 0;}*/

ul.hpi{list-style: none;margin-bottom:15px;background:#f0c200;padding: 5px;border: 1px solid #e0e0e0;border-radius: 16px;}
ul.hpi li{display: inline-block; border-left: 1px solid #777;padding-left:10px;}
ul.hpi li a{/*text-transform: uppercase;*/ margin-right: 10px;font-size:16px;color:#000; padding:3px 5px;}
ul.hpi li:first-child{border-left:none; padding-left: 0;}
ul.top_info{text-align: right;list-style: none;margin-top:20px;margin-bottom:20px;}
ul.top_info li{display: inline-block;}
ul.top_info li a{background: #fff; padding:5px 12px; border-radius: 20px; color: #000;text-decoration: none;border: 1px solid #e0e0e0;}
.top-nav-collapse{
    padding: 0;
    background: #fff !important;
    transition: all 1s;
    box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);
}
@media (max-width: 992px){
ul.top_info {
    display: none;
}
}
.blue{
    color: #2a59a3;
}
.r_content2 h5, .r_content2 p, .info_box h3, .info_box h2, .info_box p, .info_box h2 span, .info_box h3 span, .info_box p span, .info_box p span span, .info_box p span span span, .infra_para h2, .infra_para h3, .infra_para p, .infra_para h2 span, .infra_para h3 span, .infra_para p span, .good_left h2, .good_left h2 span, .good_left p, .good_left p span, .info_box ul li span, .info_box ol li span, .flight_faq p span, .flight_faq p span span{
    font-family: 'Poppins', sans-serif !important;
}
.btn_pink {
    color: #fff !important;
    background: rgb(232, 85, 90);
    background: -moz-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%) !important;
    background: -webkit-linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%) !important;
    background: linear-gradient(45deg, rgba(232, 85, 90, 1) 0%, rgba(233, 30, 38, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8555a', endColorstr='#e91e26', GradientType=1) !important;
    border-radius: 20px !important;
    padding: 4px 12px 4px 12px !important;
    margin-left: 10px !important;
}
.wrap2 {
    background: #fff;
    padding-top: 4px;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
}
.tour-details{
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 15px;
}
.sharethis-inline-share-buttons{
    float:left;
}
#owl-demo4 .r_content2 h5 span {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: underline;
}
#owl-demo4 .r_content2 p span{
    font-size: 14px !important;
    color: #fff !important;
}

@media (min-width: 992px){
.new_position {
    bottom: 10%;
}
}
@media (max-width: 992px){
.slider_wrap4 {
    display: block;
}
}
@media (min-width: 992px){
.droopmenu > li > a.active {
    /*color: #f3ec19 !important;
    border-bottom: 1px solid #f3ec19;*/
    color: rgba(233, 30, 38, 1) !important;
    border-bottom: 1px solid rgba(233, 30, 38, 1) !important;
}
}
.wrap1 {
    background: rgba(0,0,0,.2);
    padding-top: 4px;
    padding-bottom: 15px;
    position: relative;
    z-index: 9;
}
.top-nav-collapse {
    /*padding: 0;*/
    transition: all 1s;
    background: rgba(0,0,0,.8) !important;
}
.btn_pink:hover {
    background: #f3ec19 !important;
    color: #000 !important;
    transition: all .5s;
}
.blog_box2 img{
    border-radius: 12px;
    width: 100%;
    height: 220px;
    object-fit: cover;

}
.droopmenu-toggle{
    background-color: #000 !important;
}
@media (max-width: 991px){
.mobile-carousel-hide .item{
    display:none;
}
}
@media (max-width: 991px){
.carousel-inner .item img, .slider_wrap2 .img_wrap img {
    width: 100%;
    height: auto !important;
}
}
@media (min-width: 992px){
.carousel-inner .item img, .slider_wrap2 .img_wrap img {
    width: 100%;
    height: 600px;
}
}
.india_box2 h2 {
    color:#000;
}
.india_box2 h2:hover {
    text-decoration:none;
}
.desc_box2 h3 {
    /*text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 10px 0;*/
    text-decoration: unset !important;
    font-weight:bold !important;
}
.modal-body .desc_box2{
    padding:20px;
}

@media (min-width: 992px){
.flight_update_modal .modal-dialog {
    width: 800px;
}
.hp_div img {
    height: 160px;
}
}
@media (max-width: 991px){
.mobile-carousel-hide{ display:none;}
.slider_wrap #myCarousel{ display:none; }
}
.desc_box2 p, .desc_box2 p span{
    font-size:14px;
}
.content p{
    padding:0px !important;
}

.accordion__header {
	padding:10px 5px;
	background-color: #fff;
	margin-top: 2px;
	
	cursor: pointer;
}
.accordion__header h2{width: 100%;font-size: 16px; font-weight: bold; text-transform: uppercase;}
.accordion__header h2 span{float: right;color: #000;}

.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px; color: #000; margin-left:0; width: 100%;
}
.accordion__header.is-active {
	background-color: #f0f0f0;
	color: #000;
}

.accordion__toggle {
    margin: auto;
    height: 3px;
    background-color: #222;
    width: 13px;
    display: block;
    left: 0;
    position: absolute;
   
    border-radius: 2px;
    
    right: 0;
    bottom: 0;
    top: 0; 
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #444; 
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding:5px 10px; margin-left:0;
	
	border-top: 0;
}
.accordion__body p{color: #000; font-size: 13px;font-weight: normal;}




.accordion__body.is-active {
	display: block;
}


.accordion__body ul{margin-left: 15px;}
.accordion__body ul li{color: #000; font-size: 13px;font-weight: normal;}

.accordion__body h4{font-size: 15px;}




.icon_border{border: 1px solid #c6c6c6;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    position: relative;
    margin-right: 0;
    text-align: center; float: right; margin-top: -4px;}




.desc_wrap{margin-top:20px;}

.desc_box2{border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%); margin-bottom:5px;margin-top: 5px;}
.desc_box2 h3{text-transform: uppercase; font-size: 17px;margin: 0 0 10px 0;text-decoration: underline;}

.desc_box2 .btn_new1{width: 100%;}

.desc_box2 ul{margin-left: 15px; margin-bottom:15px;}


.desk_padding{padding:15px;}
.section_stick2 {
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
    z-index: 9;
}
.enquiry-btn{
    margin-top:10px;
    margin-bottom:10px;
}
/*#AD186900_1 .tabpaneback {
    background-color: red !important;
}*/

/*** Third Party Css Changes ***/
#AD186900_1 .show-autocomplete-popup a:hover .city_fullname_right {
    border: 1px solid grey !important;
    color: grey !important;
}

.daterangepicker td.active{
    color: #000 !important;
}

#AD186900_1 .border-three-3 {
    background-color: #cecece !important;
    color: #fff !important;
}
#AD186900_1 .border-three-33{
    color: #337ab7 !important;
}
#AD186900_1 .border-three-33:hover{
    color: #337ab7 !important;
}
/*** END ***/