/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 10:17:39 */
span.bann_head {
    color: #2CC0CE;
	font-family: "Nexa Light", Sans-serif;
}
.menu_box_head h3 {
    background-color: #009FAF;
    padding: 15px 20px 15px 20px;
    color: #fff !important;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}

.main_banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
       width: 100%;
    height: 275px;
        background: url('https://whydidibother.com/Rocketeer_New_Site_2026/wp-content/uploads/2026/04/image-16-scaled.png') no-repeat;
        background-size: contain;
        z-index: 2;
    }


@media (min-width: 1200px) and (max-width: 1500px) {
	.e-con-inner {
		max-width: 1240px !important;
	}
	.main_banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
       width: 100%;
    height: 230px;
        background: url('https://whydidibother.com/Rocketeer_New_Site_2026/wp-content/uploads/2026/04/image-16-scaled.png') no-repeat;
        background-size: contain;
        z-index: 2;
    }
}


@media (max-width: 767px) {
	.main_banner::before {
		width: 60%;
    height: 130px;
        
    }
}