/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/

body p {
    font-size: 17px;
}
.footer-width-fixer ul li, ul.cust-info-list {
    padding: 4px 0px;
    list-style: none;
    margin-bottom: 0px;
}

.footer-width-fixer ul {
    padding: 0px;
    margin-bottom: 0px;
}
.footer-width-fixer ul li a {
    color: #000;
    font-size: 17px;
}

span.highlight {
    color: #b90a00;
}

form label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

body .wpcf7-submit {
    color: #5d0200;
    border-color: #5d0200;
}

body .wpcf7-submit:hover, body .wpcf7-submit:focus {
    color: #fff;
    background: #5d0200;
}
.banner-min-height {
    padding: 30% 0%;
}
.experts-title h4 {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-banners {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 90vh;
    text-align: center;
    position: relative;
}


@media only screen and (max-width: 767px) {
    .banner-min-height h1 {
        font-size: 42px !important;
    }
}

