/* ===================================================================================

* Theme Name: Geoport Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Geoport is powerful and modern transport and cargo logistics WordPress theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: geoport
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */



.header-language, .header-btn {
	display: none !important;
}
.map-my iframe {
    height: 300px !important;
}
.driver-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.c-form-group {
	width: 49%;
}
.d-form-group {
	width: 100%;
}
.d-form-group input::file-selector-button {
	background-color: #ff5e14;
	width: 20%;
	padding: 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
}
.b-form-group input {
	border: none !important;
	padding: 0 !important;
}
.first-field p {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.first-field p .wpcf7-form-control-wrap {
    width: 49%;
}
.service-field .wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 7px;
    border: 2px solid #ddeeff;
	background-color: transparent;
	color: #555555;
}
.main .c-form-group {
    width: 100%;
}
.service .single-services.text-center {
    min-height: 410px;
}
.information span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media  screen and (max-width:480px) and (min-width:320px){
	.first-field p {
			display:block;
		margin-bottom:10px;
	}
	.first-field p input {
			margin-bottom:10px;
	}
	.c-form-group {
	width: 100%;
}

}