


/*===========================
14.GET SEARCH css 
===========================*/


.get-search-area{}

.get-search-area-bg{
	background-color: $gray-2;
}

.get-search-form{
	background-color: $clr1;
	@include box-shadow (0px 0px 30px 0px rgba($heading-color, 0.08));
	padding-bottom: 50px;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 35px;
	margin-top: -80px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
	
	@media #{$lg}{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	@media #{$xs}{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 15px;
	}
	
	> div{
		flex: 1;
		padding: 0 8px;
	}
	
	// & .single-form{
	//     margin-top: 15px;
	//     width: 33.33%;
	//     position: relative;
	//     padding: 0 15px;
	// 
	//     @media #{$md}{
	//         width: 100%;
	//     }
	//     @media #{$xs}{
	//         width: 100%;
	//     }
	// 
	//     & input{
	//         width: 100%;
	//         height: 60px;
	//         border-radius: 5px;
	//         border: 0;
	//         padding: 0 20px;
	//         font-size: 16px;
	//         font-style: italic;
	//         color: $body-color;
	// 
	//         @media #{$xs}{
	//             height: 50px;
	//             font-size: 14px;
	//         }
	// 
	//         @include placeholder{
	//             opacity: 1;
	//             color: $body-color;
	//         }                
	//     }
	// 
	//     & button{
	//         position: absolute;
	//         top: 0px;
	//         right: 15px;
	//         font-size: 24px;
	//         color: $white;
	//         border: 0;
	//         background-color: $theme-color-6;
	//         height: 60px;
	//         width: 90px;
	//         border-radius: 5px;
	//         @include transition(0.3s);
	// 
	//         @media #{$xs}{
	//             position: relative;
	//             width: 100%;
	//             margin-top: 10px;
	//             height: 50px;
	//             right: 0;
	//         }
	//         @media #{$sm}{
	//             position: absolute;
	//             width: 80px;
	//             margin-top: 0;
	//             right: 15px;
	//         }
	// 
	//         &:hover{
	//             background-color: $theme-color;
	//         }
	//     }
	// 
	//     & .nice-select {
	//         width: 100%;
	//         border-radius: 5px;
	//         height: 60px;
	//         padding: 0 20px;
	//         border: 0;
	//         float: none;
	// 
	//         @media #{$xs}{
	//             height: 50px;
	//         }
	// 
	//         &::after{
	//             width: 8px;
	//             height: 8px;
	//             right: 20px;
	//             border-color: $body-color;
	//         }
	// 
	//         & .current{
	//             line-height: 60px;
	//             font-size: 16px;
	//             font-style: italic;
	//             color: $body-color;
	// 
	//             @media #{$xs}{
	//                 line-height: 50px;
	//                 font-size: 14px;
	//             }
	//         }
	//         & .list{
	//             width: 100%;
	// 
	//             & .option{
	// 
	// 
	//                 &.selected {}
	//                 &.focus {}
	//                 &:hover {}
	//             }
	//         }
	//     }
	// }
	// 
	// &.search-form-bg{
	//     background-color: $theme-color-2;
	// }
}



/*===== Get Search 2 =====*/

.get-search-area-2{}


.get-search-title{
	& .title{
		font-size: 32px;
		font-weight: 300;
		
		@media #{$xs}{
			font-size: 20px;
		}
	}
	& p{
		color: $theme-color;
		margin-top: 10px;
		font-size: 18px;
		
		@media #{$xs}{
			font-size: 16px;
		}
	}
}

.get-search-form-2{
	background-color: $white;
	padding-bottom: 50px;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 35px;
	border-radius: 5px;
	position: relative;
	z-index: 5;
	border: 2px solid rgba($heading-color, 0.07);
	margin-top: 50px;
	z-index: 9;
	
	@media #{$lg}{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	@media #{$xs}{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 15px;
	}
	
	& .single-form{
		margin-top: 15px;
		width: 33.33%;
		position: relative;
		padding: 0 15px;
		
		@media #{$md}{
			width: 100%;
		}
		@media #{$xs}{
			width: 100%;
		}
		
		& input{
			width: 100%;
			height: 60px;
			border-radius: 5px;
			border: 0;
			padding: 0 20px;
			font-size: 16px;
			font-style: italic;
			color: $body-color;
			border: 2px solid rgba($heading-color, 0.07);
			
			@media #{$xs}{
				height: 50px;
				font-size: 14px;
			}
			
			@include placeholder{
				opacity: 1;
				color: $body-color;
			}                
		}
		
		& button{
			position: absolute;
			top: 0px;
			right: 15px;
			font-size: 24px;
			color: $white;
			border: 0;
			background-color: $theme-color-7;
			height: 60px;
			width: 90px;
			border-radius: 5px;
			@include transition(0.3s);
			
			@media #{$xs}{
				position: relative;
				width: 100%;
				margin-top: 10px;
				height: 50px;
				right: 0;
			}
			@media #{$sm}{
				position: absolute;
				width: 80px;
				margin-top: 0;
				right: 15px;
			}
			
			&:hover{
				background-color: $theme-color;
			}
		}
		
		& .nice-select {
			width: 100%;
			border-radius: 5px;
			height: 60px;
			padding: 0 20px;
			border: 0;
			float: none;
			border: 2px solid rgba($heading-color, 0.07);
			
			@media #{$xs}{
				height: 50px;
			}
			
			&::after{
				width: 8px;
				height: 8px;
				right: 20px;
				border-color: $body-color;
			}
			
			& .current{
				line-height: 60px;
				font-size: 16px;
				font-style: italic;
				color: $body-color;
				
				@media #{$xs}{
					line-height: 50px;
					font-size: 14px;
				}
			}
			& .list{
				width: 100%;
				
				& .option{
					
					
					&.selected {}
					&.focus {}
					&:hover {}
				}
			}
		}
	}
}






