@font-face {
    font-family: ralewayMedium;
    src: url('resources/font/raleway/Raleway-Medium.html');
}

.descriptionWrap p {
    font-size: 16px !important;
}

.whats-app {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 60px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 15px;
}



.nav_shadow {
    box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
    -webkit-box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
}

@media only screen and (max-width: 992px) {
    .noBorderEdits {
        border: none;
        width: 100%;
        display: flex;
    }
}

.custom-navbar li a:hover {
    color: #999 !important;
}

.custom-navbar li a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.ads_button {
    height: 35px;
    width: 150px;
    border: solid 2px red;
    border-radius: 20px;
}

.block_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    margin: 15px 0 5px;
}

.custom-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.custom-navbar li a {
    color: #333;
    font-size: 16px;
    font-family: ralewayMedium;
    font-weight: 400 !important;
}

.web-logo {
    text-align: center;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
    .hideondesktop {
        display: none !important;
    }
}

p {
    font-size: 16px;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .hideonmobile {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .custom-navbar li a {
        color: #333;
        font-size: 15px;
        padding: 10px 5px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 580px) {
    .custom-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .custom-navbar {
        margin-bottom: 15px;
    }

    .web-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .custom-navbar li a {
        color: #fff;
        font-size: 15px;
        padding: 7px 5px;
        background: #3e55b3;
        margin: 5px 10px;
        border-radius: 6px;
        font-family: inherit;
    }

    .custom-navbar li {
        width: 33%;
        text-align: center;
        border: 0px solid #eee;
    }
}

@media only screen and (max-width: 340px) {
    .custom-navbar li a {

        font-size: 13px;

    }
}

.box-white {
    background-color: #fff;
    box-shadow: 0px 0px 5px -1px #999;
    border-radius: 10px;
    padding: 20px;
}

.navbar .brand .brand-img {
    border: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-family: ralewayMedium;
    font-weight: 400 !important;
    font-size: 20px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #999;
}
.social-icons-wrap {
    position: fixed;
    z-index: 99999;
    bottom: 45px;
    left: 25px;
    padding-right: 20px;
    display: grid;
}

.my-float {
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
}
