/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 08:06:09 */
.hide {
    display: none !important;
}
.why-choose {
    position: relative;
}
.why-choose:before {
    content: '';
    background: #2c3338cf;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.why-choose-icons img {
    width: 70px;
}
.why-faq .wp-block-aab-accordion-item {
    padding: 1rem;
    background: #ffffffd4;
}
.why-faq .wp-block-aab-accordion-item h5.aagb__accordion_title {
    font-size: 1.2rem;
}
.get-in-touch input, .get-in-touch textarea {
    width: 100% !important;
    max-width: 100%;
    border: 1px solid lightgray !important;
    margin-bottom: 1rem !important;
    box-shadow: none !important;
	padding: 0 10px;
}
.get-in-touch textarea {
    height: 70px !important;
    padding: 10px 10px;
    font-size: 14px;
    font-family: sans-serif;
}
.get-in-touch label {
    width: 100%;
    max-width: 100%;
    display: block;
}
.get-in-touch label span {
    width: 100%;
    display: flex;
    max-width: 100%;
}
.get-in-touch br {
	display: none;
}
p.chebpx-gs input[type="checkbox"] {
    width: auto !important;
	margin: 0;
}
p.chebpx-gs span {
    margin: 0;
}
p.chebpx-gs label {
    display: unset !important;
    max-width: unset !important;
    display: flex !important;
    align-items: flex-start;
    gap: 6px;
}
.get-cnt-box {
    max-width: 1020px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1.5rem 2rem;
	border-radius: 10px;
    gap: 3rem;
}
.get-cnt-box img {
    width: 30px;
}
.get-in-touch .get-cnt-box .wpcf7-submit {
    width: auto !important;
    border-radius: 0 !important;
    margin: 0;
    padding: 15px 25px !important;
    background-color: #000 !important;
    font-weight: 400;
}
.why-choose-icons h5 > a {
    font-size: 15px;
    text-decoration: none;
}
.logoBX:after {
	border-top: 95px solid #b50309 !important;
}
.logoBX:before {
	background-color: #b50309 !important; 
}
.header-top a {
    text-decoration: none;
}
.inner-header-relative {
    position: relative;
}
.inner-page-header {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 150px;
    padding: 1rem !important;
}
.mobile-cnt .mobile-social {
    display: none !important;
}

/*Media Query--------------------------*/

@media screen and (max-width: 480px) {
	.header-top {
    	display: none;
	}
	.mobile-cnt .mobile-social {
    	display: flex !important;
	}
	.mobile-cnt {
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	padding: 15px;
	}
}