/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 04 2026 | 04:32:38 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Default state */
.serv_type_1_area {
  display: block;
}

.serv_type_2_area {
  display: none;
}

.serv_type_1_btn,
.serv_type_2_btn {
    border-bottom: 2px solid #2cbced00;
	cursor:pointer;
}

/* Optional: active button styling */
.serv_type_1_btn.active,
.serv_type_2_btn.active {
   color: #2c3a7c;
    border-bottom: 2px solid #2cbced;
}