#technology{
    background-image: url('/images/for-home/heat-free-technology.jpg');
}

#contact{
    background-image: url('/images/for-home/contact.jpg');
    
}

/* h1 {
    font-family:  Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 30px;
    font-weight: bold;
	line-height: 32px;
    margin-top: 10px;
    margin-bottom: 2px;
} */

.sticky-nav-container .active{
    background-color: #10218b;
    color: #FFF;
    text-decoration: none;
}

.ServicePackHeader {
    background: #0d509f none repeat scroll 0% 0%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-weight: bold;
    border: 0px none;
    padding:10px; 
    margin:5px;

}

.service-pack-wrapper, .select-group{
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 50px;
}

.service-pack-wrapper{
    grid-template-columns: 2fr 3fr;
}

.service-pack-wrapper select{
    width: 100%;
    padding: 10px;
}

.btn-danger{
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-decoration: none;
}

.btn-danger:hover{
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.service-pack-wrapper option {
    padding-block: 8px;
}

.service-pack-wrapper option:not(:last-of-type){
    border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 991px) {
    .section__caption.section__caption--left{
        background-color: #10218b;
        color: white;
    }
    .section__content.mobile-padding .section__heading{
        font-size: 45px;
    }

    .section__content.mobile-padding{
        padding-block: 60px;
    }

    .eal-section-spacing-top:has(.service-pack-wrapper),
    .footnotes.eal-section-spacing-bottom,
    .eal-section-spacing-top:has(.btn-danger),
    #reqInfo{
        padding-inline: 20px;
    }

    .service-pack-wrapper{
        grid-template-columns: 1fr;
    }
    .sel-pro{
        padding-top: 30px;
    }
}

@media screen and (max-width: 565px) {
    .select-group{
        grid-template-columns: 1fr;
    }
    .ser-search{
        margin-top: 20px;
    }
}

.cp-products{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
}
.cp-product{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    align-items: end;
    justify-content: center;
    row-gap: 20px;
    justify-items: center;
}
.cp-product__image {
    width: 210px;
}

@media screen and (min-width: 1200px) {
    .section__caption--left .section__text em{
        font-size: 18px;
    }
    .cp-products{
        grid-template-columns: repeat(5, 1fr);
    }

    .input-group-custom{
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }
    .input-half{
        flex-grow: 1;
    }
    label.control-label {
        margin-bottom: 10px!important;
    }
}

/* .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */

.input-half .d-flex{
    gap: 20px;
}

.area-code, .area-code input{
    width: 55px!important;
}

.phone-num, .phone-num input{
    width: 360px!important;
}

@media screen and (min-width: 1900px) {
    .section__content {
        width: 555px;
    }
}

/* CoverPlus Flex */
.intro-flex {
    display: flex;
    flex-direction: column;
}

.intro-flex div{
    order: 1;
}

.intro-flex img {
    width: 300px;
    object-fit: contain;
}

.fi_content input:not([type='checkbox']), select.ft_text {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

input.ft_text, textarea {
    background: unset;
    padding: 5px;
}

.formItem label{
    margin-bottom: 10px;
}

.formItem {
    padding-bottom: 30px;
}

.other-actions h2{
    font-size: 20px;
}

.other-actions:last-of-type{
    padding-top: 30px;
}

hr{
    margin-block: 30px!important;
}

@media screen and (max-width: 991px) {
    .intro-flex img {
        margin: auto;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .intro-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        gap: 40px;
    }
    .intro-flex div{
        order: unset;
    }
}