/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

div#mobile-section {
    background-size: 100% 100%;
}
.hover-box:hover .elementor-element {
    background: #3AA6C9;
}
.van-box:hover .elementor-element {
    background: #000;
}
.fleet-sec img {
    height: 200px !important;
	object-fit: cover !important;
}
.legal-pages h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #fff;
}
.legal-pages p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 1000px){
	.elementskit-infobox.text-center {
		justify-content: space-between !important;
	}
	.box-body {
		width: 100% !important;
	}
	div#mobile-section {
		background-size: cover;
	}
	.legal-pages h3 {
		font-size: 20px;
		line-height: 1.1;
		font-weight: 700;
		margin-top: 35px;
		margin-bottom: 15px;
		color: #fff;
	}
	.legal-pages p {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 18px;
		color: #fff;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1536px){
	div#mobile-section {
		background-size: 100% 100%;
		padding: 0 30px;
	}
	div#mobile-section .e-con-inner {
		padding: 100px 0;
	}
	div#mobile-section h2 {
		font-size: 60px;
	}
}