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

.bg--lightblue_euh {
    background: rgba(24, 189, 230, 1);
}


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

.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: 200;
}

.description{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 100;
}

.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;                /* affected */
}

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

.newsTypography{
    color: white;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.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;
}

#div-totop{
    flex-direction: column;
}

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

.breadcrumbs:hover{
    color: black
}

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


.form-check_container{          /* affected */
    margin-top: 4.75rem;
    letter-spacing: 0.025rem;
    font-size:0.875rem;
    line-height:1.3125rem;
}

.form-check_container p{            /* affected */
    margin-top: 4.3125rem;
}

    .form-check_container button {      /* affected */
        margin-top: 3.25rem;
        margin-bottom: 4.9375rem;
    }

.checkForm{
    margin-top: 1.5rem;             /* affected */
}

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

.cmn-divfloat {
    position: fixed !important;
    top: 200px;
    right: 2px;
    display: block;
}
.cmn-btncircle {
    width: 45px !important;
    height: 45px !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;
}

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

#fieldDiv {                     /* affected */
    width: 26.88%;
    margin-top: 4.25rem;
}

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

@if (Model.Id != 1316 && Model.Id != 1447){
.container-fluid {                  /* affected */
    padding: 0 !important;
}
}

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

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

tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
}

.selectBox{
    margin-bottom: 1rem;
}



@media screen and (max-width: 768px) {
    .cmn-divfloat {
        display: flex;
        flex-direction: row;
    }

    .cmn-btncircle{
        margin-right: 0.2rem;
    }

    .secondtitle{
        color: #002239;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin:0;                /* affected */
    }

    .newsTypography{
        color: white;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0px;
    }

    .subtitle{
        color: white;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        text-align: center;
    }

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

    #fieldDiv {                     /* affected */
        width: 95%;
        margin-top: 4.25rem;
    }

    .breadcrumbs{
        font-size: 10px;
    }

    #innerDetailsParagraph_container img{
        width: 100%;
        height: 12rem;
        object-fit: cover;
    }
    
    .description{
        margin-bottom: 0px;
        font-size: 12px;
    }

    #div-totop{
        flex-direction: row;
    }

    .aside__menu--sm{
        grid-template-columns: repeat(2, auto) !important;
        grid-gap: 0 !important;
            bottom: 0px !important;
            width: 100vw !important;
            right: auto !important;
            box-shadow: 0px -2px 5px #b9b9b9 !important;
    }

    .header_PG{
        height: 340px !important;
    }

}

@media screen and (max-width: 500px) {
    .header_PG{
        height: 190px !important;
    }
}

@media screen and (max-width: 400px) {
    .header_PG{
        height: 140px !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;
}

.fa-xl {
    font-size: 2rem !important;
}

.submitButton {
    background: #6A9C08 !important;
    color: white !important;
    border-radius: 3px !important;
}

.submitButton:hover {
    color: #002239 !important;
}
