/*
 Theme Name:   dblas Child
 Theme URI:    http://wordpress.com
 Description:  dblas Child Theme
 Template:     twentynineteen
 Version:      1.0.0
 Text Domain:  dblas-Child
*/
 body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /* background-color: #fff; */
    background: red;
} 
.boxdesign .boxs-right {
	display: inline-block;
	padding-top: 8px !important;
/* 	padding-left: 10px !important; */
	width: 100%;
}
#menu-footer-menu a.nav-link {
	color: #fff;
	padding: 1px 5px !important;
}
.boxdesign .boxs-left .img-area {
	display: none;
	width: 40px;
	height: 60px;
	background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
	text-align: center;
	position: relative;
	border-radius: 10px 0px 0px 10px;
}
.boxdesign {
    display: flex;
    width: 100%;
    background: #d82025;
    border-radius: 10px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
}
.boxdesign .boxs-left img {
	max-width: 65px;
	height: 65px;
	padding: 0;
}
.boxs-right h3 a , .boxs-right p{
	color: #fff;
}
.boxdesign .boxs-left .img-area i {
	font-size: 29px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 32%;
	bottom: 0;
}
.boxdesign:hover {
	box-shadow: 0px 2px 5px 4px #b5b3b3;
}
.residentialbox .img-area i {
	font-size: 40px;
	color: #d82025;
	padding-top: 20px;
}
.residentialbox .boxs-left {
	text-align: center;
}
.residentialbox {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.residentialbox .boxs-right h3 a {
	color: #3157a2;
	font-size: 15px;
}
/* .residentialbox .boxs-right.text-left {
	padding-top: 10px;
} */
.redimenus h5 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.cntmg img {
    height: 40px;
    width: 40px !important;
    margin-right: 20px !important;
}

.boxdesign h3 {
    font-size: 15px;
    font-weight: 700 !important;
}
.redimenus #menu-footer-menu {
	padding: 0;
}
.redimenus .social {
	margin-bottom: 26px !important;
}
.redimenus p {
	font-size: 14px;
	color: #fff !important;
	text-align: left !important;
}
.footer.bg-primary {
	margin-top: 131px;
}
.footer.bg-primary .footer_text.text-left p {
	text-align: left;
}
.sev .owl-dots {
	position: relative;
}
.modal-window-content .mw-title {
	background: #D82025;
	padding: 15px 25px;
	margin-bottom: 15px;
}
.content_section {
	padding: 6px 25px;
	font-size: 15px;
}
.content_section > a {
	background: #3157a2;
	padding: 10px 23px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-top: 23px;
	margin-bottom: 24px;
}