img {
	max-width: 100%;
}

.navbar-brand img {
	max-height: 4rem;
}

.navbar-brand {
	padding: .5rem;
}

.contact-form {
    background: #FFFFFE;
    padding: 5rem;
    border-radius:10px;
}

.main-section {
    background: rgb(245,246,241);
    background: -moz-linear-gradient(180deg, rgba(245,246,241,1) 0%, rgba(249,242,237,1) 52%, rgba(254,254,253,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,246,241,1) 0%, rgba(249,242,237,1) 52%, rgba(254,254,253,1) 100%);
    background: linear-gradient(180deg, rgba(245,246,241,1) 0%, rgba(249,242,237,1) 52%, rgba(254,254,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f6f1",endColorstr="#fefefd",GradientType=1);
}

@media (min-width: 1024px){
    .navbar-default .navbar-nav>li>.secundary-btn {
        margin-left: 3rem;
    }
}

@media (min-width: 768px) {
    .nav>li>a {
        padding: 10px 10px;
    }

    .navbar {
        background: #f2fdfb;
    }

    .navbar-default {
        box-shadow: none;
        border: none;
        padding: 2.5rem 0;
    }
    .main-section {
        padding-top: 4rem;
    }
}

/* Colors */
.secundary {
	color: #74dabb;
}

.primary {
    color: #848b87
}
.text {
    color: #848b87
}

/* Custom elements */
.info-container {
    border-radius: 25px 25px;
    background-color: #ffffff;
    width: 95%;
    max-width: 280px;
    position: relative;
    padding: 1rem 0;
    min-height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 1rem auto;
}

.info-header {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}	

.info-body {
	text-align: center;
	color: #ced1cf;
}

.float-btn {
    border-radius: 100%;
    cursor: pointer;
    height: 37px;
    width: 37px;
    background-color: #93d014;
    color: white;
    font-size: 2.5rem;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.know-more-btn {
	border: #74dabb 1px dashed;
	padding: 1rem 0;
	border-radius: 25px;
	text-align: center;
	cursor: pointer;
}

.top-icon{
    background: #49cb8a;
    border-radius: 100%;
    padding: .5rem;
}


.primary-btn {
    color: #f5f6f1;
    cursor: pointer;
    background: rgb(209,235,180);
    background: -moz-linear-gradient(180deg, rgba(209,235,180,1) 0%, rgba(164,226,183,1) 52%, rgba(114,217,188,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(209,235,180,1) 0%, rgba(164,226,183,1) 52%, rgba(114,217,188,1) 100%);
    background: linear-gradient(180deg, rgba(209,235,180,1) 0%, rgba(164,226,183,1) 52%, rgba(114,217,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1ebb4",endColorstr="#72d9bc",GradientType=1);
    text-align: center;
    border-radius: 25px;
    padding: 1rem 0;
    margin: 1rem 0;
}

.navbar-default .navbar-nav>li>.secundary-btn:hover {
    color: snow;
}
.navbar-default .navbar-nav>li>.secundary-btn {
    background: rgb(222,237,179);
    background: -moz-linear-gradient(180deg, rgba(222,237,179,1) 0%, rgba(175,228,183,1) 52%, rgba(121,218,188,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(222,237,179,1) 0%, rgba(175,228,183,1) 52%, rgba(121,218,188,1) 100%);
    background: linear-gradient(180deg, rgba(222,237,179,1) 0%, rgba(175,228,183,1) 52%, rgba(121,218,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deedb3",endColorstr="#79dabc",GradientType=1);
    text-align: center;
    border-radius: 25px;
    padding: .75rem .5rem;
    cursor: pointer;
    color:white;
}

/* Change external styles */

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
}

.owl-theme .owl-dots .owl-dot span {
    background: #93d014
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #79dabb;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
}


.navbar-default .navbar-nav>li>a {
    color:black;
}
