
/* tc css */
.two-column-content .tc-info-left{
	padding-right:50px;
	border-right:2px solid #dadada;
}
.two-column-content .tc-info-left .notice_wrapper .img_wrapper {
	min-width: 150px;
	max-width: 150px;
}
.two-column-content .notice_box{
    background-color: #11284a;
}
.two-column-content .notice_box p {
	color:#fff;
	margin-bottom:0px;
}
.two-column-content .icon_box h2.box_heading {
	font-size: 26px !important;
	color: #11284a;
	line-height: normal;
}
.two-column-content .icon_box .icon_box_img {
    max-width: 50px;
    width: 100%;
		margin-right: 30px;
}
.two-column-content .tc-info-right hr{
	background-color:#dadada;
	height:2px;
	margin-top:0px;
	margin-bottom:24px;
	opacity:1;
}
.two-column-content .tc-info-right hr:last-child {
    display: none;
}

.overlay_bg_section .overlay_color{
	mix-blend-mode: multiply;
}
.overlay_bg_section h2,
.overlay_bg_section p{
	color:#fff;
}
.overlay_bg_section .icon_box{
	padding:30px;
}
.overlay_bg_section .icon_group p{
	font-size:20px;
}
.card_section .container{
	max-width:1200px;
}

.card_section .top_content h2,
.card_section .card .card_content h3{
	color:#11284a;
}
.card_section .top_content hr {
    height: 4px;
    width: 100px;
    opacity: 1;
    background-color: #ed1c24;
    margin: 10px auto 0 auto;
}
.card_section .top_content .img_wrapper{
	max-width: 500px;
}
.card_section .card{
	box-shadow:0 0 3px rgba(0,0,0,0.15);
}

.card_section .card ul{
    padding:0px;
	margin-left:0px;
}
.card_section .card ul li {
    position:relative;
    list-style:none;
    margin-bottom:10px;
    padding-left:32px;
    z-index:1;
}
.card_section .card ul li::before{
    content:"";
    position:absolute;
    top:0;
    left:0px;
    background-image:url("https://twintowndemolition.com/wp-content/uploads/2026/04/check-mark.webp");
    background-position:left;
    background-repeat:no-repeat;
    background-size:contain;
    height:100%;
    width:30px;
    z-index:-1;
}
.gf_popup {
    display: none;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
}

.gf_popup .gf_popup_content {
    width: 90%;
    max-width: 600px;
    margin: 80px auto;
}

.gf_popup .gf_close {
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
#gform_4 .gfield {
	text-align: left !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input{
	width: 100% !important;
}
.page-id-448 .new_two_column .row {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px 0px;
}
.gf_popup .gform_button {
    background-color: #11284a;
    color: #fff;
    border: 0;
    height: 60px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.gf_popup .gform_button:hover {
    background-color: #0e76bd;
}
.gf_popup label.gform-field-label a{
    color: #ed1c24 !important;
}

body.page-id-448 #ui-datepicker-div {
	top: 225px !important;
}

footer .social_icon a{
    position:relative;
    z-index:1
}
footer .social_icon a::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    height:90%;
    width:90%;
    border-radius:50px;
    z-index:-1;
}
footer .social_icon a img{
    width: 35px;
}

}
@media only screen and (max-width: 1200px) and (min-width: 768px){
	.two-column-content .tc-info-left .notice_wrapper {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 1100px){
    .overlay_bg_section .icon_group p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 980px){
    .overlay_bg_section .icon_box{
        padding:20px;
        width: 25% !important;
    }
}

@media only screen and (max-width: 640px){
	body.page-id-448 #ui-datepicker-div {
		top: 325px !important;
	}
}
@media only screen and (max-width: 768px){
	.overlay_bg_section .icon_box{
        width: 50% !important;
    }
	.hero--full .hero-content{
		max-width:100% !important;
	}
    .two-column-content .tc-info-left{
        border: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }
	.two-column-content .icon_box h2.box_heading{
		font-size:20px !important;
	}
	.two-column-content .icon_box .icon_box_img {
	    max-width: 40px;
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 575px){
	.two-column-content .tc-info-left .notice_wrapper {
		flex-wrap: wrap;
	}
}
