.why-use-container-padding {
    /* padding: 30px 130px; */
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    padding: 30px 20px;
}

video {
    width: 100% !important;
}

.font-s {
    font-size: 18px;
}

.installation {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

video {
    margin-top: 12px;
    margin-bottom: 42px;
    
}

.why-use-container-padding a {
    color: #CB0000;
    text-decoration: underline;
}

.bg-clr {
    background-color: #F2F2F2;

}

.why-use-sell-items {
    max-width: 1031px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;

    /* padding: 55px 90px 80px 90px; */
    
}


.why-use-section1 {
    display: block;
    margin-bottom: 40px;
}
.how-we-work-section {
    display: block;
    margin-bottom: 40px;
}

.why-use-section1 .image {
    /* width: 43% !important; */
    /* padding-top: 55px; */
    height: 300px;
} 

.why-use-section1 .image-size {
    width: 100%;
    height: 100% !important;
}



.how-we-work {
    max-width: 1031px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    /* padding: 60px 100px 45px 100px; */
}


.how-we-work-section .content {
    width: 100%;
}

.how-we-work-section .image {
    width: 100% !important;
    margin-bottom: 20px;
}

.how-we-work-section .image-size {
    width: 100%;
    height: 100% !important;
}

.how-we-work-red-border {
    width: 155px;
    border-bottom:5px solid #CB0000;
    position: absolute;
}

.red-border {
    width: 155px;
    border-bottom:5px solid #CB0000;
    position: absolute;
}

.headingfont h2 {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 43px;
    position: relative;
    margin-bottom: 0px;
}

/* form */

.form-section {
    padding:30px 25px;

    /* padding:49px 278px; */
}

.form-row {
    display: block;
    padding-bottom: 10px;
    
}


.why-us {
    max-width: 738px;
    margin: 0 auto;
    width: 100%;
}

.why-us label {
    cursor: pointer;
}


.why-us input[type="text"] {
    border: 2px solid #CB0000 !important;
    width: 100%; 
    border-radius: 0px;
    padding:13px;
    margin-bottom: 10px;
}

.why-use-us select {
    border: 2px solid #CB0000 !important;
    width: 100%;
    padding: 18px;
    background-color: transparent;

}

.why-use-us select:focus {
    outline: none !important;
    border-color: #CB0000;
}


textarea {
    border: 2px solid #CB0000 !important;
    padding: 20px 1px 20px 20px;    font-style: italic;
    width: 100%;
}
textarea:focus { 
    outline: none !important;
    border-color: #CB0000;
}



.submit-form {
    background-color: #CB0000!important;
    padding: 17px 69px!important;
    border-radius: 0px !important;
    float: none !important;
    width: unset !important;
    color: white;
}

.check-boxes {
    padding: 15px 20px;
    border: 2px solid #CB0000 !important;
    align-items: center;

}
/* 
.check-boxes p{
    width: 45%;
} */
/* 
.check-boxes-at-right {
    width: 48%;
}  */


.top-check-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 14px;

}


.bottom-check-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 25px;

}


input[type=checkbox] {
	/* -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none; */
	outline: none;
	content: none;	
} 

input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: transparent;
    display: block;
    width: 21px;
    height: 21px;
    border: 2px solid #CB0000 !important;
    margin-right: 7px;
    /*TODO vertical-align: sub; */
    padding-top: 2px;
    padding-left: 2px;


}

.contact-us {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}


.validation {
    margin: 0px;
}
@media only screen and (min-width: 430px) {   

.validation {
    margin-top: 16px;
}
}

@media only screen and (min-width: 660px) {   
    .why-use-section1 {
        display:flex;
        justify-content: space-between;
    }



    .why-use-section1 .content {
        width: 55%;
        padding-right:10px
    }



    .why-use-section1 .image {
        width: 41% !important;
        margin-top: 55px;
        padding-left: 10px;
        height: 500px;
        margin-bottom: 0px;
    }



    .headingfont h2, .contact-us {
        font-size: 40px !important;
    }

    .red-border {
        width: 217px;
        margin: 10px 0px;
    }


    .how-we-work-section {
        display: flex;
        justify-content: space-between;
    }



    .how-we-work-section .content {
        width: 40%;
    }


    .how-we-work-section .image {
        width: 56% !important;
        /* height: 466px; */
        height:564px;
    }


    .how-we-work-red-border {
        width: 210px;
        /* border-bottom:5px solid #CB0000; */
        /* position: absolute; */
    }



    .form-row {
        display: flex;
        justify-content: space-between;
        
    }


    .form-row .left-field {
        width: 50%;
        padding-right: 8px;
    }


    .form-row .right-field {
        width: 50%;
        padding-left: 8px;
    }


    .check-boxes p{
        margin-bottom: 0px;
        margin-top: 0px;
    }



    .validation {
        margin-top: 0px;
    }

}

@media only screen and (min-width: 768px) {   
   
.installation {
    font-size: 40px;
}
    

.headingfont h2 {
    font-size: 40px !important;
    /* line-height: 46px; */
}



.why-use-section1 .image {
  
    height: 372px;
}


.why-use-sell-items {
    padding: 55px 10px 80px 10px;

} 

}
@media only screen and (min-width: 992px) {   
/* 
.why-use-sell-items {
    padding: 55px 100px 80px 90px;

} */
}

@media only screen and (min-width: 1024px) {   
    .why-use-container-padding {
        padding: 0px;
    }


.installation {
    font-size: 40px;
}

.how-we-work {
    padding:60px 0px 85px 0px;
}

    
}

@media only screen and (min-width: 1232px) {   

    .form-section {
        padding:0px
    }



    .validation {
        margin-top: 13px;
    }

}

.checkbox-span {
    display: flex;
    align-items: center;
}


.checkbox-span input {
    width: 23px;
    height: 23px;
    border: 0px solid #cb0000;
    border: none;
}

.checkbox-span input::before {
    padding-left: 1px;
    padding-top: 1px;
}

.checkbox-span label {
    vertical-align:bottom;
    margin-left: 12px;
    font-size: 18px;
    line-height: 22px;
}
