
body {
    font-family: poppins;
    color: black;
}

/*body {
    font-family: 'Montserrat-Regular', sans-serif;
}*/

@font-face {
    font-family: 'poppins';
    src: url('../css/font/Poppins-Medium.otf');
}

@font-face {
    font-family: 'poppins-small';
    src: url('../css/font/Poppins-Regular.otf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../css/font/Poppins-Bold.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../css/font/Montserrat-Regular.ttf');
}

.title {
    color: white;
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
}

.subtitle {
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.blackTitle {
    color: black;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.description {
    color: white;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.descriptionBlack {
    color: black;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.secondtitle {
    color: #002239;
    font-size: 34px;
    line-height: 51px;
    font-weight: 700;
    margin: 0;
}

.thirdTitle {
    color: #002239;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.newsTypography {
    color: white;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.cardTitleTypography {
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cardTypography {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.cardTypographyBlue {
    color: #18BDE6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.breadcrumbs {
    text-decoration: none;
    font-size: 14px;
    color: #002239;
    margin-left: 30px;
    font-weight: bold;
}

    .breadcrumbs:hover {
        color: black
    }

.fa-arrow {
    margin-left: 20px;
}

.blackShadow {
    width: 530px;
    height: 462px
}

/*Global form styles*/
.global_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#middle-btn {
    margin: 0 5rem;
}

.global_form-wrapper {
    margin: 5rem 0;
    padding: 0 11.5rem;
}

@media (max-width:856px) {
    .global_form-wrapper {
        padding: 0 1.5rem;
    }

    #middle-btn {
        margin: 0 3.5rem;
    }
}

@media (max-width:380px) {
    .global_form-wrapper {
        padding: 0 1.5rem;
    }

    #middle-btn {
        margin: 0;
    }
}

.btn-service-form {
    all: unset;
    flex-basis: 40%;
    height: 6vh;
    background-color: #6A9C08;
    border-radius: 2px;
    border-color: #6A9C08;
    color: #fff;
    text-align: center;
    box-shadow: 17px 14px 33px -16px rgba(0,0,0,0.56);
}

.row_form {
    width: 60%;
}

@media (max-width:576px) {
    .global_form {
        display: block;
    }

    .row_form {
        width: 100%;
    }

    .blackShadow {
        width: auto;
        height: 462px
    }
}

.checkForm {
    margin-top: 1.5rem;
}

.form-check-label {
    padding: 0 0.5rem;
    margin-left: 0.5rem
}

.checkForm-wrapper {
    margin: 2.4375rem 0;
}

textarea#Comments {
    width: 100%;
    height: 10rem;
}

/* CTA (sidebar) buttons */

.cmn-divfloat {
    position: fixed !important;
    top: 200px;
    right: 2px;
    display: block;
    z-index: 1000;
}

.cmn-btncircle {
    width: 75px !important;
    height: 75px !important;
    background-color: #18BDE6;
    border-width: 0px;
    padding: 6px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}

#blockFormServices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 70px;
}

.container-fluid {
    padding: 0 !important;
}

/*Styles from loading*/
#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    overflow: hidden;
    background-color: white;
    height: 100%;
    display: none;
}

    #loader-wrapper.show {
        display: block;
    }

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-img-loader {
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_loading {
    width: 30rem;
}

@media (max-width: 481px) {
    .logo_loading {
        width: 20rem;
    }
}

/*Styles from response form Modal*/
.modal-confirm .icon-box {
    color: #002239;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #002239;
    padding: 15px;
    text-align: center;
}

    .modal-confirm .icon-box i {
        font-size: 58px;
        margin: -2px 0 0 -2px;
    }

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
    font-weight: bold;
    color: #002239;
}

.modal-confirm p {
    color: #002239;
}

.modal-confirm .modal-content {
    padding: 1.5rem 0;
}

.modal-confirm .modal-header {
    border-bottom: none !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
