@charset "utf-8";
/* CSS Document */
.modal-body {
    max-height: none !important;
}
.footerTop {
    margin-top: 100px !important;
}

/*Integrity Banner*/

.sf_cols.container_wrapper.integrityBlock {
    background-image: url(/cisiweb2/image/homepage/Singapore/integ.jpg);
    background-size: 154%;
    background-position-x: 81%;
    background-position-y: 46%;
    height: 67vh;
    /* background-size: cover; */
}

.integrityBlock{
    display: flex;
    align-items: center;
}

.integrityBlock .contentContainer {
    width: 86%;
    /* margin-top: 50px; */
    background-color: rgba(255, 255, 255, 0.9);
    /* background-color: rgb(30 74 87); */
    /* color: white; */
    padding: 30px;
    /* font-size: 18px; */
    /* font-weight: 400; */
    /* line-height: 22px; */
}
.sf_cols.container_wrapper.integrityBlock h2 {
    color: #177777;
    margin-top: 10px;
    font-family: 'Raleway',century gothic,sans-serif;
    font-weight: 300;
}

@media (min-width : 1600px) {
    .sf_cols.container_wrapper.integrityBlock {
        height:67vh
    }
}

@media (max-width : 1400px) {
    .sf_cols.container_wrapper.integrityBlock {
        height: 70vh;
        background-size: 172%;
        background-position-x: 65%;
        background-position-y: 45%;
    }
    .integrityBlock .contentContainer {
    width: 133%;
    }
}

@media (max-width : 1025px) {
    .sf_cols.container_wrapper.integrityBlock {
        height: 38vh;
        background-size: 172%;
        background-position-x: 65%;
        background-position-y: 45%;
    }
    .integrityBlock .contentContainer {
    width: 133%;
    }
}

@media (max-width : 991px) {
    .sf_cols.container_wrapper.integrityBlock {
    background-color: rgb(30 74 87);
    height: 45vh;
    background-position-x: center;
    background-size: 197%;
    background-repeat: no-repeat;
    }
    .integrityBlock .contentContainer {
    width: 100%;
    margin: 0;
    background-color: rgb(255 255 255 / 86%);
    }
}

@media (max-width : 600px) {
    .sf_cols.container_wrapper.integrityBlock {
        height:60vh;
            background-size: 397%;
                background-position-x: 100%;


    }

}
/*-----End Integrity Banner-----------------*/

/*Nation Advisory*/

.advisoryBlock .contentContainer {
    /* width: 94%; */
    /* margin-top: 50px; */
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.advisoryBlock .imageContainer{
    display:flex;
    /* align-items: center; */
    /* justify-items: center; */
}

.advisoryBlock .imageContainer .image {
    background-image: url(/cisiweb2/image/homepage/Singapore/mike.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    /* border-radius: 300px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.singaporeBeAPro .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}
img.ibfImage {
    background-blend-mode: difference;
    backdrop-filter: brightness(0.5);
}

/*------------------------------------*/


@media (min-width : 1599px) {

}
@media (max-width : 1599px) {
	
}
@media (max-width : 1199px) {

}
@media (max-width : 991px) {

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}
@media (max-width: 767px) {

}










