*, body{

	font-family: 'Poppins', sans-serif;

}

body{

	background: url(../images/ubi-bg-img.jpg) no-repeat top left / cover;

}



/*Header css*/

header.microssite-header {

    padding: 40px 0;

}

.microssite-logo {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.microssite-thankyou-pg section.microssite-body-section {
    display: flex;
    place-content: center;
    flex-direction: column;
    height: 65vh;
}
.microssite-thankyou-pg .microsite-title h3{
    font-size: 30px;
}

.microsite-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    margin-right: 10rem;
}
.refresh-logo{
    position: absolute;
    right: 75px;
    top: 40px;
    width: 295px;
    height: 275px;
    object-fit: contain;
}
p.error {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 30px;
    padding-left: 40px;
}
p.\34 04 {
    font-size: 350px;
    font-weight: bold;
}
.gotohome {
    font-size: xx-large;
}
p.error-disc {
    font-size: 35px;
    font-weight: 500;
}
.microsite-title p {
    line-height: 1;
    margin-bottom: 0;
    color: #02489e;
}
@media screen and (max-width: 1640px) {
    .refresh-logo{
        width: 240px;
        height: 215px;
    }

}
@media screen and (max-width: 1440px) {
    .refresh-logo {
    width: 170px;
    height: 170px;
    right: 24px;
    top: 25px
}

}

@media screen and (max-width: 1024px) {

	p.error{
        font-size: 18px;
        letter-spacing: 15px;
    }
    p.\34 04{
        font-size: 250px;
    }
    p.error-disc{
        font-size: 22px;
    }
    .refresh-logo {
    width: 145px;
    height: 140px;
    right: 45px;
    top: 30px;
}
    .microssite-thankyou-pg section.microssite-body-section {
    display: unset;
    place-content: center;
    flex-direction: column;
    height: 100%;
}

}

@media screen and (max-width: 768px) {

	body{

    background: url(../images/UBI-Mobile-error.jpg) no-repeat top left / cover;
    height: 90vh;

}
.microssite-thankyou-pg section.microssite-body-section {
    display: flex;
    height: 80vh;
    align-items: flex-end;
    justify-content: flex-end;
}
.microsite-title{
    margin-right: 0;
}
}
@media screen and (max-width: 767px) {
    .microssite-thankyou-pg section.microssite-body-section{
        height: 65vh;
    }
    p.\34 04 {
    font-size: 150px;
}
p.error-disc {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
img.main-logo {
    width: 150px;
    margin-left: 15px;
}
.refresh-logo {
    width: 70px;
    height: 70px;
    right: 15px;
    top: 15px;
}
}