.custom-container .row .col-md-3 .product-list-box .img-box {
    height: 303px!important;
}
.allboximages {
    display: flex;
    max-width: 100%;
    height: 690px;
    margin: 0 auto;
}

.box__image {
    flex: 1;
    height: 100%;
    transition: all .4s cubic-bezier(.14, .69, .93, 1);
    position: relative;
    margin: 0px !important;
}

.boximg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 3s;
    border-left: 8px solid #0076c0;
    border-right: 8px solid #0076c0;
}

.img__text {
    padding: 40px 40px 35px 20px;
}

.img__text {
    display: block;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .5) 100%);
    color: #fff;
    padding: 40px 40px 16px 20px;
    text-align: right;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 36px;
    font-weight: 400;
    font-family: "Helvetica Neue Bold Extended";
}
span.wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.box__image:hover {
    flex: 2;
    transform: scaleY(1);
    cursor: pointer;
}
/* Claculator Css */

h4.usp-box{text-align: center; background: #0775b9; color: #FFF; padding: 10px 20px; border-radius: 5px;}
@media(max-width: 991px){
    .img__text { padding: 20px 20px 16px 20px; font-size: 24px;}
}
@media(max-width: 767px){
    .allboximages{display: block;}
    .box__image {max-height: 300px; }
    .box__image .boximg{border-bottom: 8px solid #0076c0; border-right: 0;}
}
.custom-container .resp-tabs-container .resp-tab-content .product-datatable p {
    position: relative;
    color: #023047;
    padding-left: 40px;
    font-size: 24px;
}

.sign-box{margin: 0 auto !important; background: #FFF !important; border: 2px solid #CCC !important; display: block !important; text-align: center}
.sign-box h1{margin: 0 0 20px; font-size: 30px;}
.sign-box .input-group{}
.sign-box .input-group .wpcf7{width: 100%;}
.sign-box .input-group .columns.one-half{width: 100% !important;}
.sign-box .input-group label{margin: 0 0 12px;}
.sign-box .input-group .wpcf7-form-control{border: 1px solid #CCC;}
.sign-box .input-group .wpcf7-submit{background: #FFC425; border: none; height: 50px; line-height: 50px; color: #FFF; text-transform: uppercase;  font-weight: bold; font-size: 20px;}

header .main-header .center-nav-box {width: 64%;}
header .main-header .right-box{width: 20%}

@media only screen and (min-width:1200px) and (max-width:1399px) {

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 640px) and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 639px) {

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

}