@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');

* {
    font-family: 'Roboto', sans-serif
}

.a {
    text-decoration: none;
    color: #444
}

.a:hover {
    color: #067732 !important;
    cursor: pointer
}

.overlay {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0
}

#hero {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#get-quote-btn {
    background: 0 0;
    border-color: #fff;
    color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    font-size: xx-large;
    font-weight: 700;
    text-align: center;
    padding: 1rem
}

#div-heading1,
#div-heading2 {
    color: #fff;
    text-align: left;
    font-size: 5rem
}

#get-quote-btn:hover {
    background-color: #7dc454;
    border-color: transparent
}

#div-heading1 {
    padding-top: 8%
}

#div-heading2 {
    padding-top: 2%;
    padding-left: 15%
}

.hide {
    display: none
}

.styled-ul {
    margin: .75em 0;
    padding: 0 1em;
    list-style: none
}

.styled-ul li:before {
    content: "";
    border-color: transparent #067732;
    border-style: solid;
    border-width: .35em 0 .35em .45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: .9em;
    position: relative;
    color: #067732;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 700
}

.fs4-smaller {
    font-size: 1rem !important;
}

.animate .fs4-smaller {
    font-size: 0.74rem !important;
    line-height: 1.45;
}

.h4 {
    font-size: 1.4rem;
}

* {
    color: #525266;
}

.theme-btn-1 {
    border-radius: 0 !important;
    background: #F0F0F0;
    color: inherit;
    border: 1px solid #dee2e6;
}

.theme-btn-1 :hover {
    border-radius: 0 !important;
    background: #F0F0F0;
    color: #fff;
    border: 1px solid #dee2e6;
}

.modal-backdrop {
    background: transparent;
}

.blue-bullet-list li {
    margin: 5px;
}

.blue-bullet-list li:before {
    content: '\23F5';
    margin-left: 0;
    margin-right: 5px;
    color: #0f7eb6;
}

@media (max-width: 238px) {
    .custom-description-div {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 250px) {
    .custom-description-div {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 900px) {
    .custom-description-div {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (min-width: 1200px) {
    .custom-description-div {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1490px;
    }
}

.animate {
    animation-delay: 0.4s;
}

.disabled-btn {
    cursor: no-drop;
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.currency-check:checked + .currency-btn {
    background: #dbdbdd;
    border: none;
}

.currency-btn {
    transition: all 0.5s ease;
}

.green-btn {
    border-radius: 0px;
    background: #067732;
    color: white;
    border: 1px solid #067732;
    transition: all 0.3s ease-in;
}

.green-btn:hover {
    background: transparent;
    color: #067732;
}

.dropdown-item.current {
    font-weight: 600;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.6rem;
    background-size: .75rem .75rem;
}

.country-flag-svg-sm {
    width: 1.6rem;
}
.color-isenberg-green {
    color: #067732 !important;
}