.row_search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
/*-------- Home Search V2--------*/
#search_container_2 {
	position: relative;
	height: 580px;
	/* background: #ccc url(../img/hero_3.jpg) no-repeat center top; */
	/* background-size: cover; */
	color: #fff;
	width: 100%;
	display: table;
	z-index: 99;
	text-align: center;
   
}

#search_2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15%;
	padding-top: 100px;
	background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  #search_2 {
	padding: 0 15px;
	}
}

#search_2 .nav-tabs {
	border-radius: 0;
	font-size: 12px;
	border: 0;
	border-bottom: 1px solid transparent;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#search_2 .nav-tabs > li > a {
	border: 0;
	line-height: 20px;
	color: #fff !important;
	padding: 10px 15px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-ms-border-radius: 3px;
  	border-radius: 3px;
  	position: relative;
  	padding-left: 40px;
}

@media (max-width: 575px) {
  #search_2 .nav-tabs > li > a{
		padding:10px 15px;
	}
  #search_2 .nav-tabs > li > a:before{
		display: none;
	}
}

#search_2 .nav-tabs > li > a#tab_bt_1:before, #search_2 .nav-tabs > li > a#tab_bt_2:before, #search_2 .nav-tabs > li > a#tab_bt_3:before {
	font-family: 'fontello';
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top:8px;
}

#search_2 .nav-tabs > li > a#tab_bt_1:before {
	content: '\e83c';
}

#search_2 .nav-tabs > li > a#tab_bt_2:before {
	content: '\ed60';
}

#search_2 .nav-tabs > li > a#tab_bt_3:before {
	content: '\ed80';
}

#search_2 .tab-content {
	padding:0;
	border:0;
	background-color: transparent;
}

#search_2 .nav-tabs > li > a {
	background: rgba(0, 0, 0, 0.40);
}

#search_2 .nav-tabs > li > a.active ,
#search_2 .nav-tabs > li > a:hover .active,
#search_2 .nav-tabs > li > a:focus .active {
	color: #fff;
	background-color: #e14d67;
}

.custom-search-input-2 {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);

}

.custom-search-input-2 .form-control {
	font-size: 16px;
	display: block;
    width: 100%;
  }
.custom-search-input-2 .col-lg-4,.col-lg-3,.col-lg-2{
	padding-left: 0px;
    padding-right: 0px;

  }  
@media (max-width: 991px) {
	.custom-search-input-2 {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.custom-search-input-2 .col-lg-4, .col-lg-3,.col-lg-2 {
	
		position: relative;
		width: 100%;
	}
  
}
@media (min-width: 992px) {
.custom-search-input-2 .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

}
}
.custom-search-input-2 input {
  border: 0;
  height: 50px;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
}
@media (max-width: 991px) {
  .custom-search-input-2 input {
    border: none;
  }
}
.custom-search-input-2 input:focus {
  box-shadow: none;
  border-right: 1px solid #d2d8dd;
}
@media (max-width: 991px) {
  .custom-search-input-2 input:focus {
    border-right: none;
  }
}
.custom-search-input-2 select {
  display: none;
}
.custom-search-input-2 .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}
.custom-search-input-2 .form-group {
  margin: 0;
}
@media (max-width: 991px) {
  .custom-search-input-2 .form-group {
    margin-bottom: 5px;
  }
}
.custom-search-input-2 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.9rem;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  top: 0;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 50px;
  z-index: 9;
  color: #999;
}
@media (max-width: 991px) {
  .custom-search-input-2 i {
    padding-right: 10px;
  }
}
.custom-search-input-2 input[type='submit'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #e14d67;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.custom-search-input-2 input[type='submit']:hover {
  background-color: #008489;
  color: #fff;
}


.panel-dropdown {
	position: relative;
	text-align: left;
	padding: 15px 10px 0 15px;
  }
  @media (max-width: 991px) {
	.panel-dropdown {
	  background-color: #fff;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  -ms-border-radius: 3px;
	  border-radius: 3px;
	  height: 50px;
	}
  }
  .panel-dropdown a {
	color: #727b82;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s;
	display: block;
	position: relative;
	line-height: 20px;
  }
  .panel-dropdown a:after {
	font-family: 'ElegantIcons';
	content: "\33";
	font-size: 26px;
	color: #999;
	font-weight: 500;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
  }
  .panel-dropdown.active a:after {
	transform: rotate(180deg);
  }
  .panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 58px;
	left: 0px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
	padding: 15px 15px 0 15px;
	white-space: normal;
	width: 280px;
  }
  .panel-dropdown .panel-dropdown-content:after {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
  }
  .panel-dropdown .panel-dropdown-content.right {
	left: auto;
	right: 0;
  }
  .panel-dropdown .panel-dropdown-content.right:after {
	left: auto;
	right: 15px;
  }
  
  .panel-dropdown.active .panel-dropdown-content {
	opacity: 1;
	visibility: visible;
  }
  
  .qtyButtons {
	display: flex;
	margin: 0 0 13px 0;
  }
  .qtyButtons input {
	outline: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	width: 50px;
	height: 36px !important;
	color: #333;
	line-height: 36px;
	margin: 0 !important;
	padding: 0 5px !important;
	border: none;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
	border: none !important;
  }
  .qtyButtons label {
	font-weight: 500;
	font-size: 14px;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
	color: #727b82;
  }
  
  .qtyInc,
  .qtyDec {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	font-size: 1.9rem;
	background-color: #f2f2f2;
	/* -webkit-text-stroke: 1px #f2f2f2; */
	color: #333;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-family: 'ElegantIcons';
  }
  
  .qtyInc:before {
	content: "\4c";
  }
  
  .qtyDec:before {
	content: "\4b";
  }
  
  .qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: 0;
	left: 2px;
	height: 18px;
	width: 18px;
  }
  
  .rotate-x {
	animation-duration: .5s;
	animation-name: rotate-x;
  }
  
  @keyframes rotate-x {
	from {
	  transform: rotateY(0deg);
	}
	to {
	  transform: rotateY(360deg);
	}
  }
/*-------- 3.9 Datepicker --------*/
  .daterangepicker {
	font-family: "Open Sans", Helvetica, sans-serif !important;
  }
  
  /* Fix for scroll issue */
  @media screen and (min-width: 560px) {
	.daterangepicker {
	  width: 490px !important;
	}
  
	.daterangepicker.single {
	  width: auto !important;
	}
  }
  .applyBtn.btn.btn-sm.btn-primary {
	background-color: #e14d67;
	border: 0;
  }
  
  .drp-selected {
	display: none !important;
  }
  
  .daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #333 !important;
  }
  
  @media screen and (max-width: 600px) {
	.daterangepicker .drp-calendar {
	  max-width: 100% !important;
	}
  
	.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
	  clear: none !important;
	  float: none !important;
	  margin-right: 0;
	}
  }
  .daterangepicker {
	-webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  }
  /* ------ Full view calendar on mobile ----------- */
  @media (max-width: 767px) {
	.datepicker_mobile_full .daterangepicker {
	  margin-top: 0 !important;
	  border: none !important;
	  position: fixed !important;
	  top: 0 !important;
	  left: 0 !important;
	  right: 0 !important;
	  width: 100% !important;
	  z-index: 9999999 !important;
	  height: 100% !important;
	  overflow-y: scroll !important;
	  border-radius: 0!important;
	}
	.datepicker_mobile_full .daterangepicker .calendar {
	  max-width: 100% !important;
	}
	
  }
  
  @media (max-width: 1081px) {	
	.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
		font-size: 15px !important;
	}
	.daterangepicker .drp-buttons .btn {
		font-size: 15px !important;
	}
	
}
.autocomplete-suggestions { font-size: 16px; font-family: "Open Sans", Helvetica, sans-serif !important; border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 4px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong {  font-weight: normal; font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 4px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }



.intro_title_2 { 
	margin-bottom: 35px;
}

.intro_title_2 h1 {
	font-size: 68px;
	text-shadow: 2px 2px 2px #333;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.slogan{
	padding: 0 0 25px 0;
	
}

@media (max-width: 1081px) {	
	.intro_title_2 { 
		margin-bottom: 20px;
		margin-top: 90px;
	}
	.intro_title_2 h1 {
		font-size: 38px;
		text-shadow: 2px 2px 2px #333;
		margin-bottom: 5px;
		color: #fff;
		font-weight: 800;
		text-transform: uppercase;
	}
	.slogan{
		padding: 0 0 10px 0;
		font-size: 16px;
	}
	
	
}