@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .modal-content {
        width: 90% !important;
    }

    .modal-content h4 {
        font-size: 18px !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {

    .modal-content {
        width: 50% !important;
    }

}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    /* background-color: #fefefe; */
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 8px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.justify {
    text-align: justify !important;
}

.contact-form-modal {
    border: 1px solid var(--bd-border-primary);
    border-radius: 8px;
    margin-left: 0px;
    padding-bottom: 20px;
}




@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .modal-content {
        width: 90% !important;
    }

    .modal-content h4 {
        font-size: 18px !important;
    }
}

.button-red {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 4px;
    border: none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 20px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 20px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 20px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}



.btn-bottom {
    outline: none;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff !important;
    background: #ef2749;
}

.bottom-fixed {
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px 20px;
    z-index: 999;
}

.mobile-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

@media only screen and (max-width: 768px) {
    #mobile-footer {
        display: block;
    }

    .cookie-popup {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mobile-none {
        display: none !important;
    }
}

.bottom-whatsapp {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    border-right: 2px solid #fff;
    padding: 12px;

}

@media only screen and (min-width: 768px) {
    /* .dest-mb-70 {
        margin-bottom: 70px;
    } */

    #mobile-footer {
        display: none !important;
    }
}

.backtotop-wrap-whatsapp.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.backtotop-wrap-whatsapp {
    position: fixed;
    bottom: 100px;
    left: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    transition: all 400ms linear;
}

@media (max-width: 575px) {
    .backtotop-wrap {
        bottom: 92px !important;
        right: 20px;
    }
}

.backtotop-wrap {
    bottom: 80px;
}