.postid-3561 .banner-con h2 span{
	display:none !important; 
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-bottom: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-bottom: 30px;
}

.the-content-div table tr{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    
    position: relative;
}
.the-content-div table tr::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9ff;
    z-index: -1;
    border-radius: 10px;
}
.the-content-div table tr.red::after{
    background: red;
}
.the-content-div table tr.red td{
    color: #fff !important;
}
.the-content-div table tr td{
    padding: 10px 20px;
}
.the-content-div table tr td:last-child{
    text-align: right;
}
.contact-box{
	padding-top:25px;
}
.contact-box-left{
    width: 40%;
    padding: 30px;
    color: #fff;
    background: #2278fb;
}
.contact-box-right{
    width: 60%;
    padding: 30px;
    background: #e5e8fa;
}
.download-list{
    list-style: none;
    padding: 0;
    display: flex;
}
.download-list li{
    background: #f8f9ff !important;
    padding: 20px 30px !important;
    border-radius: 30px;
    margin-right: 30px;
}
.download-list li::before{
	display:none;
}
@media only screen and (max-width: 600px) {
    .contact-box-left{
        width: 100%;
        padding: 20px;
    }
    .contact-box-right{
        width: 100%;
        padding: 20px;
    }
    .contact-box{
        flex-wrap: wrap;
    }
    .download-list{
        flex-wrap: wrap;
        flex-direction: column;

    }
    .download-list li{
        margin: 0 0 15px 0;
    }
	.the-content-div table{
		width:100% !important;
	}
	.next-cont{
		margin:auto;
	}
}

.next-cont{
	color: #fff;
    background: var(--btn-blue) !important;
	position: relative;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
    font-size: var(--font-16);
}
.best-web-win {
    position: sticky;
    left: 1%;
    height: 150px;
    width: 150px;
    bottom: 25%;
    z-index: 99999;
}
@media only screen and (max-width: 991px) {
		.the-content-div table{
		width:100% !important;
	}
	.best-web-win {
    position: sticky;
    left: 1%;
    height: 100px;
    width: 100px;
    bottom: 25%;
    z-index: 99999;
}
}




.make-an-inquiry-button {
		display: none;
}

.best-web-win {
	position: relative;
	margin-top: 24px;
	bottom: inherit;
}

.banne-cap-div{
	bottom: 37vh;
}
@media (min-width: 600px) and (max-width: 991px) {
    .banne-cap-div {
        bottom: 30vh;
    }
}
@media only screen and (max-width: 600px) {
    .banne-cap-div {
        bottom: auto;
        top: 50px;
    }
}
