.background{
    background-image:url('holiday-background.png'); 
    height:100vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
}
footer{
    background: #26343C;
    height:32px;
    bottom: 0px;
    position: fixed;
    width: 100%;}

.image-container{
   margin-top:145px;
}

hr{
    border-top: 1px solid #A4A4A4 !important;
    width:230px;
}

.modal-content{
    margin-top:68px;
    width:570px;
    max-width: 570px !important;
    height: 240px !important;
    border-radius:10px !important;
}

.modal-header-info-atteintion{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #0D5F8B;
}

.modal-text-information{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

@media (max-width:991px){
    .modal-content{
        height:270px !important;
    }
}
@media (max-width:767px){
    .modal-content{
        height:240px !important;
    }
}

@media (max-width:576px) {
    .modal-content{
        margin-top:48px;
        max-width: 355px;
        height: 250px;
    }
.modal-text-information{
    font-size: 14px;
    line-height: 16px;
}

    .image-container{
        margin-top:48px;
    }
    hr{
        width:143px;
    }
	.background{
		background-image:url('mobile-version-background.png')
	}
}

