
@media (min-width: 992px){
.homeBubble .homeBubble-icon {
    font-size: 61px;
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
}
}

@media (min-width: 1450px) {
.container {
    max-width: 1400px;
}
}

@media (max-width: 991px) {
.mainHeader .in {
    display: none;
}
}


.homeThemes {
    background-color: #eaf6fd;
    background-attachment: fixed;
    background-size: cover;
}

.card.card-simple .card-title h2, .card.card-simple .card-title h3 {
    font-size: 23px;
    padding-top: 8px;
}

.btn-primary {
    width: 100%;
}

h1 {
    font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 43px;
    text-align: center;
    margin-bottom: 19px;
}

.h5, h5 {
    font-size: 28px;
    text-transform: uppercase;
    color: #0f718e;
    font-weight: 600;
}

hr {
    margin: 18px auto;
    width: 80px;
}


.homeWelcome h2 {
    font-size: 36px;
}

.modal-title {
    text-transform: uppercase;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(166 223 243);
    border-bottom: 1px solid #3784b3;
    font-size: 18px;
    text-transform: uppercase;
}

ul.default_list li {
    background-image: url(../images/chok.png);
    background-repeat: no-repeat;
   /* background-position: 0 .7rem;*/
    padding-left: 2.5rem;
	list-style:none;
}

.navbar-brand {
    padding-top: 0; 
    padding-bottom: 0;

}

header .navbar-nav .dropdown-menu {
    background: #ffffff;
}

header .navbar-nav .dropdown-menu .dropdown-item {
    color: #0084b4;
    font-size: 19px;
	text-transform:uppercase;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #e2edef;
}


.fa-whatsapp:before {
    content: "\f232";
    font-size: 44px;
}




