* {
    box-sizing: border-box;
}

body,
* {
    margin: 0;
    font-family: 'Outfit';
}

.logo-img {
    /* width: 100% !important; */
    max-height: 70px;
    object-fit: contain;
}
.error {
    color: red !important;
    font-size: 13px !important;
}
.f-20{
    font-size: 20px;
}
.slidbanner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.slidbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Scales image to cover the container */
}

.membtn {
    background-color: #fff;
    color: #212529 !important;
    padding: 7px 15px;
}

.membtn:hover {
    background-color: #e7ecf1;
    color: #212529 !important;
    padding: 7px 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.select2 {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    padding: 1px;
    border: 0px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1220px !important;
    }

    .carousel {
        height: 485px;
    }

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

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 930px !important;
    }

    .carousel {
        height: 485px;
    }

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

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 690px !important;
    }

    .carousel {
        height: 485px;
    }

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

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 510px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .container {
        max-width: 510px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (max-width: 300px) {
    .carousel {
        height: auto;
    }
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 7px;
    background-color: #64c4da !important;
}

.appstore {
    height: 49.44px;
}

.social-font:hover {
    color: #fff !important;
}

.text-blue {
    color: #64c4da !important;
}

.bg-blue {
    background-color: #64c4da !important;
}

::placeholder {
    color: #a09696 !important;
    font-family: 'Outfit' !important;
    font-size: 18px !important;
}

.text-input {
    color: #a09696;
    font-family: 'Outfit';
    font-size: 18px;
}

.bg-input {
    background-color: #f6f2f2;
}

.bg-footer {
    background-color: rgb(83, 86, 87);
}

.text-footer {
    color: grey;
}

.social-font i:hover {
    background-color: #64c4da !important;
}