/*
Theme Name: Markupdesigns
Theme URI: https://markupdesigns.com
Author: Markup Designs
Author URI: https://markupdesigns.com
Description: Markup Designs has been started with a clear vision to provide multi-dimensional services in the field of IT. We are a trusted name in the field of website designing and development.

*/

.footerMenu li a {
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
}

.footerMenu li {
    margin-bottom: 13px;
}

.footer-newsletter .wpcf7-submit{
	background: #f6ff00;
    padding: 10px 40px !important;
	cursor: pointer;
    border-radius: 40px;
	color: #000000;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
}
.footer-newsletter .wpcf7-submit:hover{
	background: #7d0000;
    color: #ffffff;
}

.footer-newsletter .wpcf7-response-output{
	color:#fff;
}

.footer-newsletter span {
    display: block !important;
}
.footer-newsletter input{
    margin-bottom: 0px !important;
	
}

.contact-form .wpcf7-submit{
	background: #f6ff00;
    padding: 10px 40px !important;
	cursor: pointer;
    border-radius: 40px;
	color: #000000;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
	border:1px solid #212529;
}

 .contact-form .wpcf7-submit:hover{
	background: #7d0000;
    color: #ffffff;
}

/*.modal-content.scroll {
    overflow: scroll;
    height: 620px;
}*/