/* Home CSS
--------------------------------------------------------------- */

/*Search Box*/

	.search-box {
	    width: 50% !important;
	    margin: auto;
	    text-align: center;
	    padding: 3em 1em;
	}

	.search-form input {
		padding: 15px;
	    margin-right: 0.6em;
	    border-radius: 0;
	    width: 100%;
	}

	.search-form button {
		border-radius: 0;
	}

	.search-form .form-group {
	    position: relative;
	}

	.search-form .fa-map-marker {
		position: absolute;
	    right: 20px;
	    top: 14px;
	    font-size: 1.3em;
	    color: #ccc;
	}

	#choose_us_link a {
	    color: #fff !important;
	}

/*Search Box*/

/*Three Icon Box*/

	.three-icon-section .elementor-icon-box-title {
	    margin-bottom: 8px;
	}

/*Three Icon Box*/

/*Responsive*/

	@media (min-width: 768px) {

		.search-form .form-group:first-child {
			flex: 0 0 70%;
			margin-right: 15px;
		}

		.search-form form {
			display: flex;
		    width: 70%;
		    margin: auto;
		}
	}

	@media (max-width: 1024px) {
		
		.search-box {
		    width: 85% !important;
		}

	}

	@media (max-width: 767px) {
		
		.search-form button {
		    width: 100%;
		    margin-top: 1em;
		}

		.search-form .fa-map-marker {
			right: 10px;
		}
	}

/*Responsive