/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

#menu-footer-menu{
	display: inline-flex;
    justify-content: center;
    width: 100%;
}

#menu-footer-menu li{
	list-style-type: none;
	padding:0 20px;
}
.widget_nav_menu ul li:after {
    border-width: 0px;
    border-style: none;
}

#Footer .footer_copy .one {
    margin-bottom: 5px;
    padding-top: 10px;
    min-height: 0px;
}

#Footer .widget.widget_nav_menu{
	margin:2px 0;
}

.wpcf7-response-output{
color: green;
    font-weight: bold;	
}

.pdtoplogo {
    top: 125px;
}
.title-head{
color: #e7f4ff;
    font-size: 40px;
    font-weight: 700;
}
@media only screen and (max-width: 767px){
.pdtoplogo{
top: 30px;
}
.title-head{
	color: #e7f4ff;
    font-size: 22px;
    font-weight: 500;
	    text-align: left;
}
}
