/* Footer Connect */

.footer-connect {
    text-align: center;
    font-size: 27px;
    padding: 25px 0;
}

.footer-connect i {
    margin: 0 10px;
}

.footer-connect a {
    color: #000 !important;
}

.footer-connect a:hover {
    color: #87c873 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #000 !important;
    color: #fff !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Hero Opt */

.hero-opt {
    background: #87c873;
    color: #fff;
    padding: 2px 20px;
}


.hero-opt form {
    margin-top: 9px;
}

.hero-opt input {
    width: 100%;
    padding: 5px;
    border: none;
    text-align: center;
    color: #000 !important;
}

.hero-opt button {
    background: #000;
    color: #fff;
    width: 100%;
    border: none;
    padding: 5.5px;
    transition-duration: 0.5s;  	
}

.hero-opt button:hover {
    background: #fff;
    color: #000;
    transition-duration: 0.5s;  	
}

.hero-opt .left-big {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.hero-opt .right-small {
    margin-top: 1px;
}

@media (max-width: 1199px) {
    .hero-opt .right-small {
        margin-top: 3px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .hero-opt .right-small {
     margin-top: 3px;
      font-size: 15px;
        text-align: center;
    }   
}

@media (max-width: 768px) {
    .hero-opt input {
        margin-bottom: 5px;
    }
}

/* Hero Opt Footer */

.hero-opt-footer {
    background: #000;
    color: #fff;
    padding: 2px 20px;
}

.hero-opt-footer .widget {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 2px !important;
}

.hero-opt-footer form {
    margin-top: 11px;
}

.hero-opt-footer input {
    width: 100%;
    padding: 5px;
    border: none;
    text-align: center;
    background: #fff !important;
    color: #000 !important;
}

.hero-opt-footer button {
    background: #87c873 !important;
    color: #fff !important;
    width: 100% !important;
    border: none !important;
    padding: 5.5px !important;
    transition-duration: 0.5s !important;  	
}

.hero-opt-footer button:hover {
    background: #fff !important;  	
    color: #000 !important;  	
    transition-duration: 0.5s !important;  		
}

.hero-opt-footer .left-big {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 5px;
}

.hero-opt-footer .right-small {
    margin-top: 1px;
    line-height: 18px;
}

@media (max-width: 1199px) {
    .hero-opt-footer .right-small {
        margin-top: 3px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .hero-opt-footer .right-small {
     margin-top: 3px;
      font-size: 15px;
        text-align: center;
    }   
}

@media (max-width: 768px) {
    .hero-opt-footer input {
        margin-bottom: 5px;
    }
}