
/* GLOBAL */
html {
scroll-behavior: smooth;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .75;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.rounded {
border-radius: 10px !important;
}
.anchor {
scroll-margin-top: 150px;
}
.accord .bg-primary.card-header:hover {
background: var(--info) !important;
}
.estimate .formbuilder-radio {
display: inline-flex;
margin-right: 2rem;
}
.estimate label {
font-weight: bold;
margin-bottom: .25rem;
}
.estimate .radio-group label,
.estimate .formbuilder-checkbox label {
font-weight: normal;
margin-bottom: initial;
}
.estimate form {
display: flex;
flex-wrap: wrap;
}
.estimate .form-group {
flex: 1 1 100%;
margin: 5px;
}
.estimate .formbuilder-text {
flex: 1 1 100%;
}
@media(min-width: 768px) {
.estimate .formbuilder-text {
flex: 1 1 45%;
}
}
.oms-captcha {
margin: 5px;
width: 100%;
}
.estimate .btn.d-block {
margin: 5px;
}
.formbuilder-required {
color: red;
}
.oms-testimonials{
background-color: var(--light);
}
/* PAGE SPECIFIC */
/* FOOTER */
