.default-banner{
    position:relative;
    padding:80px 0;
    background:
        linear-gradient(rgba(4,25,55,0.88), rgba(4,25,55,0.88)),
        url('https://www.detoautomaticdoorsllc.com/wp-content/uploads/2021/04/Banner01.png');
    background-size:cover;
    background-position:center;
    color:#fff;
}
.default-banner .hero-content h1{
    font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
    margin-bottom:25px;
}
.default-banner .hero-content p{
    font-size:18px;
    line-height:1.8;
    color:#d9d9d9;
    margin-bottom:35px;
}
.default-banner .title-line{
    width:90px;
    height:4px;
    background:#d8b35a;
    margin-bottom:30px;
}
.default-banner .feature-box{
    margin-top:25px;
}
.default-banner .single-feature{
    display:inline-block;
    margin-right:20px;
    margin-bottom:15px;
    color:#fff;
    font-size:15px;
}
.default-banner .single-feature i{
    color:#fff;
    margin-right:10px;
    font-size:20px;
}
.default-banner .form-wrapper{
    background:#072654;
    padding:35px;
    border-radius:8px;
}
.default-banner .form-wrapper h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}
.default-banner .form-wrapper p{
    color:#d9d9d9;
    margin-bottom:25px;
}
.default-banner .form-control,
.default-banner .form-select{
    background:transparent;
    border:1px solid rgba(255,255,255,0.3);
    color:#fff;
    height:52px;
    margin-bottom:18px;
}
.default-banner .form-control::placeholder{
    color:#d0d0d0;
}
.default-banner .form-control:focus,
.default-banner .form-select:focus{
    box-shadow:none;
    border-color:#d8b35a;
    background:transparent;
    color:#fff;
}
.default-banner textarea.form-control{
    height:120px;
    resize:none;
}
.default-banner .btn-custom{
    width:100%;
    background:#d8b35a;
    color:#000;
    border:none;
    padding:15px;
    font-weight:700;
    font-size:18px;
    transition:0.3s;
}
.default-banner .btn-custom:hover{
    background:#c49d43;
}

.why-fire-section{
    padding:70px 0;
    background:#f8f8f8;
}
.why-fire-section .section-title{
    text-align:center;
    margin-bottom:60px;
}
.why-fire-section .section-title h2{
    font-size:30px;
    font-weight:700;
    color:#0a1f44;
    margin-bottom:15px;
}
.why-fire-section .section-title p{
    font-size:18px;
    color:#6b6b6b;
    max-width:900px;
    margin:auto;
    line-height:1.7;
}
.why-fire-section .info-card{
    background:#fff;
    border:1px solid #ececec;
    padding:50px 35px;
    text-align:center;
    transition:0.3s;
    margin-bottom:30px;
    min-height:370px;
}
.why-fire-section .info-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.why-fire-section .icon-box{
    margin-bottom:30px;
}
.why-fire-section .icon-box img {
    max-width: 80px;
}
.why-fire-section .info-card h4{
    font-size:20px;
    font-weight:600;
    color:#111;
    margin-bottom:20px;
}
.why-fire-section .info-card p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.fire-door-section{
    padding:90px 0;
    background:#fff;
}
.fire-door-section .image-box img{
    width:100%;
    height:auto;
    display:block;
    border-radius: 20px;
}
.fire-door-section .content-wrapper{
    min-height:100%;
    padding-left:40px;
}
.fire-door-section .content-inner{
    display:table;
    width:100%;
    height:100%;
}
.fire-door-section .content-middle{
    display:table-cell;
    vertical-align:middle;
}
.fire-door-section .content-middle h2{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}
.fire-door-section .content-middle p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}
.fire-door-section .feature-list{
    list-style:none;
    padding:0;
    margin:30px 0;
}
.fire-door-section .feature-list li{
    font-size:18px;
    color:#222;
    margin-bottom:10px;
}
.fire-door-section .feature-list li i{
    color:#0d2b5c;
    margin-right:12px;
    font-size:20px;
}
.fire-door-section .bottom-text{
    font-weight:600;
    color:#111;
    margin-top:30px;
}

.door-section{
    padding:0px 0px 90px 0;
    background:#fff;
}
.door-section .section-title{
    text-align:center;
    margin-bottom:30px;
}
.door-section .section-title h2{
    font-size:30px;
    font-weight:700;
    color:#0d1b3d;
}
.door-section .door-card{
    background:#fff;
    border:1px solid #ececec;
    padding: 20px;
    text-align:center;
    min-height: 165px;
    transition:0.3s;
}
.door-section .door-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.door-section .door-card img{
    width:100%;
    height: 200px;
    object-fit: cover;
    margin-bottom:25px;
    border-radius: 20px;
}
.door-section .door-card h4{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}
.door-section .door-card p{
    font-size:17px;
    color:#666;
    line-height:1.8;
}

.feature-benefit-section{
    padding: 70px 0;
    background: #f8f8f8;
}
.feature-benefit-section .left-content{
    display:table;
    width:100%;
    height:100%;
}
.feature-benefit-section .left-middle{
    display:table-cell;
    vertical-align:middle;
}
.feature-benefit-section .left-middle h2{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
}
.feature-benefit-section .feature-list{
    list-style:none;
    padding:0;
    margin:0;
}
.feature-benefit-section .feature-list li{
    font-size:20px;
    color:#444;
    margin-bottom:10px;
    line-height:1.5;
}
.feature-benefit-section .feature-list li i{
    color:#9d8a45;
    margin-right:14px;
    font-size:18px;
}
.feature-benefit-section .image-box img{
    width:100%;
    height:auto;
    display:block;
    border-radius: 20px;
}

.comparison-section{
    padding:90px 0;
    background:#fff;
}
.comparison-section .section-title{
    text-align:center;
    margin-bottom:30px;
}
.comparison-section .section-title h2{
    font-size:30px;
    font-weight:700;
    color:#111;
}
.comparison-section .content-wrapper{
    display:table;
    width:100%;
    height:100%;
}
.comparison-section .content-middle{
    display:table-cell;
    vertical-align:middle;
}
.comparison-section .comparison-table{
    width:100%;
    border-collapse:collapse;
}
.comparison-section .comparison-table thead th{
    background:#06264d;
    color:#fff;
    padding:18px 20px;
    font-size:20px;
    font-weight:700;
    border:1px solid #dcdcdc;
    text-align:center;
}
.comparison-section .comparison-table tbody td{
    padding:18px 20px;
    font-size:18px;
    color:#444;
    border:1px solid #dcdcdc;
}
.comparison-section .comparison-table tbody tr:nth-child(even){
    background:#f4f4f4;
}
.comparison-section .comparison-table tbody td:first-child{
    font-weight:700;
    color:#111;
}
.comparison-section .image-box{
    padding-left:30px;
}
.comparison-section .image-box img{
    width:100%;
    height:auto;
    display:block;
    border-radius: 20px;
}

.compliance-section{
    background:#032650;
    padding:70px 0px 50px 0px;
    color:#fff;
}
.compliance-section .section-title{
    text-align:center;
    margin-bottom:10px;
}
.compliance-section .section-title h2{
    font-size:30px;
    font-weight:700;
    margin-bottom: 5px;
    color: #FFF;
}
.compliance-section .section-title p{
    font-size:18px;
    color:#fff;
}
.compliance-section .compliance-box{
    text-align:center;
    padding:15px;
}
.compliance-section .compliance-box img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.compliance-section .compliance-box h4{
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:0;
    color:#fff;
}

.table-responsive::-webkit-scrollbar{
    height:6px;
}
.table-responsive::-webkit-scrollbar-thumb{
    background:#06264d;
}

.cta-section-bottom{
    position:relative;
    overflow:hidden;
    padding:50px 60px;
    background:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
        url('https://www.detoautomaticdoorsllc.com/wp-content/uploads/2021/04/Banner01.png');
    background-size:cover;
    background-position:center;
}
.cta-section-bottom .cta-content{
    display:table;
    width:100%;
    height:100%;
}
.cta-section-bottom .cta-middle{
    display:table-cell;
    vertical-align:middle;
}
.cta-section-bottom .cta-middle h2{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:18px;
}
.cta-section-bottom .cta-middle p{
    font-size:20px;
    color:#e5e5e5;
    line-height:1.8;
    margin-bottom:0;
}
.cta-section-bottom .cta-right{
    display:table;
    width:100%;
    height:100%;
}
.cta-section-bottom .cta-right-middle{
    display:table-cell;
    vertical-align:middle;
    text-align:right;
}
.cta-section-bottom .phone-box{
    display:inline-block;
    margin-bottom: 20px;
    vertical-align:middle;
}
.cta-section-bottom .phone-box i{
    width:65px;
    height:65px;
    line-height:65px;
    text-align:center;
    border-radius:50%;
    background:#fff;
    color:#000;
    font-size:24px;
    margin-right:15px;
}
.cta-section-bottom .phone-box span{
    font-size:34px;
    font-weight:700;
    color:#fff;
    vertical-align:middle;
}
.cta-section-bottom .cta-btn{
    display:inline-block;
    background:#d9aa35;
    color:#111;
    padding:20px 45px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}
.cta-section-bottom .cta-btn:hover{
    background:#c79518;
    color:#111;
}

.faq-section-bottom {
    padding:70px 0;
    background:#fff;
}
.faq-section-bottom .section-title{
    text-align:center;
    margin-bottom:30px;
}
.faq-section-bottom .section-title h2{
    font-size:30px;
    font-weight:700;
    color:#0b1d3a;
}
.faq-section-bottom .faq-accordion{
    border:1px solid #ececec;
}
.faq-section-bottom .accordion-item{
    border:0;
    border-bottom:1px solid #ececec;
}
.faq-section-bottom .accordion-item:last-child{
    border-bottom:0;
}
.faq-section-bottom .accordion-button{
    background:#fff;
    color:#111;
    font-size:20px;
    font-weight:600;
    padding:28px 30px;
    box-shadow:none !important;
}
.faq-section-bottom .accordion-button:not(.collapsed){
    background:#fff;
    color:#0b1d3a;
}
.faq-section-bottom .accordion-button::after{
    display:none;
}
.faq-section-bottom .faq-number{
    width:45px;
    display:inline-block;
    font-weight:700;
    color:#111;
}
.faq-section-bottom .faq-icon{
    margin-left:auto;
    font-size:20px;
    color:#111;
}
.faq-section-bottom .accordion-body{
    padding:0 30px 30px 75px;
    font-size:17px;
    line-height:1.8;
    color:#666;
}


@media(max-width:991px){
    .faq-section-bottom .accordion-button{
        font-size:18px;
    }
            
    .cta-section-bottom .cta-wrapper{
        padding:50px 40px;
    }
    .cta-section-bottom .cta-right-middle{
        text-align:left;
        padding-top:35px;
    }
    .cta-section-bottom .phone-box{
        margin-bottom:25px;
        margin-right:0;
        display:block;
    }
            
    .compliance-section .compliance-box{
        margin-bottom: 20px;
        padding: 10px;
    }
    .compliance-section .section-title h2{
        font-size:38px;
    }
            
    .comparison-section .image-box{
        padding-left:0;
        margin-top:40px;
    }
    .comparison-section .comparison-table{
        margin-bottom:20px;
    }
            
    .feature-benefit-section .left-middle{
        margin-bottom:40px;
        display:block;
    }
    .feature-benefit-section .left-middle h2{
        font-size:38px;
    }
    .feature-benefit-section .image-box{
        margin-top:40px;
    }
            
    .door-section .section-title h2{
        font-size:38px;
    }
    .door-section .door-card{
        min-height:auto;
    }
            
    .default-banner .hero-content{
        margin-bottom:40px;
    }
    .default-banner .hero-content h1{
        font-size:38px;
    }
    
    .fire-door-section .content-wrapper{
        padding-left:0;
        margin-top:40px;
    }
    .fire-door-section .content-middle h2{
        font-size:38px;
    }
    
    .why-fire-section .section-title h2{
        font-size:30px;
    }
}

@media(max-width:767px){
    .comparison-section .table-responsive{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        border:0;
    }
    .comparison-section .comparison-table{
        width:100%;
        border-collapse:collapse;
    }
    .comparison-section .comparison-table thead th{
        font-size:13px;
        padding:10px;
        white-space:normal;
    }
    .comparison-section .comparison-table tbody td{
        font-size:13px;
        padding:10px;
        white-space:normal;
    }
}

@media(max-width:576px){
    .faq-section-bottom {
        padding:70px 0;
    }
    .faq-section-bottom .section-title{
        margin-bottom:35px;
    }
    .faq-section-bottom .section-title h2{
        font-size:30px;
        line-height:1.4;
    }
    .faq-section-bottom .accordion-button{
        padding:20px 15px;
        font-size:15px;
        line-height:1.6;
        align-items:flex-start;
    }
    .faq-section-bottom .faq-number{
        width:30px;
        min-width:30px;
    }
    .faq-section-bottom .faq-icon{
        font-size:16px;
        margin-left:10px;
        margin-top:3px;
    }
    .faq-section-bottom .accordion-body{
        padding:0 15px 20px 45px;
        font-size:14px;
    }

    .cta-section-bottom{
        padding:50px 0;
    }
    .cta-section-bottom .cta-wrapper{
        padding:35px 25px;
    }
    .cta-section-bottom .cta-middle h2{
        font-size:28px;
        line-height:1.4;
    }
    .cta-section-bottom .cta-middle p{
        font-size:16px;
    }
    .cta-section-bottom .phone-box{
        width:100%;
    }
    .cta-section-bottom .phone-box i{
        width:50px;
        height:50px;
        line-height:50px;
        font-size:18px;
        margin-right:10px;
    }
    .cta-section-bottom .phone-box span{
        font-size:20px;
        display:inline-block;
        word-break:break-word;
    }
    .cta-section-bottom .cta-btn{
        width:100%;
        text-align:center;
        padding:16px 20px;
        font-size:16px;
    }
            
    .section-title h2 {
        font-size: 25px !important;
        line-height: 1.5;
    }
    
    .compliance-section{
        padding:60px 0 30px;
    }
    .compliance-section .section-title{
        margin-bottom:40px;
    }
    .compliance-section .section-title h2{
        font-size: 25px;
        line-height: 1.5;
    }
    .compliance-section .section-title p{
        font-size: 15px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .compliance-section .compliance-box img{
        width:60px;
        height:60px;
    }
    .compliance-section .compliance-box h4{
        font-size:15px;
    }
    
    .comparison-section{
        padding:70px 0;
    }
    .comparison-section .section-title h2{
        font-size:30px;
    }
    
    .feature-benefit-section .feature-benefit-section{
        padding:70px 0;
    }
    .feature-benefit-section .left-middle h2{
        font-size:30px;
    }
    .feature-benefit-section .feature-list li{
        font-size:17px;
        margin-bottom:18px;
    }
    
    .door-section{
        padding: 0px 0px 70px 0;
    }
    .door-section .section-title h2{
        font-size:30px;
    }
    .door-section .door-card{
        padding:20px;
    }
    .door-section .door-card h4{
        font-size:22px;
        min-height:auto;
    }
    .door-section .door-card p{
        font-size:16px;
    }
            
    .fire-door-section{
        padding:70px 0;
    }
    .fire-door-section .content-middle h2{
        font-size:30px;
    }
    .fire-door-section .content-middle p,
    .fire-door-section .feature-list li{
        font-size:16px;
    }
            
    .why-fire-section{
        padding:70px 0;
    }
    .why-fire-section .section-title h2{
        font-size:30px;
    }
    .why-fire-section .section-title p{
        font-size:16px;
    }
    .why-fire-section .info-card{
        padding:40px 25px;
    }
    .why-fire-section .info-card h4{
        font-size:24px;
    }
    .why-fire-section .info-card p{
        font-size:16px;
    }
    
    .default-banner .hero-content h1{
        font-size:30px;
    }
    .default-banner .single-feature{
        display:block;
        margin-right:0;
    }
    .default-banner .form-wrapper{
        padding:25px;
    }
}