/* Theme Name: Autoglow Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of autoglow
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: autoglow
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  autoglow-child
*/

.footer_mis:after {
    background: #484848 !important;
}
p{
	margin-top: 0 !important;
}
/* .ova-heading .title{
	color: #474747 !important;
}
.ova-heading .sub_title:before {
    background: #adadad !important;
} */

.ova_tabs.version_2 .ova_tab_items_v2.active {
    border-color: #ff0000 !important;
}
.ova_tabs.version_2 .ova_tab_items_v2{
	border-color: #ffffff4a !important;
}

.ova-testimonial.version_2 .slide-testimonials .client_info .client span{
	background-color: #ff0000 !important;
}


/* custom css starts  */

.archive_sev .items .content_img_items .content_sub_items{	
	display:none !important;
}

.our-fleet-custom-car-section .archive_sev .content {   
    grid-row-gap: 31px !important;   
}
.gallery_images img{
	aspect-ratio: 4 / 3;
    object-fit: cover;
}

.form_box {
    background-color: #f6f6f6;
    padding: 1px 35px 10px;
	margin-bottom: 20px
}
.form_area .wpcf7-submit {
	height: auto;
    line-height: normal;
    padding: 15px 40px;
	background-color: #ff0000;
    border-color: #ff0000;
}
.form_area .wpcf7-submit:hover{
	background-color: var(--e-global-color-8d619dc);
	border-color: var(--e-global-color-8d619dc);
}
.form_area input[type="radio"]{
	height: auto;
}
.form_area .wpcf7-list-item{
	margin: 0 20px 0px 0;
}
.form_area .wpcf7-spinner{
	position: absolute;
}

.help_banner .pk3-icon{
	    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	gap: 10px;
}
.help_banner .pk3-sev{
	justify-content: center;
	padding: 0;
}
.help_banner .ova-icon{
	padding-left: 0 !important;
}
.ova_contact .content_left .image img{
	object-fit: cover;
}
.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
    border-radius: .25rem;
}
/* custom css ends  */