html,
body,
.view {
    height: 100%;
    margin-top: 0;
}

/* Navigation*/

.navbar {
    background-color: transparent;
    border-radius: 0px;
    height: auto;
}

.onlybanner {
    background-color: rgb(216, 185, 142);
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.btn-custom {
    background-color: rgb(216, 185, 142);
}

.top-nav-collapse {
    background-color: rgb(216, 185, 142);
}

footer.page-footer {
    background-color: white;
    margin-top: 0;
}

.btn.btn-md {
    padding: .7rem 1rem;
}

@media only screen and (max-width: 992px) {
    .navbar {
        background-color: rgb(216, 185, 142);
    }
}

/* Carousel*/

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/*Caption*/

.flex-center {
    color: #fff;
}

/* Menu */

.language-menu {
    margin-right: 10px;
    list-style: none;
}

.navbar-brand {
    z-index: 1;
}

.shop-menu {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    list-style: none;
}

.shop-menu a {
    color: white;
}

.countries-menu {
    width: 310px;
}

.navbar-home {
    list-style: none;
    display: inline-block;
    color: white;
    margin-left: 15px;
    margin-top: 10px;
}

.navbar-countries {
    margin-left: 0px;
}

.center-block {
    display: block;
    margin: auto;
}

.center-inline {
    display: inline-block;
}

.toast {
    top: 70px;
}

.toast-success {
    background-color: rgb(216, 185, 142) !important;
    opacity: 0.9 !important;
}

.toast-title {
    color: white;
}

.countries-menu {
    max-height: 400px;
    overflow: auto;
}

.navbar.navbar-dark .breadcrumb a,
.navbar.navbar-dark .navbar-nav .nav-item a {
    color: black;
    font-weight: 600;
}

.navbar.navbar-dark .breadcrumb a,
.navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: white;
}

footer.page-footer a {
    color: #fff !important;
}

footer.page-footer a:hover {
    color: white;
}

footer.page-footer {
    color: #1C2331;
}

.btn,
footer.page-footer .title {
    font-weight: bold;
}

footer.page-footer .footer-copyright {
    background: black;
}

.link-active,
.link-active:focus,
.link-active:hover {
    background: transparent;
    color: white !important;
    border-left: solid 2px white;
    border-right: solid 2px white;
}

#page-top {
    padding-top: 0px;
}

.modal-title {
    width: 100%;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.modal-header {
    background: rgb(216, 185, 142);
}

.close {
    color: white;
}

.close:hover {
    color: white;
    box-shadow: none;
}

.form-group>div {
    display: inline-block;
}

.form-control:focus,
.customDate:focus {
    border-color: rgb(216, 185, 142);
}

.customDate {
    background: white !important;
    border-color: #E5E5E5 !important;
    background: #FFF !important;
    color: #666 !important;
    box-shadow: 0 0 0 5px rgba(217, 217, 217, 0.1) !important;
    margin-bottom: 15px !important;
}

input,
textarea {
    color: #1C2331;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: lightgray;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgb(216, 185, 142);
    box-shadow: 0 1px 0 0 rgb(216, 185, 142);
}

.btn-register {
    display: block;
    margin: auto;
    width: 70%;
}

.title-text {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    color: rgb(216, 185, 142);
}

@media (max-width: 335px) {
    .center-inline {
        margin-left: -25px;
    }

    .countries-menu {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .carousel .view ul li {
        display: inline;
    }

    .carousel .view .full-bg-img ul li .flex-item {
        margin-bottom: 1.5rem;
    }

    #slider-logo {
        margin-right: 10%;
    }
}

@media (max-width: 767px) {
    #slider-logo {
        margin: auto;
    }

    .countries-menu {
        max-height: 300px;
    }
}

@media all and (max-width: 992px) {
    .desktop {
        display: none !important;
    }

    .logo_position {
        margin-left: 10px
    }

    #navbarNav1 ul>li a,
    .form-inline .form-control,
    .customDate {
        margin-top: 5px;
        text-align: center;
    }

    .navbar.navbar-dark .breadcrumb a,
    .navbar.navbar-dark .navbar-nav .nav-item a {
        color: black;
    }

    .navbar-collapse {
        background-color: rgb(216, 185, 142);
    }

    .btn-yellow {
        box-shadow: none;
    }

    .navbar-home {
        color: black;
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

.home-title {
    font-size: 28px;
    color: #000;
    text-decoration: underline #39d5ff !important;
}

.btn-elegant {
    background-color: #0c728e;
    color: #fff !important;
}

body .btn-elegant:hover {
    background-color: #0c728e !important;
    color: #fff !important;
}

.home_banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

body #about-section {
    padding-top: 25px !important;
    padding-top: 45px !important;
}

.charity_img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.premiums_content section {
    padding-top: 0 !important;
}

.footer-logo-main .footer-logo {
    display: block;
    margin: 0 auto;
}