/*
Theme Name: commercialbuynow.com
Theme URI: https://commercialbuynow.com/
Author: Abu Bakar
Author URI: https://wppatch.com
Template: hello-elementor
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.cbn_img {
    z-index: 1;
}
.cbn_img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9px;
    bottom: -9px;
    background-color: #0D8EC6;
    border-radius: 0px 0px 0px 4px;
    clip-path: polygon(0 100%, -30% 0%, 82% 100%);
    z-index: -1;
}
.feat_box img {
	width: auto;
	max-height: 78px;
}
.faqs .e-n-accordion summary ~ div {
    margin-top: -10px;
}
.cbn-cntct-frm .gform_fields {
	--gf-form-gap-y: 12px;	
}
.cbn-cntct-frm .gform-footer {
	justify-content: center;
}
.cbn-cntct-frm .gform-footer input[type="submit"].gform_button {
	background-color: #0D3389 !important;
    border-radius: 7px !important;
    padding: 20px 50px !important;
	font-weight: 700 !important;
}
@media (max-width: 1024px) {
	.trust_imgbox_lft .elementor-image-box-wrapper {
		flex-direction: row !important;
		text-align: left !important;
	}
	.trust_imgbox_lft .elementor-image-box-wrapper .elementor-image-box-img {
		margin-left: 0 !important;
		margin-right: 15px !important;
	}
}