.blur {
    position: absolute;
    z-index: -1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(50px);
}

.blur img {
    max-width: 100%;
    height: auto;
}

.border-style{
    border-top: 4px solid #188F63;!important;
    background-color: #EDEDED;
}

.mt-10{
    margin-top: 10px!important;
}

.text-style{
    margin-top: 3.2rem !important;
    color: #7E7E7E;
}

.input-text{
    border-color: #EDEDED;
    padding: 6px;
}

.img-style{
    height: 2rem;
    padding-left: 0 !important;
    margin-bottom: 1rem !important;
 }

.btn-style{
    margin-top: 5rem !important;
    border-radius: 0 !important;
    background-color: #188F63;
    color: white;
}

.title-text{
    font-weight: bold;
    color: #484848;
}

.justify-content-center {
    justify-content: center !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

input {
    min-height: 0;
    height: 30px;
    font-size: 13px;
    color: #484848;
    padding: 0 17px 0 10px;
}

.is-invalid{
    background-color: ivory;
    border: none;
    outline: 2px solid red;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #168F63;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.center-style{
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.news-img{
    width: auto;
    max-height: 8rem;
    max-width: 9rem;
}

.b-bottom{
    border-bottom: 4px solid #F6F6F6;
}
.width-style{
    width: 40%;
}

.show-width-style{
    width: 25%;
}


/* EXTRA SMALL */
@media (max-width: 576px){
    .img-style{
        height: 2rem;
        width: 15rem!important;
        padding-left: 0 !important;
        margin-bottom: 0.5rem !important;
    }

    .btn-style{
        margin-top: 4rem !important;
        border-radius: 0 !important;
        background-color: #188F63;
        color: white;
    }

    .text-style{
        margin-top: 1rem!important;
        color: #7E7E7E;
    }

    .mt-sm-style{
        margin-top: 0.6rem!important;
    }

    .captcha-img{
        padding-left: 0;
        width: 65%;
        margin-left: 0!important;
        margin-bottom: 15px;
    }

    .ml-15{
        margin-left: 2rem;
    }
    .width-style{
        width: 100%!important;
    }
    .show-width-style{
        width: 90%!important;
    }
    .pr-sm{
        padding-right: 15px!important;
    }

}

/* SMALL */
@media (min-width: 576px) and (max-width: 768px){
    .img-style{
        height: 2rem;
        width: 25rem!important;
        padding-left: 0 !important;
        margin-bottom: 1rem !important;
    }

    .btn-style{
        margin-top: 4rem !important;
        border-radius: 0 !important;
        background-color: #188F63;
        color: white;
    }

    .text-style{
        margin-top: 2.2rem!important;
        color: #7E7E7E;
    }
    .width-style{
        width: 80%!important;
    }
    .show-width-style{
        width: 65%!important;
    }
    .pr-sm{
        padding-right: 15px!important;
    }


    .mt-sm-style{
        margin-top: 0.6rem!important;
    }

    .ml-15{
        margin-left: 2rem;
    }

    .captcha-img{
        padding-left: 0;
        width: 70%;
        margin-left: 0!important;
        margin-bottom: 15px;
    }
}

/* MEDIUM */
@media (min-width: 768px) and (max-width: 992px){

    .mt-md-15{
        margin-top: 15px!important;
    }

    .img-style{
        height: 2rem;
        width: 25rem!important;
        padding-left: 0 !important;
        margin-bottom: 1rem !important;
    }

    .btn-style{
        margin-top: 4rem !important;
        border-radius: 0 !important;
        background-color: #188F63;
        color: white;
    }

    .captcha-img{
        width: 60%;
    }

    .text-style{
        margin-top: 2.2rem!important;
        color: #7E7E7E;
    }

    .mt-sm-style{
        margin-top: 0!important;
    }

    .ml-15{
        margin-left: 2rem;
    }

    .captcha-img{
        padding-left: 0;
        width: 70%;
        margin-left: 0!important;
        margin-bottom: 15px;
    }
    .width-style{
        width: 60%!important;
    }
    .show-width-style{
        width: 50%!important;
    }
    .pr-sm{
        padding-right: 0!important;
    }

}

@media (min-width: 992px) and (max-width: 1260px) {

    .mt-md-15{
        margin-top: 15px!important;
    }

    .margin-style{
        margin-top: 1rem;
        margin-bottom: 0 !important;
        padding: 0;
    }

    .width-style{
        width: 50%!important;
    }
    .show-width-style{
        width: 40%!important;
    }
    .pr-sm{
        padding-right: 0!important;
    }

}

.swiper {
    z-index: 0;
}

.input-style:focus {
    outline: none;
}

.btn-style:focus {
    outline: none;
}

.swiper-btn img {
    height: 100px !important;
    border-radius: 5px;
    cursor: pointer;
}

.swiper1 img, .swiper2 img {
    margin: 0 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 650px) {
    .swiper1 {
        height: 200px;
    }
}
