.navigation-clean-button {
    background: #f1f3f0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

@media (min-width:768px) {
    .navigation-clean-button {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.navigation-clean-button .navbar-brand {
    font-weight: 700;
    color: inherit
}

.navigation-clean-button .navbar-brand:hover {
    color: #222
}

.navigation-clean-button .navbar-toggler {
    border-color: #ddd;
    color: #888
}

.navigation-clean-button .navbar-toggler:focus,
.navigation-clean-button .navbar-toggler:hover {
    background: 0 0
}

.navigation-clean-button .navbar-nav a.active,
.navigation-clean-button .navbar-nav>.show>a {
    background: 0 0;
    box-shadow: none
}

.navigation-clean-button.navbar-light .navbar-nav a.active,
.navigation-clean-button.navbar-light .navbar-nav a.active:focus,
.navigation-clean-button.navbar-light .navbar-nav a.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #0e0e0e
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d;
    background-color: transparent
}

.navigation-clean-button .navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px
}

.navigation-clean-button .dropdown-menu .dropdown-item,
.navigation-clean-button .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    font-size: 14px;
    color: #37434d
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0);
    color: inherit
}

.navigation-clean-button .actions .login {
    margin-right: 1rem;
    text-decoration: none;
    color: #465765
}

.navigation-clean-button .navbar-text .action-button,
.navigation-clean-button .navbar-text .action-button:active,
.navigation-clean-button .navbar-text .action-button:hover {
    background: #7dc454;
    border-radius: 20px;
    font-size: inherit;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: .5rem 1rem;
    transition: background-color .25s;
    font-size: inherit
}

/*.navigation-clean-button .navbar-text .action-button:hover {*/
/*    background: rgba(255, 255, 255, 0);*/
/*    color: #7dc454;*/
/*    border: 1px solid #7dc454*/
/*}*/

#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%
}

#social-div a:hover {
    color: #7dc454
}

.navbar {
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px !important
}
.nav-border {
            box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
        }

@media (min-width: 768px) {
      .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
      }
    }

    @keyframes slideIn {
      0% {
        transform: translateY(1rem);
        opacity: 0;
      }

      100% {
        transform: translateY(0rem);
        opacity: 1;
      }

      0% {
        transform: translateY(1rem);
        opacity: 0;
      }
    }

    @-webkit-keyframes slideIn {
      0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
      }

      100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
      }

      0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
      }
    }

    .slideIn {
      -webkit-animation-name: slideIn;
      animation-name: slideIn;
    }

    .custom-group .list-group-item {
        border: none;
        padding-left: 0 !important;
    }
    @media only screen and (min-width: 992px) {
        .dropdown-mega:hover .dropdown-menu {
        display: block;
        }
        .dropdown-menu.show {
        display: block;
        }
        .hoverable-nav-link:hover {
            background: transparent !important;
            color: #000 !important;
        }
    }

    @media only screen and (max-width: 1194px) {
        .navigation-clean-button.navbar .navbar-nav .nav-link {
            padding-bottom: 1rem;
            padding-top: 1rem;
            padding-right: 0.5rem;
        }
    }

.nav-link {
    font-weight: 300;
}


