/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/

div#wpcf7-f1065-p1055-o1 label {
    font-size: 16px;
    font-family: 'Poppins';
    margin-bottom: 15px;
    font-weight: 600;
    color: #444444;
}

div#wpcf7-f1065-p1055-o1 input {
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    height: 58px;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #3CA586;
    color: #fff;
    padding: 10px 45px;
}

div#wpcf7-f1065-p1055-o1 textarea {
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}
.leader-name h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
}

.leader-name h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -15px;
}

.team-outer a {
    color: #073c80;
}

span.wpcf7-not-valid-tip {
    margin-top: 7px;
}

@media screen and (max-width: 768px) {
.leader-name h3 {
    font-size: 30px;
}
	.team-outer img {
    margin-bottom: 15px;
}
}